summaryrefslogtreecommitdiffstats
path: root/editor/plugins/theme_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Use "enum class" for input enumsAaron Franke2021-11-121-3/+3
* Add a flag to EditorResourcePicker to differentiate selection contextsYuri Sizov2021-11-021-1/+1
* Rename `Tabs` to `TabBar`Michael Alexsander2021-10-191-3/+3
* Merge pull request #53277 from YeldhamDev/tabs_renamingRémi Verschelde2021-10-011-1/+1
|\
| * Rename some elements of `Tabs`Michael Alexsander2021-09-301-1/+1
* | Use range iterators for `Map`Lightning_A2021-09-301-5/+5
|/
* Use Key enum instead of plain integersAaron Franke2021-08-101-0/+2
* Improve user communications in the theme editorYuri Sizov2021-08-041-4/+53
* Put multiple colons back into translated stringsYuri Sizov2021-07-311-2/+2
* Use Ref<T> references as iterators where relevantRémi Verschelde2021-07-261-1/+1
* Merge pull request #50809 from akien-mga/iterators-const-referencesRémi Verschelde2021-07-251-35/+35
|\
| * Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-35/+35
* | Fix various typos with codespellluz paz2021-07-251-7/+7
|/
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-97/+97
* Improve add item type UI in theme editorHaoyu Qiu2021-07-201-8/+12
* Optimize StringName usagereduz2021-07-181-110/+110
* Fix focus behavior in the Add Item Type dialog of the Theme editorYuri Sizov2021-07-171-0/+6
* Fix control picker in the Theme editorYuri Sizov2021-07-161-1/+1
* Add header theme type variations to labelskobewi2021-07-131-0/+1
* Merge pull request #50169 from pycbouh/theme-type-variationsRémi Verschelde2021-07-131-82/+209
|\
| * Add type variations to ThemeYuri Sizov2021-07-131-82/+209
* | Merge pull request #50086 from Geometror/label-improve-layout-optionsRémi Verschelde2021-07-131-1/+1
|\ \ | |/ |/|
| * Improvements to Label's layout optionsHendrik Brucker2021-07-041-1/+1
* | Clean up Treereduz2021-07-041-0/+3
|/
* Implement Tree's internal minimum width calculationGilles Roudière2021-06-281-3/+3
* Fix pinned StyleBox incorrectly reacting to several actions in the new Theme ...Yuri Sizov2021-06-201-9/+22
* ThemeEditor: Fix text_submitted connections after #49258Rémi Verschelde2021-06-171-3/+3
* Overhaul the theme editor and improve user experienceYuri Sizov2021-06-141-215/+1258
* Merge pull request #49227 from pycbouh/editor-theme-freeze-changesRémi Verschelde2021-06-131-1/+33
|\
| * Prevent Theme resource from emitting changes during bulk operationsYuri Sizov2021-05-311-1/+33
* | Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
|/
* Improve TreeItem API and allow to move nodestrollodel2021-05-171-4/+4
* Add outlines and contrasting backgrounds to the editor UI elementsYuri Sizov2021-05-121-1/+4
* Refactor Create Theme menu in Theme EditorYuri Sizov2021-05-091-409/+1289
* Refactor Edit Theme menu in Theme EditorYuri Sizov2021-04-181-395/+746
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal2020-12-141-5/+5
* Cleanup unused engine codeTomasz Chabora2020-12-091-7/+0
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-3/+53
* Change Color HTML conversion from ARGB to RGBAAaron Franke2020-09-011-2/+2
* Gives the theme editor a horizontal scrollbarLunatoid2020-08-261-1/+1
* Small naming and tooltip tweaksMichael Alexsander2020-07-231-2/+2
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-2/+3
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-9/+18
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-40/+0
* Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-101-15/+45
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-11/+11
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-10/+10
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-13/+6
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-6/+6