summaryrefslogtreecommitdiffstats
path: root/scene/gui/control.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Fix super call in various `get_configuration_warnings` methodsA Thousand Ships2024-09-171-1/+1
* Merge pull request #93749 from alvinhochun/gui-snap-to-pixel-round-halfway-to...Rémi Verschelde2024-07-171-1/+1
|\
| * Change GUI controls pixel snap to round halfway to +ve infinityAlvin Wong2024-06-301-1/+1
* | Fix Control nodes emitting unnecessary resized signalsHendrik Brucker2024-07-051-9/+11
|/
* Invalidate Control global transform before notifying about resize / rect changekleonc2024-05-301-4/+7
* Fix theme StyleBox override parameter completionHaoyu Qiu2024-05-241-6/+6
* Use Core/Scene stringnames consistentlykobewi2024-05-131-4/+3
* Add shorthand for using singleton string nameskobewi2024-05-111-11/+11
* Fetch argument options from ThemeDBkobewi2024-05-071-13/+27
* Avoid incorrect computing anchor of Control node when reset on saveSilc Lizard (Tokage) Renew2024-05-051-0/+25
* [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`A Thousand Ships2024-05-021-2/+2
* Don't store deprecated auto-translate propertyHaoyu Qiu2024-04-151-1/+1
* Remove Control z-index warningkobewi2024-04-041-4/+0
* Merge pull request #89111 from AThousandShips/vec_useRémi Verschelde2024-03-241-2/+1
|\
| * Use `Vector*` component-wise `min/max/clamp` functions where applicableA Thousand Ships2024-03-201-2/+1
* | Fixed Timestep Interpolation (2D)Ricardo Buring2024-03-231-0/+2
|/
* Fix Control::set_global_position for rotated/scaled transformskleonc2024-03-151-9/+5
* Merge pull request #86743 from Mickeon/autocompletion-optimise-objectRémi Verschelde2024-03-011-1/+3
|\
| * Optimise Object's `get_argument_options`Micky2024-02-291-1/+3
* | Don't access Node3D/Node2D/Control global transform in `reparent` unless neededRémi Verschelde2024-02-291-2/+4
|/
* Fix some DEFVALs to use the right typeRaul Santos2024-02-231-12/+13
* Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-3/+3
* Make auto translation inheritableMichael Alexsander2024-02-151-19/+14
* Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-091-1/+1
* Update Node::get_configuration_warnings signatureRedMser2024-02-081-3/+3
* Merge pull request #84760 from KoBeWi/ultimate_get_property_list_reloadedRémi Verschelde2024-01-291-65/+45
|\
| * Fetch override list from ThemeDBkobewi2024-01-291-65/+45
* | Remove unnecessary `this->` expressionsA Thousand Ships2024-01-291-12/+12
* | Fix issue where `set_global_position(global_position)` in `Control` resulted ...风青山2024-01-231-4/+6
|/
* 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