summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-04-10Fix bmMenuRender documentationJari Vetoniemi
2014-04-10Remove unused internal function.Jari Vetoniemi
2014-04-10Remove @file from non-public library files.Jari Vetoniemi
2014-04-10Clarify which enums the functions are mapped to.Jari Vetoniemi
2014-04-10Update README.mdJari Vetoniemi
2014-04-10ConsistencyJari Vetoniemi
2014-04-10lolCase variablesJari Vetoniemi
2014-04-10Make asserts and ifs more consistent.Jari Vetoniemi
2014-04-10Do curses refresh before endwin.Jari Vetoniemi
2014-04-10Fix static analyze errors.Jari Vetoniemi
2014-04-10Move side effects after cleanup.Jari Vetoniemi
2014-04-10Do bounds checking correctly.Jari Vetoniemi
2014-04-10Free filtered items.Jari Vetoniemi
2014-04-10Check if there is selected item at all.Jari Vetoniemi
2014-04-10Merge branch 'dev/curses' into developJari Vetoniemi
2014-04-10Basic working bemenu with curses backendJari Vetoniemi
2014-04-02Quote cmake variablesJari Vetoniemi
2014-03-29Make test actually use the iterated draw mode.Jari Vetoniemi
2014-03-28Merge branch 'dev/code' into developJari Vetoniemi
2014-03-28These structs are not typedefs.Jari Vetoniemi