summaryrefslogtreecommitdiffstats
path: root/editor/plugins/theme_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Use forward-declarations in big editor classestrollodel2022-11-291-0/+2
* Rename queue_delete => queue_freeMarc Gilleron2022-10-241-6/+6
* Fix various -Wmaybe-uninitialized warnings from GCC 12.2.1Rémi Verschelde2022-09-221-16/+16
* Make `Vector2i` values paired with `EDSCALE` be just `Vector2`Michael Alexsander2022-09-081-1/+1
* Merge pull request #64119 from YuriSizov/theme-init-databaseRémi Verschelde2022-08-291-30/+31
|\
| * Add ThemeDB, expose previously static Theme methodsYuri Sizov2022-08-261-30/+31
* | Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-4/+7
* | Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde2022-08-281-30/+30
|\ \
| * | Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-30/+30
| |/
* / Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-7/+4
|/
* Add per-scene UndoRedokobewi2022-08-221-24/+25
* Add text overrun behavior for the theme type selectorYuri Sizov2022-08-041-0/+1
* Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-311-0/+1
* Remove Signal connect bindsJuan Linietsky2022-07-291-33/+33
* Color Pickers Respect SettingsGuh-Feng2022-07-211-0/+1
* Merge pull request #61347 from fire-forge/theme-iconsRémi Verschelde2022-07-201-8/+27
|\
| * Use type icons in Theme editor import tabFireForge2022-05-261-8/+27
* | Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge2022-07-181-1/+1
* | Merge pull request #62827 from fire-forge/ok-cancelRémi Verschelde2022-07-131-3/+3
|\ \
| * | Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge2022-07-091-3/+3
* | | Seperate filter and description in FileDialog.add_filter()FireForge2022-07-091-2/+2
|/ /
* | Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-5/+1
* | Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...bruvzg2022-06-161-3/+3
* | Merge pull request #61455 from fire-forge/tabRémi Verschelde2022-05-311-7/+3
|\ \
| * | Use "odd" style for TabContainers on base BG colorFireForge2022-05-261-7/+3
| |/
* / Use consistent casing in editor filter/search barsFireForge2022-05-281-7/+4
|/
* Add the button pressed to some signals in Treetrollodel2022-05-211-4/+12
* Fix crash when editing pinned StyleBoxHaoyu Qiu2022-05-161-2/+4
* Add a new HashMap implementationreduz2022-05-121-55/+55
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-10/+10
* Make `TabBar/Container` default their alignments to the left instead of centerMichael Alexsander2022-03-171-2/+2
* Make name of editor file dialog filters translatableHaoyu Qiu2022-03-051-2/+2
* Make `TabContainer` use `TabBar` internallyMichael Alexsander2022-03-031-1/+1
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-5/+4
* Merge pull request #57641 from Geometror/compilation-time-improvements-1Rémi Verschelde2022-02-121-0/+2
|\
| * Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+2
* | Add an explicit way to remove a theme typeYuri Sizov2022-02-111-22/+64
|/
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-10/+10
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-10/+10
* Remove get_focus_owner() from Control, replaced by get_viewport()->gui_get_fo...Gilles Roudière2022-02-031-1/+1
* Bring `TabBar` to full parity with the `TabContainer` implementation.Michael Alexsander2022-01-311-2/+2
* Rename String::is_subsequence_ofi to String::is_subsequence_ofnWilson E. Alvarez2022-01-261-1/+1
* Addded methods to propagate checks & refactored classes to use new methods.Kevin Fischer2022-01-181-56/+19
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Add undo/redo capabilities to the theme editorMichael Alexsander2021-12-301-120/+400
* Improve user communication in the Add Item Type dialogYuri Sizov2021-12-141-7/+30
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-7/+7
* ScrollContainer's scrollbar visibility is now enumkobewi2021-12-071-3/+3
* Disable base type changing when no type is selected in the theme editorMichael Alexsander2021-12-031-2/+2