aboutsummaryrefslogtreecommitdiff
path: root/menu.c
Commit message (Expand)AuthorAgeFilesLines
* feat: changed font and colorsjoshuaJoshua Yun4 days1-3/+3
* Render menu after surface enter eventadnano2025-03-011-22/+27
* Only call render_menu once per frameM Stoeckl2024-11-011-1/+4
* Optimize menu sortingM Stoeckl2024-10-311-35/+41
* Streamline menu callbacksadnano2024-06-091-11/+4
* Don't ignore stdin in password modeadnano2024-05-051-1/+1
* Revert "Remove wmenu -P flag"adnano2024-05-041-1/+4
* Remove wmenu -P flagadnano2024-05-041-4/+1
* wmenu-run: Populate items from PATHadnano2024-05-031-35/+52
* Add wmenu-run executableadnano2024-05-021-0/+2
* Fix destruction of pool buffersadnano2024-05-021-5/+5
* Separate menu state from Wayland stateadnano2024-05-021-139/+40
* Drop wmenu -x optionadnano2024-05-021-53/+1
* make menu height accurate to dwm, dmenu, and dwl's bar patchsewn2024-04-141-1/+1
* Support xdg_activation_v1 protocoladnano2024-04-071-2/+56
* menu: Avoid adding zero-size pagesadnano2024-03-251-1/+3
* port dmenu password patchsewn2024-03-171-3/+11
* Don't destroy wl_data_offer twiceadnano2024-03-171-1/+0
* Free memory associated with the menu on exitadnano2024-03-021-20/+129
* Rename text_len to input_lenadnano2024-03-021-3/+3
* Revert "Simplify movewordedge"adnano2024-02-271-6/+17
* Simplify read_menu_itemsadnano2024-02-271-7/+9
* Move menu and rendering logic into separate filesadnano2024-02-271-0/+631