Commits


Improved mouse support Clicking with Button1 select the item, Button3 is like C-m. Mentioned in the manpage also the undocumented scroll function. Mentioned the caveat that clicking past the last item is equivalent to clicking the last item.


removed check_allocation macro and possibly fixed a bug 1. remove the check_allocation macro (it was replaced with the idiom if ((x = ...) == NULL) err(1, "fn"); using the err(3) function instead of custom error-reporting. 2. added a break that was missing in the args parse


added center as synonym of middle


fmt


Use the correct color as background_pixel


Free some stuff (fonts, xftdraw, xim, xic...)


fixing XftColor deallocation


Minor style improvements


Window borders percentage are computed against screen width/height


Added padding, border size and border color to prompt and completions*


Fixed non-xft compilation error


removed test lines


Using arrays instead of bunch of variables


fixed expand bits macro


import variables from getopt.h