Age | Commit message (Expand) | Author |
2013-12-13 | stray space and sort while here | Okan Demirmen |
2013-12-13 | Add support for XUrgency and matching _NET_WM_STATE_DEMANDS_ATTENTION | Okan Demirmen |
2013-12-12 | ICCCM explicitly states that server time (CurrentTime) should *not* be | Okan Demirmen |
2013-12-11 | Add client wrapper for XWMHints to support XA_WM_HINTS in PropertyNotify | Okan Demirmen |
2013-12-11 | Remove extra work and simplify client state handling. | Okan Demirmen |
2013-12-02 | Since we use IconicState as our hidden state, check for the hidden flag | Okan Demirmen |
2013-11-27 | Remove the option to bind a key by keycode with brackets; it never | Okan Demirmen |
2013-11-27 | Rewrite active/inactive client handling in client_setactive(); | Okan Demirmen |
2013-11-12 | Alter the r1.35 of event.c race fix. Remove the forward looking event | Okan Demirmen |
2013-10-25 | A client_delete should behave differently depending on whether the | Okan Demirmen |
2013-07-15 | collapse lines | Okan Demirmen |
2013-07-15 | simplify atom handling; allows us to limit to one round-trip to server | Okan Demirmen |
2013-07-10 | bring buttonpress and keypress event handlers slightly closer together | Okan Demirmen |
2013-07-08 | move kbfunc and mousefunc closer together | Okan Demirmen |
2013-07-08 | whitespace and style fixes; from Tiago Cunha and one from me. | Okan Demirmen |
2013-06-10 | move synthetic responses and have client_msg only work with WM_PROTOCOLS, | Okan Demirmen |
2013-06-10 | Check for, and honour, CWStackMode and CWSibling change requests during a | Okan Demirmen |
2013-05-23 | alter conf_grab(_kbd) to first ungrab AnyKey/AnyModifier, then proceed | Okan Demirmen |
2013-05-21 | handle _NET_WM_STATE ClientMessage; from Alexander Polakov. | Okan Demirmen |
2013-05-20 | stray whitespace | Okan Demirmen |
2013-05-20 | handle _NET_ACTIVE_WINDOW ClientMessage; from Alexander Polakov. | Okan Demirmen |
2013-05-19 | add support for _NET_CLOSE_WINDOW | Okan Demirmen |
2013-05-19 | treat WM_CHANGE_STATE like other atoms | Okan Demirmen |
2013-05-19 | simplify | Okan Demirmen |
2013-05-11 | new -> init | Okan Demirmen |
2013-05-10 | more type fixes for mask/button | Okan Demirmen |
2013-05-10 | int type fixes | Okan Demirmen |
2013-05-10 | fix KeySym type | Okan Demirmen |
2013-04-29 | use an int in screen_init and avoid needing to cast for screen number (which). | Okan Demirmen |
2013-04-05 | zap stray whitespace | Okan Demirmen |
2012-12-18 | define LockMask|Mod2Mask; no functional change | Okan Demirmen |
2012-11-09 | sort | Okan Demirmen |
2012-11-07 | missing headers; from Thordur Bjornsson. | Okan Demirmen |
2012-09-12 | revert previous for now until a way to test more than a few encodings is found | Okan Demirmen |
2012-09-10 | be explicit in which key masks we allow during keypress and buttonpress | Okan Demirmen |
2012-07-13 | re-use geom struct in client_ctx (saved)geometry. | Okan Demirmen |
2012-07-13 | convert xmax/ymax uses to view geometry. | Okan Demirmen |
2012-07-06 | querying for Xinerama should be done per display, not per screen, so | Okan Demirmen |
2012-07-05 | the display's width and height are updated after an XRandR event so we | Okan Demirmen |
2012-07-03 | re-implement atom handing; makes for a normalized and more consistent | Okan Demirmen |
2012-05-16 | get rid of more stray lines/spaces | Okan Demirmen |
2012-05-16 | cycle through other common cycling modifiers; based on a diff from | Okan Demirmen |
2012-05-16 | convert from deprecated XKeycodeToKeysym to XkbKeycodeToKeysym | Okan Demirmen |
2012-05-13 | altpersist->cycling to be more clear that this is for cycling mod | Okan Demirmen |
2011-09-13 | add WM_TRANSIENT_FOR event support: moves dialogs, toolbars and such to | Okan Demirmen |
2011-08-22 | A while ago I wrote some code to not warp to ignored windows on map (rev | Owain Ainsworth |
2011-06-24 | Correct extern declaration and while here, rename a variable to be | Okan Demirmen |
2011-05-11 | tag and comment cleanup; ok oga@ | Okan Demirmen |
2011-05-06 | On map, don't warp to windows that are marked as ignored. | Owain Ainsworth |
2011-03-22 | remove XXX and move a configure event out of the event handler functions. | Okan Demirmen |