| Commit message (Expand) | Author | Age | Files | Lines |
* | replace XFetchName() with something more intelligent which attempts to | okan | 2010-05-22 | 1 | -1/+1 |
* | clean up a few xu_* functions to just accept what they need (Window). | okan | 2010-04-11 | 1 | -3/+2 |
* | preserve labels after an edit action is aborted; extending the menu | okan | 2010-02-10 | 1 | -0/+1 |
* | - allow per-screen gap; not (yet) user configurable. | okan | 2010-01-27 | 1 | -1/+9 |
* | pull all non-X11 headers from calmwm.h and place them only where they | okan | 2009-12-15 | 1 | -13/+0 |
* | pull these headers only into files that need them. | okan | 2009-12-15 | 1 | -4/+0 |
* | rid ourselves of these functional macros; convert to real functions. | okan | 2009-12-15 | 1 | -4/+3 |
* | merge the 2 common header files; specific includes to be pulled out as | okan | 2009-12-15 | 1 | -0/+27 |
* | kill _CWM_GRP atom setting. The netwm stuff does us well enough now that | oga | 2009-12-14 | 1 | -18/+17 |
* | add _NET_WORKAREA. for now we ignore the gap, this'll change soonish. | oga | 2009-12-11 | 1 | -1/+2 |
* | implement support for _NET_WM_DESKTOP properties on windows. | oga | 2009-12-11 | 1 | -1/+2 |
* | Implement _NET_DESKTOP_NAMES, this one was a bit tricky since thespec | oga | 2009-12-11 | 1 | -7/+10 |
* | Implement _NET_VIRTUAL_ROOTS (just clear it, we don't use that technique) | oga | 2009-12-10 | 1 | -1/+3 |
* | Implement _NET_CURRENT_DESKTOP, _NET_DESKTOP_VIEWPORT and | oga | 2009-12-10 | 1 | -2/+6 |
* | finish unfucking the screen_ctx handling. | oga | 2009-12-10 | 1 | -40/+42 |
* | start fixing screen_ctx usage, for it is utterly broken. bring font | okan | 2009-12-08 | 1 | -8/+8 |
* | Implement _NET_NUMBER_OF_DESKTOPS, currently this is statically 9 and | oga | 2009-12-07 | 1 | -1/+3 |
* | support _NET_CLIENT_LIST. | oga | 2009-12-07 | 1 | -1/+2 |
* | Implement _NET_ACTIVE_WINDOW. for now just the informational hint is | oga | 2009-12-07 | 1 | -1/+2 |
* | introduce the beginnings of netwm support, minimally and correctly; | okan | 2009-12-07 | 1 | -1/+13 |
* | unroll the CCTOSC macro; from Thomas Pfaff | okan | 2009-08-27 | 1 | -2/+0 |
* | Add a keybinding to allow horizontal maximisation of a window (CMS-enter). | oga | 2009-08-24 | 1 | -0/+5 |
* | bring together gathering, calculating and applying of size hints; | okan | 2009-08-24 | 1 | -2/+5 |
* | Instead of having a function that just calls TAILQ_INIT on a global, use | oga | 2009-08-24 | 1 | -2/+0 |
* | static local functions and data; almost identical diff from Thomas Pfaff | okan | 2009-06-26 | 1 | -9/+0 |
* | tidy up startup/init routines | okan | 2009-06-23 | 1 | -1/+2 |
* | unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over the | okan | 2009-06-20 | 1 | -3/+0 |
* | move like defines to a central, logical location; no binary change. | okan | 2009-06-17 | 1 | -0/+6 |
* | oops, we appear to have grown an extra prototype for group_only(), get | oga | 2009-05-18 | 1 | -1/+0 |
* | Rip out the event layer and just use a static array of callbacks like | oga | 2009-05-18 | 1 | -36/+1 |
* | a long time coming - re-work the way we deal with colors: since we're | okan | 2009-05-17 | 1 | -6/+30 |
* | add a "movetogroup" function, which hides the current window from | sthen | 2009-05-17 | 1 | -0/+3 |
* | add missing prototype. | oga | 2009-05-14 | 1 | -0/+1 |
* | Add a new command (currently no default keybindings for it), grouponly[1-9]. | oga | 2009-05-14 | 1 | -0/+2 |
* | properly teardown X connection upon quit; static a few while here, | okan | 2009-04-15 | 1 | -2/+0 |
* | add 'moveamount' to cwmrc; it sets keyboard movement amount, making | martynas | 2009-02-07 | 1 | -0/+2 |
* | remove Nscreens and x_screenname() - we really don't need them. | okan | 2009-01-27 | 1 | -3/+0 |
* | One of the most annoying things to do was restart cwm and lose all of | oga | 2009-01-27 | 1 | -1/+3 |
* | move conf_clear() and add proto. | okan | 2009-01-23 | 1 | -0/+1 |
* | Move the keybinding argument to a union to prevent warnings where | oga | 2009-01-23 | 1 | -26/+36 |
* | Cache all of the X atoms we use at startup. | oga | 2009-01-22 | 1 | -0/+10 |
* | borderwidth as a cwmrc(5) keyword, really helps debugging | todd | 2009-01-21 | 1 | -1/+2 |
* | remove unused | okan | 2009-01-17 | 1 | -1/+0 |
* | Finally fix the really annoying race where if you rapidly switch groups several | oga | 2009-01-17 | 1 | -1/+1 |
* | remove pwin, bringing us to one client, one window. we no longer have | okan | 2009-01-16 | 1 | -14/+3 |
* | - add missing prototypes. | okan | 2009-01-15 | 1 | -0/+1 |
* | shortcut_to_name should not be defined as static in a header file. Put | oga | 2009-01-11 | 1 | -5/+1 |
* | add missing prototypes | okan | 2009-01-11 | 1 | -0/+4 |
* | - merge grab_sweep() into mousefunc_window_resize(). | okan | 2009-01-11 | 1 | -3/+0 |
* | Kill obviously dead variable. | oga | 2008-12-04 | 1 | -2/+0 |