summaryrefslogtreecommitdiff
path: root/scene/gui/control.cpp
AgeCommit message (Expand)Author
2023-03-27Improve layout direction/locale automatic selection.bruvzg
2023-02-07Fix description and argument name in Control._has_pointKabiir
2023-02-06Merge pull request #72204 from MinusKube/anchorable_rect_editor_bugYuri Sizov
2023-02-02Fix toplevel nomenclatureMarkus Sauermann
2023-01-31Merge pull request #67507 from Sauermann/fix-toplevel-root-control-nodeRémi Verschelde
2023-01-28Fix get_parent_anchorable_rect() not returning the correct size in some casesMinusKube
2023-01-26Merge pull request #66688 from Sauermann/fix-control-get-global-rect-coordinatesRémi Verschelde
2023-01-19Merge pull request #71598 from bruvzg/gdscript_bidi_overrideRémi Verschelde
2023-01-19Cleanup unused engine code v2kobewi
2023-01-18Implement BiDi override mode for GDScript source.bruvzg
2023-01-18Merge pull request #71379 from KoBeWi/destruction_of_compatibility_functionRémi Verschelde
2023-01-14Remove set_drag_forwarding_compat()kobewi
2023-01-13Fix NaN value making infinite loop inside GraphEdit's NOTIFICATION_DRAWstmSi
2023-01-11Merge pull request #71183 from YuriSizov/control-refresh-layouts-by-parentsRémi Verschelde
2023-01-10Ensure that the cached layout mode is in syncYuri Sizov
2023-01-10Change set_drag_forwarding() to use callables.Juan Linietsky
2023-01-09Fix inconsistent state of Controls when editing and running scenesYuri Sizov
2023-01-08Use BitField<> hint for ArrayFormatJuan Linietsky
2023-01-07Merge pull request #36301 from KoBeWi/daddy_nodeRémi Verschelde
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-19Restore 'rotation_degrees' properties.Juan Linietsky
2022-12-12Merge pull request #61855 from Calinou/popup-centered-minsize-fix-freezeRémi Verschelde
2022-12-07Copy local theme overrides from Control to WindowYuri Sizov
2022-11-30Display transform properties of contained controlskobewi
2022-11-29Move z_index, z_as_relative and y_sort_enabled from Node2D to CanvasItemHendrik Brucker
2022-11-28Merge pull request #59801 from Sauermann/fix-node2d-viewport-root-orderRémi Verschelde
2022-11-17Add `Control::localize_numeral_system` property to toggle automatic numeral s...bruvzg
2022-11-02Fix Viewport root order after Node2D raiseMarkus Sauermann
2022-10-31Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde
2022-10-31Merge pull request #67588 from KoBeWi/if(!GDVIRTUAL_CALL)don'tRémi Verschelde
2022-10-23Merge pull request #67566 from Sauermann/fix-code-simplificationsClay John
2022-10-22Fix Control rect coordinate system inconsistencyMarkus Sauermann
2022-10-19Merge pull request #66279 from aaronfranke/control-min-sizeMax Hilbrunner
2022-10-19Simplify GDVIRTUAL_CALL callskobewi
2022-10-18Unify usage of GLOBAL/EDITOR_GETkobewi
2022-10-18Code simplificationsMarkus Sauermann
2022-10-16Fix set_as_toplevel event propagation to childMarkus Sauermann
2022-10-13Move Shortcut Context to Control and ensure that `shortcut_input` adheres to ...Eric M
2022-10-13Merge pull request #66953 from Sauermann/fix-top-level-connect-errorRémi Verschelde
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-10-05Fix Control not disconnecting signalMarkus Sauermann
2022-09-28Merge pull request #58995 from Sauermann/fix-mouse-cursor-change-2Rémi Verschelde
2022-09-22Revert custom_minimum_size type back to Vector2 instead of Vector2iAaron Franke
2022-09-19Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron
2022-09-18Update mouse cursor shape after changesMarkus Sauermann
2022-09-08Make `Vector2i` values paired with `EDSCALE` be just `Vector2`Michael Alexsander
2022-09-06Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOTMicky
2022-09-02Merge pull request #65250 from YuriSizov/theme-owner-risesRémi Verschelde
2022-09-02Un-defer the initial theme changed notificationYuri Sizov
2022-09-02Add ThemeOwner type for managing theme propagation and lookupYuri Sizov