summaryrefslogtreecommitdiff
path: root/editor/icons
AgeCommit message (Collapse)Author
2017-10-12Added and improved some icons, plus some other minor visual fixes.Daniel J. Ramirez
2017-10-02VS now supports white themes.Daniel J. Ramirez
2017-09-28Several visual improvements.Daniel J. Ramirez
Added proper label sizing Improved text editor status bar Fixed some issues with ItemList and also some style fixes Added background to color picker samples (the mrcdk fix) Fixed slider ticks. Added VS breakpoint and error styleboxes.
2017-09-23Improved New Project and Import project experienceDaniel J. Ramirez
2017-09-22Updated key iconsDaniel J. Ramirez
[ciskip]
2017-09-22Use an arrow instead of 3 dots in treesDaniel J. Ramirez
2017-09-21Improved a lot of icons, and some style fixesDaniel J. Ramirez
2017-09-20Visual tweaks.Daniel J. Ramirez
Updated icons Updated some color
2017-09-19Merge pull request #11256 from djrm/pr_visual_improvementsRémi Verschelde
Visual improvements and new look for VS
2017-09-18Add some options and reorganize the 2D editor menus. Makes available forced ↵Gilles Roudiere
snapping.
2017-09-15Added adaptive text editor theme, this includes the shader editorDaniel J. Ramirez
2017-09-14Improved VisualScriptEditorDaniel J. Ramirez
2017-09-14Updated iconsDaniel J. Ramirez
2017-09-12added highlight area to slidertoger5
2017-09-12Improved alternative size thumbnail generationDaniel J. Ramirez
2017-09-07Added some missing iconsDaniel J. Ramirez
2017-08-30removed svg's in icons/darktoger5
2017-08-30Implement color conversion for dark SVG iconstoger5
2017-08-29Improved and added some iconsDaniel J. Ramirez
2017-08-28Added missing gizmo icons and fixed ugly looking gizmo icons.Daniel J. Ramirez
2017-08-27Make build scripts Python3 compatibleMatthias Hoelzl
- 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.
2017-08-21Fixed build for Visual StudioMason Ashbridge
2017-08-20Added missing icon and svgs upscalingDaniel J. Ramirez
2017-08-20Added pure vector theme, with dark icons variationDaniel J. Ramirez
2017-08-16Merge pull request #10312 from kbake/pressed-scroll-bar-styleRémi Verschelde
Scroll bars now look different on press
2017-08-13Add anchor visualizationGilles Roudiere
2017-08-12Scroll bars now look different on presskbake
2017-08-11Merge pull request #10247 from djrm/pr_bus_fixesRémi Verschelde
Fixes to buses editor
2017-08-10Fixes to buses editorDaniel J. Ramirez
Fixed unselectable bus Added bus options button
2017-08-10Improved add texture as node dialogDaniel J. Ramirez
2017-08-08Several ui improvements (mostly margins)Daniel J. Ramirez
Improved colors Added some missing icons
2017-07-31Some theme and usability improvementsDaniel J. Ramirez
Fixed create script editor dialog not changing extension Options menu for inspector element is bigger
2017-07-18Added separators using StyleBoxLine, some theme style fixes, added variant iconDaniel J. Ramirez
2017-07-16Improvements and fixes for the default theme.Daniel J. Ramirez
Added customizable border size and window highlight.
2017-07-12Added some missing icons, fixed some ui iconsDaniel J. Ramirez
2017-06-25BuildSystem: generated files have .gen.extensionPoommetee Ketson
2017-06-212D GPU Particles working..Juan Linietsky
2017-06-14get rid of button arrayJuan Linietsky
2017-05-20Merge pull request #8631 from volzhs/editor-theme-customRémi Verschelde
New customizable editor theme
2017-05-17Adapt tutorials (Godot Docs) icon to new designRémi Verschelde
2017-05-17Use new Godot icon consistently everywhereRémi Verschelde
2017-05-17Removal of Image from Variant, converted to a Resource.Juan Linietsky
2017-05-09New customizable editor themevolzhs
2017-05-03Revert "Add new editor and default theme (WIP)"volzhs
This reverts commit f045efe007cffb87238ee519b7f33d710814ded7.
2017-04-27Add new editor and default theme (WIP)Daniel J. Ramirez
2017-03-05Refactoring: rename tools/editor/ to editor/Rémi Verschelde
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.