aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/item_list.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Native pan and zoom for macOSBernhard Liebl2017-11-211-0/+6
* Add "New Folder.." to right mouse button click on project fileslist panel _WH...Dmitry Koteroff2017-11-201-0/+6
* Fit stylebox on ItemListvolzhs2017-11-131-2/+2
* Revert "Fixes the selection rect in item_list drawn not clipped"Rémi Verschelde2017-10-311-0/+3
* Fixes the selection rect in item_list drawn not clippedGilles Roudiere2017-10-241-3/+0
* Itemlist rmb now provides the same pos as Tree rmbAlexHolly2017-10-181-3/+3
* Several visual improvements.Daniel J. Ramirez2017-09-281-19/+18
* Rename pos to position in user facing methods and variablesletheed2017-09-201-4/+4
* Improved color temperature in script editorDaniel J. Ramirez2017-09-031-1/+15
* Fix signed and unsigned comparisonsHein-Pieter van Braam2017-09-011-2/+2
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-4/+5
* Merge pull request #10252 from neikeq/pr-fix-some-stuff-<3Rémi Verschelde2017-08-161-1/+1
|\
| * Fixes ItemList::is_same_column_width() return typeIgnacio Etcheverry2017-08-111-1/+1
* | Replace GUI anchor type by a float between 0 and 1Gilles Roudiere2017-08-131-3/+3
|/
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-6/+6
* ItemList: Remove redundant Vector2 initializations.Andreas Haas2017-08-021-4/+4
* Enhanched About dialog, Add ItemList auto_heightPoommetee Ketson2017-07-211-3/+31
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-3/+3
* Add object type hint for docsPoommetee Ketson2017-07-191-1/+1
* [#7212] Fixed missing 'Variant' return values in documentation.ducdetronquito2017-07-111-1/+1
* ItemList: expose methods, in-editor items editing supportPoommetee Ketson2017-07-041-0/+46
* fixed overlapping of temp. colors (script editor)toger52017-06-071-13/+16
* renamed all Rect2.pos to Rect2.positionalexholly2017-06-041-18/+18
* InputEvent: Renamed "pos" property to "position"Andreas Haas2017-06-031-4/+4
* Fix item list scroll speed.Sean Bohan2017-05-271-4/+0
* Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-201-35/+38
* Merge pull request #8631 from volzhs/editor-theme-customRémi Verschelde2017-05-201-17/+1
|\
| * Revert "Add new editor and default theme (WIP)"volzhs2017-05-031-17/+1
* | Implemented scrolling factor for smooth trackpad scrollingtoger52017-05-071-0/+4
|/
* Add new editor and default theme (WIP)Daniel J. Ramirez2017-04-271-1/+17
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-588/+504
* Various fixes detected using PVS-Studio static analyzer.Thaer Razeq2017-02-281-1/+1
* -renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky2017-02-211-1/+1
* Editor Export Settings Dialog is completed!! Now on to make some exporters..Juan Linietsky2017-02-191-0/+16
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-51/+51
* Style: Fix statements ending with ';;'Rémi Verschelde2017-01-161-2/+2
* New API for visibility in both CanvasItem and SpatialJuan Linietsky2017-01-131-1/+1
* -All types have editable script now in propertiesJuan Linietsky2017-01-091-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-3/+5
* -Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky2017-01-041-10/+10
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-51/+51
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Fix to fit stylebox with ItemListvolzhs2016-11-011-1/+4
* Fix for issue #6496Brickcaster2016-09-161-19/+16
* Added get_v_scroll to item list, issue 5343Paulb232016-09-091-0/+2
* Ability to disable item list tooltip, issue 6240Paulb232016-09-071-0/+18
* Fix ItemList.clear() not removing separatorsJohan Manuel2016-07-221-0/+1