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
2021-08-23
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
reduz
2021-08-19
fixed popup_menu buttons getting triggered by lmb press instead of release.
ThreeRhinosInAnElephantCostume
2021-08-10
Use Key enum instead of plain integers
Aaron Franke
2021-08-05
Shortcut: Rename `shortcut` property to `event`
Rémi Verschelde
2021-07-29
Add `auto_translate` toggle for automatic translation
Michael Alexsander
2021-07-25
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
Fix popup submenu in single-window mode
jfons
2021-07-18
Optimize StringName usage
reduz
2021-05-07
Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...
Lightning_A
2021-04-05
Fix crashes in *_input functions
Rafał Mikrut
2021-03-23
Rename ButtonList enum and members to MouseButton
Aaron Franke
2021-03-20
Fix wrong width with PopupMenus on first opening in the editor
Michael Alexsander
2021-03-12
Fixes small typos and grammar correction
Anshul7sp1
2021-02-16
Fix various small issues with PopupMenu
Michael Alexsander
2021-02-15
Improved PopupMenu visuals. Removed x-y margin, made it 'padding' instead.
Eric M
2021-02-14
[CTL] Add missing font outline drawing routines and theme constants.
bruvzg
2021-02-09
Initialize class variables with default values in scene/ [2/2]
Rafał Mikrut
2021-01-24
Change themes *_color_* to *_*_color
Marcel Admiraal
2021-01-04
Merge pull request #44906 from EricEzaM/PR/popup-menu-fix-not-matching-button...
Rémi Verschelde
2021-01-04
Fixed PopupMenu not matching parent MenuButton/OptionButton width
Eric M
2021-01-04
Fixed hover highlight style rect of items being cut off.
Eric M
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-27
Added optional id parameter to `PopupMenu::add_separator`
Yuri Roubinsky
2020-12-23
Rename Control margin to offset
Marcel Admiraal
2020-12-10
Allow to circle back in 'PopupMenu' even if the first/last item is non-select...
Michael Alexsander
2020-12-10
Merge pull request #44233 from YeldhamDev/popupmenu_circle_back
Rémi Verschelde
2020-12-09
Re-add circle back scrolling to 'PopupMenu'
Michael Alexsander
2020-12-03
Add "font_color_separator" theme property to 'PopupMenu'
Michael Alexsander
2020-11-26
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-11-16
Merge pull request #41851 from EricEzaM/PR/popup-menu-hysteresis
Rémi Verschelde
2020-11-08
Added hysteresis for popup sub-menus
Eric M
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-09-18
Fix popup menu item selected when opening the menu
PouleyKetchoupp
2020-09-09
Rename ShortCut to Shortcut which is more grammatically correct
Hugo Locurcio
2020-09-06
Fixed get_usable_parent_rect() errors when initialising popup menus.
Eric M
2020-09-02
Fix PopupMenu unresponsive on right side of menu
Nathan Franke
2020-09-01
PopupMenu rework and enhancements
EricEzaM
2020-05-17
Allow searching with keyboard input by default in PopupMenu
Hugo Locurcio
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-06
PopupMenu.get_current_index() bound to ClassDB
nobuyuki_nyuu
2020-04-28
Rename InputFilter back to Input
Rémi Verschelde
2020-04-02
Merge pull request #37504 from qarmin/out_of_bound_cursor
Rémi Verschelde
2020-04-01
Fix out of bound array access caused by unassigned variable
Rafał Mikrut
2020-03-30
fixed PopupMenus letterjumping on any InputEvent
Leleat
2020-03-26
Popups have also been converted to windows
Juan Linietsky
2020-03-26
Open sub-windows as embedded if the OS does not support them
Juan Linietsky
2020-03-26
Popups are now windows also (broken!)
Juan Linietsky
[next]