index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
gui
/
popup_menu.cpp
Age
Commit message (
Expand
)
Author
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
Fix PopupMenu to show & detect properly hover area
volzhs
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-12-17
Merge pull request #14748 from YeldhamDev/popupmenu_circleback
Rémi Verschelde
2017-12-16
More changes to PopupMenu's submenu keyboard handling.
Michael Alexsander Silva Dias
2017-12-16
Made highlighted item in PopupMenu circle back to the beginning/end when usin...
Michael Alexsander Silva Dias
2017-12-15
Enhancements and fixes for PopupMenu's submenus.
Michael Alexsander Silva Dias
2017-12-12
Change statable to multistate, remove extra separator
Poommetee Ketson
2017-12-10
Merge pull request #11510 from AndreaCatania/skel
Rémi Verschelde
2017-12-10
Implemented skeleton visibility
AndreaCatania
2017-12-06
Fixed PopupMenu's submenus not showing up in certain situations.
Michael Alexsander Silva Dias
2017-08-27
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-24
Convert Object::cast_to() to the static version
Hein-Pieter van Braam
2017-08-18
Rename localization method to `tr` again
Rémi Verschelde
2017-08-17
Rename `XL_MESSAGE` aka `tr` to `localize`
Rémi Verschelde
2017-08-10
Removes type information from method binds
Ignacio Etcheverry
2017-08-07
Makes all Godot API's methods Lower Case
Indah Sylvia
2017-08-06
Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTER
Bojidar Marinov
2017-07-23
Add object type hint for docs
Poommetee Ketson
2017-07-14
Fix uncheckable checkboxes in RMB menu. closes #9625
Jakub Grzesik
2017-07-11
[#7212] Fixed missing 'Variant' return values in documentation.
ducdetronquito
2017-06-20
Merge pull request #8407 from Jylhis/popup_item_select_hide
Thomas Herzog
2017-06-04
renamed all Rect2.pos to Rect2.position
alexholly
2017-06-03
InputEvent: Renamed "pos" property to "position"
Andreas Haas
2017-05-20
Removal of InputEvent as built-in Variant type..
Juan Linietsky
2017-05-14
Fixed #8526, popup menu width now responds to submenu icon
AlexHoratio
2017-05-07
Implemented scrolling factor for smooth trackpad scrolling
toger5
2017-04-14
Update PopupMenu hiding
Jylhis
2017-04-10
Rename [gs]et_pos to [gs]et_position for Controls
Sergey Pusnei
2017-04-08
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-03-05
A Whole New World (clang-format edition)
Rémi Verschelde
2017-02-13
Rename the _MD macro to D_METHOD
Hein-Pieter van Braam
2017-02-13
Remove use of _SCS from ADD_METHOD
Hein-Pieter van Braam
2017-01-14
Style: Fix whole-line commented code
Rémi Verschelde
2017-01-13
New API for visibility in both CanvasItem and Spatial
Juan Linietsky
2017-01-09
-Translation text will change automatically for in-game buttons, labels, poup...
Juan Linietsky
2017-01-08
PopupMenu now emits both index_pressed and id_pressed instead of item_pressed...
Juan Linietsky
2017-01-08
renamed _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-02
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...
Juan Linietsky
2017-01-02
Merge branch 'master' of https://github.com/godotengine/godot
Juan Linietsky
2017-01-01
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2016-12-23
PopupMenu upgrade: Hide on item selection (#7306)
Ivan P. Skodje
2016-10-30
Merge branch 'master' of https://github.com/godotengine/godot
Juan Linietsky
2016-10-01
PopupMenu: added toggle_item_checked and exposed set_item_tooltip and get_ite...
J08nY
2016-09-17
Click the inspected objet name to see all subresources.
Juan Linietsky
2016-06-04
fix for travis
Juan Linietsky
2016-06-04
-customizable shortcuts in editor
Juan Linietsky
2016-04-06
Fix PopupMenu and MenuButton not activating items with shortcut inside submenus
Bojidar Marinov
2016-03-09
remove trailing whitespace
Hubert Jarosz
[next]