aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/tree.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * Fixes to buses editorDaniel J. Ramirez2017-08-101-1/+1
* | Merge pull request #10238 from Hinsbart/resource_rmbRémi Verschelde2017-08-111-4/+9
|\ \
| * | Inspector: Right click on resource opens sub-menu.Andreas Haas2017-08-101-4/+9
| |/
* / Removes type information from method bindsIgnacio Etcheverry2017-08-101-18/+18
|/
* Makes all Godot API's methods Lower CaseIndah Sylvia2017-08-071-1/+1
* Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTERBojidar Marinov2017-08-061-4/+4
* Tree: fix index error with expanded columnPoommetee Ketson2017-08-021-1/+0
* Add object type hint for docsPoommetee Ketson2017-07-231-1/+1
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-15/+29
* Lots of work on Audio & Physics engine:Juan Linietsky2017-07-151-0/+8
* tree fix drawing order for header +toger52017-06-251-16/+20
* -Added folding to property editor, persistent on objects it editsJuan Linietsky2017-06-251-12/+107
* Fix build errorPoommetee Ketson2017-06-051-1/+1
* Merge pull request #9038 from AlexHolly/rect2-rename-posRémi Verschelde2017-06-051-34/+34
|\
| * renamed all Rect2.pos to Rect2.positionalexholly2017-06-041-34/+34
* | Removed stupid right arrow to edit resource. Now simply click it..Juan Linietsky2017-06-041-7/+67
|/
* InputEvent: Renamed "pos" property to "position"Andreas Haas2017-06-031-7/+7
* -Fix the "set_val" call deferred, it was the only one.. closes #8742Juan Linietsky2017-05-231-1/+1
* Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-201-396/+395
* Add column_title_pressed signal to Tree nodeyanorax2017-05-181-0/+21
* Implemented scrolling factor for smooth trackpad scrollingtoger52017-05-071-2/+2
* Tree: Clear search string on selection.Andreas Haas2017-05-041-0/+2
* Tree: Ability to add tooltips to TreeItem buttons.Andreas Haas2017-04-261-2/+16
* Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei2017-04-101-12/+12
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* Fix typos in source code using codespellRémi Verschelde2017-03-241-1/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-1447/+1228
* Fix wrong TreeItem reference after reconstructingvolzhs2017-03-031-2/+3
* Merge pull request #7874 from volzhs/issue-7820-masterRémi Verschelde2017-02-261-0/+1
|\
| * Fix crash when click icon while editing node namevolzhs2017-02-231-0/+1
* | -renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky2017-02-211-1/+1
|/
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-91/+91
* WIP new AudioServer, with buses, effects, etc.Juan Linietsky2017-01-211-3/+21
* Overloaded basic math funcs (double and float variants). Use real_t rather th...Ferenc Arn2017-01-161-3/+3
* Style: Fix statements ending with ';;'Rémi Verschelde2017-01-161-5/+5
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-17/+22
* Renamed button functions to be more verboes, same with Range unit value -> ratioJuan Linietsky2017-01-131-1/+1
* New API for visibility in both CanvasItem and SpatialJuan Linietsky2017-01-131-14/+14
* Renamed most signals so they refer to:Juan Linietsky2017-01-121-1/+1
* -All types have editable script now in propertiesJuan Linietsky2017-01-091-2/+2
* -removed stop mouse and ignore mouse from control, which were confusing, repl...Juan Linietsky2017-01-081-1/+1
* PopupMenu now emits both index_pressed and id_pressed instead of item_pressed...Juan Linietsky2017-01-081-1/+1
* renamed _input_event for GUI events to _gui_input, so it's more differentiate...Juan Linietsky2017-01-081-2/+2
* -Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky2017-01-051-1/+1
* -Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky2017-01-041-26/+26
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-91/+91
* Merge pull request #7341 from bruno-ortiz/masterRémi Verschelde2017-01-021-16/+6
|\
| * Making deselect work for TreeItem when select_mode is SELECT_SINGLE and item_...Bruno Ortiz2017-01-021-16/+6
* | Merge pull request #7385 from bojidar-bg/tree-range-drag-lockRémi Verschelde2017-01-021-0/+3
|\ \
| * | Fix #7098 by not accepting right clicks while dragging the rangeBojidar Marinov2016-12-281-0/+3
| |/