summaryrefslogtreecommitdiff
path: root/editor/plugins/control_editor_plugin.cpp
AgeCommit message (Expand)Author
2023-01-16Add EditorUndoRedoManager singletonkobewi
2023-01-10Ensure that the cached layout mode is in syncYuri Sizov
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-11-24Cleanup remaining EditorUndoRedoManager usageskobewi
2022-11-14Remove redundant Variant-types initializationsMarkus Sauermann
2022-11-11Use forward-declarations in EditorPlugin where possibletrollodel
2022-11-07Code simplificationsMarkus Sauermann
2022-08-29Fix some editor theme regressionsYuri Sizov
2022-08-29Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde
2022-08-28Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde
2022-08-27Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record
2022-08-27Rename `hint_tooltip` to `tooltip_text` & setgetMicky
2022-08-22Add per-scene UndoRedokobewi
2022-08-16Improve editor toolbar for Control nodesYuri Sizov
2022-07-31Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov
2022-07-20simplify alignment preset, fixing icon for full rectNathan Franke
2022-07-18Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge
2022-06-16Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...bruvzg
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-06Cleanup metadata usagekobewi
2022-03-20Reduce the size of Controls editor toolbarkobewi
2022-02-19Fix vertical icons in container sizingMarkus Sauermann
2022-02-15Editor: Cleanup some includes dependenciesRémi Verschelde
2022-02-15Merge pull request #57863 from Calinou/editor-use-anchors-metadata-no-redundantRémi Verschelde
2022-02-14Remove most EditorNode constructor parameters and fieldstrollodel
2022-02-14Only store `_edit_use_anchors_` metadata if value is not the defaultHugo Locurcio
2022-02-10Reorganize inspector layout workflow for Control nodesYuri Sizov