about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* cvsimport dh-gapsnapokan2013-12-082-3/+3
|\
| * If not using sticky mode (the default), clients aren't automagically cn-bisectgtkbugokan2013-12-082-3/+3
* | Revert "use u_char for buffers in yylex"Christian Neukirchen2013-12-061-5/+5
* | cvsimportokan2013-12-0210-159/+99
|\|
| * When we receive a NotionNotify event, there's no need to (incorrectlyokan2013-12-021-3/+0
| * Always highlight the first menu item (helpful to see selected items whenokan2013-12-021-4/+2
| * Prepend the group shortcut in the client search menu; from Thomas Adam.okan2013-12-022-3/+4
| * Since we use IconicState as our hidden state, check for the hidden flagokan2013-12-021-2/+4
| * like gap, make snapdist per screenokan2013-11-274-4/+6
| * alter -r1.145 getsizehints to deal with clients that don't haveokan2013-11-271-35/+29
| * Remove the option to bind a key by keycode with brackets; it neverokan2013-11-273-22/+7
| * simplify/unfoldokan2013-11-272-11/+7
| * Rewrite active/inactive client handling in client_setactive();okan2013-11-273-70/+35
| * Log message:benno2013-11-251-5/+5
* | cvsimportokan2013-11-123-38/+16
|\|
| * Alter the r1.35 of event.c race fix. Remove the forward looking eventokan2013-11-123-27/+6
| * Put back the border draw call in client_resize; since we are adding andokan2013-11-111-0/+2
| * stash WMProtocols in flagsokan2013-11-082-11/+7
| * quick keyboard focus fix for clients that neither populate wmhints nor wmprot...okan2013-11-051-1/+2
* | cvsimportokan2013-11-022-35/+40
|\|
| * The only reason we need to keep XSizeHints in our client_ctx is forokan2013-11-022-31/+38
| * x/y from XSizeHints are obsolete (and have been for a long time), sookan2013-11-011-4/+2
* | cvsimportokan2013-11-012-8/+18
|\|
| * re-add support for WM_TAKE_FOCUS, and additionally this time only callokan2013-11-012-8/+18
* | cvsimportokan2013-10-258-69/+63
|\|
| * A client_delete should behave differently depending on whether theokan2013-10-253-10/+12
| * shuffleokan2013-10-201-37/+37
| * wrap key ungrab like btn ungrab, for it'll be used againokan2013-10-203-1/+8
| * revert 1.138 (WM_TAKE_FOCUS) for nowokan2013-10-201-2/+0
| * Using xu_btn_ungrab() buttons during client_leave doesn't work (errorokan2013-10-194-11/+5
| * I believe we redraw the border in too many cases; likely a leftover fromokan2013-10-192-11/+2
| * For clients that support WM_TAKE_FOCUS in their WM_PROTOCOLS property, sendokan2013-10-191-0/+2
| * a few err->errx since we don't have error messages here; from Tiago Cunhaokan2013-10-172-5/+5
* | Makefile: rm -f is enoughChristian Neukirchen2013-10-161-1/+1
* | cvsimportokan2013-10-075-9/+12
|\|
| * trying parsing a XLFD string first, then by patternokan2013-10-071-3/+6
| * unify type; no changeokan2013-10-034-6/+6
* | cvsimportokan2013-07-168-159/+140
|\|
| * we no longer need to construct an array for _NET_SUPPORTED.okan2013-07-161-7/+1
| * don't need the size hereokan2013-07-161-1/+1
| * max -> nitemsokan2013-07-163-5/+5
| * shuffle down protoypesokan2013-07-151-50/+47
| * collapse linesokan2013-07-153-10/+6
| * simplify atom handling; allows us to limit to one round-trip to serverokan2013-07-157-94/+88
* | cvsimportokan2013-07-1010-127/+143
|\|
| * bring buttonpress and keypress event handlers slightly closer togetherokan2013-07-101-8/+7
| * type fixesokan2013-07-102-3/+3
| * since the root and event window are the same in the case of a buttonokan2013-07-093-6/+3
| * add support for mouse based group {,r}cycle; from Rodrigo Mosconi. notokan2013-07-084-1/+23
| * move kbfunc and mousefunc closer togetherokan2013-07-085-52/+56