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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make mouse-enter/exit notifications match mouse event propagation
kit
2023-11-09
1
-0
/
+2
*
Merge pull request #76027 from AThousandShips/focus_direction
Rémi Verschelde
2023-09-25
1
-0
/
+1
|
\
|
*
Expose finding valid focus neighbors of a `Control` by side
A Thousand Ships
2023-08-24
1
-0
/
+1
*
|
Register theme properties with ThemeDB
Yuri Sizov
2023-09-11
1
-0
/
+1
*
|
Introduce the concept of global theme contexts
Yuri Sizov
2023-09-06
1
-0
/
+3
*
|
Add EditorStringNames singleton
kobewi
2023-09-03
1
-0
/
+3
|
/
*
Expose Control::_get_drag_data() as non-const function
Nana Sakisaka
2023-05-24
1
-1
/
+1
*
Add a warning when trying to access theme items too early
Yuri Sizov
2023-04-03
1
-0
/
+2
*
Add missing virtual bind for control::get_tooltip
kilojool
2023-03-21
1
-0
/
+1
*
Fix toplevel nomenclature
Markus Sauermann
2023-02-02
1
-2
/
+2
*
Merge pull request #67507 from Sauermann/fix-toplevel-root-control-node
Rémi Verschelde
2023-01-31
1
-0
/
+3
|
\
|
*
Fix set_as_toplevel event propagation to child
Markus Sauermann
2022-10-16
1
-0
/
+3
*
|
Merge pull request #71598 from bruvzg/gdscript_bidi_override
Rémi Verschelde
2023-01-19
1
-3
/
+3
|
\
\
|
*
|
Implement BiDi override mode for GDScript source.
bruvzg
2023-01-18
1
-3
/
+3
*
|
|
Cleanup unused engine code v2
kobewi
2023-01-19
1
-1
/
+0
|
/
/
*
|
Remove set_drag_forwarding_compat()
kobewi
2023-01-14
1
-1
/
+6
*
|
Merge pull request #71183 from YuriSizov/control-refresh-layouts-by-parents
Rémi Verschelde
2023-01-11
1
-0
/
+1
|
\
\
|
*
|
Ensure that the cached layout mode is in sync
Yuri Sizov
2023-01-10
1
-0
/
+1
*
|
|
Change set_drag_forwarding() to use callables.
Juan Linietsky
2023-01-10
1
-2
/
+5
|
/
/
*
|
Fix inconsistent state of Controls when editing and running scenes
Yuri Sizov
2023-01-09
1
-1
/
+1
*
|
Use BitField<> hint for ArrayFormat
Juan Linietsky
2023-01-08
1
-7
/
+7
*
|
Merge pull request #36301 from KoBeWi/daddy_node
Rémi Verschelde
2023-01-07
1
-0
/
+1
|
\
\
|
*
|
Add methods for node reparenting
Tomasz Chabora
2022-08-16
1
-0
/
+1
*
|
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
|
|
Restore 'rotation_degrees' properties.
Juan Linietsky
2022-12-19
1
-0
/
+2
*
|
|
Copy local theme overrides from Control to Window
Yuri Sizov
2022-12-07
1
-6
/
+6
*
|
|
Add `Control::localize_numeral_system` property to toggle automatic numeral s...
bruvzg
2022-11-17
1
-0
/
+4
*
|
|
Merge pull request #67566 from Sauermann/fix-code-simplifications
Clay John
2022-10-23
1
-1
/
+0
|
\
\
\
|
*
|
|
Code simplifications
Markus Sauermann
2022-10-18
1
-1
/
+0
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #66279 from aaronfranke/control-min-size
Max Hilbrunner
2022-10-19
1
-3
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Revert custom_minimum_size type back to Vector2 instead of Vector2i
Aaron Franke
2022-09-22
1
-3
/
+3
*
|
|
Merge pull request #67348 from Mickeon/salvage-a-dear-comment
Rémi Verschelde
2022-10-13
1
-0
/
+1
|
\
\
\
|
*
|
|
Comment not to remove `data` structs in some Nodes
Micky
2022-10-13
1
-0
/
+1
|
|
/
/
*
/
/
Move Shortcut Context to Control and ensure that `shortcut_input` adheres to ...
Eric M
2022-10-13
1
-0
/
+6
|
/
/
*
|
Change return type of `get_configuration_warnings` to `PackedStringArray`
Marc Gilleron
2022-09-19
1
-1
/
+1
*
|
Make `Vector2i` values paired with `EDSCALE` be just `Vector2`
Michael Alexsander
2022-09-08
1
-3
/
+3
*
|
Un-defer the initial theme changed notification
Yuri Sizov
2022-09-02
1
-3
/
+0
*
|
Add ThemeOwner type for managing theme propagation and lookup
Yuri Sizov
2022-09-02
1
-15
/
+7
*
|
Add a lifecycle method for manual theme item caching to Control
Yuri Sizov
2022-09-01
1
-0
/
+4
*
|
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-29
1
-1
/
+0
*
|
Merge pull request #64885 from Mickeon/rename-tooltip-hint
Rémi Verschelde
2022-08-28
1
-2
/
+2
|
\
\
|
*
|
Rename `hint_tooltip` to `tooltip_text` & setget
Micky
2022-08-27
1
-2
/
+2
*
|
|
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-27
1
-0
/
+1
|
/
/
*
|
Refactor and remove excessive calls of `NOTIFICATION_THEME_CHANGED`
Aaron Record
2022-08-25
1
-3
/
+2
*
|
Disconnect Control from theme resources to avoid issues on destruction
Yuri Sizov
2022-08-24
1
-0
/
+1
*
|
Replace Array return types with TypedArray
kobewi
2022-08-22
1
-2
/
+2
*
|
Merge pull request #64339 from YuriSizov/core-multilevel-validate-property
Rémi Verschelde
2022-08-22
1
-1
/
+1
|
\
\
|
*
|
Make `_validate_property` a multilevel method
Yuri Sizov
2022-08-22
1
-1
/
+1
|
|
/
*
/
Replace meta properties with regular properties in `Control`
Yuri Sizov
2022-08-19
1
-0
/
+7
|
/
*
Add dumb theme item cache to Control
Yuri Sizov
2022-08-12
1
-0
/
+8
[next]