summaryrefslogtreecommitdiff
path: root/scene/resources/default_theme/default_theme.cpp
AgeCommit message (Expand)Author
2020-04-10Merge pull request #37517 from nekomatata/slider-grab-area-highlightRémi Verschelde
2020-04-02Add style for highlighted Slider grab areaPouleyKetchoupp
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-26Open sub-windows as embedded if the OS does not support themJuan Linietsky
2020-03-26Working multiple window support, including editorJuan Linietsky
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-02-22Remove unused theme constants in Tab(Container)Michael Alexsander
2020-02-11Texture refactorJuan Linietsky
2020-02-07Completes doc for ItemList and TreeHaoyu Qiu
2020-01-07Make possible to edit the GraphEdit's selection rect colorsMichael Alexsander
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-28Revert "Merge pull request #34315 from YeldhamDev/editor_theme_optionbutton_a...Michael Alexsander
2019-12-13Remove unused theme elements in H/VSliderMichael Alexsander
2019-10-27Add "panel" style to PopupDialogMichael Alexsander
2019-10-25Fix the default TextEdit background colorHugo Locurcio
2019-09-27Draw an indicator to denote overbright colors in ColorPickerHugo Locurcio
2019-09-20Remove an unused icon and constant in TreeHugo Locurcio
2019-09-01Fix resizer icon visiblity on light theme in GraphNodeChaosus89
2019-08-23Merge pull request #31593 from SaracenOne/project_theme_shutdown_fixRémi Verschelde
2019-08-23Fixes issue with project_default_theme not being dereferenced on cleanup.Saracen
2019-08-21Rename FileDialog's folder icon custom color to `folder_icon_modulate`Hugo Locurcio
2019-08-20Use a different color for folder icons in file dialogsHugo Locurcio
2019-07-08Use base `Color()` constructors instead of `Color::html()`Hugo Locurcio
2019-07-03Remove unused icons in the default themeHugo Locurcio
2019-06-24Give TextEdit a custom color for font when read only is setGwyneth Lowe
2019-06-24Give LineEdit a custom font color when un-editableGwyneth Lowe
2019-06-10Add toggle for hidden file visibility in FileDialogMichael Alexsander Silva Dias
2019-06-04Fix GraphNode not adding seperation after the first nodeBojidar Marinov
2019-05-20Merge pull request #28218 from KoBeWi/b00km4rk5Rémi Verschelde
2019-05-17Merge pull request #28366 from iwek7/feature/issue28355/showSpacesInEditorMax Hilbrunner
2019-05-05Add bookmarks for easier code navigationTomasz Chabora
2019-05-03Merge pull request #28548 from YeldhamDev/check_button_disabled_iconRémi Verschelde
2019-05-03Remove unused `panelf` and `panelnc` stylesBojidar Marinov
2019-05-02Add "disabled" icon for 'CheckButton'Michael Alexsander Silva Dias
2019-05-01Expose TextEdit's drawSpaces feature to GDScriptmiwanczuk
2019-04-29Merge pull request #28101 from MunWolf/debugger_cursorRémi Verschelde
2019-04-24Expose 'TextEdit's tab drawing and folding to GDScriptMichael Alexsander Silva Dias
2019-04-23Added a marker in text_edit that tells which row is executing.Rikhardur Bjarni Einarsson
2019-04-10Brighten the RichTextLabel color in the default themeHugo Locurcio
2019-02-10Add disabled tab styleMichael Alexsander Silva Dias
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-17General fixes for the AnimationTree editorMichael Alexsander Silva Dias
2018-12-10Remove "panel" theme property from ButtonGroupMichael Alexsander Silva Dias
2018-11-18If using relationship lines (now default) hide guides.Juan Linietsky
2018-09-29Fix warning about functions defined but not used [-Wunused-function]Rémi Verschelde
2018-09-24Added hover_pressed style to CheckBox and CheckButtonDualMatrix
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-14Merge pull request #20906 from Chaosus/rrect_fixRémi Verschelde
2018-08-11Add clear text button to LineEditŁukasz Rutkowski
2018-08-11Fix ReferenceRect borderChaosus