aboutsummaryrefslogtreecommitdiff
path: root/editor/icons/SCsub (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Properly closing all files in Python codeViktor Ferenczi2018-03-111-3/+2
|
* PEP3101 applied with changing old type string formatting as new onesBTaskaya2018-02-141-4/+4
|
* Fix typos in code and docs with codespellRémi Verschelde2018-01-181-2/+2
| | | | Using v1.11.0 from https://github.com/lucasdemarchi/codespell
* Now every variant type has its icon.Daniel J. Ramirez2017-12-171-0/+3
|
* Improved alternative size thumbnail generationDaniel J. Ramirez2017-09-121-0/+26
|
* Implement color conversion for dark SVG iconstoger52017-08-301-29/+8
|
* Make build scripts Python3 compatibleMatthias Hoelzl2017-08-271-6/+5
| | | | | | | | - The Windows, UWP, Android (on Windows) and Linux builds are tested with Scons 3.0 alpha using Python 3. - OSX and iOS should hopefully work but are not tested since I don't have a Mac. - Builds using SCons 2.5 and Python 2 should not be impacted.
* Fixed build for Visual StudioMason Ashbridge2017-08-211-1/+0
|
* Added pure vector theme, with dark icons variationDaniel J. Ramirez2017-08-201-61/+57
|
* BuildSystem: generated files have .gen.extensionPoommetee Ketson2017-06-251-2/+2
|
* Removal of Image from Variant, converted to a Resource.Juan Linietsky2017-05-171-3/+3
|
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051-0/+96
The other subfolders of tools/ had already been moved to either editor/, misc/ or thirdparty/, so the hiding the editor code that deep was no longer meaningful.