summaryrefslogtreecommitdiff
path: root/scene/gui/item_list.cpp
AgeCommit message (Expand)Author
2017-09-20Rename pos to position in user facing methods and variablesletheed
2017-09-03Improved color temperature in script editorDaniel J. Ramirez
2017-09-01Fix signed and unsigned comparisonsHein-Pieter van Braam
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-20ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry
2017-08-16Merge pull request #10252 from neikeq/pr-fix-some-stuff-<3Rémi Verschelde
2017-08-13Replace GUI anchor type by a float between 0 and 1Gilles Roudiere
2017-08-11Fixes ItemList::is_same_column_width() return typeIgnacio Etcheverry
2017-08-10Removes type information from method bindsIgnacio Etcheverry
2017-08-02ItemList: Remove redundant Vector2 initializations.Andreas Haas
2017-07-21Enhanched About dialog, Add ItemList auto_heightPoommetee Ketson
2017-07-19-Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky
2017-07-19Add object type hint for docsPoommetee Ketson
2017-07-11[#7212] Fixed missing 'Variant' return values in documentation.ducdetronquito
2017-07-04ItemList: expose methods, in-editor items editing supportPoommetee Ketson
2017-06-07fixed overlapping of temp. colors (script editor)toger5
2017-06-04renamed all Rect2.pos to Rect2.positionalexholly
2017-06-03InputEvent: Renamed "pos" property to "position"Andreas Haas
2017-05-27Fix item list scroll speed.Sean Bohan
2017-05-20Removal of InputEvent as built-in Variant type..Juan Linietsky
2017-05-20Merge pull request #8631 from volzhs/editor-theme-customRémi Verschelde
2017-05-07Implemented scrolling factor for smooth trackpad scrollingtoger5
2017-05-03Revert "Add new editor and default theme (WIP)"volzhs
2017-04-27Add new editor and default theme (WIP)Daniel J. Ramirez
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-02-28 Various fixes detected using PVS-Studio static analyzer.Thaer Razeq
2017-02-21-renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky
2017-02-19Editor Export Settings Dialog is completed!! Now on to make some exporters..Juan Linietsky
2017-02-13Rename the _MD macro to D_METHODHein-Pieter van Braam
2017-01-16Style: Fix statements ending with ';;'Rémi Verschelde
2017-01-13New API for visibility in both CanvasItem and SpatialJuan Linietsky
2017-01-09-All types have editable script now in propertiesJuan Linietsky
2017-01-08renamed _input_event for GUI events to _gui_input, so it's more differentiate...Juan Linietsky
2017-01-05-Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky
2017-01-04-Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky
2017-01-02ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-11-01Fix to fit stylebox with ItemListvolzhs
2016-09-16Fix for issue #6496Brickcaster
2016-09-09Added get_v_scroll to item list, issue 5343Paulb23
2016-09-07Ability to disable item list tooltip, issue 6240Paulb23
2016-07-22Fix ItemList.clear() not removing separatorsJohan Manuel
2016-07-22Fixed ItemList indexing bug while selecting items.Robert Lewicki
2016-07-22Fix binding for ItemList.sort_items_by_textRémi Verschelde
2016-07-21properly implement item disabling, fixes #5683Juan Linietsky
2016-06-28itemlist-get_selected_itemsJean Jung
2016-06-18Add missing license headers in our source files (#5255)Rémi Verschelde
2016-06-12fixed tile map editor plugin, all previews are now the same size, closes #4983Juan Linietsky
2016-06-12Changed how min/max icon size in ItemList works and replaced it by a fixed si...Juan Linietsky