aboutsummaryrefslogtreecommitdiff
path: root/wmenu.c
Commit message (Collapse)AuthorAgeFilesLines
* Optimize menu sortingM Stoeckl2024-10-311-1/+1
| | | | | | | 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 callbacksadnano2024-06-091-1/+10
|
* Don't ignore stdin in password modeadnano2024-05-051-3/+1
| | | | | This makes password mode work for wmenu and wmenu-run without special cases.
* Revert "Remove wmenu -P flag"adnano2024-05-041-1/+3
| | | | This reverts commit c05ab7520b452ee3b8bd974a18511dc370cbeabe.
* Remove wmenu -P flagadnano2024-05-041-3/+1
| | | | | This flag causes some issues with wmenu-run. It will be revisited in the next release.
* wmenu-run: Populate items from PATHadnano2024-05-031-1/+1
|
* Add wmenu-run executableadnano2024-05-021-0/+28