Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-25 | Optimize SVG using `svgcleaner --multipass` | Hugo Locurcio | |
This decreases the editor binary size by about 8 KB. | |||
2020-07-13 | Commit only the SVG files changed by file_format.sh | Aaron Franke | |
There were a lot of SVG files changed by file_format.sh | |||
2020-02-25 | Rename `scancode` to `keycode`. | bruvzg | |
Add `physical_keycode` (keyboard layout independent keycodes) to InputEventKey and InputMap. Fix non-latin keyboard layout keycodes on Linux/X11 (fallback to physical keycodes). |