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-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
2021-03-04
Add size check in Control._edit_set_state to prevent crash
sps1112
2021-03-01
Merge pull request #41437 from KoBeWi/put_it_here
Rémi Verschelde
2021-02-27
Warn about changing size only when it's relevant
kobewi
2021-02-26
Allow to create a node at specific position
Tomasz Chabora
2021-02-19
Warn when setting Control size inside ready()
Tomasz Chabora
2021-02-18
Reorganize Project Settings
reduz
2021-02-10
Removed _change_notify
reduz
2021-01-26
Merge pull request #44349 from KoBeWi/drop_the_data!
Rémi Verschelde
2021-01-26
Exposed find_next_valid_focus and find_prev_valid_focus.
Nils Reid
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-28
Merge pull request #44607 from madmiraal/rename-control-rotation
Rémi Verschelde
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
2020-12-23
Rename Control rotation to rotation_degrees
Marcel Admiraal
2020-12-23
Rename Control margin to offset
Marcel Admiraal
2020-12-21
Merge pull request #44300 from KoBeWi/🧹🧹
Rémi Verschelde
2020-12-15
Rename neighbour in Control to neighbor
Daniel Ting
2020-12-13
Allow to override drop data in LineEdit
kobewi
2020-12-11
Move initialization of some classes to headers
Tomasz Chabora
2020-12-09
Cleanup unused engine code
Tomasz Chabora
2020-12-04
doc: Sync classref with current source
Rémi Verschelde
2020-11-28
Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-rework
Rémi Verschelde
2020-11-26
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-11-23
Implement new shortcuts system.
Eric M
2020-11-16
Remove empty lines around braces with the formatting script
Aaron Franke
[next]