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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e
Spartan322
2024-11-12
1
-9
/
+9
|
\
|
*
Fix `PopupMenu.id_focused` signal using index as ID
Haoyu Qiu
2024-10-07
1
-9
/
+9
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
Merge pull request #95902 from kitbdev/remove-forced-mouse-focus
Rémi Verschelde
2024-09-03
1
-8
/
+0
|
\
|
*
Clean up Viewport forced_mouse_focus
kit
2024-08-21
1
-8
/
+0
*
|
Always store ID of PopupMenu items
kobewi
2024-08-20
1
-1
/
+1
|
/
*
Stop popup release timeout on click.
bruvzg
2024-08-12
1
-0
/
+1
*
[PopupMenu] Increase mouse button release timeout and reset it from `post_pop...
bruvzg
2024-08-07
1
-1
/
+2
*
Fix a bunch of orphan StringName errors at ProjectSettings/Editor exit
Yuri Rubinsky
2024-07-09
1
-0
/
+1
*
[NativeMenu] Do not auto toggle check/multi-state items. Add `is_native_menu`...
bruvzg
2024-07-08
1
-0
/
+11
*
[Scene] Add `SceneStringNames::panel`
A Thousand Ships
2024-05-30
1
-1
/
+1
*
[Scene] Add `SceneStringNames::id_pressed`
A Thousand Ships
2024-05-30
1
-1
/
+1
*
Fix `PopupMenu` focus issues after `Viewport::set_embedding_subwindows` is ch...
bruvzg
2024-05-22
1
-3
/
+4
*
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-1
/
+1
*
Fix PropertyListHelper::_get_property returning a valid value even if an inde...
Gilles Roudière
2024-05-10
1
-0
/
+1
*
[PopupMenu] Fix incorrect vertical scroll bar visible at fractional content s...
Koyper
2024-04-25
1
-3
/
+4
*
Merge pull request #86553 from Koyper/fix_popup_panel_content_scaling
Rémi Verschelde
2024-04-18
1
-14
/
+24
|
\
|
*
Fix non-embedded Windows resizing to match Viewport content scale factor
Koyper
2024-04-17
1
-14
/
+24
*
|
Fix submenus erroneously closing on some occasions
Michael Alexsander
2024-04-13
1
-0
/
+6
|
/
*
Fix NativeMenu layout direction on macOS, add extra check for Windows menu.
bruvzg
2024-03-15
1
-1
/
+1
*
[NativeMenu] Implement native popup menu support on Windows.
bruvzg
2024-03-13
1
-5
/
+56
*
Move `global_menu_*` methods to a separate `NativeMenu` class.
bruvzg
2024-03-04
1
-186
/
+192
*
Fix PopupMenu doesn't respect it's ScrollContainer's margins
Mounir Tohami
2024-02-23
1
-76
/
+58
*
Add methods to add submenus without using names
kobewi
2024-02-22
1
-86
/
+76
*
Merge pull request #87967 from jsjtxietian/set_item_submenu
Rémi Verschelde
2024-02-22
1
-0
/
+5
|
\
|
*
Fix `set_item_submenu` infinite recursion crash
jsjtxietian
2024-02-22
1
-0
/
+5
*
|
Revert "Fix selecting popup menu items on mouse release"
Rémi Verschelde
2024-02-20
1
-48
/
+43
|
/
*
Merge pull request #86952 from ryevdokimov/fix-selecting-popup-menu-items-on-...
Rémi Verschelde
2024-02-14
1
-43
/
+48
|
\
|
*
Fix selecting popup menu items on mouse release
Robert Yevdokimov
2024-01-14
1
-43
/
+48
*
|
Add PropertyListHelper to PopupMenu
kobewi
2024-02-11
1
-97
/
+35
*
|
Remove unnecessary `this->` expressions
A Thousand Ships
2024-01-29
1
-1
/
+1
*
|
Expose PopupMenu get_item_multistate(), get_item_multistate_max() and set_ite...
mrcdk
2024-01-22
1
-0
/
+24
*
|
[macOS] Do not unbind PopupMenu from global menu on `clear` call.
bruvzg
2024-01-16
1
-2
/
+3
*
|
Merge pull request #86141 from Maran23/popup-hover-height-calc
Rémi Verschelde
2024-01-15
1
-4
/
+3
|
\
\
|
*
|
Fix Popup hover and height calculation are off by some pixels
Marius Hanl
2023-12-14
1
-4
/
+3
*
|
|
Merge pull request #84946 from DarkMessiah/default-theme-checkbox-disabled-state
Rémi Verschelde
2024-01-10
1
-3
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Use disabled icons for CheckBox in DefaultTheme
Stanislav Labzyuk
2023-11-19
1
-3
/
+1
|
|
/
*
|
Merge pull request #84445 from Rubonnek/add-const-references-clang-tidy
Rémi Verschelde
2024-01-04
1
-2
/
+2
|
\
\
|
*
|
Add const references detected by clang-tidy
Wilson E. Alvarez
2023-12-16
1
-2
/
+2
|
|
/
*
|
Merge pull request #82900 from bruvzg/macos_menu_global_shortcuts
Rémi Verschelde
2024-01-03
1
-7
/
+12
|
\
\
|
*
|
[PopupMenu] Handle shortcuts with "global" flag directly.
bruvzg
2023-10-06
1
-7
/
+12
*
|
|
[PopupMenu] Handle physical_keycode and key_label of shortcuts.
bruvzg
2023-12-30
1
-18
/
+24
*
|
|
Merge pull request #81243 from Sauermann/fix-window-events
Yuri Sizov
2023-12-19
1
-4
/
+9
|
\
\
\
|
*
|
|
Fix internal events not being delivered to some Window types
Markus Sauermann
2023-11-14
1
-4
/
+9
|
|
|
/
|
|
/
|
*
/
|
[macOS] Add default Window and Help menus, allow special menu customization.
bruvzg
2023-12-13
1
-1
/
+51
|
/
/
*
|
Allow auto-generated node names in `PopupMenu::add_submenu_item`
Yuri Sizov
2023-11-09
1
-1
/
+5
*
|
Fix `activate_item_by_event` infinite recursion crash
jsjtxietian
2023-11-01
1
-0
/
+1
*
|
Ensure input event is valid in `PopupMenu::activate_item_by_event`
A Thousand Ships
2023-10-25
1
-0
/
+1
*
|
Add bulk change guards to successive theme overrides in Editor and GUI
Yuri Sizov
2023-10-19
1
-0
/
+2
[next]