summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-12CLI interface, aka option parsing.Jari Vetoniemi
2014-04-12The list will be copied now.Jari Vetoniemi
2014-04-12Here be dragons comments.Jari Vetoniemi
2014-04-12Make filter to pointer.Jari Vetoniemi
2014-04-12Store tmp to tokv in for loop, so we can free it if something fails.Jari Vetoniemi
2014-04-12Meh, no (null) it's empty if it's empty.Jari Vetoniemi
2014-04-12Add print attribute and fix warning it catched.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-12Read items from stdin nicer (assumes stdin can fit on one buffer)Jari Vetoniemi
2014-04-12Add more keybindings to curses interface.Jari Vetoniemi
2014-04-12S-Return (C-t, insert in curses) should return input, C-Return is mark. ↵Jari Vetoniemi
(C-r, C-space in curses)
2014-04-12Make page scrolling work like it should. (Shfit+pgup/pgdwn for oldJari Vetoniemi
behaviour)
2014-04-12Dmenu outputs input text, if no matches were found.Jari Vetoniemi
2014-04-12Remove highlight logic from filters, it does not belong there.Jari Vetoniemi
Plus it seems dmenu always just highlights first item on filter change.
2014-04-12Why is this here? Remove commented memmove.Jari Vetoniemi
2014-04-12Handle empty items.Jari Vetoniemi
2014-04-12Sort results like dmenu does.Jari Vetoniemi
2014-04-12Make comparator functions follow standard more.Jari Vetoniemi
2014-04-12Try ncursesw and then ncruses as fallback.Jari Vetoniemi
2014-04-12Consistency.Jari Vetoniemi
2014-04-12Delete is emitted on mac terminal.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-11Add cast for conversion when type isn't unsigned.Jari Vetoniemi
2014-04-11Support mac, duplicate stdin/stdout to make piping possible.Jari Vetoniemi
2014-04-11Buffer grown too much.Jari Vetoniemi
2014-04-11Draw lines properly.Jari Vetoniemi
2014-04-11Free the old list.Jari Vetoniemi
2014-04-11This is actually better without the count check.Jari Vetoniemi
2014-04-10Undef get_wchJari Vetoniemi
2014-04-10Make it possible to set filter text manually.Jari Vetoniemi
2014-04-10Make it possible filter manually, and optimized filtering.Jari Vetoniemi
2014-04-10Don't run filtering if there is no filter.Jari Vetoniemi
2014-04-10Proper filtering functions.Jari Vetoniemi
2014-04-10Improve documentation.Jari Vetoniemi
2014-04-10Don't sort documentation members.Jari Vetoniemi
2014-04-10Include index parameter in documentation.Jari Vetoniemi
2014-04-10Setter first, then getter.Jari Vetoniemi
2014-04-10Make it possible to set and get userdata pointers.Jari Vetoniemi
2014-04-10Implement list structure, and feature for multiple selections.Jari Vetoniemi
2014-04-10Assert and whitespace.Jari Vetoniemi
2014-04-10Cleanup curses better.Jari Vetoniemi
2014-04-10Update documentation, include only public API in doxygen output.Jari Vetoniemi
2014-04-10Nicer doxygen outputJari Vetoniemi
2014-04-10Document internal.hJari Vetoniemi
2014-04-10Document curses structJari Vetoniemi
2014-04-10Fix bmMenuRunWithKey documentationJari Vetoniemi