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
/
util.c
Age
Commit message (
Expand
)
Author
2017-02-14
Fix gcc warnings
Jari Vetoniemi
2014-10-25
Cleanup wayland renderer and plugin support.
Jari Vetoniemi
2014-10-22
Refactor code to snake_style, turn renderers into plugins, and start
Jari Vetoniemi
2014-05-14
Length check is fragile and breaking behaviour.
Jari Vetoniemi
2014-04-14
Make sure the text is null terminated.
Jari Vetoniemi
2014-04-14
Move this check before allocation.
Jari Vetoniemi
2014-04-12
Curses really does not like tabs.
Jari Vetoniemi
2014-04-12
Make filter to pointer.
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
Make comparator functions follow standard more.
Jari Vetoniemi
2014-04-10
Proper filtering functions.
Jari Vetoniemi
2014-04-10
Update documentation, include only public API in doxygen output.
Jari Vetoniemi
2014-04-10
Remove @file from non-public library files.
Jari Vetoniemi
2014-04-10
Make asserts and ifs more consistent.
Jari Vetoniemi
2014-04-10
Basic working bemenu with curses backend
Jari Vetoniemi