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
*
Add missing tutorials to documentation classes
Hugo Locurcio
2023-08-19
1
-0
/
+1
*
Refactor mouse_entered and mouse_exited notifications
Markus Sauermann
2023-08-01
1
-7
/
+9
*
Add note about mouse movement input events in `MouseFilter` constants
Markus Sauermann
2023-07-26
1
-3
/
+3
*
Doctool: Remove version attribute from XML header
Rémi Verschelde
2023-07-06
1
-1
/
+1
*
Bump version to 4.2-dev
Rémi Verschelde
2023-07-05
1
-1
/
+1
*
Display `BitField[Enum]` in docs to distinguish from `Enum`
Danil Alexeev
2023-06-15
1
-2
/
+2
*
Clarify use of size flags in `Control`
Ninni Pipping
2023-06-07
1
-2
/
+2
*
C#: Fix dictionary key lookup documentation
Raul Santos
2023-06-02
1
-2
/
+2
*
Overhaul the top sections of the class reference (GUI classes)
VolTer
2023-05-28
1
-1
/
+1
*
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
|
/
[next]