index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
gui
/
control.cpp
Age
Commit message (
Expand
)
Author
2023-04-24
Use Point2 consistently in Control methods
Yuri Sizov
2023-03-27
More i18n improvements
Haoyu Qiu
2023-03-27
Improve layout direction/locale automatic selection.
bruvzg
2023-02-07
Fix description and argument name in Control._has_point
Kabiir
2023-02-06
Merge pull request #72204 from MinusKube/anchorable_rect_editor_bug
Yuri Sizov
2023-02-02
Fix toplevel nomenclature
Markus Sauermann
2023-01-31
Merge pull request #67507 from Sauermann/fix-toplevel-root-control-node
Rémi Verschelde
2023-01-28
Fix get_parent_anchorable_rect() not returning the correct size in some cases
MinusKube
2023-01-26
Merge pull request #66688 from Sauermann/fix-control-get-global-rect-coordinates
Rémi Verschelde
2023-01-19
Merge pull request #71598 from bruvzg/gdscript_bidi_override
Rémi Verschelde
2023-01-19
Cleanup unused engine code v2
kobewi
2023-01-18
Implement BiDi override mode for GDScript source.
bruvzg
2023-01-18
Merge pull request #71379 from KoBeWi/destruction_of_compatibility_function
Rémi Verschelde
2023-01-14
Remove set_drag_forwarding_compat()
kobewi
2023-01-13
Fix NaN value making infinite loop inside GraphEdit's NOTIFICATION_DRAW
stmSi
2023-01-11
Merge pull request #71183 from YuriSizov/control-refresh-layouts-by-parents
Rémi Verschelde
2023-01-10
Ensure that the cached layout mode is in sync
Yuri Sizov
2023-01-10
Change set_drag_forwarding() to use callables.
Juan Linietsky
2023-01-09
Fix inconsistent state of Controls when editing and running scenes
Yuri Sizov
2023-01-08
Use BitField<> hint for ArrayFormat
Juan Linietsky
2023-01-07
Merge pull request #36301 from KoBeWi/daddy_node
Rémi Verschelde
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-12-19
Restore 'rotation_degrees' properties.
Juan Linietsky
2022-12-12
Merge pull request #61855 from Calinou/popup-centered-minsize-fix-freeze
Rémi Verschelde
2022-12-07
Copy local theme overrides from Control to Window
Yuri Sizov
2022-11-30
Display transform properties of contained controls
kobewi
2022-11-29
Move z_index, z_as_relative and y_sort_enabled from Node2D to CanvasItem
Hendrik Brucker
2022-11-28
Merge pull request #59801 from Sauermann/fix-node2d-viewport-root-order
Rémi Verschelde
2022-11-17
Add `Control::localize_numeral_system` property to toggle automatic numeral s...
bruvzg
2022-11-02
Fix Viewport root order after Node2D raise
Markus Sauermann
2022-10-31
Merge pull request #67578 from KoBeWi/GEDITOR
Rémi Verschelde
2022-10-31
Merge pull request #67588 from KoBeWi/if(!GDVIRTUAL_CALL)don't
Rémi Verschelde
2022-10-23
Merge pull request #67566 from Sauermann/fix-code-simplifications
Clay John
2022-10-22
Fix Control rect coordinate system inconsistency
Markus Sauermann
2022-10-19
Merge pull request #66279 from aaronfranke/control-min-size
Max Hilbrunner
2022-10-19
Simplify GDVIRTUAL_CALL calls
kobewi
2022-10-18
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
Code simplifications
Markus Sauermann
2022-10-16
Fix set_as_toplevel event propagation to child
Markus Sauermann
2022-10-13
Move Shortcut Context to Control and ensure that `shortcut_input` adheres to ...
Eric M
2022-10-13
Merge pull request #66953 from Sauermann/fix-top-level-connect-error
Rémi Verschelde
2022-10-07
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-05
Fix Control not disconnecting signal
Markus Sauermann
2022-09-28
Merge pull request #58995 from Sauermann/fix-mouse-cursor-change-2
Rémi Verschelde
2022-09-22
Revert custom_minimum_size type back to Vector2 instead of Vector2i
Aaron Franke
2022-09-19
Change return type of `get_configuration_warnings` to `PackedStringArray`
Marc Gilleron
2022-09-18
Update mouse cursor shape after changes
Markus Sauermann
2022-09-08
Make `Vector2i` values paired with `EDSCALE` be just `Vector2`
Michael Alexsander
2022-09-06
Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOT
Micky
2022-09-02
Merge pull request #65250 from YuriSizov/theme-owner-rises
Rémi Verschelde
[next]