summaryrefslogtreecommitdiffstats
path: root/scene/gui/control.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-7/+11
|\
| * Compile certain `CanvasItem._edit_*()` functions with `DEBUG_ENABLED`Michael Alexsander2024-11-021-7/+11
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-221-2/+7
|\|
| * Add System Locale layout direction for Control and WindowHaoyu Qiu2024-10-171-2/+7
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Add auto translate mode for tooltipsHaoyu Qiu2024-09-261-1/+4
* StringName: Fix empty hashrune-scape2024-09-091-4/+0
* Avoid incorrect computing anchor of Control node when reset on saveSilc Lizard (Tokage) Renew2024-05-051-0/+4
* Optimise Object's `get_argument_options`Micky2024-02-291-1/+3
* Fix some DEFVALs to use the right typeRaul Santos2024-02-231-0/+4
* Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-1/+1
* Make auto translation inheritableMichael Alexsander2024-02-151-4/+2
* Update Node::get_configuration_warnings signatureRedMser2024-02-081-1/+1
* [Editor] Add option to override editor UI layout direction.bruvzg2023-11-171-0/+4
* Make mouse-enter/exit notifications match mouse event propagationkit2023-11-091-0/+2
* Merge pull request #76027 from AThousandShips/focus_directionRémi Verschelde2023-09-251-0/+1
|\
| * Expose finding valid focus neighbors of a `Control` by sideA Thousand Ships2023-08-241-0/+1
* | Register theme properties with ThemeDBYuri Sizov2023-09-111-0/+1
* | Introduce the concept of global theme contextsYuri Sizov2023-09-061-0/+3
* | Add EditorStringNames singletonkobewi2023-09-031-0/+3
|/
* Expose Control::_get_drag_data() as non-const functionNana Sakisaka2023-05-241-1/+1
* Add a warning when trying to access theme items too earlyYuri Sizov2023-04-031-0/+2
* Add missing virtual bind for control::get_tooltipkilojool2023-03-211-0/+1
* Fix toplevel nomenclatureMarkus Sauermann2023-02-021-2/+2
* Merge pull request #67507 from Sauermann/fix-toplevel-root-control-nodeRémi Verschelde2023-01-311-0/+3
|\
| * Fix set_as_toplevel event propagation to childMarkus Sauermann2022-10-161-0/+3
* | Merge pull request #71598 from bruvzg/gdscript_bidi_overrideRémi Verschelde2023-01-191-3/+3
|\ \
| * | Implement BiDi override mode for GDScript source.bruvzg2023-01-181-3/+3
* | | Cleanup unused engine code v2kobewi2023-01-191-1/+0
|/ /
* | Remove set_drag_forwarding_compat()kobewi2023-01-141-1/+6
* | Merge pull request #71183 from YuriSizov/control-refresh-layouts-by-parentsRémi Verschelde2023-01-111-0/+1
|\ \
| * | Ensure that the cached layout mode is in syncYuri Sizov2023-01-101-0/+1
* | | Change set_drag_forwarding() to use callables.Juan Linietsky2023-01-101-2/+5
|/ /
* | Fix inconsistent state of Controls when editing and running scenesYuri Sizov2023-01-091-1/+1
* | Use BitField<> hint for ArrayFormatJuan Linietsky2023-01-081-7/+7
* | Merge pull request #36301 from KoBeWi/daddy_nodeRémi Verschelde2023-01-071-0/+1
|\ \
| * | Add methods for node reparentingTomasz Chabora2022-08-161-0/+1
* | | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* | | Restore 'rotation_degrees' properties.Juan Linietsky2022-12-191-0/+2
* | | Copy local theme overrides from Control to WindowYuri Sizov2022-12-071-6/+6
* | | Add `Control::localize_numeral_system` property to toggle automatic numeral s...bruvzg2022-11-171-0/+4
* | | Merge pull request #67566 from Sauermann/fix-code-simplificationsClay John2022-10-231-1/+0
|\ \ \
| * | | Code simplificationsMarkus Sauermann2022-10-181-1/+0
| | |/ | |/|
* | | Merge pull request #66279 from aaronfranke/control-min-sizeMax Hilbrunner2022-10-191-3/+3
|\ \ \ | |/ / |/| |
| * | Revert custom_minimum_size type back to Vector2 instead of Vector2iAaron Franke2022-09-221-3/+3
* | | Merge pull request #67348 from Mickeon/salvage-a-dear-commentRémi Verschelde2022-10-131-0/+1
|\ \ \
| * | | Comment not to remove `data` structs in some NodesMicky2022-10-131-0/+1
| |/ /
* / / Move Shortcut Context to Control and ensure that `shortcut_input` adheres to ...Eric M2022-10-131-0/+6
|/ /
* | Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron2022-09-191-1/+1