about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Add acceptraise to specify whether applications can activate and raise windows. cn-noraise-globalChristian Neukirchen2013-12-305-2/+23
* cvsimportokan2013-12-175-5/+6
|\
| * missing stdarg.h includeokan2013-12-171-0/+1
| * replace with memsetokan2013-12-174-5/+5
* | add update.sh which I use for importing from CVSChristian Neukirchen2013-12-171-0/+1
* | cvsimportokan2013-12-167-36/+78
|\|
| * Implement support for EWMH's _NET_WM_STATE_FULLSCREEN hint.okan2013-12-167-36/+78
* | cvsimportokan2013-12-136-17/+35
|\|
| * Teach screen_find_xinerama() to apply gap only when told to do so;okan2013-12-136-15/+25
| * Instead of using work area, use the Xinerama area for snap calculations;okan2013-12-132-4/+12
* | cvsimportokan2013-12-137-8/+45
|\|
| * we need the save-set when re-exec'ing so as to not lose State on our hidden c...okan2013-12-131-0/+15
| * stray space and sort while hereokan2013-12-131-4/+4
| * Add support for XUrgency and matching _NET_WM_STATE_DEMANDS_ATTENTIONokan2013-12-135-4/+26
* | cvsimportChristian Neukirchen2013-12-136-9/+16
|\|
| * Make sure we really take work area gap into account with snap calculations;okan2013-12-122-4/+4
| * ICCCM explicitly states that server time (CurrentTime) should *not* beokan2013-12-124-5/+12
* | cvsimportokan2013-12-116-80/+73
|\|
| * we don't need to manage the save-set since we're not reparenting; left-over f...okan2013-12-111-2/+0
| * since we are drawing in unhide, no need to during client setupokan2013-12-111-1/+0
| * apply mwm hints laterokan2013-12-111-3/+3
| * Add client wrapper for XWMHints to support XA_WM_HINTS in PropertyNotifyokan2013-12-113-7/+15
| * Remove extra work and simplify client state handling.okan2013-12-114-45/+37
| * Stash Class and WM Hints in client_ctxokan2013-12-114-28/+23
| * Redraw client border when unhiding; during a hide, we just unsetokan2013-12-101-0/+1
* | 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
|\|