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
...
*
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
*
|
Use `get_node_or_null` when null checks are present
Ninni Pipping
2023-06-10
1
-24
/
+12
*
|
Use NULL instead of COND checks when appropriate
Ninni Pipping
2023-06-10
1
-3
/
+3
*
|
Fix incorrect node placement in RTL layout when parent is non-Control canvas ...
bruvzg
2023-06-06
1
-1
/
+1
|
/
*
Make sure that `data.last_minimum_size` is consistent with `get_combined_mini...
Rindbee
2023-06-01
1
-19
/
+15
*
Create a virtual mouse move event after moving child nodes
Markus Sauermann
2023-05-29
1
-1
/
+2
*
Make more base nodes thread safe
Juan Linietsky
2023-05-15
1
-0
/
+157
*
Merge pull request #69318 from Sauermann/fix-refresh-gui-events
Rémi Verschelde
2023-04-25
1
-4
/
+9
|
\
|
*
Fix scene reload crash caused by mouse cursor update
Markus Sauermann
2023-02-10
1
-4
/
+9
*
|
Use Point2 consistently in Control methods
Yuri Sizov
2023-04-13
1
-8
/
+8
*
|
Remove NOTIFICATION_MOVED_IN_PARENT
Juan Linietsky
2023-04-06
1
-9
/
+4
*
|
Add a warning when trying to access theme items too early
Yuri Sizov
2023-04-03
1
-0
/
+50
*
|
More i18n improvements
Haoyu Qiu
2023-03-27
1
-7
/
+7
*
|
Merge pull request #73818 from kilojool/virtual_get_tooltip
Yuri Sizov
2023-03-25
1
-0
/
+5
|
\
\
|
*
|
Add missing virtual bind for control::get_tooltip
kilojool
2023-03-21
1
-0
/
+5
|
|
/
*
|
Fix auto-translations in editor
kobewi
2023-03-22
1
-0
/
+7
*
|
Improve layout direction/locale automatic selection.
bruvzg
2023-02-22
1
-13
/
+28
|
/
*
Fix description and argument name in Control._has_point
Kabiir
2023-02-07
1
-1
/
+1
*
Merge pull request #72204 from MinusKube/anchorable_rect_editor_bug
Yuri Sizov
2023-02-06
1
-2
/
+4
|
\
|
*
Fix get_parent_anchorable_rect() not returning the correct size in some cases
MinusKube
2023-01-28
1
-2
/
+4
*
|
Fix toplevel nomenclature
Markus Sauermann
2023-02-02
1
-1
/
+1
*
|
Merge pull request #67507 from Sauermann/fix-toplevel-root-control-node
Rémi Verschelde
2023-01-31
1
-0
/
+6
|
\
\
|
*
|
Fix set_as_toplevel event propagation to child
Markus Sauermann
2022-10-16
1
-0
/
+6
*
|
|
Merge pull request #66688 from Sauermann/fix-control-get-global-rect-coordinates
Rémi Verschelde
2023-01-26
1
-17
/
+7
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fix Control rect coordinate system inconsistency
Markus Sauermann
2022-10-22
1
-17
/
+7
*
|
|
Merge pull request #71598 from bruvzg/gdscript_bidi_override
Rémi Verschelde
2023-01-19
1
-2
/
+2
|
\
\
\
|
*
|
|
Implement BiDi override mode for GDScript source.
bruvzg
2023-01-18
1
-2
/
+2
*
|
|
|
Cleanup unused engine code v2
kobewi
2023-01-19
1
-4
/
+0
|
/
/
/
*
|
|
Merge pull request #71379 from KoBeWi/destruction_of_compatibility_function
Rémi Verschelde
2023-01-18
1
-13
/
+0
|
\
\
\
|
*
|
|
Remove set_drag_forwarding_compat()
kobewi
2023-01-14
1
-13
/
+0
*
|
|
|
Fix NaN value making infinite loop inside GraphEdit's NOTIFICATION_DRAW
stmSi
2023-01-13
1
-1
/
+3
|
/
/
/
*
|
|
Merge pull request #71183 from YuriSizov/control-refresh-layouts-by-parents
Rémi Verschelde
2023-01-11
1
-0
/
+10
|
\
\
\
[prev]
[next]