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
2021-10-28
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-10-25
Ignore empty Font resources as theme override.
bruvzg
2021-10-23
Fix unexpected crashes in `notification`
Zae
2021-10-19
Implement TileMap patterns palette
Gilles Roudière
2021-10-04
GDScript completion: Handle quote style ad-hoc to remove editor dependency
Rémi Verschelde
2021-10-04
Add the base scale factor to the Theme resource
Yuri Sizov
2021-10-01
Implement TextServer GDExtension interface, remove TextServer GDNative interf...
bruvzg
2021-10-01
Allow non-control Nodes to handle drag forwarding (e.g. Windows)
Eric M
2021-09-05
Prevent editing properties managed by parent container
Awkor
2021-08-23
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
reduz
2021-08-22
Replace BIND_VMETHOD by new GDVIRTUAL syntax
reduz
2021-08-13
Merge pull request #51642 from akien-mga/cleanup-use_single_quotes
Rémi Verschelde
2021-08-13
Style: Cleanup code using `text_editor/completion/use_single_quotes`
Rémi Verschelde
2021-08-13
Add bulk theme overrides to Control
Paulb23
2021-07-31
Make theme item overrides more obvious in the Inspector
Yuri Sizov
2021-07-30
Fix "Custom *" theme sections being inside "Auto Translate"
Michael Alexsander
2021-07-29
Add `auto_translate` toggle for automatic translation
Michael Alexsander
2021-07-25
Merge pull request #50835 from bruvzg/optimize_is_rtl
Rémi Verschelde
2021-07-25
Merge pull request #50809 from akien-mga/iterators-const-references
Rémi Verschelde
2021-07-25
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
Fix various typos with codespell
luz paz
2021-07-25
Optimise `is_layout_rtl` by caching its return value.
bruvzg
2021-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-20
Editor StringName and Viewport optimizations
Joan Fons
2021-07-13
Add type variations to Theme
Yuri Sizov
2021-07-03
Merge pull request #49468 from menip/FixGetScreenPosition
Rémi Verschelde
2021-06-30
Fix editor suffixes and degrees conversion
reduz
2021-06-29
Merge pull request #49719 from LightningAA/rename-node-is-ancestor-of
Rémi Verschelde
2021-06-25
Implement native extension system
reduz
2021-06-25
Remove clips_input() method and use clip_content
kobewi
2021-06-21
Rename `is_a_parent_of()` to `is_ancestor_of()`
Lightning_A
2021-06-17
Add PROPERTY_USAGE_NONE and use it
Aaron Franke
2021-06-12
Consistently prefix bound virtual methods with _
kobewi
2021-06-09
Fix Control::get_screen_position() not considering viewport scale
menip
2021-06-03
Merge pull request #46482 from KoBeWi/size_warning_the_sequel
Rémi Verschelde
2021-05-25
Tweak dozens of editor property hints for consistency
Hugo Locurcio
2021-05-17
Add theme_custom_type property to Control and Window
Yuri Sizov
2021-05-13
Fix variable names for "usage" flags in `Control::_get_property_list()`
Andrii Doroshenko (Xrayez)
2021-04-30
Fix autocompletion for Control's Theme properties
Yuri Sizov
2021-04-11
Use Array for node configuration warnings
Nathan Franke
2021-03-31
Merge pull request #47252 from KoBeWi/themecide
Rémi Verschelde
2021-03-30
Merge pull request #46702 from HaSa1002/fix-min-size-resize
Rémi Verschelde
2021-03-23
Fix removal of `rect_min_size` not triggering resize
Johannes
2021-03-23
Remove the clearing behavior from add_override
kobewi
2021-03-23
Add methods to remove theme overrides
kobewi
2021-03-19
Use real_t in non-physics 2D nodes
Aaron Franke
2021-03-15
Check if _edit_set_position and _edit_set_rect was used outside an editor
Kongfa Waroros
2021-03-12
Fixes small typos and grammar correction
Anshul7sp1
2021-03-05
Fix Control._edit_set_state crash
sps1112
2021-03-04
Revert "Add size check in Control._edit_set_state to prevent crash"
Rémi Verschelde
[next]