Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: changed font and colorsjoshua | Joshua Yun | 3 days | 1 | -3/+3 |
| | |||||
* | Render menu after surface enter event | adnano | 2025-03-01 | 4 | -23/+38 |
| | | | | | This fixes an issue where the first visible frame is blurry on fractional scale displays. | ||||
* | Revert "Render frame on surface enter" | adnano | 2025-02-21 | 1 | -1/+0 |
| | | | | | | This reverts commit e2542d34ed15308545125fac9bf324b32e7cf578. This commit causes crashes on some systems. | ||||
* | Render frame on surface enter | adnano | 2024-12-16 | 1 | -0/+1 |
| | | | | | | This ensures that the menu is rendered with the correct scale. Fixes #14 | ||||
* | Simplify render_menu | M Stoeckl | 2024-11-08 | 1 | -25/+6 |
| | |||||
* | README: Update meson instructions | adnano | 2024-11-01 | 1 | -1/+1 |
| | |||||
* | Only call render_menu once per frame | M Stoeckl | 2024-11-01 | 3 | -3/+16 |
| | | | | | 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 | 5 | -42/+50 |
| | | | | | | | 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. | ||||
* | Display over fullscreen applications | adnano | 2024-08-03 | 1 | -1/+1 |
| | |||||
* | Version 0.1.9 | adnano | 2024-06-09 | 1 | -1/+1 |
| | |||||
* | Streamline menu callbacks | adnano | 2024-06-09 | 5 | -36/+42 |
| | |||||
* | Make wmenu-run behave like dmenu_run | NAHTAIV3L | 2024-06-09 | 1 | -6/+3 |
| | |||||
* | Update README.md | adnano | 2024-05-25 | 1 | -11/+0 |
| | |||||
* | Don't ignore stdin in password mode | adnano | 2024-05-05 | 3 | -5/+3 |
| | | | | | This makes password mode work for wmenu and wmenu-run without special cases. | ||||
* | Revert "Remove wmenu -P flag" | adnano | 2024-05-04 | 5 | -5/+30 |
| | | | | This reverts commit c05ab7520b452ee3b8bd974a18511dc370cbeabe. | ||||
* | Version 0.1.8 | adnano | 2024-05-04 | 1 | -1/+1 |
| | |||||
* | Remove wmenu -P flag | adnano | 2024-05-04 | 5 | -30/+5 |
| | | | | | This flag causes some issues with wmenu-run. It will be revisited in the next release. | ||||
* | docs: Add wmenu-run | adnano | 2024-05-03 | 1 | -2/+7 |
| | |||||
* | Update README.md | adnano | 2024-05-03 | 1 | -1/+1 |
| | |||||
* | wmenu-run: Don't overwrite PATH | adnano | 2024-05-03 | 1 | -1/+2 |
| | |||||
* | wmenu-run: Populate items from PATH | adnano | 2024-05-03 | 4 | -44/+68 |
| | |||||
* | Update README.md | adnano | 2024-05-02 | 1 | -1/+1 |
| | |||||
* | Remove wmenu_run script | adnano | 2024-05-02 | 2 | -37/+0 |
| | |||||
* | Add wmenu-run executable | adnano | 2024-05-02 | 7 | -1/+103 |
| | |||||
* | Fix destruction of pool buffers | adnano | 2024-05-02 | 6 | -27/+40 |
| | |||||
* | Separate menu state from Wayland state | adnano | 2024-05-02 | 7 | -509/+578 |
| | |||||
* | Drop wmenu -x option | adnano | 2024-05-02 | 5 | -61/+4 |
| | |||||
* | make menu height accurate to dwm, dmenu, and dwl's bar patch | sewn | 2024-04-14 | 1 | -1/+1 |
| | |||||
* | Support xdg_activation_v1 protocol | adnano | 2024-04-07 | 7 | -5/+71 |
| | |||||
* | menu: Avoid adding zero-size pages | adnano | 2024-03-25 | 1 | -1/+3 |
| | | | | | Ensure that pages always have at least one item, even if that item is too big to fit on any page. | ||||
* | add wmenu_run script, similar to dmenu_run script | sewn | 2024-03-17 | 2 | -0/+37 |
| | | | | | | | based off the works of sinanmohd, modified to be simpler and better to read, with shellcheck. Co-authored-by: sinanmohd <sinan@firemail.cc> | ||||
* | port dmenu password patch | sewn | 2024-03-17 | 4 | -6/+37 |
| | |||||
* | Don't destroy wl_data_offer twice | adnano | 2024-03-17 | 1 | -1/+0 |
| | | | | | | | | The data offer is destroyed after it is used. There is no need to destroy it again. This also fixes an issue where calling wl_data_offer_destroy with a NULL data offer would segfault. | ||||
* | Version 0.1.7 | adnano | 2024-03-02 | 1 | -1/+1 |
| | |||||
* | Free memory associated with the menu on exit | adnano | 2024-03-02 | 5 | -99/+220 |
| | |||||
* | Rename text_len to input_len | adnano | 2024-03-02 | 1 | -3/+3 |
| | |||||
* | Fix output selection with -o flag | adnano | 2024-03-01 | 2 | -4/+7 |
| | |||||
* | Revert "Simplify movewordedge" | adnano | 2024-02-27 | 1 | -6/+17 |
| | | | | This reverts commit 8bcad262a4d047140767d9467ac5526bb768a95e. | ||||
* | Drop unnecessary TODO comment | adnano | 2024-02-27 | 1 | -1/+0 |
| | |||||
* | Simplify read_menu_items | adnano | 2024-02-27 | 1 | -7/+9 |
| | |||||
* | Move menu and rendering logic into separate files | adnano | 2024-02-27 | 10 | -962/+1023 |
| | |||||
* | Update LICENSE | adnano | 2024-02-27 | 1 | -1/+1 |
| | |||||
* | Remove unused includes | adnano | 2024-02-27 | 2 | -4/+0 |
| | |||||
* | Improve formatting of docs | adnano | 2024-02-27 | 1 | -28/+28 |
| | |||||
* | Add C-Y keybinding to docs | adnano | 2024-02-27 | 1 | -0/+3 |
| | |||||
* | Simplify movewordedge | adnano | 2024-02-27 | 1 | -17/+7 |
| | |||||
* | Add dmenu's Meta (Alt) keybindings | Amin Bandali | 2024-02-27 | 2 | -18/+86 |
| | | | | | | | This change adds dmenu's mixture of Emacs+vim-style Meta keybindings. Also 'Page_Up' and 'Page_Down' were deprecated in upstream xkbcommon, so replace them with the new 'Prior' and 'Next' names respectively. | ||||
* | Add token matching like dmenu | Amin Bandali | 2024-02-27 | 1 | -4/+34 |
| | | | | | | This change ports dmenu's token matching of space-separated input to wmenu to match the behaviour of dmenu, with a slightly more verbose but hopefully more readable implementation. | ||||
* | Add more rendering functions | adnano | 2024-02-26 | 1 | -54/+64 |
| | |||||
* | Check if selection is not null before dereferencing | adnano | 2024-02-26 | 1 | -2/+2 |
| |