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-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
2020-03-26
Refactored input, goes all via windows now.
Juan Linietsky
2020-03-26
Refactored Input, create DisplayServer and DisplayServerX11
Juan Linietsky
2020-03-01
Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes
Rémi Verschelde
2020-02-28
Signals: Manually port most of remaining connect_compat uses
Rémi Verschelde
2020-02-28
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-25
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-25
Rename `scancode` to `keycode`.
bruvzg
2020-02-20
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-11
Texture refactor
Juan Linietsky
2020-01-03
Clears button mask before activating menu item
Haoyu Qiu
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
[next]