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