summaryrefslogtreecommitdiff
path: root/lib/util.c
AgeCommit message (Expand)Author
2017-02-14Fix gcc warningsJari Vetoniemi
2014-10-25Cleanup wayland renderer and plugin support.Jari Vetoniemi
2014-10-22Refactor code to snake_style, turn renderers into plugins, and startJari Vetoniemi
2014-05-14Length check is fragile and breaking behaviour.Jari Vetoniemi
2014-04-14Make sure the text is null terminated.Jari Vetoniemi
2014-04-14Move this check before allocation.Jari Vetoniemi
2014-04-12Curses really does not like tabs.Jari Vetoniemi
2014-04-12Make filter to pointer.Jari Vetoniemi
2014-04-12Fix out of bound access, and provide better tokenize api.Jari Vetoniemi
2014-04-12Discard unprintable single width characters instead.Jari Vetoniemi
2014-04-12Cleanup header includes.Jari Vetoniemi
2014-04-12Use strcspn instead of strtokJari Vetoniemi
2014-04-12Make comparator functions follow standard more.Jari Vetoniemi
2014-04-10Proper filtering functions.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