index
:
bemenu.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
bemenu.h
Age
Commit message (
Expand
)
Author
2014-04-14
Add selection wrapping (-w).
Jari Vetoniemi
2014-04-14
Fix documentation.
Jari Vetoniemi
2014-04-13
Fix bad syntax, and add defgroup for library.
Jari Vetoniemi
2014-04-12
CLI interface, aka option parsing.
Jari Vetoniemi
2014-04-12
The list will be copied now.
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-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
Improve documentation.
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
Update documentation, include only public API in doxygen output.
Jari Vetoniemi
2014-04-10
Fix bmMenuRunWithKey documentation
Jari Vetoniemi
2014-04-10
Basic working bemenu with curses backend
Jari Vetoniemi
2014-03-28
Provide BM_DRAW_MODE_LAST for enumerating draw modes.
Jari Vetoniemi
2014-03-28
Add basic API code.
Jari Vetoniemi