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
...
|
*
|
|
Ensure that the cached layout mode is in sync
Yuri Sizov
2023-01-10
1
-0
/
+10
*
|
|
|
Change set_drag_forwarding() to use callables.
Juan Linietsky
2023-01-10
1
-21
/
+45
|
/
/
/
*
|
|
Fix inconsistent state of Controls when editing and running scenes
Yuri Sizov
2023-01-09
1
-25
/
+36
*
|
|
Use BitField<> hint for ArrayFormat
Juan Linietsky
2023-01-08
1
-12
/
+12
*
|
|
Merge pull request #36301 from KoBeWi/daddy_node
Rémi Verschelde
2023-01-07
1
-0
/
+8
|
\
\
\
|
*
|
|
Add methods for node reparenting
Tomasz Chabora
2022-08-16
1
-0
/
+8
*
|
|
|
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
/
+11
*
|
|
|
Merge pull request #61855 from Calinou/popup-centered-minsize-fix-freeze
Rémi Verschelde
2022-12-12
1
-0
/
+6
|
\
\
\
\
|
*
|
|
|
Fix infinite loop when calling `Control.popup_centered_minsize()`
Hugo Locurcio
2022-06-09
1
-0
/
+6
*
|
|
|
|
Copy local theme overrides from Control to Window
Yuri Sizov
2022-12-07
1
-79
/
+79
*
|
|
|
|
Display transform properties of contained controls
kobewi
2022-11-30
1
-4
/
+4
*
|
|
|
|
Move z_index, z_as_relative and y_sort_enabled from Node2D to CanvasItem
Hendrik Brucker
2022-11-29
1
-0
/
+4
*
|
|
|
|
Merge pull request #59801 from Sauermann/fix-node2d-viewport-root-order
Rémi Verschelde
2022-11-28
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Fix Viewport root order after Node2D raise
Markus Sauermann
2022-11-02
1
-1
/
+1
*
|
|
|
|
|
Add `Control::localize_numeral_system` property to toggle automatic numeral s...
bruvzg
2022-11-17
1
-1
/
+19
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #67578 from KoBeWi/GEDITOR
Rémi Verschelde
2022-10-31
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
1
-1
/
+1
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #67588 from KoBeWi/if(!GDVIRTUAL_CALL)don't
Rémi Verschelde
2022-10-31
1
-22
/
+10
|
\
\
\
\
\
|
*
|
|
|
|
Simplify GDVIRTUAL_CALL calls
kobewi
2022-10-19
1
-22
/
+10
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #67566 from Sauermann/fix-code-simplifications
Clay John
2022-10-23
1
-7
/
+0
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
Code simplifications
Markus Sauermann
2022-10-18
1
-7
/
+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
*
|
|
|
Move Shortcut Context to Control and ensure that `shortcut_input` adheres to ...
Eric M
2022-10-13
1
-0
/
+34
*
|
|
|
Merge pull request #66953 from Sauermann/fix-top-level-connect-error
Rémi Verschelde
2022-10-13
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Fix Control not disconnecting signal
Markus Sauermann
2022-10-05
1
-2
/
+2
*
|
|
|
|
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Merge pull request #58995 from Sauermann/fix-mouse-cursor-change-2
Rémi Verschelde
2022-09-28
1
-0
/
+12
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Update mouse cursor shape after changes
Markus Sauermann
2022-09-18
1
-0
/
+12
*
|
|
|
Change return type of `get_configuration_warnings` to `PackedStringArray`
Marc Gilleron
2022-09-19
1
-2
/
+2
|
/
/
/
*
|
|
Make `Vector2i` values paired with `EDSCALE` be just `Vector2`
Michael Alexsander
2022-09-08
1
-3
/
+3
*
|
|
Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOT
Micky
2022-09-06
1
-1
/
+1
*
|
|
Merge pull request #65250 from YuriSizov/theme-owner-rises
Rémi Verschelde
2022-09-02
1
-365
/
+62
|
\
\
\
|
*
|
|
Un-defer the initial theme changed notification
Yuri Sizov
2022-09-02
1
-18
/
+9
|
*
|
|
Add ThemeOwner type for managing theme propagation and lookup
Yuri Sizov
2022-09-02
1
-351
/
+57
*
|
|
|
Rename `or_lesser` range property hint to `or_less`
Hugo Locurcio
2022-09-02
1
-5
/
+5
|
/
/
/
*
|
|
Add a lifecycle method for manual theme item caching to Control
Yuri Sizov
2022-09-01
1
-0
/
+10
*
|
|
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-29
1
-11
/
+11
*
|
|
Merge pull request #64119 from YuriSizov/theme-init-database
Rémi Verschelde
2022-08-29
1
-40
/
+41
|
\
\
\
|
*
|
|
Add ThemeDB, expose previously static Theme methods
Yuri Sizov
2022-08-26
1
-40
/
+41
*
|
|
|
Rename `hint_tooltip` to `tooltip_text` & setget
Micky
2022-08-27
1
-7
/
+7
|
/
/
/
*
|
|
Refactor and remove excessive calls of `NOTIFICATION_THEME_CHANGED`
Aaron Record
2022-08-25
1
-121
/
+98
*
|
|
Disconnect Control from theme resources to avoid issues on destruction
Yuri Sizov
2022-08-24
1
-0
/
+21
*
|
|
Add some codes, returnes directly if the value is not changed.
风青山
2022-08-23
1
-0
/
+43
*
|
|
Replace Array return types with TypedArray
kobewi
2022-08-22
1
-3
/
+3
*
|
|
Merge pull request #64339 from YuriSizov/core-multilevel-validate-property
Rémi Verschelde
2022-08-22
1
-34
/
+34
|
\
\
\
|
*
|
|
Make `_validate_property` a multilevel method
Yuri Sizov
2022-08-22
1
-34
/
+34
|
|
|
/
|
|
/
|
*
/
|
Replace meta properties with regular properties in `Control`
Yuri Sizov
2022-08-19
1
-30
/
+51
|
/
/
*
|
Add dumb theme item cache to Control
Yuri Sizov
2022-08-12
1
-6
/
+57
[prev]
[next]