summaryrefslogtreecommitdiffstats
path: root/editor/editor_themes.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #51805 from skysphr/scrollbar-icons-pressedHugo Locurcio2021-09-131-0/+4
|\
| * Added increment_pressed and decrement_pressed icons to scrollbarsskysphr2021-08-171-0/+4
* | Apply set_read_only() to child classes of EditorProperty elementsSilc 'Tokage' Renew2021-09-051-1/+18
* | Tweak tooltip styleHendrik Brucker2021-09-021-3/+3
* | Merge pull request #51700 from Geometror/fix-color-pickerK. S. Ernest (iFire) Lee2021-08-221-1/+8
|\ \
| * | Reimplement ColorPicker presetsHendrik Brucker2021-08-181-1/+8
* | | Merge pull request #50752 from Phischermen/indeterminate_checkmark_apiRémi Verschelde2021-08-181-0/+2
|\ \ \ | |_|/ |/| |
| * | Added icons and API for indeterminate checkmarks for the Tree class.Kevin Fischer2021-08-161-0/+2
* | | Merge pull request #51651 from pycbouh/editor-merge-custom-themeRémi Verschelde2021-08-171-8/+12
|\ \ \ | |/ / |/| |
| * | Add support for partial custom editor themesYuri Sizov2021-08-141-8/+12
| |/
* / Reorganise text editor settingsPaulb232021-08-161-57/+57
|/
* Move CodeEdit theme overrides into EditorThemePaulb232021-08-131-5/+26
* Cleanup and bind remaing methods in TextEditPaulb232021-08-121-0/+2
* Merge pull request #49343 from theoway/node_auto_arrangement_graph_editK. S. Ernest (iFire) Lee2021-08-101-0/+1
|\
| * Automatic arrangement of nodes in VisualScript/VisualShaders editorsUmang Kalra2021-08-111-0/+1
* | Fix Gradient, Color Picker BG, Fix CanvasItem::draw_texture_rect p_tileNathan Franke2021-08-071-1/+2
|/
* Fix the editor theme application for the Mono build logYuri Sizov2021-08-031-1/+2
* Fix theming in the audio bus editorYuri Sizov2021-07-311-2/+3
* Make the focus outline translucent for editor viewportsHugo Locurcio2021-07-301-0/+4
* Multiple cosmetic fixes for embedded windowsMichael Alexsander2021-07-271-3/+5
* Merge pull request #50593 from SirQuartz/patch-24Rémi Verschelde2021-07-201-1/+2
|\
| * Fix Illegible text in audio bus editorNick Huelin2021-07-181-1/+2
* | Optimize StringName usagereduz2021-07-181-1/+1
|/
* Fix control picker in the Theme editorYuri Sizov2021-07-161-0/+4
* Add type variations to ThemeYuri Sizov2021-07-131-0/+3
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-2/+2
* Overhaul the theme editor and improve user experienceYuri Sizov2021-06-141-8/+25
* Improve radio checkboxes in the default editor themeHugo Locurcio2021-06-031-0/+1
* Use bold fonts in editorreduz2021-06-021-4/+13
* Merge pull request #49132 from Calinou/editor-syntax-themes-rename-defaultRémi Verschelde2021-05-311-2/+2
|\
| * Rename the bundled text editor themes for consistency with themesHugo Locurcio2021-05-311-2/+2
* | Use a negative contrast setting for light editor themesHugo Locurcio2021-05-271-5/+8
|/
* Add highlight to the relationship lines of selected Tree itemsYuri Sizov2021-05-251-6/+18
* Merge pull request #48644 from Calinou/editor-increase-icon-saturationRémi Verschelde2021-05-241-60/+60
|\
| * Increase icon saturation by 30% for all editor iconsHugo Locurcio2021-05-111-60/+60
* | Tweak pressed CheckBox appearance in the editorHugo Locurcio2021-05-221-0/+1
* | Add outlines and contrasting backgrounds to the editor UI elementsYuri Sizov2021-05-121-14/+27
|/
* Merge pull request #33577 from Calinou/highlight-control-flow-keywordsRémi Verschelde2021-05-071-0/+2
|\
| * Highlight control flow keywords with a different colorHugo Locurcio2021-05-051-0/+2
* | Improve the editor themeHugo Locurcio2021-04-271-162/+178
|/
* Rename LineEdit caret_* properties getters and setters to match propertyMarcel Admiraal2021-04-171-1/+1
* Add Various ColorPicker shapesKongfa Waroros2021-04-061-0/+1
* Rename Texture.get_data() to get_image()Marcel Admiraal2021-03-281-1/+1
* Merge pull request #47163 from bruvzg/macos_sandbox_file_dialogRémi Verschelde2021-03-261-0/+2
|\
| * FileDialog: add Back/Forward buttons, add message for inaccessible folders.bruvzg2021-03-231-0/+2
* | Merge pull request #36004 from nathanfranke/fix-transparent-theme-colorRémi Verschelde2021-03-231-1/+3
|\ \ | |/ |/|
| * Fix transparent editor theme being brighternathanwfranke2020-10-291-1/+3
* | Fix project icon size in Project ManagerHaoyu Qiu2021-03-201-7/+13
* | Fix Tree focus border disappears when Border Size is set to 0ray905142021-03-121-1/+1
* | Add interpolation bar on each channel in ColorPickerKongfa Waroros2021-03-091-0/+1