summaryrefslogtreecommitdiff
path: root/scene/gui/popup_menu.cpp
AgeCommit message (Expand)Author
2018-04-07Improve popup menus usabilityPedro J. Estébanez
2018-02-23Add item_focused signal to OptionButtonFabio Alessandrelli
2018-02-23Popupmenu now uses UI actions instead of keysFabio Alessandrelli
2018-01-12Bind many more properties to scriptsBojidar Marinov
2018-01-07Corrects wrong scrolling for short popups broken in 15405Bernhard Liebl
2018-01-06Allow popup menu scrolling without mouse wheelBernhard Liebl
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-05Fix PopupMenu to show & detect properly hover areavolzhs
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-17Merge pull request #14748 from YeldhamDev/popupmenu_circlebackRémi Verschelde
2017-12-16More changes to PopupMenu's submenu keyboard handling.Michael Alexsander Silva Dias
2017-12-16Made highlighted item in PopupMenu circle back to the beginning/end when usin...Michael Alexsander Silva Dias
2017-12-15Enhancements and fixes for PopupMenu's submenus.Michael Alexsander Silva Dias
2017-12-12Change statable to multistate, remove extra separatorPoommetee Ketson
2017-12-10Merge pull request #11510 from AndreaCatania/skelRémi Verschelde
2017-12-10Implemented skeleton visibilityAndreaCatania
2017-12-06Fixed PopupMenu's submenus not showing up in certain situations.Michael Alexsander Silva Dias
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-24Convert Object::cast_to() to the static versionHein-Pieter van Braam
2017-08-18Rename localization method to `tr` againRémi Verschelde
2017-08-17Rename `XL_MESSAGE` aka `tr` to `localize`Rémi Verschelde
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-07-23Add object type hint for docsPoommetee Ketson
2017-07-14Fix uncheckable checkboxes in RMB menu. closes #9625Jakub Grzesik
2017-07-11[#7212] Fixed missing 'Variant' return values in documentation.ducdetronquito
2017-06-20Merge pull request #8407 from Jylhis/popup_item_select_hideThomas Herzog
2017-06-04renamed all Rect2.pos to Rect2.positionalexholly
2017-06-03InputEvent: Renamed "pos" property to "position"Andreas Haas
2017-05-20Removal of InputEvent as built-in Variant type..Juan Linietsky
2017-05-14Fixed #8526, popup menu width now responds to submenu iconAlexHoratio
2017-05-07Implemented scrolling factor for smooth trackpad scrollingtoger5
2017-04-14Update PopupMenu hidingJylhis
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-05A Whole New World (clang-format edition)Rémi Verschelde
2017-02-13Rename the _MD macro to D_METHODHein-Pieter van Braam
2017-02-13Remove use of _SCS from ADD_METHODHein-Pieter van Braam
2017-01-14Style: Fix whole-line commented codeRémi Verschelde
2017-01-13New API for visibility in both CanvasItem and SpatialJuan Linietsky
2017-01-09-Translation text will change automatically for in-game buttons, labels, poup...Juan Linietsky
2017-01-08PopupMenu now emits both index_pressed and id_pressed instead of item_pressed...Juan 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-02ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky
2017-01-02Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-12-23PopupMenu upgrade: Hide on item selection (#7306)Ivan P. Skodje
2016-10-30Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky