| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | fix KeySym type | okan | 2013-05-10 | 1 | -1/+2 |
* | | cvsimport | okan | 2013-04-30 | 1 | -1/+1 |
|\| |
|
| * | use an int in screen_init and avoid needing to cast for screen number (which). | okan | 2013-04-29 | 1 | -1/+1 |
* | | cvsimport | okan | 2013-04-05 | 1 | -1/+1 |
|\| |
|
| * | zap stray whitespace | okan | 2013-04-05 | 1 | -1/+1 |
* | | cvsimport | okan | 2012-12-19 | 1 | -4/+2 |
|\| |
|
| * | define LockMask|Mod2Mask; no functional change | okan | 2012-12-18 | 1 | -4/+2 |
* | | Use vendored queue.h everywhere | Christian Neukirchen | 2012-11-26 | 1 | -1/+1 |
|/ |
|
* | sort | okan | 2012-11-09 | 1 | -1/+1 |
* | missing headers; from Thordur Bjornsson. | okan | 2012-11-07 | 1 | -0/+1 |
* | revert previous for now until a way to test more than a few encodings is found | okan | 2012-09-12 | 1 | -4/+4 |
* | be explicit in which key masks we allow during keypress and buttonpress | okan | 2012-09-10 | 1 | -4/+4 |
* | re-use geom struct in client_ctx (saved)geometry. | okan | 2012-07-13 | 1 | -6/+6 |
* | convert xmax/ymax uses to view geometry. | okan | 2012-07-13 | 1 | -2/+2 |
* | querying for Xinerama should be done per display, not per screen, so | okan | 2012-07-06 | 1 | -1/+0 |
* | the display's width and height are updated after an XRandR event so we | okan | 2012-07-05 | 1 | -1/+1 |
* | re-implement atom handing; makes for a normalized and more consistent | okan | 2012-07-03 | 1 | -1/+1 |
* | get rid of more stray lines/spaces | okan | 2012-05-16 | 1 | -2/+0 |
* | cycle through other common cycling modifiers; based on a diff from | okan | 2012-05-16 | 1 | -16/+10 |
* | convert from deprecated XKeycodeToKeysym to XkbKeycodeToKeysym | okan | 2012-05-16 | 1 | -3/+3 |
* | altpersist->cycling to be more clear that this is for cycling mod | okan | 2012-05-13 | 1 | -1/+1 |
* | add WM_TRANSIENT_FOR event support: moves dialogs, toolbars and such to | okan | 2011-09-13 | 1 | -0/+3 |
* | A while ago I wrote some code to not warp to ignored windows on map (rev | oga | 2011-08-22 | 1 | -5/+0 |
* | Correct extern declaration and while here, rename a variable to be | okan | 2011-06-24 | 1 | -2/+2 |
* | tag and comment cleanup; ok oga@ | okan | 2011-05-11 | 1 | -1/+1 |
* | On map, don't warp to windows that are marked as ignored. | oga | 2011-05-06 | 1 | -2/+2 |
* | remove XXX and move a configure event out of the event handler functions. | okan | 2011-03-22 | 1 | -21/+1 |
* | do not warp to clients marked 'ignore'; from chneukirchen at gmail - thanks. | okan | 2010-09-25 | 1 | -0/+6 |
* | pull all non-X11 headers from calmwm.h and place them only where they | okan | 2009-12-15 | 1 | -0/+10 |
* | merge the 2 common header files; specific includes to be pulled out as | okan | 2009-12-15 | 1 | -1/+0 |
* | Implement _NET_DESKTOP_NAMES, this one was a bit tricky since thespec | oga | 2009-12-11 | 1 | -0/+11 |
* | Implement _NET_CURRENT_DESKTOP, _NET_DESKTOP_VIEWPORT and | oga | 2009-12-10 | 1 | -2/+1 |
* | finish unfucking the screen_ctx handling. | oga | 2009-12-10 | 1 | -13/+13 |
* | style (whitespaces) | tobias | 2009-11-28 | 1 | -1/+1 |
* | unroll the CCTOSC macro; from Thomas Pfaff | okan | 2009-08-27 | 1 | -1/+1 |
* | bring together gathering, calculating and applying of size hints; | okan | 2009-08-24 | 1 | -2/+1 |
* | Rip out the event layer and just use a static array of callbacks like | oga | 2009-05-18 | 1 | -199/+74 |
* | fix the other 50% of xrandr cases; reported by sthen@ | okan | 2009-05-01 | 1 | -8/+10 |
* | - avoid shadowed Mask declaration in menu_filter | martynas | 2009-03-28 | 1 | -1/+1 |
* | Move the keybinding argument to a union to prevent warnings where | oga | 2009-01-23 | 1 | -1/+1 |
* | now that pwin is gone gone gone, we no longer have to do the bwidth | okan | 2009-01-22 | 1 | -8/+9 |
* | remove unused | okan | 2009-01-17 | 1 | -11/+1 |
* | Finally fix the really annoying race where if you rapidly switch groups several | oga | 2009-01-17 | 1 | -14/+21 |
* | revert just the 'race fix'; more works needs to be ironed out with | okan | 2009-01-16 | 1 | -1/+1 |
* | remove pwin, bringing us to one client, one window. we no longer have | okan | 2009-01-16 | 1 | -35/+16 |
* | remove unused variables | okan | 2009-01-11 | 1 | -1/+0 |
* | remove unused code | okan | 2009-01-06 | 1 | -2/+0 |
* | Kill obviously dead variable. | oga | 2008-12-04 | 1 | -2/+1 |
* | Xinerama and XRandR dual head support for cwm(1). Now we detect the xrandr | oga | 2008-09-29 | 1 | -0/+18 |
* | *sigh* Revert the diff that wasn't meant to go in yet. | oga | 2008-09-22 | 1 | -18/+0 |