Age | Commit message (Expand) | Author |
2014-04-12 | CLI interface, aka option parsing. | Jari Vetoniemi |
2014-04-12 | The list will be copied now. | Jari Vetoniemi |
2014-04-12 | Here be dragons comments. | Jari Vetoniemi |
2014-04-12 | Make filter to pointer. | Jari Vetoniemi |
2014-04-12 | Store tmp to tokv in for loop, so we can free it if something fails. | Jari Vetoniemi |
2014-04-12 | Meh, no (null) it's empty if it's empty. | Jari Vetoniemi |
2014-04-12 | Add print attribute and fix warning it catched. | Jari Vetoniemi |
2014-04-12 | Fix out of bound access, and provide better tokenize api. | Jari Vetoniemi |
2014-04-12 | Discard unprintable single width characters instead. | Jari Vetoniemi |
2014-04-12 | Cleanup header includes. | Jari Vetoniemi |
2014-04-12 | Use strcspn instead of strtok | Jari Vetoniemi |
2014-04-12 | Read items from stdin nicer (assumes stdin can fit on one buffer) | Jari Vetoniemi |
2014-04-12 | Add more keybindings to curses interface. | Jari Vetoniemi |
2014-04-12 | S-Return (C-t, insert in curses) should return input, C-Return is mark. (C-r,... | Jari Vetoniemi |
2014-04-12 | Make page scrolling work like it should. (Shfit+pgup/pgdwn for old | Jari Vetoniemi |
2014-04-12 | Dmenu outputs input text, if no matches were found. | Jari Vetoniemi |
2014-04-12 | Remove highlight logic from filters, it does not belong there. | Jari Vetoniemi |
2014-04-12 | Why is this here? Remove commented memmove. | Jari Vetoniemi |
2014-04-12 | Handle empty items. | Jari Vetoniemi |
2014-04-12 | Sort results like dmenu does. | Jari Vetoniemi |
2014-04-12 | Make comparator functions follow standard more. | Jari Vetoniemi |
2014-04-12 | Try ncursesw and then ncruses as fallback. | Jari Vetoniemi |
2014-04-12 | Consistency. | Jari Vetoniemi |
2014-04-12 | Delete is emitted on mac terminal. | Jari Vetoniemi |
2014-04-11 | Cleanup dmenu filter. | Jari Vetoniemi |
2014-04-11 | Silly me, why not just get the highlighted item once.. | Jari Vetoniemi |
2014-04-11 | Add cast for conversion when type isn't unsigned. | Jari Vetoniemi |
2014-04-11 | Support mac, duplicate stdin/stdout to make piping possible. | Jari Vetoniemi |
2014-04-11 | Buffer grown too much. | Jari Vetoniemi |
2014-04-11 | Draw lines properly. | Jari Vetoniemi |
2014-04-11 | Free the old list. | Jari Vetoniemi |
2014-04-11 | This is actually better without the count check. | Jari Vetoniemi |
2014-04-10 | Undef get_wch | Jari Vetoniemi |
2014-04-10 | Make it possible to set filter text manually. | Jari Vetoniemi |
2014-04-10 | Make it possible filter manually, and optimized filtering. | Jari Vetoniemi |
2014-04-10 | Don't run filtering if there is no filter. | Jari Vetoniemi |
2014-04-10 | Proper filtering functions. | Jari Vetoniemi |
2014-04-10 | Improve documentation. | Jari Vetoniemi |
2014-04-10 | Don't sort documentation members. | Jari Vetoniemi |
2014-04-10 | Include index parameter in documentation. | Jari Vetoniemi |
2014-04-10 | Setter first, then getter. | Jari Vetoniemi |
2014-04-10 | Make it possible to set and get userdata pointers. | Jari Vetoniemi |
2014-04-10 | Implement list structure, and feature for multiple selections. | Jari Vetoniemi |
2014-04-10 | Assert and whitespace. | Jari Vetoniemi |
2014-04-10 | Cleanup curses better. | Jari Vetoniemi |
2014-04-10 | Update documentation, include only public API in doxygen output. | Jari Vetoniemi |
2014-04-10 | Nicer doxygen output | Jari Vetoniemi |
2014-04-10 | Document internal.h | Jari Vetoniemi |
2014-04-10 | Document curses struct | Jari Vetoniemi |
2014-04-10 | Fix bmMenuRunWithKey documentation | Jari Vetoniemi |