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
gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
gui
/
popup_menu.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Entirely new (and much improved) animation editor.
Juan Linietsky
2018-06-07
1
-4
/
+21
*
-Ability to open resources in the same window
Juan Linietsky
2018-05-17
1
-0
/
+24
*
Add support for radio-looking items with icon
Pedro J. Estébanez
2018-04-09
1
-0
/
+7
*
Merge pull request #17730 from RandomShaper/radio-buttons-in-menus
Juan Linietsky
2018-04-07
1
-23
/
+61
|
\
|
*
Add radio-button-looking entries to PopupMenu
Pedro J. Estébanez
2018-03-27
1
-23
/
+61
*
|
Improve popup menus usability
Pedro J. Estébanez
2018-04-07
1
-20
/
+38
|
/
*
Add item_focused signal to OptionButton
Fabio Alessandrelli
2018-02-23
1
-0
/
+3
*
Popupmenu now uses UI actions instead of keys
Fabio Alessandrelli
2018-02-23
1
-66
/
+47
*
Bind many more properties to scripts
Bojidar Marinov
2018-01-12
1
-1
/
+2
*
Corrects wrong scrolling for short popups broken in 15405
Bernhard Liebl
2018-01-07
1
-3
/
+9
*
Allow popup menu scrolling without mouse wheel
Bernhard Liebl
2018-01-06
1
-32
/
+27
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Fix PopupMenu to show & detect properly hover area
volzhs
2018-01-05
1
-3
/
+2
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Merge pull request #14748 from YeldhamDev/popupmenu_circleback
Rémi Verschelde
2017-12-17
1
-2
/
+10
|
\
|
*
Made highlighted item in PopupMenu circle back to the beginning/end when usin...
Michael Alexsander Silva Dias
2017-12-16
1
-2
/
+10
*
|
More changes to PopupMenu's submenu keyboard handling.
Michael Alexsander Silva Dias
2017-12-16
1
-10
/
+25
|
/
*
Enhancements and fixes for PopupMenu's submenus.
Michael Alexsander Silva Dias
2017-12-15
1
-19
/
+18
*
Change statable to multistate, remove extra separator
Poommetee Ketson
2017-12-12
1
-14
/
+14
*
Merge pull request #11510 from AndreaCatania/skel
Rémi Verschelde
2017-12-10
1
-13
/
+82
|
\
|
*
Implemented skeleton visibility
AndreaCatania
2017-12-10
1
-13
/
+82
*
|
Fixed PopupMenu's submenus not showing up in certain situations.
Michael Alexsander Silva Dias
2017-12-06
1
-3
/
+3
|
/
*
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
[next]