index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
gui
/
popup_menu.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Added optional id parameter to `PopupMenu::add_separator`
Yuri Roubinsky
2020-12-27
1
-1
/
+1
*
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-11-26
1
-1
/
+23
*
Added hysteresis for popup sub-menus
Eric M
2020-11-08
1
-1
/
+7
*
Fix popup menu item selected when opening the menu
PouleyKetchoupp
2020-09-18
1
-1
/
+1
*
Rename ShortCut to Shortcut which is more grammatically correct
Hugo Locurcio
2020-09-09
1
-12
/
+12
*
PopupMenu rework and enhancements
EricEzaM
2020-09-01
1
-2
/
+17
*
Add override keywords.
Marcel Admiraal
2020-07-10
1
-2
/
+2
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-1
/
+0
*
PopupMenu.get_current_index() bound to ClassDB
nobuyuki_nyuu
2020-05-06
1
-0
/
+1
*
Popups have also been converted to windows
Juan Linietsky
2020-03-26
1
-0
/
+2
*
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
1
-7
/
+6
*
Texture refactor
Juan Linietsky
2020-02-11
1
-9
/
+9
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
PopupMenu: Reorder add_* methods in more natural order
Rémi Verschelde
2019-10-08
1
-6
/
+8
*
Remove redundant author doc comments
IAmActuallyCthulhu
2019-08-12
1
-4
/
+0
*
Improvements to incremental search
Tomasz Chabora
2019-05-31
1
-0
/
+7
*
Change "ID" to lowercase "id"
Aaron Franke
2019-05-09
1
-18
/
+18
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
context menu improvements
Ian
2018-07-26
1
-0
/
+4
*
Visual Shaders are back.
Juan Linietsky
2018-07-14
1
-1
/
+1
*
Add ability to set submenu's popup delay time on mouse hovering
Andrii Doroshenko (Xrayez)
2018-07-09
1
-0
/
+3
*
Entirely new (and much improved) animation editor.
Juan Linietsky
2018-06-07
1
-0
/
+4
*
Add support for radio-looking items with icon
Pedro J. Estébanez
2018-04-09
1
-0
/
+1
*
Merge pull request #17730 from RandomShaper/radio-buttons-in-menus
Juan Linietsky
2018-04-07
1
-2
/
+10
|
\
|
*
Add radio-button-looking entries to PopupMenu
Pedro J. Estébanez
2018-03-27
1
-2
/
+10
*
|
Improve popup menus usability
Pedro J. Estébanez
2018-04-07
1
-1
/
+4
|
/
*
Allow popup menu scrolling without mouse wheel
Bernhard Liebl
2018-01-06
1
-0
/
+1
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Change statable to multistate, remove extra separator
Poommetee Ketson
2017-12-12
1
-6
/
+6
*
Implemented skeleton visibility
AndreaCatania
2017-12-10
1
-2
/
+15
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Synchronize parameter names in definition and declaration
TwistedTwigleg
2017-08-16
1
-1
/
+1
*
Makes all Godot API's methods Lower Case
Indah Sylvia
2017-08-07
1
-2
/
+2
*
Fix uncheckable checkboxes in RMB menu. closes #9625
Jakub Grzesik
2017-07-14
1
-0
/
+1
*
Merge pull request #8407 from Jylhis/popup_item_select_hide
Thomas Herzog
2017-06-20
1
-0
/
+4
|
\
|
*
Update PopupMenu hiding
Jylhis
2017-04-14
1
-0
/
+4
*
|
Removal of InputEvent as built-in Variant type..
Juan Linietsky
2017-05-20
1
-2
/
+2
|
/
*
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
-39
/
+44
*
-Translation text will change automatically for in-game buttons, labels, poup...
Juan Linietsky
2017-01-09
1
-0
/
+1
*
renamed _input_event for GUI events to _gui_input, so it's more differentiate...
Juan Linietsky
2017-01-08
1
-1
/
+1
*
-Changed most project settings in the engine, so they have major and minor ca...
Juan Linietsky
2017-01-05
1
-7
/
+8
*
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...
Juan Linietsky
2017-01-02
1
-1
/
+1
*
Merge branch 'master' of https://github.com/godotengine/godot
Juan Linietsky
2017-01-02
1
-1
/
+4
|
\
|
*
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
-0
/
+3
*
|
Merge branch 'master' of https://github.com/godotengine/godot
Juan Linietsky
2016-10-30
1
-0
/
+2
|
\
|
|
*
PopupMenu: added toggle_item_checked and exposed set_item_tooltip and get_ite...
J08nY
2016-10-01
1
-0
/
+2
[next]