| Commit message (Expand) | Author | Lines |
2012-07-05 | the display's width and height are updated after an XRandR event so we | okan | -2/+2 |
2012-07-03 | re-implement atom handing; makes for a normalized and more consistent | okan | -2/+2 |
2012-05-16 | get rid of more stray lines/spaces | okan | -3/+1 |
2012-05-16 | cycle through other common cycling modifiers; based on a diff from | okan | -17/+11 |
2012-05-16 | convert from deprecated XKeycodeToKeysym to XkbKeycodeToKeysym | okan | -4/+4 |
2012-05-13 | altpersist->cycling to be more clear that this is for cycling mod | okan | -2/+2 |
2011-09-13 | add WM_TRANSIENT_FOR event support: moves dialogs, toolbars and such to | okan | -1/+4 |
2011-08-22 | A while ago I wrote some code to not warp to ignored windows on map (rev | oga | -6/+1 |
2011-06-24 | Correct extern declaration and while here, rename a variable to be | okan | -3/+3 |
2011-05-11 | tag and comment cleanup; ok oga@ | okan | -1/+1 |
2011-05-06 | On map, don't warp to windows that are marked as ignored. | oga | -3/+3 |
2011-03-22 | remove XXX and move a configure event out of the event handler functions. | okan | -22/+2 |
2010-09-25 | do not warp to clients marked 'ignore'; from chneukirchen at gmail - thanks. | okan | -1/+7 |
2009-12-15 | pull all non-X11 headers from calmwm.h and place them only where they | okan | -1/+11 |
2009-12-15 | merge the 2 common header files; specific includes to be pulled out as | okan | -2/+1 |
2009-12-11 | Implement _NET_DESKTOP_NAMES, this one was a bit tricky since thespec | oga | -1/+12 |
2009-12-10 | Implement _NET_CURRENT_DESKTOP, _NET_DESKTOP_VIEWPORT and | oga | -3/+2 |
2009-12-10 | finish unfucking the screen_ctx handling. | oga | -14/+14 |
2009-11-28 | style (whitespaces) | tobias | -2/+2 |
2009-08-27 | unroll the CCTOSC macro; from Thomas Pfaff | okan | -2/+2 |
2009-08-24 | bring together gathering, calculating and applying of size hints; | okan | -3/+2 |
2009-05-18 | Rip out the event layer and just use a static array of callbacks like | oga | -200/+75 |
2009-05-01 | fix the other 50% of xrandr cases; reported by sthen@ | okan | -9/+11 |
2009-03-28 | - avoid shadowed Mask declaration in menu_filter | martynas | -2/+2 |
2009-01-23 | Move the keybinding argument to a union to prevent warnings where | oga | -2/+2 |
2009-01-22 | now that pwin is gone gone gone, we no longer have to do the bwidth | okan | -9/+10 |
2009-01-17 | remove unused | okan | -12/+2 |
2009-01-17 | Finally fix the really annoying race where if you rapidly switch groups several | oga | -15/+22 |
2009-01-16 | revert just the 'race fix'; more works needs to be ironed out with | okan | -2/+2 |
2009-01-16 | remove pwin, bringing us to one client, one window. we no longer have | okan | -36/+17 |
2009-01-11 | remove unused variables | okan | -2/+1 |
2009-01-06 | remove unused code | okan | -3/+1 |
2008-12-04 | Kill obviously dead variable. | oga | -3/+2 |
2008-09-29 | Xinerama and XRandR dual head support for cwm(1). Now we detect the xrandr | oga | -1/+19 |
2008-09-22 | *sigh* Revert the diff that wasn't meant to go in yet. | oga | -19/+1 |
2008-09-22 | Display the current window title not a previous one in the case of | oga | -1/+19 |
2008-07-22 | fix the froggy problem. | oga | -1/+22 |
2008-07-11 | spacing, declaration lineup to be consistent throughout cwm, | okan | -46/+53 |
2008-06-18 | Revert previous "fix" it introduces new issues of its own. | oga | -2/+2 |
2008-06-17 | Ignore caps lock and numlock for keyboard bindings. The way Xlib makes | oga | -1/+7 |
2008-06-17 | Just rework the mouse binding calculation on event to look like the | oga | -16/+14 |
2008-06-17 | The mousebinding code missing a break once it had found the correct | oga | -17/+18 |
2008-06-14 | (mostly) proper xshape event support | okan | -4/+17 |
2008-06-14 | confable menu and window mouse bindings from rivo nurges (thanks!) with | okan | -97/+14 |
2008-06-13 | Don't client_delete() on an Unmap event, only do that on a client delete event. | oga | -15/+3 |
2008-06-12 | ignore if non-zero expose events, for we could be covered by multiple | okan | -2/+2 |
2008-05-21 | Make menu_filter handle mouse movement too. This enables the keyboard | oga | -2/+2 |
2008-05-19 | finally implement keyboard binding for group toggling | okan | -1/+7 |
2008-05-18 | send the correct x/y coordinates to XConfigureWindow() | okan | -3/+3 |
2008-05-15 | KNF, no binary change. | oga | -3/+3 |