| Commit message (Expand) | Author | Age | Lines |
... | |
* | rid ourselves of these functional macros; convert to real functions. | okan | 2009-12-15 | -5/+22 |
* | mostly irrelevant now, so remove. | okan | 2009-12-15 | -84/+0 |
* | merge the 2 common header files; specific includes to be pulled out as | okan | 2009-12-15 | -84/+43 |
* | kill _CWM_GRP atom setting. The netwm stuff does us well enough now that | oga | 2009-12-14 | -38/+21 |
* | add _NET_WORKAREA. for now we ignore the gap, this'll change soonish. | oga | 2009-12-11 | -5/+20 |
* | another int/long fixup that was giving dodgy property values on amd64, shame on | oga | 2009-12-11 | -2/+2 |
* | implement support for _NET_WM_DESKTOP properties on windows. | oga | 2009-12-11 | -10/+31 |
* | Implement _NET_DESKTOP_NAMES, this one was a bit tricky since thespec | oga | 2009-12-11 | -40/+145 |
* | Implement _NET_VIRTUAL_ROOTS (just clear it, we don't use that technique) | oga | 2009-12-10 | -5/+22 |
* | Implement _NET_CURRENT_DESKTOP, _NET_DESKTOP_VIEWPORT and | oga | 2009-12-10 | -28/+51 |
* | finish unfucking the screen_ctx handling. | oga | 2009-12-10 | -172/+171 |
* | start fixing screen_ctx usage, for it is utterly broken. bring font | okan | 2009-12-08 | -51/+47 |
* | Implement _NET_NUMBER_OF_DESKTOPS, currently this is statically 9 and | oga | 2009-12-07 | -8/+16 |
* | support _NET_CLIENT_LIST. | oga | 2009-12-07 | -4/+29 |
* | Implement _NET_ACTIVE_WINDOW. for now just the informational hint is | oga | 2009-12-07 | -6/+25 |
* | introduce the beginnings of netwm support, minimally and correctly; | okan | 2009-12-07 | -4/+47 |
* | fix off-by-one where a mere click would select the first item inside a menu | okan | 2009-12-07 | -1/+1 |
* | we already have sc from the passed cc, so just used that instead. | okan | 2009-12-07 | -2/+2 |
* | be consistent | okan | 2009-12-07 | -7/+7 |
* | remove unused extern | okan | 2009-12-07 | -3/+1 |
* | style (whitespaces) | tobias | 2009-11-28 | -11/+11 |
* | Corrected grammar in comment. | tobias | 2009-11-22 | -2/+2 |
* | With Xinerama enabled, the borders of a maximized window will show up on | oga | 2009-09-25 | -3/+8 |
* | re-introduce the intention of the change from rev 1.4 in menu.c here | okan | 2009-09-05 | -3/+7 |
* | style | tobias | 2009-09-05 | -2/+2 |
* | unroll the CCTOSC macro; from Thomas Pfaff | okan | 2009-08-27 | -20/+18 |
* | static; ok oga@ | okan | 2009-08-25 | -3/+3 |
* | we are not doing access control here, so replace the "check if file is | okan | 2009-08-25 | -35/+6 |
* | Reduce duplciation of code for checking modifiers in key/mouse bindings. | oga | 2009-08-25 | -40/+38 |
* | Instead of calling conf_bind*() 50 gazillion times in a row, store an | oga | 2009-08-25 | -69/+80 |
* | Instead of messing around everytime we do a resize, just clamp the | oga | 2009-08-25 | -8/+9 |
* | unroll macro; ok oga@ | okan | 2009-08-25 | -4/+4 |
* | Add a keybinding to allow horizontal maximisation of a window (CMS-enter). | oga | 2009-08-24 | -11/+63 |
* | bring together gathering, calculating and applying of size hints; | okan | 2009-08-24 | -38/+104 |
* | Instead of having a function that just calls TAILQ_INIT on a global, use | oga | 2009-08-24 | -22/+6 |
* | instead of checking for flags in the client context, then removing them. | oga | 2009-08-24 | -3/+2 |
* | remove unnecessary Ar macros | okan | 2009-08-08 | -4/+4 |
* | remove unnecessary Dq macro; based on a diff from Martin Toft | okan | 2009-08-08 | -4/+4 |
* | use fnmatch to glob the entries in the exec menu. | oga | 2009-06-26 | -3/+5 |
* | static local functions and data; almost identical diff from Thomas Pfaff | okan | 2009-06-26 | -38/+36 |
* | tidy up startup/init routines | okan | 2009-06-23 | -11/+18 |
* | compact a bit by condensing a few if-else's; from Thomas Pfaff | okan | 2009-06-20 | -36/+12 |
* | unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over the | okan | 2009-06-20 | -29/+25 |
* | spacing | okan | 2009-06-20 | -6/+2 |
* | ``exec'' and ``ssh'' are lowercase. | sobrado | 2009-06-19 | -5/+5 |
* | items on the first list should have full stops too. | sobrado | 2009-06-18 | -7/+7 |
* | the on-line manual should use the same notation for key bindings | sobrado | 2009-06-18 | -38/+50 |
* | remove unnecessary casts; from Thomas Pfaff | okan | 2009-06-17 | -3/+3 |
* | re-factor parts of mouse move/resize bit to shrink and make more | okan | 2009-06-17 | -36/+26 |
* | move like defines to a central, logical location; no binary change. | okan | 2009-06-17 | -9/+8 |