summaryrefslogtreecommitdiff
path: root/client
AgeCommit message (Expand)Author
2014-04-14Identation.Jari Vetoniemi
2014-04-14Support disco parameter.Jari Vetoniemi
2014-04-14Make version function exit itself.Jari Vetoniemi
2014-04-14Print usage on wrong options.Jari Vetoniemi
2014-04-14Add break for no reason.Jari Vetoniemi
2014-04-14Useless whitespace.Jari Vetoniemi
2014-04-14Add selection wrapping (-w).Jari Vetoniemi
2014-04-13Handle -l option by ignoring itJari Vetoniemi
2014-04-12Improve CMakeLists and make stuff installable.Jari Vetoniemi
2014-04-12Add TODO about options.Jari Vetoniemi
2014-04-12CLI interface, aka option parsing.Jari Vetoniemi
2014-04-12Fix out of bound access, and provide better tokenize api.Jari Vetoniemi
2014-04-12Cleanup header includes.Jari Vetoniemi
2014-04-12Use strcspn instead of strtokJari Vetoniemi
2014-04-12Read items from stdin nicer (assumes stdin can fit on one buffer)Jari Vetoniemi
2014-04-12Dmenu outputs input text, if no matches were found.Jari Vetoniemi
2014-04-12Handle empty items.Jari Vetoniemi
2014-04-10Implement list structure, and feature for multiple selections.Jari Vetoniemi
2014-04-10Assert and whitespace.Jari Vetoniemi
2014-04-10Update documentation, include only public API in doxygen output.Jari Vetoniemi
2014-04-10Make asserts and ifs more consistent.Jari Vetoniemi
2014-04-10Fix static analyze errors.Jari Vetoniemi
2014-04-10Check if there is selected item at all.Jari Vetoniemi
2014-04-10Basic working bemenu with curses backendJari Vetoniemi
2014-03-28Add basic API code.Jari Vetoniemi
2014-03-28Remove custom output directory paths.Jari Vetoniemi
2014-03-18Add project skeletonJari Vetoniemi