| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
This fixes an issue where the first visible frame is blurry on
fractional scale displays.
|
| |
|
|
|
|
|
| |
An actual surface is not needed to estimate font sizes; a 1x1 image
will do, as long as the cairo context has the same options.
|
|
|
|
|
|
|
| |
Sorting and deduplicating elements after all items have been registered
improves the time complexity of constructing the item list from O(n^2)
to O(n log n). On a system with about 4000 menu items, this reduces
startup time from about 0.21 seconds to 0.13 seconds.
|
|
|
|
| |
This reverts commit c05ab7520b452ee3b8bd974a18511dc370cbeabe.
|
|
|
|
|
| |
This flag causes some issues with wmenu-run. It will be revisited in the
next release.
|
| |
|
| |
|
| |
|
| |
|
|
|