| Commit message (Expand) | Author | Age | Lines |
... | |
* | bring buttonpress and keypress event handlers slightly closer together | okan | 2013-07-10 | -9/+8 |
* | move kbfunc and mousefunc closer together | okan | 2013-07-08 | -3/+3 |
* | whitespace and style fixes; from Tiago Cunha and one from me. | okan | 2013-07-08 | -2/+2 |
* | move synthetic responses and have client_msg only work with WM_PROTOCOLS, | okan | 2013-06-10 | -2/+2 |
* | Check for, and honour, CWStackMode and CWSibling change requests during a | okan | 2013-06-10 | -2/+6 |
* | alter conf_grab(_kbd) to first ungrab AnyKey/AnyModifier, then proceed | okan | 2013-05-23 | -8/+6 |
* | handle _NET_WM_STATE ClientMessage; from Alexander Polakov. | okan | 2013-05-21 | -1/+5 |
* | stray whitespace | okan | 2013-05-20 | -2/+2 |
* | handle _NET_ACTIVE_WINDOW ClientMessage; from Alexander Polakov. | okan | 2013-05-20 | -2/+10 |
* | add support for _NET_CLOSE_WINDOW | okan | 2013-05-19 | -1/+4 |
* | treat WM_CHANGE_STATE like other atoms | okan | 2013-05-19 | -6/+3 |
* | simplify | okan | 2013-05-19 | -8/+7 |
* | new -> init | okan | 2013-05-11 | -2/+2 |
* | more type fixes for mask/button | okan | 2013-05-10 | -2/+2 |
* | int type fixes | okan | 2013-05-10 | -2/+2 |
* | fix KeySym type | okan | 2013-05-10 | -2/+3 |
* | use an int in screen_init and avoid needing to cast for screen number (which). | okan | 2013-04-29 | -2/+2 |
* | zap stray whitespace | okan | 2013-04-05 | -2/+2 |
* | define LockMask|Mod2Mask; no functional change | okan | 2012-12-18 | -5/+3 |
* | sort | okan | 2012-11-09 | -2/+2 |
* | missing headers; from Thordur Bjornsson. | okan | 2012-11-07 | -1/+2 |
* | revert previous for now until a way to test more than a few encodings is found | okan | 2012-09-12 | -5/+5 |
* | be explicit in which key masks we allow during keypress and buttonpress | okan | 2012-09-10 | -5/+5 |
* | re-use geom struct in client_ctx (saved)geometry. | okan | 2012-07-13 | -7/+7 |
* | convert xmax/ymax uses to view geometry. | okan | 2012-07-13 | -3/+3 |
* | querying for Xinerama should be done per display, not per screen, so | okan | 2012-07-06 | -2/+1 |
* | the display's width and height are updated after an XRandR event so we | okan | 2012-07-05 | -2/+2 |
* | re-implement atom handing; makes for a normalized and more consistent | okan | 2012-07-03 | -2/+2 |
* | get rid of more stray lines/spaces | okan | 2012-05-16 | -3/+1 |
* | cycle through other common cycling modifiers; based on a diff from | okan | 2012-05-16 | -17/+11 |
* | convert from deprecated XKeycodeToKeysym to XkbKeycodeToKeysym | okan | 2012-05-16 | -4/+4 |
* | altpersist->cycling to be more clear that this is for cycling mod | okan | 2012-05-13 | -2/+2 |
* | add WM_TRANSIENT_FOR event support: moves dialogs, toolbars and such to | okan | 2011-09-13 | -1/+4 |
* | A while ago I wrote some code to not warp to ignored windows on map (rev | oga | 2011-08-22 | -6/+1 |
* | Correct extern declaration and while here, rename a variable to be | okan | 2011-06-24 | -3/+3 |
* | tag and comment cleanup; ok oga@ | okan | 2011-05-11 | -1/+1 |
* | On map, don't warp to windows that are marked as ignored. | oga | 2011-05-06 | -3/+3 |
* | remove XXX and move a configure event out of the event handler functions. | okan | 2011-03-22 | -22/+2 |
* | do not warp to clients marked 'ignore'; from chneukirchen at gmail - thanks. | okan | 2010-09-25 | -1/+7 |
* | pull all non-X11 headers from calmwm.h and place them only where they | okan | 2009-12-15 | -1/+11 |
* | merge the 2 common header files; specific includes to be pulled out as | okan | 2009-12-15 | -2/+1 |
* | Implement _NET_DESKTOP_NAMES, this one was a bit tricky since thespec | oga | 2009-12-11 | -1/+12 |
* | Implement _NET_CURRENT_DESKTOP, _NET_DESKTOP_VIEWPORT and | oga | 2009-12-10 | -3/+2 |
* | finish unfucking the screen_ctx handling. | oga | 2009-12-10 | -14/+14 |
* | style (whitespaces) | tobias | 2009-11-28 | -2/+2 |
* | unroll the CCTOSC macro; from Thomas Pfaff | okan | 2009-08-27 | -2/+2 |
* | bring together gathering, calculating and applying of size hints; | okan | 2009-08-24 | -3/+2 |
* | Rip out the event layer and just use a static array of callbacks like | oga | 2009-05-18 | -200/+75 |
* | fix the other 50% of xrandr cases; reported by sthen@ | okan | 2009-05-01 | -9/+11 |
* | - avoid shadowed Mask declaration in menu_filter | martynas | 2009-03-28 | -2/+2 |