summaryrefslogtreecommitdiffstats
path: root/editor/editor_themes.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary panel in EditorHelpBitMichael Alexsander2020-04-061-2/+0
* Added missing LinkButton colors in Editor ThemeYuri Sizov2020-04-051-0/+3
* Replace NULL with nullptrlupoDharkael2020-04-021-3/+3
* Reworked tooltips to use the popup system.Juan Linietsky2020-03-261-0/+2
* Open sub-windows as embedded if the OS does not support themJuan Linietsky2020-03-261-9/+10
* Working multiple window support, including editorJuan Linietsky2020-03-261-8/+11
* Working sky shader implementationclayjohn2020-03-211-2/+1
* Remove extra margin in the top of the debuggerMichael Alexsander2020-02-221-0/+1
* Fix visuals of the new debugger editorMichael Alexsander2020-02-221-2/+0
* Fix various GCC compilation warnings after Vulkan mergeRémi Verschelde2020-02-141-3/+0
* Added high-end (Vulkan) label to some functions in visual shaderYuri Roubinsky2020-02-121-0/+5
* Texture refactorJuan Linietsky2020-02-111-6/+3
* Use modules_enabled.gen.h to improve inter dependency checksRémi Verschelde2020-02-071-1/+5
* Optimize the editor icon generationHugo Locurcio2020-01-201-43/+56
* Only create the editor theme onceHugo Locurcio2020-01-191-1/+1
* Make possible to edit the GraphEdit's selection rect colorsMichael Alexsander2020-01-071-0/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Revert "Merge pull request #34315 from YeldhamDev/editor_theme_optionbutton_a...Michael Alexsander2019-12-281-18/+5
* Set proper icon for LineEdit in editor themeHaoyu Qiu2019-12-221-0/+1
* Set proper icons for FileDialog in editor themevolzhs2019-12-201-0/+3
* Fix OptionButton's arrow margin in editor themeMichael Alexsander2019-12-121-5/+18
* Fix a constant name typo for GridContainer when creating an editor theme.conankzhang2019-10-311-1/+1
* Add "panel" style to PopupDialogMichael Alexsander2019-10-271-2/+4
* Highlight singletons and class_names in GDScriptBojidar Marinov2019-09-281-1/+3
* Draw an indicator to denote overbright colors in ColorPickerHugo Locurcio2019-09-271-0/+2
* Merge pull request #32119 from Calinou/unify-axis-colorsRémi Verschelde2019-09-251-0/+4
|\
| * Use the same axis colors consistently in the 2D and 3D editorsHugo Locurcio2019-09-131-0/+4
* | Fix various problems with tab-related iconsMichael Alexsander Silva Dias2019-09-221-5/+5
* | Merge pull request #32112 from Calinou/project-manager-add-hover-styleRémi Verschelde2019-09-201-0/+5
|\ \
| * | Add an "hover" style to items in the project managerHugo Locurcio2019-09-131-0/+5
| |/
* | Merge pull request #32206 from Calinou/remove-unused-tree-constantsRémi Verschelde2019-09-201-2/+0
|\ \
| * | Remove an unused icon and constant in TreeHugo Locurcio2019-09-201-2/+0
| |/
* / Improve folding appearance in the editor inspectorHugo Locurcio2019-09-191-1/+0
|/
* Fix resizer icon visiblity on light theme in GraphNodeChaosus892019-09-011-0/+1
* Fix graph edit lines color on light themeChaosus892019-08-301-2/+7
* Improve more light theme colors in the editor for better readabilityHugo Locurcio2019-08-291-13/+25
* Rename FileDialog's folder icon custom color to `folder_icon_modulate`Hugo Locurcio2019-08-211-1/+1
* Use a different color for folder icons in file dialogsHugo Locurcio2019-08-201-0/+3
* Add an outline to box selection rectangles for better visibilityHugo Locurcio2019-08-151-0/+2
* Improve light theme colors in the editor for better readabilityHugo Locurcio2019-08-051-6/+12
* Use base `Color()` constructors instead of `Color::html()`Hugo Locurcio2019-07-081-23/+23
* Merge pull request #28218 from KoBeWi/b00km4rk5Rémi Verschelde2019-05-201-0/+2
|\
| * Add bookmarks for easier code navigationTomasz Chabora2019-05-051-0/+2
* | Merge pull request #28366 from iwek7/feature/issue28355/showSpacesInEditorMax Hilbrunner2019-05-171-0/+1
|\ \
| * | Issue-28355 - show spaces in editormiwanczuk2019-04-301-0/+1
| |/
* | Merge pull request #27097 from siddharth952/masterMax Hilbrunner2019-05-161-1/+1
|\ \
| * | Update editor_settings.cppSiddharth2019-05-021-1/+1
* | | Add "disabled" icon for 'CheckButton'Michael Alexsander Silva Dias2019-05-021-0/+2
| |/ |/|
* | Merge pull request #28101 from MunWolf/debugger_cursorRémi Verschelde2019-04-291-0/+2
|\ \
| * | Added a marker in text_edit that tells which row is executing.Rikhardur Bjarni Einarsson2019-04-231-0/+2