index
:
godot.git
feature/gio-open
feature/gridmap-used-cells
fix/use-bin-name
master
mirror
Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
J08nY
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
gui
/
popup_menu.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Convert Object::cast_to() to the static version
Hein-Pieter van Braam
2017-08-24
1
-5
/
+5
*
Rename localization method to `tr` again
Rémi Verschelde
2017-08-18
1
-9
/
+9
*
Rename `XL_MESSAGE` aka `tr` to `localize`
Rémi Verschelde
2017-08-17
1
-9
/
+9
*
Removes type information from method binds
Ignacio Etcheverry
2017-08-10
1
-11
/
+11
*
Makes all Godot API's methods Lower Case
Indah Sylvia
2017-08-07
1
-6
/
+6
*
Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTER
Bojidar Marinov
2017-08-06
1
-2
/
+2
*
Add object type hint for docs
Poommetee Ketson
2017-07-23
1
-6
/
+6
*
Fix uncheckable checkboxes in RMB menu. closes #9625
Jakub Grzesik
2017-07-14
1
-0
/
+11
*
[#7212] Fixed missing 'Variant' return values in documentation.
ducdetronquito
2017-07-11
1
-1
/
+1
*
Merge pull request #8407 from Jylhis/popup_item_select_hide
Thomas Herzog
2017-06-20
1
-3
/
+18
|
\
|
*
Update PopupMenu hiding
Jylhis
2017-04-14
1
-3
/
+18
*
|
renamed all Rect2.pos to Rect2.position
alexholly
2017-06-04
1
-3
/
+3
*
|
InputEvent: Renamed "pos" property to "position"
Andreas Haas
2017-06-03
1
-5
/
+5
*
|
Removal of InputEvent as built-in Variant type..
Juan Linietsky
2017-05-20
1
-128
/
+129
*
|
Fixed #8526, popup menu width now responds to submenu icon
AlexHoratio
2017-05-14
1
-0
/
+5
*
|
Implemented scrolling factor for smooth trackpad scrolling
toger5
2017-05-07
1
-2
/
+2
|
/
*
Rename [gs]et_pos to [gs]et_position for Controls
Sergey Pusnei
2017-04-10
1
-9
/
+9
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-427
/
+355
*
Rename the _MD macro to D_METHOD
Hein-Pieter van Braam
2017-02-13
1
-45
/
+45
*
Remove use of _SCS from ADD_METHOD
Hein-Pieter van Braam
2017-02-13
1
-2
/
+2
*
Style: Fix whole-line commented code
Rémi Verschelde
2017-01-14
1
-1
/
+1
*
New API for visibility in both CanvasItem and Spatial
Juan Linietsky
2017-01-13
1
-1
/
+1
*
-Translation text will change automatically for in-game buttons, labels, poup...
Juan Linietsky
2017-01-09
1
-9
/
+24
*
PopupMenu now emits both index_pressed and id_pressed instead of item_pressed...
Juan Linietsky
2017-01-08
1
-2
/
+4
*
renamed _input_event for GUI events to _gui_input, so it's more differentiate...
Juan Linietsky
2017-01-08
1
-4
/
+4
*
-Changed most project settings in the engine, so they have major and minor ca...
Juan Linietsky
2017-01-05
1
-13
/
+19
*
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...
Juan Linietsky
2017-01-02
1
-45
/
+45
*
Merge branch 'master' of https://github.com/godotengine/godot
Juan Linietsky
2017-01-02
1
-5
/
+33
|
\
|
*
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2017-01-01
1
-1
/
+1
|
*
PopupMenu upgrade: Hide on item selection (#7306)
Ivan P. Skodje
2016-12-23
1
-4
/
+32
*
|
Merge branch 'master' of https://github.com/godotengine/godot
Juan Linietsky
2016-10-30
1
-13
/
+25
|
\
|
|
*
PopupMenu: added toggle_item_checked and exposed set_item_tooltip and get_ite...
J08nY
2016-10-01
1
-13
/
+25
*
|
Click the inspected objet name to see all subresources.
Juan Linietsky
2016-09-17
1
-2
/
+15
|
/
*
fix for travis
Juan Linietsky
2016-06-04
1
-1
/
+1
*
-customizable shortcuts in editor
Juan Linietsky
2016-06-04
1
-12
/
+164
*
Fix PopupMenu and MenuButton not activating items with shortcut inside submenus
Bojidar Marinov
2016-04-06
1
-4
/
+22
*
remove trailing whitespace
Hubert Jarosz
2016-03-09
1
-56
/
+56
*
Update copyright to 2016 in headers
George Marques
2016-01-01
1
-1
/
+1
*
Add missing argument names in GDScript bindings
Rémi Verschelde
2015-12-28
1
-1
/
+1
*
ability to export scene to zip
Juan Linietsky
2015-12-13
1
-1
/
+2
*
make popup emit index when id is not defined
Juan Linietsky
2015-12-12
1
-8
/
+9
*
Popup submenu position enhancement
neikeq
2015-11-22
1
-1
/
+8
*
Merge pull request #2734 from neikeq/popupmenu_imp
Juan Linietsky
2015-11-18
1
-2
/
+8
|
\
|
*
Small PopupMenu changes
neikeq
2015-11-13
1
-2
/
+8
*
|
Change popup_menu.cpp as proposed in #2011
Bojidar Marinov
2015-11-13
1
-0
/
+1
|
/
*
Merge pull request #2362 from AlexHolly/update-scene-tab-fix
Juan Linietsky
2015-10-17
1
-1
/
+9
|
\
|
*
close all parent PopupMenus fix
Alexander Holland
2015-08-12
1
-1
/
+9
*
|
hide opened menu when click on menu button
firefly2442
2015-09-08
1
-1
/
+3
|
/
[next]