aboutsummaryrefslogtreecommitdiff
path: root/editor/icons (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Improved alternative size thumbnail generationDaniel J. Ramirez2017-09-1213-8/+95
|
* Added some missing iconsDaniel J. Ramirez2017-09-076-8/+34
|
* removed svg's in icons/darktoger52017-08-30588-4194/+0
|
* Implement color conversion for dark SVG iconstoger52017-08-301-29/+8
|
* Improved and added some iconsDaniel J. Ramirez2017-08-2968-268/+154
|
* Added missing gizmo icons and fixed ugly looking gizmo icons.Daniel J. Ramirez2017-08-2814-4/+70
|
* 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 missing icon and svgs upscalingDaniel J. Ramirez2017-08-2023-40/+142
|
* Added pure vector theme, with dark icons variationDaniel J. Ramirez2017-08-203094-57127/+8403
|
* Merge pull request #10312 from kbake/pressed-scroll-bar-styleRémi Verschelde2017-08-162-0/+83
|\ | | | | Scroll bars now look different on press
| * Scroll bars now look different on presskbake2017-08-122-0/+83
| |
* | Add anchor visualizationGilles Roudiere2017-08-133-0/+98
|/
* Merge pull request #10247 from djrm/pr_bus_fixesRémi Verschelde2017-08-113-0/+93
|\ | | | | Fixes to buses editor
| * Fixes to buses editorDaniel J. Ramirez2017-08-103-0/+93
| | | | | | | | | | Fixed unselectable bus Added bus options button
* | Improved add texture as node dialogDaniel J. Ramirez2017-08-106-0/+168
|/
* Several ui improvements (mostly margins)Daniel J. Ramirez2017-08-0811-8/+123
| | | | | | Improved colors Added some missing icons
* Some theme and usability improvementsDaniel J. Ramirez2017-07-314-20/+48
| | | | | Fixed create script editor dialog not changing extension Options menu for inspector element is bigger
* Added separators using StyleBoxLine, some theme style fixes, added variant iconDaniel J. Ramirez2017-07-183-0/+146
|
* Improvements and fixes for the default theme.Daniel J. Ramirez2017-07-1681-41/+2125
| | | | Added customizable border size and window highlight.
* Added some missing icons, fixed some ui iconsDaniel J. Ramirez2017-07-12177-3225/+2141
|
* BuildSystem: generated files have .gen.extensionPoommetee Ketson2017-06-251-2/+2
|
* 2D GPU Particles working..Juan Linietsky2017-06-211-0/+0
|
* get rid of button arrayJuan Linietsky2017-06-142-0/+0
|
* Merge pull request #8631 from volzhs/editor-theme-customRémi Verschelde2017-05-2058-62/+1990
|\ | | | | New customizable editor theme
| * New customizable editor themevolzhs2017-05-09217-448/+5116
| |
| * Revert "Add new editor and default theme (WIP)"volzhs2017-05-03169-3252/+512
| | | | | | | | This reverts commit f045efe007cffb87238ee519b7f33d710814ded7.
* | Adapt tutorials (Godot Docs) icon to new designRémi Verschelde2017-05-176-212/+79
| |
* | Use new Godot icon consistently everywhereRémi Verschelde2017-05-174-0/+138
| |
* | Removal of Image from Variant, converted to a Resource.Juan Linietsky2017-05-171-3/+3
|/
* Add new editor and default theme (WIP)Daniel J. Ramirez2017-04-27169-512/+3252
|
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051715-0/+50758
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.