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
*
Add auto translate mode for tooltips
Haoyu Qiu
2024-09-26
1
-4
/
+13
*
StringName: Fix empty hash
rune-scape
2024-09-09
1
-1
/
+0
*
Merge pull request #95500 from tetrapod00/zero-separation-focus-neighbor
Rémi Verschelde
2024-09-08
1
-1
/
+24
|
\
|
*
Add tie-breaking to find focus neighbor in Control
tetrapod00
2024-09-06
1
-1
/
+24
*
|
Fix super call in various `get_configuration_warnings` methods
A Thousand Ships
2024-09-05
1
-1
/
+1
*
|
Merge pull request #93800 from EAinsley/fix#92929
Rémi Verschelde
2024-08-28
1
-1
/
+1
|
\
\
|
*
|
Notify item_rect_changed before resized.
Ainsley Su
2024-07-01
1
-1
/
+1
*
|
|
Merge pull request #93363 from kitbdev/pass-propagate
Rémi Verschelde
2024-08-28
1
-1
/
+1
|
\
\
\
|
*
|
|
Clarify Mouse Filter Pass in the Inspector
kit
2024-06-19
1
-1
/
+1
|
|
/
/
*
|
|
Merge pull request #84840 from kleonc/control-get-transform-simplification
Rémi Verschelde
2024-08-26
1
-6
/
+4
|
\
\
\
|
*
|
|
Simplify Control internal transform calculation
kleonc
2024-08-19
1
-6
/
+4
*
|
|
|
Merge pull request #93602 from aaronp64/inspector_latency
Rémi Verschelde
2024-08-22
1
-24
/
+24
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Improve Editor Inspector/Theme item lookup performance
aaronp64
2024-08-20
1
-24
/
+24
|
|
/
/
*
|
/
Split TranslationServer into its own file
Haoyu Qiu
2024-08-15
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
|
\
[next]