summaryrefslogtreecommitdiff
path: root/scene/gui/tree.cpp
AgeCommit message (Expand)Author
2017-08-27Dead code tells no talesRémi Verschelde
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-27Merge pull request #10591 from Rubonnek/possible-null-ptr-dereferenceRémi Verschelde
2017-08-26Added/Fixed null pointer checksWilson E. Alvarez
2017-08-26Tree: fix RMB click collapses next itemPoommetee Ketson
2017-08-22Merge pull request #10340 from Rubonnek/remove-unnecessary-assignmentsRémi Verschelde
2017-08-21Removed unnecessary assignmentsWilson E. Alvarez
2017-08-20ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry
2017-08-18-Volume sliders, mute, solo and fx bypass are functional, closes #9021Juan Linietsky
2017-08-11Merge pull request #10247 from djrm/pr_bus_fixesRémi Verschelde
2017-08-11Merge pull request #10238 from Hinsbart/resource_rmbRémi Verschelde
2017-08-10Fixes to buses editorDaniel J. Ramirez
2017-08-10Inspector: Right click on resource opens sub-menu.Andreas Haas
2017-08-10Removes type information from method bindsIgnacio Etcheverry
2017-08-07Makes all Godot API's methods Lower CaseIndah Sylvia
2017-08-06Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTERBojidar Marinov
2017-08-02Tree: fix index error with expanded columnPoommetee Ketson
2017-07-23Add object type hint for docsPoommetee Ketson
2017-07-19-Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky
2017-07-15Lots of work on Audio & Physics engine:Juan Linietsky
2017-06-25tree fix drawing order for header +toger5
2017-06-25-Added folding to property editor, persistent on objects it editsJuan Linietsky
2017-06-05Fix build errorPoommetee Ketson
2017-06-05Merge pull request #9038 from AlexHolly/rect2-rename-posRémi Verschelde
2017-06-04Removed stupid right arrow to edit resource. Now simply click it..Juan Linietsky
2017-06-04renamed all Rect2.pos to Rect2.positionalexholly
2017-06-03InputEvent: Renamed "pos" property to "position"Andreas Haas
2017-05-23-Fix the "set_val" call deferred, it was the only one.. closes #8742Juan Linietsky
2017-05-20Removal of InputEvent as built-in Variant type..Juan Linietsky
2017-05-18Add column_title_pressed signal to Tree nodeyanorax
2017-05-07Implemented scrolling factor for smooth trackpad scrollingtoger5
2017-05-04Tree: Clear search string on selection.Andreas Haas
2017-04-26Tree: Ability to add tooltips to TreeItem buttons.Andreas Haas
2017-04-10Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-24Fix typos in source code using codespellRémi Verschelde
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-03-03Fix wrong TreeItem reference after reconstructingvolzhs
2017-02-26Merge pull request #7874 from volzhs/issue-7820-masterRémi Verschelde
2017-02-23Fix crash when click icon while editing node namevolzhs
2017-02-21-renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky
2017-02-13Rename the _MD macro to D_METHODHein-Pieter van Braam
2017-01-21WIP new AudioServer, with buses, effects, etc.Juan Linietsky
2017-01-16Overloaded basic math funcs (double and float variants). Use real_t rather th...Ferenc Arn
2017-01-16Style: Fix statements ending with ';;'Rémi Verschelde
2017-01-14Style: Fix whole-line commented codeRémi Verschelde
2017-01-13Renamed button functions to be more verboes, same with Range unit value -> ratioJuan Linietsky
2017-01-13New API for visibility in both CanvasItem and SpatialJuan Linietsky
2017-01-12Renamed most signals so they refer to:Juan Linietsky
2017-01-09-All types have editable script now in propertiesJuan Linietsky