index
:
wmenu
joshua
My build of wmenu
joshua
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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