summaryrefslogtreecommitdiffstats
path: root/editor/plugins/control_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add EditorUndoRedoManager singletonkobewi2023-01-161-3/+3
* Ensure that the cached layout mode is in syncYuri Sizov2023-01-101-0/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Cleanup remaining EditorUndoRedoManager usageskobewi2022-11-241-1/+3
* Remove redundant Variant-types initializationsMarkus Sauermann2022-11-141-1/+1
* Use forward-declarations in EditorPlugin where possibletrollodel2022-11-111-0/+1
* Code simplificationsMarkus Sauermann2022-11-071-13/+0
* Fix some editor theme regressionsYuri Sizov2022-08-291-1/+1
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-0/+5
* Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde2022-08-281-10/+10
|\
| * Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-10/+10
* | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-5/+0
|/
* Add per-scene UndoRedokobewi2022-08-221-0/+1
* Improve editor toolbar for Control nodesYuri Sizov2022-08-161-399/+449
* Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-311-0/+2
* simplify alignment preset, fixing icon for full rectNathan Franke2022-07-201-14/+8
* Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge2022-07-181-7/+7
* Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...bruvzg2022-06-161-2/+2
* Replace most uses of Map by HashMapreduz2022-05-161-1/+1
* Cleanup metadata usagekobewi2022-05-061-3/+3
* Reduce the size of Controls editor toolbarkobewi2022-03-201-37/+16
* Fix vertical icons in container sizingMarkus Sauermann2022-02-191-2/+6
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-0/+1
* Merge pull request #57863 from Calinou/editor-use-anchors-metadata-no-redundantRémi Verschelde2022-02-151-3/+11
|\
| * Only store `_edit_use_anchors_` metadata if value is not the defaultHugo Locurcio2022-02-141-3/+11
* | Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-7/+5
|/
* Reorganize inspector layout workflow for Control nodesYuri Sizov2022-02-101-0/+1023