aboutsummaryrefslogtreecommitdiff
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* Support xdg_activation_v1 protocoladnano2024-04-071-0/+4
* Free memory associated with the menu on exitadnano2024-03-021-51/+38
* Fix output selection with -o flagadnano2024-03-011-4/+6
* Drop unnecessary TODO commentadnano2024-02-271-1/+0
* Move menu and rendering logic into separate filesadnano2024-02-271-959/+69
* Simplify movewordedgeadnano2024-02-271-17/+7
* Add dmenu's Meta (Alt) keybindingsAmin Bandali2024-02-271-18/+62
* 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
* Add functions to render pages of itemsadnano2024-02-261-31/+34
* Refactor rendering codeadnano2024-02-261-96/+61
* Don't set selection if there are no pagesadnano2024-02-261-1/+3
* Don't match items in insertadnano2024-02-261-104/+105
* Add comments to menuadnano2024-02-261-49/+48
* Add some comments to item and pageadnano2024-02-261-5/+5
* Rename menu_state to menuadnano2024-02-261-333/+333
* Don't return -1 from render_horizontal_itemadnano2024-02-261-13/+9
* Rename menu_item to itemadnano2024-02-261-35/+38
* Mark functions as staticadnano2024-02-261-16/+16
* Rename item_group to pageadnano2024-02-261-82/+80
* Refactor item paging logicadnano2024-02-261-114/+102
* Simplify match scrollingadnano2024-02-261-60/+28
* Keep track of end of match listadnano2024-02-261-8/+6
* Ignore unrecognized Ctrl keybindingsadnano2024-02-261-0/+6
* Update keybindings to more closely follow dmenuAmin Bandali2024-02-261-43/+5
* Check the return value of pipeadnano2023-12-281-1/+4
* Fix various type issuesadnano2023-12-281-5/+5
* Fix build failure when compiling in releasePiotr StefaƄski2023-10-311-1/+1
* Implement clipboard paste supportadnano2023-07-281-8/+61
* pango: Remove unused format specifieradnano2023-07-151-6/+6
* Render after reading stdinMykyta Holubakha2023-07-151-0/+1
* Drop render_frame on surface_enterMykyta Holubakha2023-07-151-1/+0
* Fix crash when some line contains %Nikita Ivanov2023-06-051-6/+6
* Fix potential buffer overflowadnano2023-02-261-2/+3
* Fix buffer size not divisible by scaleadnano2023-02-011-2/+1
* Drop xdg-output-unstable-v1adnano2022-12-021-24/+4
* Fix move to end of wordadnano2022-12-021-5/+6
* Support basic Emacs-style line-editing bindingsadnano2022-12-021-0/+90
* Support number pad keysadnano2022-12-021-1/+10
* Adjust line heightadnano2022-04-171-1/+1
* Implement vertical list supportadnano2022-04-171-73/+218
* Initial commitadnano2022-01-161-0/+983