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 `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
*
Merge pull request #63318 from YuriSizov/control-code-reorg
Rémi Verschelde
2022-07-27
1
-144
/
+179
|
\
|
*
Reorganize code of control.cpp for better maintainability
Yuri Sizov
2022-07-26
1
-144
/
+179
*
|
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-25
1
-1
/
+1
|
/
*
Rename Control PRESET_WIDE to PRESET_FULL_RECT
FireForge
2022-07-18
1
-1
/
+1
*
Define some Theme data structures with using for readability
Yuri Sizov
2022-05-18
1
-6
/
+6
*
Keep input event as unhandled if they go through a control set to MOUSE_FILTE...
Gilles Roudière
2022-05-17
1
-0
/
+4
*
Implement Label3D node.
bruvzg
2022-04-22
1
-12
/
+1
*
Merge pull request #59548 from akien-mga/obj-remove-unused-categories
Rémi Verschelde
2022-03-28
1
-1
/
+0
|
\
|
*
Object: Remove unused category boilerplate
Rémi Verschelde
2022-03-26
1
-1
/
+0
*
|
Rename warp mouse functions to warp_mouse
Markus Sauermann
2022-03-27
1
-1
/
+1
|
/
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-2
/
+0
*
Reorganize inspector layout workflow for Control nodes
Yuri Sizov
2022-02-10
1
-5
/
+22
*
Remove get_focus_owner() from Control, replaced by get_viewport()->gui_get_fo...
Gilles Roudière
2022-02-03
1
-2
/
+0
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Optimise TextEdit base operations
Paulb23
2021-12-08
1
-1
/
+1
*
Rename minimum_size_changed() method
kobewi
2021-12-06
1
-1
/
+1
*
Merge pull request #55151 from Chaosus/control_reset_size
Rémi Verschelde
2021-11-22
1
-0
/
+1
|
\
|
*
Added `reset_size` method to `Control` and `Window` classes
Yuri Roubinsky
2021-11-22
1
-0
/
+1
*
|
Fix drag and drop on LineEdit
ConteZero
2021-11-15
1
-0
/
+1
|
/
*
Remove unimplemented methods
Marcel Admiraal
2021-10-21
1
-4
/
+0
*
Implement TileMap patterns palette
Gilles Roudière
2021-10-19
1
-1
/
+1
*
Replace references to VisualServer in code comments with RenderingServer
Hugo Locurcio
2021-10-07
1
-1
/
+1
*
Add the base scale factor to the Theme resource
Yuri Sizov
2021-10-04
1
-0
/
+8
*
Implement TextServer GDExtension interface, remove TextServer GDNative interf...
bruvzg
2021-10-01
1
-1
/
+1
*
Allow non-control Nodes to handle drag forwarding (e.g. Windows)
Eric M
2021-10-01
1
-1
/
+1
*
Prevent editing properties managed by parent container
Awkor
2021-09-05
1
-0
/
+3
*
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
reduz
2021-08-23
1
-12
/
+16
*
Replace BIND_VMETHOD by new GDVIRTUAL syntax
reduz
2021-08-22
1
-0
/
+10
*
Add bulk theme overrides to Control
Paulb23
2021-08-13
1
-0
/
+5
*
Add `auto_translate` toggle for automatic translation
Michael Alexsander
2021-07-29
1
-0
/
+6
*
Optimise `is_layout_rtl` by caching its return value.
bruvzg
2021-07-25
1
-0
/
+2
*
Editor StringName and Viewport optimizations
Joan Fons
2021-07-20
1
-0
/
+2
*
Add type variations to Theme
Yuri Sizov
2021-07-13
1
-4
/
+4
*
Fix editor suffixes and degrees conversion
reduz
2021-06-30
1
-2
/
+0
*
Implement native extension system
reduz
2021-06-25
1
-0
/
+2
[prev]
[next]