summaryrefslogtreecommitdiffstats
path: root/editor/icons/GuiHsplitter.svg
Commit message (Collapse)AuthorAgeFilesLines
* Style: Optimize `.svg` files with `svgo`Thaddeus Crews2024-06-231-1/+1
|
* Introduce editor theme spacing presetsYuri Sizov2024-01-161-1/+1
| | | | | | | | | | | | This change adds a new editor setting related to theming which controls base and additional spacing used in the generated editor theme. These values can also be changed manually by the user to customize their experience. Limited effort was applied to make sure both Compact and Spacious presets work and look fine, but further tuning and adjustments are totally expected. Some controls will require layout changes or additional fixes to their constants.
* Optimize and fix up some SVGsMewPurPur2023-08-131-1/+1
|
* Manually optimize a lot of SVGsVolTer2023-05-271-1/+1
|
* Commit only the SVG files changed by file_format.shAaron Franke2020-07-131-1/+1
| | | | There were a lot of SVG files changed by file_format.sh
* Use PascalCase file names for editor iconsHugo Locurcio2020-02-241-0/+1
Using PascalCase file names without any conversion step is less confusing to new contributors.