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
/
doc
/
classes
/
Control.xml
Commit message (
Expand
)
Author
Age
Files
Lines
*
Expose Control::_get_drag_data() as non-const function
Nana Sakisaka
2023-05-24
1
-1
/
+1
*
Clarify that event handling does not affect `Input`
Ninni Pipping
2023-05-09
1
-0
/
+1
*
Correct the side mentioned with focus_neighbor_right and focus_neighbor_top.
Mallardbro
2023-04-11
1
-2
/
+2
*
Auto translate popup menus of MenuButton and OptionButton
Haoyu Qiu
2023-03-27
1
-1
/
+1
*
Merge pull request #73818 from kilojool/virtual_get_tooltip
Yuri Sizov
2023-03-25
1
-2
/
+11
|
\
|
*
Add missing virtual bind for control::get_tooltip
kilojool
2023-03-21
1
-2
/
+11
*
|
Fix some wrong descriptions in the docs
Rindbee
2023-03-21
1
-2
/
+2
*
|
Bump version to 4.1-dev
Rémi Verschelde
2023-03-01
1
-1
/
+1
|
/
*
update outdated references and examples
Hana
2023-02-21
1
-1
/
+1
*
Clarify rotation degrees
kobewi
2023-02-20
1
-0
/
+1
*
Document unsupported features in Mobile and Compatibility rendering methods
Hugo Locurcio
2023-02-13
1
-1
/
+1
*
Merge pull request #69728 from Calinou/doc-font-oversampling-exceptions
Yuri Sizov
2023-02-10
1
-1
/
+2
|
\
|
*
Document exceptions to font oversampling in Camera2D, CanvasItem and Control
Hugo Locurcio
2022-12-07
1
-1
/
+2
*
|
Fix description and argument name in Control._has_point
Kabiir
2023-02-07
1
-3
/
+3
*
|
Fix C# examples in documentation
Raul Santos
2023-01-31
1
-26
/
+27
*
|
Merge pull request #66688 from Sauermann/fix-control-get-global-rect-coordinates
Rémi Verschelde
2023-01-26
1
-4
/
+8
|
\
\
|
*
|
Fix Control rect coordinate system inconsistency
Markus Sauermann
2022-10-22
1
-4
/
+8
*
|
|
Silence `warp_mouse()` warning in favor of documentation
Hugo Locurcio
2023-01-25
1
-0
/
+1
*
|
|
Implement BiDi override mode for GDScript source.
bruvzg
2023-01-18
1
-2
/
+2
*
|
|
Class reference: snake_case .gd filenames, _on_*
Doug Thompson
2023-01-15
1
-2
/
+2
*
|
|
Change set_drag_forwarding() to use callables.
Juan Linietsky
2023-01-10
1
-60
/
+6
*
|
|
Use BitField<> hint for ArrayFormat
Juan Linietsky
2023-01-08
1
-8
/
+8
*
|
|
Restore 'rotation_degrees' properties.
Juan Linietsky
2022-12-19
1
-0
/
+3
*
|
|
Copy local theme overrides from Control to Window
Yuri Sizov
2022-12-07
1
-1
/
+2
|
|
/
|
/
|
*
|
Add `Control::localize_numeral_system` property to toggle automatic numeral s...
bruvzg
2022-11-17
1
-0
/
+4
*
|
fix "unknown document" classref links
Hana
2022-11-14
1
-1
/
+1
*
|
Style: Misc docs and comment style and language fixes
Rémi Verschelde
2022-11-02
1
-16
/
+16
*
|
Doc consistency: "inspector" to "Inspector"
Micky
2022-10-27
1
-1
/
+1
|
/
*
Merge pull request #66279 from aaronfranke/control-min-size
Max Hilbrunner
2022-10-19
1
-1
/
+1
|
\
|
*
Revert custom_minimum_size type back to Vector2 instead of Vector2i
Aaron Franke
2022-09-22
1
-1
/
+1
*
|
Merge pull request #66410 from RedMser/patch-1
Max Hilbrunner
2022-10-19
1
-2
/
+2
|
\
\
|
*
|
Fix Control.get_global_rect documentation
RedMser
2022-09-28
1
-2
/
+2
|
|
/
*
|
Move Shortcut Context to Control and ensure that `shortcut_input` adheres to ...
Eric M
2022-10-13
1
-0
/
+3
*
|
Add documentation for viewport's input handling
RedMser
2022-10-05
1
-2
/
+2
*
|
update messaging for focus to be less keyboard-specific
Josh Anthony
2022-10-04
1
-13
/
+13
*
|
Fix typos with codespell
Rémi Verschelde
2022-09-30
1
-1
/
+1
|
/
*
Make `Vector2i` values paired with `EDSCALE` be just `Vector2`
Michael Alexsander
2022-09-08
1
-1
/
+1
*
Mention that grab_focus is more reliable deferred
kobewi
2022-08-30
1
-0
/
+1
*
Merge pull request #64119 from YuriSizov/theme-init-database
Rémi Verschelde
2022-08-29
1
-1
/
+1
|
\
|
*
Add ThemeDB, expose previously static Theme methods
Yuri Sizov
2022-08-26
1
-1
/
+1
*
|
Rename `hint_tooltip` to `tooltip_text` & setget
Micky
2022-08-27
1
-26
/
+27
|
/
*
Refactor and remove excessive calls of `NOTIFICATION_THEME_CHANGED`
Aaron Record
2022-08-25
1
-1
/
+7
*
Replace Array return types with TypedArray
kobewi
2022-08-22
1
-1
/
+1
*
[doc] Use "param" instead of "code" to refer to parameters (7)
Andy Maloney
2022-08-12
1
-54
/
+54
*
Rename the argument tag to param in XML documentation
Yuri Sizov
2022-08-08
1
-97
/
+97
*
Rename Control PRESET_WIDE to PRESET_FULL_RECT
FireForge
2022-07-18
1
-2
/
+2
*
enhancement: rename exposed property Control::minimum_size to Control::custom...
Pierre-Thomas Meisels
2022-06-23
1
-8
/
+8
*
Merge pull request #61020 from timothyqiu/wait-busy
Rémi Verschelde
2022-05-19
1
-2
/
+2
|
\
|
*
Swap the meaning of CURSOR_WAIT and CURSOR_BUSY
Haoyu Qiu
2022-05-14
1
-2
/
+2
*
|
Keep input event as unhandled if they go through a control set to MOUSE_FILTE...
Gilles Roudière
2022-05-17
1
-1
/
+5
|
/
[next]