aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/popup_menu.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-5/+5
* Rename localization method to `tr` againRémi Verschelde2017-08-181-9/+9
* Rename `XL_MESSAGE` aka `tr` to `localize`Rémi Verschelde2017-08-171-9/+9
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-11/+11
* Makes all Godot API's methods Lower CaseIndah Sylvia2017-08-071-6/+6
* Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTERBojidar Marinov2017-08-061-2/+2
* Add object type hint for docsPoommetee Ketson2017-07-231-6/+6
* Fix uncheckable checkboxes in RMB menu. closes #9625Jakub Grzesik2017-07-141-0/+11
* [#7212] Fixed missing 'Variant' return values in documentation.ducdetronquito2017-07-111-1/+1
* Merge pull request #8407 from Jylhis/popup_item_select_hideThomas Herzog2017-06-201-3/+18
|\
| * Update PopupMenu hidingJylhis2017-04-141-3/+18
* | renamed all Rect2.pos to Rect2.positionalexholly2017-06-041-3/+3
* | InputEvent: Renamed "pos" property to "position"Andreas Haas2017-06-031-5/+5
* | Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-201-128/+129
* | Fixed #8526, popup menu width now responds to submenu iconAlexHoratio2017-05-141-0/+5
* | Implemented scrolling factor for smooth trackpad scrollingtoger52017-05-071-2/+2
|/
* Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei2017-04-101-9/+9
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-427/+355
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-45/+45
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-2/+2
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-1/+1
* New API for visibility in both CanvasItem and SpatialJuan Linietsky2017-01-131-1/+1
* -Translation text will change automatically for in-game buttons, labels, poup...Juan Linietsky2017-01-091-9/+24
* PopupMenu now emits both index_pressed and id_pressed instead of item_pressed...Juan Linietsky2017-01-081-2/+4
* renamed _input_event for GUI events to _gui_input, so it's more differentiate...Juan Linietsky2017-01-081-4/+4
* -Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky2017-01-051-13/+19
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-45/+45
* Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2017-01-021-5/+33
|\
| * Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
| * PopupMenu upgrade: Hide on item selection (#7306)Ivan P. Skodje2016-12-231-4/+32
* | Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2016-10-301-13/+25
|\|
| * PopupMenu: added toggle_item_checked and exposed set_item_tooltip and get_ite...J08nY2016-10-011-13/+25
* | Click the inspected objet name to see all subresources.Juan Linietsky2016-09-171-2/+15
|/
* fix for travisJuan Linietsky2016-06-041-1/+1
* -customizable shortcuts in editorJuan Linietsky2016-06-041-12/+164
* Fix PopupMenu and MenuButton not activating items with shortcut inside submenusBojidar Marinov2016-04-061-4/+22
* remove trailing whitespaceHubert Jarosz2016-03-091-56/+56
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* Add missing argument names in GDScript bindingsRémi Verschelde2015-12-281-1/+1
* ability to export scene to zipJuan Linietsky2015-12-131-1/+2
* make popup emit index when id is not definedJuan Linietsky2015-12-121-8/+9
* Popup submenu position enhancementneikeq2015-11-221-1/+8
* Merge pull request #2734 from neikeq/popupmenu_impJuan Linietsky2015-11-181-2/+8
|\
| * Small PopupMenu changesneikeq2015-11-131-2/+8
* | Change popup_menu.cpp as proposed in #2011Bojidar Marinov2015-11-131-0/+1
|/
* Merge pull request #2362 from AlexHolly/update-scene-tab-fixJuan Linietsky2015-10-171-1/+9
|\
| * close all parent PopupMenus fixAlexander Holland2015-08-121-1/+9
* | hide opened menu when click on menu buttonfirefly24422015-09-081-1/+3
|/