index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
classes
/
Control.xml
Age
Commit message (
Expand
)
Author
2022-08-12
[doc] Use "param" instead of "code" to refer to parameters (7)
Andy Maloney
2022-08-08
Rename the argument tag to param in XML documentation
Yuri Sizov
2022-07-18
Rename Control PRESET_WIDE to PRESET_FULL_RECT
FireForge
2022-06-23
enhancement: rename exposed property Control::minimum_size to Control::custom...
Pierre-Thomas Meisels
2022-05-19
Merge pull request #61020 from timothyqiu/wait-busy
Rémi Verschelde
2022-05-17
Keep input event as unhandled if they go through a control set to MOUSE_FILTE...
Gilles Roudière
2022-05-14
Swap the meaning of CURSOR_WAIT and CURSOR_BUSY
Haoyu Qiu
2022-04-25
Merge pull request #60472 from KoBeWi/dragging_rights
Rémi Verschelde
2022-04-24
Improve descriptions for drag methods
kobewi
2022-04-22
Implement Label3D node.
bruvzg
2022-03-27
Rename warp mouse functions to warp_mouse
Markus Sauermann
2022-03-13
Expose methods for screen-space transforms
kobewi
2022-03-08
Rename Control's Rect properties to exclude rect_ part
Marcel Admiraal
2022-02-15
Add an XML schema for documentation
Hugo Locurcio
2022-02-10
Reorganize inspector layout workflow for Control nodes
Yuri Sizov
2022-02-03
Remove get_focus_owner() from Control, replaced by get_viewport()->gui_get_fo...
Gilles Roudière
2022-01-12
Improve description of mouse_exited signal
kobewi
2022-01-02
Fix usage of "Return" in the docs
kobewi
2021-12-14
Document get_minimum_size not called in some nodes
kobewi
2021-12-06
Rename minimum_size_changed() method
kobewi
2021-11-22
Merge pull request #55151 from Chaosus/control_reset_size
Rémi Verschelde
2021-11-22
Added `reset_size` method to `Control` and `Window` classes
Yuri Roubinsky
2021-11-22
Merge pull request #54339 from ConteZero/line_edit_drag_and_drop
Rémi Verschelde
2021-11-15
Fix drag and drop on LineEdit
ConteZero
2021-11-15
Replace Godot docs URL with `$DOCS_URL` in XML class reference
Rémi Verschelde
2021-10-22
Replace remaining usages of yield with new await keyword
Duroxxigar
2021-10-19
Implement TileMap patterns palette
Gilles Roudière
2021-10-06
doc: Update links to latest documentation after content reorganization
Rémi Verschelde
2021-10-04
Fix some leftover references to idle_frame
kobewi
2021-10-04
Add the base scale factor to the Theme resource
Yuri Sizov
2021-10-01
Allow shortcuts to have any number of bindings. Updated UI as required.
Eric M
2021-09-21
Add note that for _gui_input(event) event position is relative to the control...
skyace65
2021-09-02
Make some enhancements to the POT generation
Michael Alexsander
2021-08-22
Replace BIND_VMETHOD by new GDVIRTUAL syntax
reduz
2021-08-13
Add bulk theme overrides to Control
Paulb23
2021-07-30
doc: Use self-closing tags for `return` and `argument`
Rémi Verschelde
2021-07-29
Add `auto_translate` toggle for automatic translation
Michael Alexsander
2021-07-25
Document caveats with Control's `mouse_entered`/`mouse_exited` signals
Hugo Locurcio
2021-07-23
Fix doc typos
Nicholas Huelin
2021-07-14
Improve Control's theme item methods documentation
Yuri Sizov
2021-07-13
Add type variations to Theme
Yuri Sizov
2021-06-30
Fix editor suffixes and degrees conversion
reduz
2021-06-25
Implement native extension system
reduz
2021-06-25
Remove clips_input() method and use clip_content
kobewi
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-18
Better format arguments in variant parser
Michael Alexsander Silva Dias
2021-06-12
Consistently prefix bound virtual methods with _
kobewi
2021-06-10
Let var2str display StringName with correct sigil
Jonathan Gollnick
2021-06-07
Style: Cleanup uses of double spaces between words
Rémi Verschelde
2021-05-17
Add theme_custom_type property to Control and Window
Yuri Sizov
[next]