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
/
tree.cpp
Age
Commit message (
Expand
)
Author
2020-12-09
Cleanup unused engine code
Tomasz Chabora
2020-11-26
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-11-16
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-10-13
Respect Tree.set_icon_max_width size for drawing selection box
volzhs
2020-10-02
Updated getters and setters names for toplevel
Duroxxigar
2020-09-16
Dropping file on parrent dirrectory fixed
Dashcell
2020-09-08
Check if old mouse column is still available.
Marcel Admiraal
2020-07-27
Make all String float conversion methods be 64-bit
Aaron Franke
2020-07-20
Prevent infinite loop in Tree incremental search
Tomasz Chabora
2020-07-02
Prevent dragging from SceneTree buttons
Haoyu Qiu
2020-07-01
Fix doubleclick on tree item, restore input focus on previous windows.
Juan Linietsky
2020-06-30
Fix Tree's 'scroll_to_item()' not working correctly on some cases
Michael Alexsander
2020-06-06
Tree: Calling update in _gui_input less frequently
Giuliano Barberi
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-10
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-06
Bind set_suffix/get_suffix in Tree
Stanislav Labzyuk
2020-04-28
Rename InputFilter back to Input
Rémi Verschelde
2020-04-08
Remove unused ofs variable
theludovyc
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-27
Renaming of servers for coherency.
Juan Linietsky
2020-03-26
Popups have also been converted to windows
Juan Linietsky
2020-03-26
Open sub-windows as embedded if the OS does not support them
Juan Linietsky
2020-03-26
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
Refactored input, goes all via windows now.
Juan Linietsky
2020-03-26
Added a Window node, and made it the scene root.
Juan Linietsky
2020-03-26
Effective DisplayServer separation, rename X11 -> LinuxBSD
Juan Linietsky
2020-03-26
Refactored Input, create DisplayServer and DisplayServerX11
Juan Linietsky
2020-03-01
Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes
Rémi Verschelde
2020-02-28
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-25
Rename `scancode` to `keycode`.
bruvzg
2020-02-23
Replace FALLTHROUGH macro by C++17 [[fallthrough]]
Rémi Verschelde
2020-02-21
Added StringName as a variant type.
Juan Linietsky
2020-02-20
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-12
ObjectID converted to a structure, fixes many bugs where used incorrectly as ...
Juan Linietsky
2020-02-11
Texture refactor
Juan Linietsky
2020-02-09
Merge pull request #35840 from timothyqiu/groups-match
Rémi Verschelde
2020-02-08
Fix text clipping in Tree items not working with negative values
Michael Alexsander
2020-02-02
Fixes add group in Group Editor dialog
Haoyu Qiu
2020-01-03
Better horizontal scroll for Tree
Haoyu Qiu
2020-01-02
Fixes Tree item offset when root is hidden
Haoyu Qiu
2020-01-01
Ensures cursor visible for Tree with title
Haoyu Qiu
2020-01-01
Merge pull request #34724 from timothyqiu/tree-right
Rémi Verschelde
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
Fixes behavior of right arrow key in Tree
Haoyu Qiu
2019-11-12
Fixed crash when pressing down key on empty Tree
PouleyKetchoupp
2019-11-10
Merge pull request #33516 from qarmin/small_fixes
Rémi Verschelde
2019-11-10
Memory leak and crash fixes
Rafał Mikrut
[next]