summaryrefslogtreecommitdiffstats
path: root/editor/plugins/control_editor_plugin.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-1/+1
|\
| * Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-1/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Toggle control expand flag directly via top barRedMser2024-05-101-1/+5
* Merge pull request #91252 from timothyqiu/control-categoryRémi Verschelde2024-04-291-0/+3
|\
| * Only add warning label for Layout group in Control categoryHaoyu Qiu2024-04-271-0/+3
* | Organize existing code for editor pluginsAaron Franke2024-04-271-1/+1
|/
* Decouple EditorInterface from EditorPluginYuri Sizov2023-04-171-0/+1
* Use `PropertyUsageFlags` enum in parse_propertyRaul Santos2023-01-311-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Cleanup remaining EditorUndoRedoManager usageskobewi2022-11-241-2/+0
* Use forward-declarations in EditorPlugin where possibletrollodel2022-11-111-0/+2
* Code simplificationsMarkus Sauermann2022-11-071-1/+0
* Fix various uninitialized member pointersRémi Verschelde2022-09-061-1/+1
* Add per-scene UndoRedokobewi2022-08-221-1/+3
* Improve editor toolbar for Control nodesYuri Sizov2022-08-161-82/+86
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-1/+1
* Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge2022-07-181-3/+3
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-12/+12
* Reduce the size of Controls editor toolbarkobewi2022-03-201-2/+0
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-2/+0
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-3/+2
* Reorganize inspector layout workflow for Control nodesYuri Sizov2022-02-101-0/+255