about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Add acceptraise to specify whether applications can activate and raise windows. cn-noraise-globalChristian Neukirchen2013-12-305-2/+23
| | | | Greetings from 30C3.
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since we already have a form of 'maximize', we need to differentiate between 'maximize' and the new 'fullscreen' mode. The 'maximize' mode will continue to honor gap but now *retains* the border, matching the 'vert/horz maximize' behaviour. The new 'fullscreen' mode supports and follows the _NET_WM_STATE_FULLSCREEN hint, allowing the client perform additional window modifications; in this mode, cwm(1) will *ignore* gap, remove borders and freeze(move/resize) the client. Additionally, 'fullscreen' mode will remember various combinations of previous states. * default keybinding changes: CM-f 'fullscreen', CM-m 'maximize' (re-map as desired). Positive feedback from a few, testing and ok sthen@
* | cvsimportokan2013-12-136-17/+35
|\|
| * Teach screen_find_xinerama() to apply gap only when told to do so;okan2013-12-136-15/+25
| | | | | | | | adjust callers. Needed for an upcoming feature.
| * Instead of using work area, use the Xinerama area for snap calculations;okan2013-12-132-4/+12
| | | | | | | | based on a patch from Thomas Adam with appropriate adjustments for gap.
* | cvsimportokan2013-12-137-8/+45
|\|
| * we need the save-set when re-exec'ing so as to not lose State on our hidden ↵okan2013-12-131-0/+15
| | | | | | | | clients
| * 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
| | | | | | | | | | | | | | ewmh hint; urgencyborder is configurable. The urgency flag will stick, even while on a client in a non-viewable group, until the client receives focus (where the border is reset). Initial diff from Thomas Adam with some changes/enhancements from me.
* | cvsimportChristian Neukirchen2013-12-136-9/+16
|\|
| * Make sure we really take work area gap into account with snap calculations;okan2013-12-122-4/+4
| | | | | | | | from Dominik Honnef via Christian Neukirchen.
| * ICCCM explicitly states that server time (CurrentTime) should *not* beokan2013-12-124-5/+12
| | | | | | | | | | | | | | | | | | | | | | used for focus events, but rather the timestamp of the generated event. Track the last event timestamp and send it down for a WM_TAKE_FOCUS ClientMessage. I suspect we should do this for clients that don't announce this Atom as well, though the raciness gets us into a bind. Solves focus order issue since WM_TAKE_FOCUS; fix verified by sthen@ ok sthen@
* | cvsimportokan2013-12-116-80/+73
|\|
| * we don't need to manage the save-set since we're not reparenting; left-over ↵okan2013-12-111-2/+0
| | | | | | | | from pwin
| * 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
| | | | | | | | events; based off a diff from Thomas Adam.
| * 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
| | | | | | | | | | | | the active flag but never redraw since it'll be in IconicState. Behaviour reported by sthen@
* | cvsimport dh-gapsnapokan2013-12-082-3/+3
|\|
| * If not using sticky mode (the default), clients aren't automagically cn-bisectgtkbugokan2013-12-082-3/+3
| | | | | | | | | | assigned a group, thus cc->group will be NULL - fix the client group shortcut in menu lists; crash reported by Christian Neukirchen.
* | Revert "use u_char for buffers in yylex"Christian Neukirchen2013-12-061-5/+5
| | | | | | | | | | | | | | This reverts commit 03b19f1487135d8e8a80e0aad5aef447776c7c11. This merely generates pointer signedness warnings for strtonum() and lookup() and problems with the const char * prototype of xstrdup().
* | cvsimportokan2013-12-0210-159/+99
|\|
| * When we receive a NotionNotify event, there's no need to (incorrectlyokan2013-12-021-3/+0
| | | | | | | | might I add) redraw the top menu selection.
| * Always highlight the first menu item (helpful to see selected items whenokan2013-12-021-4/+2
| | | | | | | | | | not using a mouse and therefore not generating Expose/MotionNotify events); from Thomas Adam.
| * Prepend the group shortcut in the client search menu; from Thomas Adam.okan2013-12-022-3/+4
| | | | | | | | Likewise, prepend shortcut in unhide menu.
| * Since we use IconicState as our hidden state, check for the hidden flagokan2013-12-021-2/+4
| | | | | | | | | | | | | | | | and unmanage the client if we're not hidden (basically if NormalState) during an UnmapNotify event. Resolves an issue with mplayer going fullscreen while not using NetWM hints; behaviour regression reported by Ido Admon.
| * 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
| | | | | | | | WM_NORMAL_HINTS.
| * Remove the option to bind a key by keycode with brackets; it neverokan2013-11-273-22/+7
| | | | | | | | | | | | | | worked (and no one complained!). While it's fairly easy to fix, users should be using keysym names and not keycodes. Discussed at length months ago with todd@, matthieu@ and Owain.
| * simplify/unfoldokan2013-11-272-11/+7
| |
| * Rewrite active/inactive client handling in client_setactive();okan2013-11-273-70/+35
| | | | | | | | | | | | | | | | | | | | | | client_leave() served no real purpose, likewise no reason to handle LeaveNotify events since an EnterNotify will process the next active client (and we don't have anything important to process anyway), so xev_handle_leavenotify() goes as well. Allows a simplification of client_mtf() and client_cycle_leave() for clarity. While here, unify a few client_current() checks. No intended behaviour change.
| * Log message:benno2013-11-251-5/+5
| | | | | | | | | | | | use u_char for buffers in yylex, for ctype calls, as done in all other parse.y in the tree found by millert@, ok okan@
* | cvsimportokan2013-11-123-38/+16
|\|
| * Alter the r1.35 of event.c race fix. Remove the forward looking eventokan2013-11-123-27/+6
| | | | | | | | | | | | | | | | | | | | | | | | queue check (removing the need for a server grab/ungrab) - if the client is going away, let it fall all the way through to a DestroyNotify event. There's no longer a need for us to manually destroy a client ourselves (removing yet another server grab/ungrab). Instead, when the UnmapNotify event is synthetic, simply set the state to Withdrawn (as per ICCCM), else Iconic (in our case 'hidden'). Verified with test case from the 2009 race which was the original reason for r1.35 of event.c.
| * Put back the border draw call in client_resize; since we are adding andokan2013-11-111-0/+2
| | | | | | | | | | | | removing the border on maximized clients we need to redraw. Also noticed by Tim van der Molen
| * stash WMProtocols in flagsokan2013-11-082-11/+7
| |
| * quick keyboard focus fix for clients that neither populate wmhints nor ↵okan2013-11-051-1/+2
| | | | | | | | wmprotocols, like rdesktop; focus needs to be re-visited
* | cvsimportokan2013-11-022-35/+40
|\|
| * The only reason we need to keep XSizeHints in our client_ctx is forokan2013-11-022-31/+38
| | | | | | | | | | flags, so just add one to hints; consolidates sizehints and shrinks. Additionally don't abuse PSize for XGetWMNormalHints() failures.
| * x/y from XSizeHints are obsolete (and have been for a long time), sookan2013-11-011-4/+2
| | | | | | | | | | instead use x/y from XWindowAttributes when USPosition|PPosition are set.
* | cvsimportokan2013-11-012-8/+18
|\|
| * re-add support for WM_TAKE_FOCUS, and additionally this time only callokan2013-11-012-8/+18
| | | | | | | | | | | | XSetInputFocus() for clients that have the InputHint; latter fix discovered by Valery Masiutsin with a PoC patch - solves keyboard input focus loss for java apps.
* | cvsimportokan2013-10-258-69/+63
|\|