aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/item_list.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #17578 from endragor/ft-outlinesRémi Verschelde2018-05-081-1/+2
|\
| * Perfect FreeType-based outlines for DynamicFontsRuslan Mustakov2018-05-081-1/+2
* | Merge pull request #15258 from RyanStein/bugfix-15241Juan Linietsky2018-05-081-1/+1
|\ \ | |/ |/|
| * Use exact positioning for the ItemList::get_tooltip method.Ryan Stein2018-01-011-1/+1
* | ItemList selection: Check against item countShyRed2018-04-141-1/+1
* | Update classref and docs, fix missing parameters' namePoommetee Ketson2018-04-111-1/+1
* | Fix converting to tileset crashes Godot if existing file is not tilesetPoommetee Ketson2018-03-231-1/+21
* | Merge pull request #17345 from AlexHolly/expose-itemlist-move-itemRémi Verschelde2018-03-131-23/+11
|\ \
| * | expose Itemlist.move_item and optimize functionalityAlexander Holland2018-03-131-23/+11
* | | expose itemlist.unselect_all()Alexander Holland2018-03-131-0/+2
* | | expose Itemlist.is_anything_selectedAlexander Holland2018-03-111-0/+2
|/ /
* | Merge pull request #15306 from poke1024/item-list-draw-speedRémi Verschelde2018-02-191-4/+48
|\ \
| * | Boost drawing speed of ItemLists with many itemsBernhard Liebl2018-01-051-4/+48
* | | Added "allow_reselect" property to ItemList and enabled it for the method/hel...Michael Alexsander Silva Dias2018-02-141-2/+18
* | | Fix wrong property type for fixed icon size in ItemListbinbitten2018-02-031-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