Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Render menu after surface enter event | adnano | 2025-03-01 | 1 | -0/+2 |
| | | | | | This fixes an issue where the first visible frame is blurry on fractional scale displays. | ||||
* | Only call render_menu once per frame | M Stoeckl | 2024-11-01 | 1 | -0/+5 |
| | | | | | 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. | ||||
* | Optimize menu sorting | M Stoeckl | 2024-10-31 | 1 | -4/+4 |
| | | | | | | | 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. | ||||
* | Streamline menu callbacks | adnano | 2024-06-09 | 1 | -2/+5 |
| | |||||
* | Revert "Remove wmenu -P flag" | adnano | 2024-05-04 | 1 | -0/+2 |
| | | | | This reverts commit c05ab7520b452ee3b8bd974a18511dc370cbeabe. | ||||
* | Remove wmenu -P flag | adnano | 2024-05-04 | 1 | -2/+0 |
| | | | | | This flag causes some issues with wmenu-run. It will be revisited in the next release. | ||||
* | wmenu-run: Populate items from PATH | adnano | 2024-05-03 | 1 | -2/+2 |
| | |||||
* | Add wmenu-run executable | adnano | 2024-05-02 | 1 | -0/+1 |
| | |||||
* | Fix destruction of pool buffers | adnano | 2024-05-02 | 1 | -6/+4 |
| | |||||
* | Separate menu state from Wayland state | adnano | 2024-05-02 | 1 | -46/+5 |
| | |||||
* | Drop wmenu -x option | adnano | 2024-05-02 | 1 | -2/+0 |
| | |||||
* | Support xdg_activation_v1 protocol | adnano | 2024-04-07 | 1 | -0/+4 |
| | |||||
* | port dmenu password patch | sewn | 2024-03-17 | 1 | -0/+2 |
| | |||||
* | Free memory associated with the menu on exit | adnano | 2024-03-02 | 1 | -20/+40 |
| | |||||
* | Fix output selection with -o flag | adnano | 2024-03-01 | 1 | -0/+1 |
| | |||||
* | Move menu and rendering logic into separate files | adnano | 2024-02-27 | 1 | -0/+102 |