index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
gui
/
control.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Spartan322
2024-10-13
1
-0
/
+2
*
Fix super call in various `get_configuration_warnings` methods
A Thousand Ships
2024-09-17
1
-1
/
+1
*
Merge pull request #93749 from alvinhochun/gui-snap-to-pixel-round-halfway-to...
Rémi Verschelde
2024-07-17
1
-1
/
+1
|
\
|
*
Change GUI controls pixel snap to round halfway to +ve infinity
Alvin Wong
2024-06-30
1
-1
/
+1
*
|
Fix Control nodes emitting unnecessary resized signals
Hendrik Brucker
2024-07-05
1
-9
/
+11
|
/
*
Invalidate Control global transform before notifying about resize / rect change
kleonc
2024-05-30
1
-4
/
+7
*
Fix theme StyleBox override parameter completion
Haoyu Qiu
2024-05-24
1
-6
/
+6
*
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-4
/
+3
*
Add shorthand for using singleton string names
kobewi
2024-05-11
1
-11
/
+11
*
Fetch argument options from ThemeDB
kobewi
2024-05-07
1
-13
/
+27
*
Avoid incorrect computing anchor of Control node when reset on save
Silc Lizard (Tokage) Renew
2024-05-05
1
-0
/
+25
*
[Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`
A Thousand Ships
2024-05-02
1
-2
/
+2
*
Don't store deprecated auto-translate property
Haoyu Qiu
2024-04-15
1
-1
/
+1
*
Remove Control z-index warning
kobewi
2024-04-04
1
-4
/
+0
*
Merge pull request #89111 from AThousandShips/vec_use
Rémi Verschelde
2024-03-24
1
-2
/
+1
|
\
|
*
Use `Vector*` component-wise `min/max/clamp` functions where applicable
A Thousand Ships
2024-03-20
1
-2
/
+1
*
|
Fixed Timestep Interpolation (2D)
Ricardo Buring
2024-03-23
1
-0
/
+2
|
/
*
Fix Control::set_global_position for rotated/scaled transforms
kleonc
2024-03-15
1
-9
/
+5
*
Merge pull request #86743 from Mickeon/autocompletion-optimise-object
Rémi Verschelde
2024-03-01
1
-1
/
+3
|
\
|
*
Optimise Object's `get_argument_options`
Micky
2024-02-29
1
-1
/
+3
*
|
Don't access Node3D/Node2D/Control global transform in `reparent` unless needed
Rémi Verschelde
2024-02-29
1
-2
/
+4
|
/
*
Fix some DEFVALs to use the right type
Raul Santos
2024-02-23
1
-12
/
+13
*
Revert "Update Node::get_configuration_warnings signature"
Rémi Verschelde
2024-02-17
1
-3
/
+3
*
Make auto translation inheritable
Michael Alexsander
2024-02-15
1
-19
/
+14
*
Replace error checks against `size` with `is_empty`
A Thousand Ships
2024-02-09
1
-1
/
+1
*
Update Node::get_configuration_warnings signature
RedMser
2024-02-08
1
-3
/
+3
*
Merge pull request #84760 from KoBeWi/ultimate_get_property_list_reloaded
Rémi Verschelde
2024-01-29
1
-65
/
+45
|
\
|
*
Fetch override list from ThemeDB
kobewi
2024-01-29
1
-65
/
+45
*
|
Remove unnecessary `this->` expressions
A Thousand Ships
2024-01-29
1
-12
/
+12
*
|
Fix issue where `set_global_position(global_position)` in `Control` resulted ...
风青山
2024-01-23
1
-4
/
+6
|
/
*
Update deferred calls to use Callables
kobewi
2024-01-09
1
-2
/
+1
*
Fix missing autocompletion for inheriting classes
Micky
2024-01-03
1
-1
/
+1
*
[Editor] Add option to override editor UI layout direction.
bruvzg
2023-11-17
1
-3
/
+36
*
Merge pull request #84662 from YuriSizov/gui-warn-about-autowrapping
Rémi Verschelde
2023-11-09
1
-0
/
+1
|
\
|
*
Warn about autowrapped labels in containers
Yuri Sizov
2023-11-09
1
-0
/
+1
*
|
Make mouse-enter/exit notifications match mouse event propagation
kit
2023-11-09
1
-0
/
+11
|
/
*
Add more context to some `Window` errors
Yuri Sizov
2023-09-30
1
-12
/
+12
*
Merge pull request #82195 from AThousandShips/radian_fix
Rémi Verschelde
2023-09-25
1
-1
/
+1
|
\
|
*
Replace `radians` range hint with `radians_as_degrees`
A Thousand Ships
2023-09-25
1
-1
/
+1
*
|
Merge pull request #76027 from AThousandShips/focus_direction
Rémi Verschelde
2023-09-25
1
-0
/
+5
|
\
\
|
|
/
|
/
|
|
*
Expose finding valid focus neighbors of a `Control` by side
A Thousand Ships
2023-08-24
1
-0
/
+5
*
|
Register theme properties with ThemeDB
Yuri Sizov
2023-09-11
1
-0
/
+22
*
|
Introduce the concept of global theme contexts
Yuri Sizov
2023-09-06
1
-2
/
+10
*
|
Add EditorStringNames singleton
kobewi
2023-09-03
1
-0
/
+6
*
|
Fix global transform validity for `Node2D` and `Control`
Markus Sauermann
2023-08-08
1
-0
/
+4
|
/
*
Unify and streamline connecting to Resource changes
kobewi
2023-07-17
1
-17
/
+17
*
Merge pull request #78009 from YuriSizov/gui-gently-massage-minimal-size
Rémi Verschelde
2023-06-12
1
-31
/
+29
|
\
|
*
Ensure that controls update all their sizing information when required
Yuri Sizov
2023-06-08
1
-19
/
+13
|
*
Revert "Make sure that `data.last_minimum_size` is consistent with `get_combi...
Yuri Sizov
2023-06-06
1
-15
/
+19
[next]