summaryrefslogtreecommitdiffstats
path: root/scene/gui/control.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Update deferred calls to use Callableskobewi2024-01-091-2/+1
* Fix missing autocompletion for inheriting classesMicky2024-01-031-1/+1
* [Editor] Add option to override editor UI layout direction.bruvzg2023-11-171-3/+36
* Merge pull request #84662 from YuriSizov/gui-warn-about-autowrappingRémi Verschelde2023-11-091-0/+1
|\
| * Warn about autowrapped labels in containersYuri Sizov2023-11-091-0/+1
* | Make mouse-enter/exit notifications match mouse event propagationkit2023-11-091-0/+11
|/
* Add more context to some `Window` errorsYuri Sizov2023-09-301-12/+12
* Merge pull request #82195 from AThousandShips/radian_fixRémi Verschelde2023-09-251-1/+1
|\
| * Replace `radians` range hint with `radians_as_degrees`A Thousand Ships2023-09-251-1/+1
* | Merge pull request #76027 from AThousandShips/focus_directionRémi Verschelde2023-09-251-0/+5
|\ \ | |/ |/|
| * Expose finding valid focus neighbors of a `Control` by sideA Thousand Ships2023-08-241-0/+5
* | Register theme properties with ThemeDBYuri Sizov2023-09-111-0/+22
* | Introduce the concept of global theme contextsYuri Sizov2023-09-061-2/+10
* | Add EditorStringNames singletonkobewi2023-09-031-0/+6
* | Fix global transform validity for `Node2D` and `Control`Markus Sauermann2023-08-081-0/+4
|/
* Unify and streamline connecting to Resource changeskobewi2023-07-171-17/+17
* Merge pull request #78009 from YuriSizov/gui-gently-massage-minimal-sizeRémi Verschelde2023-06-121-31/+29
|\
| * Ensure that controls update all their sizing information when requiredYuri Sizov2023-06-081-19/+13
| * Revert "Make sure that `data.last_minimum_size` is consistent with `get_combi...Yuri Sizov2023-06-061-15/+19
* | Use `get_node_or_null` when null checks are presentNinni Pipping2023-06-101-24/+12
* | Use NULL instead of COND checks when appropriateNinni Pipping2023-06-101-3/+3
* | Fix incorrect node placement in RTL layout when parent is non-Control canvas ...bruvzg2023-06-061-1/+1
|/
* Make sure that `data.last_minimum_size` is consistent with `get_combined_mini...Rindbee2023-06-011-19/+15
* Create a virtual mouse move event after moving child nodesMarkus Sauermann2023-05-291-1/+2
* Make more base nodes thread safeJuan Linietsky2023-05-151-0/+157
* Merge pull request #69318 from Sauermann/fix-refresh-gui-eventsRémi Verschelde2023-04-251-4/+9
|\
| * Fix scene reload crash caused by mouse cursor updateMarkus Sauermann2023-02-101-4/+9
* | Use Point2 consistently in Control methodsYuri Sizov2023-04-131-8/+8
* | Remove NOTIFICATION_MOVED_IN_PARENTJuan Linietsky2023-04-061-9/+4
* | Add a warning when trying to access theme items too earlyYuri Sizov2023-04-031-0/+50
* | More i18n improvementsHaoyu Qiu2023-03-271-7/+7
* | Merge pull request #73818 from kilojool/virtual_get_tooltipYuri Sizov2023-03-251-0/+5
|\ \
| * | Add missing virtual bind for control::get_tooltipkilojool2023-03-211-0/+5
| |/
* | Fix auto-translations in editorkobewi2023-03-221-0/+7
* | Improve layout direction/locale automatic selection.bruvzg2023-02-221-13/+28
|/
* Fix description and argument name in Control._has_pointKabiir2023-02-071-1/+1
* Merge pull request #72204 from MinusKube/anchorable_rect_editor_bugYuri Sizov2023-02-061-2/+4
|\
| * Fix get_parent_anchorable_rect() not returning the correct size in some casesMinusKube2023-01-281-2/+4
* | Fix toplevel nomenclatureMarkus Sauermann2023-02-021-1/+1
* | Merge pull request #67507 from Sauermann/fix-toplevel-root-control-nodeRémi Verschelde2023-01-311-0/+6
|\ \
| * | Fix set_as_toplevel event propagation to childMarkus Sauermann2022-10-161-0/+6
* | | Merge pull request #66688 from Sauermann/fix-control-get-global-rect-coordinatesRémi Verschelde2023-01-261-17/+7
|\ \ \ | |_|/ |/| |
| * | Fix Control rect coordinate system inconsistencyMarkus Sauermann2022-10-221-17/+7
* | | Merge pull request #71598 from bruvzg/gdscript_bidi_overrideRémi Verschelde2023-01-191-2/+2
|\ \ \
| * | | Implement BiDi override mode for GDScript source.bruvzg2023-01-181-2/+2
* | | | Cleanup unused engine code v2kobewi2023-01-191-4/+0
|/ / /
* | | Merge pull request #71379 from KoBeWi/destruction_of_compatibility_functionRémi Verschelde2023-01-181-13/+0
|\ \ \
| * | | Remove set_drag_forwarding_compat()kobewi2023-01-141-13/+0
* | | | Fix NaN value making infinite loop inside GraphEdit's NOTIFICATION_DRAWstmSi2023-01-131-1/+3
|/ / /
* | | Merge pull request #71183 from YuriSizov/control-refresh-layouts-by-parentsRémi Verschelde2023-01-111-0/+10
|\ \ \