Commits


Clicking on the prompt closes mymenu added this behaviour and documentation


fmt (again) I'm playing a bit with clang-format(1). Not happy with the result yet, but some section are now legible, before were a mess 'cause it folded every line


mx & my to mouse-align mymenu Added the mx and my "special" values for MyMenu.x and MyMenu.y resources. These special values makes mymenu spawn under the mouse, like a contestual menu.


corrected comment


removed debugging printf(3) instruction


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*