aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* feat: changed font and colorsjoshuaJoshua Yun2 days1-3/+3
* Render menu after surface enter eventadnano2025-03-014-23/+38
* Revert "Render frame on surface enter"adnano2025-02-211-1/+0
* Render frame on surface enteradnano2024-12-161-0/+1
* Simplify render_menuM Stoeckl2024-11-081-25/+6
* README: Update meson instructionsadnano2024-11-011-1/+1
* Only call render_menu once per frameM Stoeckl2024-11-013-3/+16
* Optimize menu sortingM Stoeckl2024-10-315-42/+50
* Display over fullscreen applicationsadnano2024-08-031-1/+1
* Version 0.1.9adnano2024-06-091-1/+1
* Streamline menu callbacksadnano2024-06-095-36/+42
* Make wmenu-run behave like dmenu_runNAHTAIV3L2024-06-091-6/+3
* Update README.mdadnano2024-05-251-11/+0
* Don't ignore stdin in password modeadnano2024-05-053-5/+3
* Revert "Remove wmenu -P flag"adnano2024-05-045-5/+30
* Version 0.1.8adnano2024-05-041-1/+1
* Remove wmenu -P flagadnano2024-05-045-30/+5
* docs: Add wmenu-runadnano2024-05-031-2/+7
* Update README.mdadnano2024-05-031-1/+1
* wmenu-run: Don't overwrite PATHadnano2024-05-031-1/+2
* wmenu-run: Populate items from PATHadnano2024-05-034-44/+68
* Update README.mdadnano2024-05-021-1/+1
* Remove wmenu_run scriptadnano2024-05-022-37/+0
* Add wmenu-run executableadnano2024-05-027-1/+103
* Fix destruction of pool buffersadnano2024-05-026-27/+40
* Separate menu state from Wayland stateadnano2024-05-027-509/+578
* Drop wmenu -x optionadnano2024-05-025-61/+4
* make menu height accurate to dwm, dmenu, and dwl's bar patchsewn2024-04-141-1/+1
* Support xdg_activation_v1 protocoladnano2024-04-077-5/+71
* menu: Avoid adding zero-size pagesadnano2024-03-251-1/+3
* add wmenu_run script, similar to dmenu_run scriptsewn2024-03-172-0/+37
* port dmenu password patchsewn2024-03-174-6/+37
* Don't destroy wl_data_offer twiceadnano2024-03-171-1/+0
* Version 0.1.7adnano2024-03-021-1/+1
* Free memory associated with the menu on exitadnano2024-03-025-99/+220
* Rename text_len to input_lenadnano2024-03-021-3/+3
* Fix output selection with -o flagadnano2024-03-012-4/+7
* Revert "Simplify movewordedge"adnano2024-02-271-6/+17
* Drop unnecessary TODO commentadnano2024-02-271-1/+0
* Simplify read_menu_itemsadnano2024-02-271-7/+9
* Move menu and rendering logic into separate filesadnano2024-02-2710-962/+1023
* Update LICENSEadnano2024-02-271-1/+1
* Remove unused includesadnano2024-02-272-4/+0
* Improve formatting of docsadnano2024-02-271-28/+28
* Add C-Y keybinding to docsadnano2024-02-271-0/+3
* Simplify movewordedgeadnano2024-02-271-17/+7
* Add dmenu's Meta (Alt) keybindingsAmin Bandali2024-02-272-18/+86
* Add token matching like dmenuAmin Bandali2024-02-271-4/+34
* Add more rendering functionsadnano2024-02-261-54/+64
* Check if selection is not null before dereferencingadnano2024-02-261-2/+2