summaryrefslogtreecommitdiff
path: root/client
AgeCommit message (Expand)Author
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