summaryrefslogtreecommitdiffstats
path: root/scene/gui/control.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Ensure that the cached layout mode is in syncYuri Sizov2023-01-101-0/+10
* | | | Change set_drag_forwarding() to use callables.Juan Linietsky2023-01-101-21/+45
|/ / /
* | | Fix inconsistent state of Controls when editing and running scenesYuri Sizov2023-01-091-25/+36
* | | Use BitField<> hint for ArrayFormatJuan Linietsky2023-01-081-12/+12
* | | Merge pull request #36301 from KoBeWi/daddy_nodeRémi Verschelde2023-01-071-0/+8
|\ \ \
| * | | Add methods for node reparentingTomasz Chabora2022-08-161-0/+8
* | | | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* | | | Restore 'rotation_degrees' properties.Juan Linietsky2022-12-191-0/+11
* | | | Merge pull request #61855 from Calinou/popup-centered-minsize-fix-freezeRémi Verschelde2022-12-121-0/+6
|\ \ \ \
| * | | | Fix infinite loop when calling `Control.popup_centered_minsize()`Hugo Locurcio2022-06-091-0/+6
* | | | | Copy local theme overrides from Control to WindowYuri Sizov2022-12-071-79/+79
* | | | | Display transform properties of contained controlskobewi2022-11-301-4/+4
* | | | | Move z_index, z_as_relative and y_sort_enabled from Node2D to CanvasItemHendrik Brucker2022-11-291-0/+4
* | | | | Merge pull request #59801 from Sauermann/fix-node2d-viewport-root-orderRémi Verschelde2022-11-281-1/+1
|\ \ \ \ \
| * | | | | Fix Viewport root order after Node2D raiseMarkus Sauermann2022-11-021-1/+1
* | | | | | Add `Control::localize_numeral_system` property to toggle automatic numeral s...bruvzg2022-11-171-1/+19
|/ / / / /
* | | | | Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde2022-10-311-1/+1
|\ \ \ \ \
| * | | | | Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge pull request #67588 from KoBeWi/if(!GDVIRTUAL_CALL)don'tRémi Verschelde2022-10-311-22/+10
|\ \ \ \ \
| * | | | | Simplify GDVIRTUAL_CALL callskobewi2022-10-191-22/+10
| |/ / / /
* | | | | Merge pull request #67566 from Sauermann/fix-code-simplificationsClay John2022-10-231-7/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Code simplificationsMarkus Sauermann2022-10-181-7/+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
* | | | Move Shortcut Context to Control and ensure that `shortcut_input` adheres to ...Eric M2022-10-131-0/+34
* | | | Merge pull request #66953 from Sauermann/fix-top-level-connect-errorRémi Verschelde2022-10-131-2/+2
|\ \ \ \
| * | | | Fix Control not disconnecting signalMarkus Sauermann2022-10-051-2/+2
* | | | | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-1/+1
|/ / / /
* | | | Merge pull request #58995 from Sauermann/fix-mouse-cursor-change-2Rémi Verschelde2022-09-281-0/+12
|\ \ \ \ | |/ / / |/| | |
| * | | Update mouse cursor shape after changesMarkus Sauermann2022-09-181-0/+12
* | | | Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron2022-09-191-2/+2
|/ / /
* | | Make `Vector2i` values paired with `EDSCALE` be just `Vector2`Michael Alexsander2022-09-081-3/+3
* | | Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOTMicky2022-09-061-1/+1
* | | Merge pull request #65250 from YuriSizov/theme-owner-risesRémi Verschelde2022-09-021-365/+62
|\ \ \
| * | | Un-defer the initial theme changed notificationYuri Sizov2022-09-021-18/+9
| * | | Add ThemeOwner type for managing theme propagation and lookupYuri Sizov2022-09-021-351/+57
* | | | Rename `or_lesser` range property hint to `or_less`Hugo Locurcio2022-09-021-5/+5
|/ / /
* | | Add a lifecycle method for manual theme item caching to ControlYuri Sizov2022-09-011-0/+10
* | | Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-11/+11
* | | Merge pull request #64119 from YuriSizov/theme-init-databaseRémi Verschelde2022-08-291-40/+41
|\ \ \
| * | | Add ThemeDB, expose previously static Theme methodsYuri Sizov2022-08-261-40/+41
* | | | Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-7/+7
|/ / /
* | | Refactor and remove excessive calls of `NOTIFICATION_THEME_CHANGED`Aaron Record2022-08-251-121/+98
* | | Disconnect Control from theme resources to avoid issues on destructionYuri Sizov2022-08-241-0/+21
* | | Add some codes, returnes directly if the value is not changed.风青山2022-08-231-0/+43
* | | Replace Array return types with TypedArraykobewi2022-08-221-3/+3
* | | Merge pull request #64339 from YuriSizov/core-multilevel-validate-propertyRémi Verschelde2022-08-221-34/+34
|\ \ \
| * | | Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-34/+34
| | |/ | |/|
* / | Replace meta properties with regular properties in `Control`Yuri Sizov2022-08-191-30/+51
|/ /
* | Add dumb theme item cache to ControlYuri Sizov2022-08-121-6/+57