| Commit message (Expand) | Author | Age | Files | Lines |
* | Free memory associated with the menu on exit | adnano | 2024-03-02 | 1 | -51/+38 |
* | Fix output selection with -o flag | adnano | 2024-03-01 | 1 | -4/+6 |
* | Drop unnecessary TODO comment | adnano | 2024-02-27 | 1 | -1/+0 |
* | Move menu and rendering logic into separate files | adnano | 2024-02-27 | 1 | -959/+69 |
* | Simplify movewordedge | adnano | 2024-02-27 | 1 | -17/+7 |
* | Add dmenu's Meta (Alt) keybindings | Amin Bandali | 2024-02-27 | 1 | -18/+62 |
* | Add token matching like dmenu | Amin Bandali | 2024-02-27 | 1 | -4/+34 |
* | 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 |
* | Add functions to render pages of items | adnano | 2024-02-26 | 1 | -31/+34 |
* | Refactor rendering code | adnano | 2024-02-26 | 1 | -96/+61 |
* | Don't set selection if there are no pages | adnano | 2024-02-26 | 1 | -1/+3 |
* | Don't match items in insert | adnano | 2024-02-26 | 1 | -104/+105 |
* | Add comments to menu | adnano | 2024-02-26 | 1 | -49/+48 |
* | Add some comments to item and page | adnano | 2024-02-26 | 1 | -5/+5 |
* | Rename menu_state to menu | adnano | 2024-02-26 | 1 | -333/+333 |
* | Don't return -1 from render_horizontal_item | adnano | 2024-02-26 | 1 | -13/+9 |
* | Rename menu_item to item | adnano | 2024-02-26 | 1 | -35/+38 |
* | Mark functions as static | adnano | 2024-02-26 | 1 | -16/+16 |
* | Rename item_group to page | adnano | 2024-02-26 | 1 | -82/+80 |
* | Refactor item paging logic | adnano | 2024-02-26 | 1 | -114/+102 |
* | Simplify match scrolling | adnano | 2024-02-26 | 1 | -60/+28 |
* | Keep track of end of match list | adnano | 2024-02-26 | 1 | -8/+6 |
* | Ignore unrecognized Ctrl keybindings | adnano | 2024-02-26 | 1 | -0/+6 |
* | Update keybindings to more closely follow dmenu | Amin Bandali | 2024-02-26 | 1 | -43/+5 |
* | Check the return value of pipe | adnano | 2023-12-28 | 1 | -1/+4 |
* | Fix various type issues | adnano | 2023-12-28 | 1 | -5/+5 |
* | Fix build failure when compiling in release | Piotr StefaĆski | 2023-10-31 | 1 | -1/+1 |
* | Implement clipboard paste support | adnano | 2023-07-28 | 1 | -8/+61 |
* | pango: Remove unused format specifier | adnano | 2023-07-15 | 1 | -6/+6 |
* | Render after reading stdin | Mykyta Holubakha | 2023-07-15 | 1 | -0/+1 |
* | Drop render_frame on surface_enter | Mykyta Holubakha | 2023-07-15 | 1 | -1/+0 |
* | Fix crash when some line contains % | Nikita Ivanov | 2023-06-05 | 1 | -6/+6 |
* | Fix potential buffer overflow | adnano | 2023-02-26 | 1 | -2/+3 |
* | Fix buffer size not divisible by scale | adnano | 2023-02-01 | 1 | -2/+1 |
* | Drop xdg-output-unstable-v1 | adnano | 2022-12-02 | 1 | -24/+4 |
* | Fix move to end of word | adnano | 2022-12-02 | 1 | -5/+6 |
* | Support basic Emacs-style line-editing bindings | adnano | 2022-12-02 | 1 | -0/+90 |
* | Support number pad keys | adnano | 2022-12-02 | 1 | -1/+10 |
* | Adjust line height | adnano | 2022-04-17 | 1 | -1/+1 |
* | Implement vertical list support | adnano | 2022-04-17 | 1 | -73/+218 |
* | Initial commit | adnano | 2022-01-16 | 1 | -0/+983 |