summaryrefslogtreecommitdiffstats
path: root/platform/windows/native_menu_windows.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* [NativeMenu] Do not auto toggle check/multi-state items. Add `is_native_menu`...bruvzg2024-07-081-23/+14
* Merge pull request #92826 from bruvzg/nat_icon_checksRémi Verschelde2024-06-071-16/+24
|\
| * Improve native menu and status indicator icons conversion and checks.bruvzg2024-06-061-16/+24
* | [macOS] Improve native menu open/close callbacks.bruvzg2024-06-051-0/+5
|/
* [NativeMenu] Fix changes lost due to incorrect rebase (menu goes under task b...bruvzg2024-03-151-4/+20
* [NativeMenu] Fix MinGW build.bruvzg2024-03-151-9/+9
* Fix NativeMenu layout direction on macOS, add extra check for Windows menu.bruvzg2024-03-151-2/+2
* [NativeMenu] Implement native popup menu support on Windows.bruvzg2024-03-131-0/+1149