aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/item_list.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* ItemList selection: Check against item countShyRed2018-04-281-1/+1
* Added "allow_reselect" property to ItemList and enabled it for the method/hel...Michael Alexsander Silva Dias2018-02-191-2/+18
* Fix wrong property type for fixed icon size in ItemListbinbitten2018-02-191-1/+1
* Bind many more properties to scriptsBojidar Marinov2018-01-121-1/+2
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Merge pull request #14792 from Krakean/enh-1Rémi Verschelde2018-01-031-0/+9
|\
| * A few small Debugger->Errors tab enhancements:Dmitry Koteroff2017-12-181-0/+9
* | Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
|/
* Item List small enhancementsDmitry Koteroff2017-11-261-0/+27
* 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