summaryrefslogtreecommitdiffstats
path: root/scene/gui/control.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Make `Vector2i` values paired with `EDSCALE` be just `Vector2`Michael Alexsander2022-09-081-3/+3
* | Un-defer the initial theme changed notificationYuri Sizov2022-09-021-3/+0
* | Add ThemeOwner type for managing theme propagation and lookupYuri Sizov2022-09-021-15/+7
* | Add a lifecycle method for manual theme item caching to ControlYuri Sizov2022-09-011-0/+4
* | Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-1/+0
* | Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde2022-08-281-2/+2
|\ \
| * | Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-2/+2
* | | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-0/+1
|/ /
* | Refactor and remove excessive calls of `NOTIFICATION_THEME_CHANGED`Aaron Record2022-08-251-3/+2
* | Disconnect Control from theme resources to avoid issues on destructionYuri Sizov2022-08-241-0/+1
* | Replace Array return types with TypedArraykobewi2022-08-221-2/+2
* | Merge pull request #64339 from YuriSizov/core-multilevel-validate-propertyRémi Verschelde2022-08-221-1/+1
|\ \
| * | Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-1/+1
| |/
* / Replace meta properties with regular properties in `Control`Yuri Sizov2022-08-191-0/+7
|/
* Add dumb theme item cache to ControlYuri Sizov2022-08-121-0/+8