summaryrefslogtreecommitdiffstats
path: root/scene/gui/tree.cpp
Commit message (Expand)AuthorAgeFilesLines
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-6/+12
* Bind set_suffix/get_suffix in TreeStanislav Labzyuk2020-05-061-0/+3
* Rename InputFilter back to InputRémi Verschelde2020-04-281-9/+9
* Remove unused ofs variabletheludovyc2020-04-081-7/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-67/+67
* Renaming of servers for coherency.Juan Linietsky2020-03-271-14/+14
* Popups have also been converted to windowsJuan Linietsky2020-03-261-25/+38
* Open sub-windows as embedded if the OS does not support themJuan Linietsky2020-03-261-3/+8
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-42/+42
* Refactored input, goes all via windows now.Juan Linietsky2020-03-261-9/+9
* Added a Window node, and made it the scene root.Juan Linietsky2020-03-261-1/+1
* Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky2020-03-261-1/+1
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-261-1/+1
* Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde2020-03-011-1/+1
|\
| * Rename `scancode` to `keycode`.bruvzg2020-02-251-1/+1
* | Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-13/+7
|/
* Replace FALLTHROUGH macro by C++17 [[fallthrough]]Rémi Verschelde2020-02-231-1/+1
* Added StringName as a variant type.Juan Linietsky2020-02-211-3/+3
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-12/+12
* ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky2020-02-121-1/+1
* Texture refactorJuan Linietsky2020-02-111-19/+19
* Merge pull request #35840 from timothyqiu/groups-matchRémi Verschelde2020-02-091-0/+11
|\
| * Fixes add group in Group Editor dialogHaoyu Qiu2020-02-021-0/+11
* | Fix text clipping in Tree items not working with negative valuesMichael Alexsander2020-02-081-1/+1
|/
* Better horizontal scroll for TreeHaoyu Qiu2020-01-031-21/+43
* Fixes Tree item offset when root is hiddenHaoyu Qiu2020-01-021-1/+4
* Ensures cursor visible for Tree with titleHaoyu Qiu2020-01-011-1/+6
* Merge pull request #34724 from timothyqiu/tree-rightRémi Verschelde2020-01-011-2/+1
|\
| * Fixes behavior of right arrow key in TreeHaoyu Qiu2020-01-011-2/+1
* | Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
|/
* Fixed crash when pressing down key on empty TreePouleyKetchoupp2019-11-121-2/+3
* Merge pull request #33516 from qarmin/small_fixesRémi Verschelde2019-11-101-0/+1
|\
| * Memory leak and crash fixesRafał Mikrut2019-11-101-0/+1
* | Fixes the edit rect in TreeItemsGilles Roudiere2019-11-031-2/+1
|/
* Added missing bind_method to TreeItem::get_custom_color().dankan18902019-10-061-0/+1
* Merge pull request #22834 from lupoDharkael/recursive-itemRémi Verschelde2019-10-041-0/+45
|\
| * Add call_recursive method to TreeItemlupoDharkael2019-09-041-0/+45
* | Handle scrolling correctly in Tree controls inside ScrollContainersMrCdK2019-10-021-0/+14
* | doc: Sync classref with current sourceRémi Verschelde2019-09-271-1/+1
* | Merge pull request #29681 from swarnimarun/vs-graph-unificationRémi Verschelde2019-09-271-1/+3
|\ \
| * | Visualscript editor graph unification & refactoringSwarnim Arun2019-09-261-1/+3
* | | #14011: Implement `TreeItem.get_button_tooltip(column, idx)`.Nolan Darilek2019-09-261-0/+6
|/ /
* | Merge pull request #32206 from Calinou/remove-unused-tree-constantsRémi Verschelde2019-09-201-2/+0
|\ \
| * | Remove an unused icon and constant in TreeHugo Locurcio2019-09-201-2/+0
* | | Fix misc. source comment typosluz.paz2019-09-191-1/+1
|/ /
* | Merge pull request #31295 from fstiewitz/focus-rect-issueRémi Verschelde2019-09-031-10/+9
|\ \
| * | fix(Tree): get_meta conditionFabian Stiewitz2019-08-111-10/+9
* | | Tree: fix and expose icon modulationmerumelu2019-08-241-19/+10
|/ /
* | Remove ERR_EXPLAIN from scene/* codeTomasz Chabora2019-08-091-4/+2
* | Inspector: Make default float step configurableRémi Verschelde2019-07-231-3/+3