summaryrefslogtreecommitdiffstats
path: root/editor/plugins/control_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-29/+29
|\
| * Merge pull request #98039 from aaronfranke/button-iconThaddeus Crews2024-10-291-27/+27
| |\
| | * Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-27/+27
| * | Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-2/+2
| |/
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Merge commit godotengine/godot@1015a481ff43edb1126ab39a147fefda290131e5Spartan3222024-10-241-1/+0
|\|
| * Merge pull request #96518 from Giganzo/popup-panel-styleThaddeus Crews2024-10-241-1/+0
| |\
| | * Fix PopupPanel menu styleGiganzo2024-10-201-1/+0
* | | Merge commit godotengine/godot@af77100e394dcaca609b15bef815ed17475e51edSpartan3222024-10-151-1/+3
|\| |
| * | Fix ControlEditorPopupButton arrow position in RTL languageHaoyu Qiu2024-10-091-1/+3
| |/
* / Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* [Scene] Add SceneStringName::toggledYuri Rubinsky2024-08-281-1/+1
* [Scene] Add `SceneStringNames::item_selected`A Thousand Ships2024-06-191-2/+2
* Fix some incorrect uses of `String` over `StringName`A Thousand Ships2024-06-031-3/+3
* [Scene] Add `SceneStringNames::panel`A Thousand Ships2024-05-301-1/+1
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-5/+5
* Toggle control expand flag directly via top barRedMser2024-05-101-3/+77
* Only add warning label for Layout group in Control categoryHaoyu Qiu2024-04-271-0/+8
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Add const references detected by clang-tidyWilson E. Alvarez2023-12-161-1/+1
* Replace flat buttons with flat-styled buttons with a visible pressed stateYuri Sizov2023-09-191-2/+2
* [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-151-1/+1
* Merge pull request #81516 from YuriSizov/editor-theme-access-the-successYuri Sizov2023-09-151-1/+2
|\
| * Fix accessing editor theme items throughout the UIYuri Sizov2023-09-151-1/+2
* | Improve the looks of 2D/3D viewport contextual toolbarsYuri Sizov2023-09-131-2/+0
|/
* Add EditorStringNames singletonkobewi2023-09-031-35/+35
* Add get_edited_property_value() shorthand methodkobewi2023-05-261-3/+3
* Use `PropertyUsageFlags` enum in parse_propertyRaul Santos2023-01-311-1/+1
* 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