index
:
bemenu.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
filter.c
Age
Commit message (
Expand
)
Author
2014-10-22
Refactor code to snake_style, turn renderers into plugins, and start
Jari Vetoniemi
2014-08-21
Skip whitespace when tokenizing too.
Jari Vetoniemi
2014-08-21
Skip leading whitespace.
Jari Vetoniemi
2014-04-12
Store tmp to tokv in for loop, so we can free it if something fails.
Jari Vetoniemi
2014-04-12
Fix out of bound access, and provide better tokenize api.
Jari Vetoniemi
2014-04-12
Use strcspn instead of strtok
Jari Vetoniemi
2014-04-12
Remove highlight logic from filters, it does not belong there.
Jari Vetoniemi
2014-04-12
Why is this here? Remove commented memmove.
Jari Vetoniemi
2014-04-12
Sort results like dmenu does.
Jari Vetoniemi
2014-04-11
Cleanup dmenu filter.
Jari Vetoniemi
2014-04-11
Silly me, why not just get the highlighted item once..
Jari Vetoniemi
2014-04-10
Make it possible filter manually, and optimized filtering.
Jari Vetoniemi
2014-04-10
Proper filtering functions.
Jari Vetoniemi
2014-04-10
Implement list structure, and feature for multiple selections.
Jari Vetoniemi
2014-04-10
Update documentation, include only public API in doxygen output.
Jari Vetoniemi
2014-04-10
Remove @file from non-public library files.
Jari Vetoniemi
2014-04-10
Make asserts and ifs more consistent.
Jari Vetoniemi
2014-04-10
Basic working bemenu with curses backend
Jari Vetoniemi