Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Style: Optimize `.svg` files with `svgo` | Thaddeus Crews | 2024-06-23 | 1 | -1/+1 |
| | |||||
* | Optimize a few SVGs | MewPurPur | 2023-06-12 | 1 | -1/+1 |
| | |||||
* | Fix near one opacity in editor icons | Krazy-J | 2023-01-31 | 1 | -1/+1 |
| | | | | | Remove occurrences of fill-opacity and stroke-opacity with values near or equal to 1 (all values were greater than 0.988). | ||||
* | Cleanup and unify keyboard input. | bruvzg | 2023-01-23 | 1 | -0/+1 |
- Unify keycode values (secondary label printed on a key), remove unused hardcoded Latin-1 codes. - Unify IME behaviour, add inline composition string display on Windows and X11. - Add key_label (localized label printed on a key) value to the key events, and allow mapping actions to the unshifted Unicode events. - Add support for physical keyboard (Bluetooth or Sidecar) handling on iOS. - Add support for media key handling on macOS. Co-authored-by: Raul Santos <raulsntos@gmail.com> |