aboutsummaryrefslogtreecommitdiff
path: root/wayland.c
Commit message (Collapse)AuthorAgeFilesLines
* Render menu after surface enter eventadnano2025-03-011-1/+7
| | | | | This fixes an issue where the first visible frame is blurry on fractional scale displays.
* Revert "Render frame on surface enter"adnano2025-02-211-1/+0
| | | | | | This reverts commit e2542d34ed15308545125fac9bf324b32e7cf578. This commit causes crashes on some systems.
* Render frame on surface enteradnano2024-12-161-0/+1
| | | | | | This ensures that the menu is rendered with the correct scale. Fixes #14
* Display over fullscreen applicationsadnano2024-08-031-1/+1
|
* Streamline menu callbacksadnano2024-06-091-2/+1
|
* Add wmenu-run executableadnano2024-05-021-0/+5
|
* Fix destruction of pool buffersadnano2024-05-021-8/+16
|
* Separate menu state from Wayland stateadnano2024-05-021-0/+492