~adnano/wmenu

Implement clipboard paste support

References: https://todo.sr.ht/~adnano/wmenu/4
Bump version to 0.1.4
pango: Remove unused format specifier
Render after reading stdin

This allows seeing option list without doing any input, like in original dmenu.
Drop render_frame on surface_enter
9ee9da3d — Nikita Ivanov 3 months ago
Fix crash when some line contains %
readme: Tweak wording
Update README.md
Fix potential buffer overflow

Calling strncpy where the size of the string to copy is equal to the
size of the destination can potentially lead to a buffer overflow. To
fix this, copy only what is needed with memcpy, and explicitly terminate
the string with a null character.
4e8eacca — Adnan Maolood 7 months ago
Fix buffer size not divisible by scale
a362f0ac — Adnan Maolood 9 months ago 0.1.1
docs: Document new bindings
42ba08d9 — Adnan Maolood 9 months ago
Drop xdg-output-unstable-v1

Closes: https://todo.sr.ht/~adnano/wmenu/2
ebde96ad — Adnan Maolood 9 months ago
Fix move to end of word
9e1ed187 — Adnan Maolood 9 months ago
Support basic Emacs-style line-editing bindings

Implements: https://todo.sr.ht/~adnano/wmenu/3
4a04f103 — Adnan Maolood 9 months ago
Support number pad keys
15bf9f37 — Adnan Maolood 1 year, 5 months ago 0.1.0
README: Mention Sway
README: add contributing section
f40a4738 — Adnan Maolood 1 year, 5 months ago
Adjust line height
bd2e2780 — Adnan Maolood 1 year, 5 months ago
Implement vertical list support

Implements: https://todo.sr.ht/~adnano/wmenu/1
Next