| Commit message (Expand) | Author | Lines |
2010-01-27 | - allow per-screen gap; not (yet) user configurable. | okan | -1/+2 |
2009-12-15 | pull all non-X11 headers from calmwm.h and place them only where they | okan | -1/+11 |
2009-12-15 | pull these headers only into files that need them. | okan | -1/+4 |
2009-12-15 | merge the 2 common header files; specific includes to be pulled out as | okan | -2/+1 |
2009-12-10 | Implement _NET_CURRENT_DESKTOP, _NET_DESKTOP_VIEWPORT and | oga | -12/+5 |
2009-12-10 | finish unfucking the screen_ctx handling. | oga | -8/+3 |
2009-12-08 | start fixing screen_ctx usage, for it is utterly broken. bring font | okan | -3/+3 |
2009-12-07 | Implement _NET_NUMBER_OF_DESKTOPS, currently this is statically 9 and | oga | -2/+9 |
2009-12-07 | introduce the beginnings of netwm support, minimally and correctly; | okan | -1/+3 |
2009-08-24 | Instead of having a function that just calls TAILQ_INIT on a global, use | oga | -5/+3 |
2009-06-26 | static local functions and data; almost identical diff from Thomas Pfaff | okan | -8/+7 |
2009-06-23 | tidy up startup/init routines | okan | -6/+6 |
2009-06-20 | unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over the | okan | -2/+2 |
2009-05-18 | nuke the leading underscore notation for local static functions - there | okan | -4/+4 |
2009-05-18 | Rip out the event layer and just use a static array of callbacks like | oga | -19/+1 |
2009-05-17 | a long time coming - re-work the way we deal with colors: since we're | okan | -35/+3 |
2009-04-15 | properly teardown X connection upon quit; static a few while here, | okan | -1/+17 |
2009-01-27 | remove Nscreens and x_screenname() - we really don't need them. | okan | -32/+2 |
2009-01-22 | Cache all of the X atoms we use at startup. | oga | -1/+3 |
2009-01-16 | remove pwin, bringing us to one client, one window. we no longer have | okan | -23/+3 |
2009-01-15 | On startup, don't leak memory when we enumerate existing windows. | oga | -5/+2 |
2008-12-03 | Don't ignore sigpipe. Everytime cwm forks it execs anyway (so it | oga | -5/+1 |
2008-09-29 | Xinerama and XRandR dual head support for cwm(1). Now we detect the xrandr | oga | -2/+18 |
2008-09-22 | *sigh* Revert the diff that wasn't meant to go in yet. | oga | -18/+2 |
2008-09-22 | Display the current window title not a previous one in the case of | oga | -2/+18 |
2008-07-22 | fix the froggy problem. | oga | -1/+2 |
2008-07-22 | We've been handling grabbing wrong all this time (noticed at c2k8). | oga | -5/+10 |
2008-07-22 | split x_setup() into two. dpy_init() for setting up the display and | oga | -9/+17 |
2008-07-22 | Kill screen_init(). it's been stubbed out for a while now. I don't envision it | oga | -6/+1 |
2008-07-11 | spacing, declaration lineup to be consistent throughout cwm, | okan | -21/+19 |
2008-06-25 | Sort flags. | oga | -2/+2 |
2008-06-15 | Rip out and burn the HASH_* stuff. We don't need a SPLAY tree for one font. | oga | -6/+4 |
2008-05-21 | Make menu_filter handle mouse movement too. This enables the keyboard | oga | -6/+2 |
2008-05-20 | Pull out the behaviour in grab_label and search_start into one utility | oga | -2/+7 |
2008-05-19 | General cleanup. | oga | -7/+7 |
2008-05-06 | Signal handler of SIGCHLD calls waitpid() which sets errno on error. To | tobias | -1/+4 |
2008-04-15 | hit it with the knf stick. | oga | -23/+23 |
2008-04-15 | malloc -> calloc | okan | -1/+2 |
2008-04-03 | Sync usage() with reality and manpage. | simon | -2/+2 |
2008-03-23 | Replace the symlink configuration scheme with a simple yacc parser as | simon | -16/+9 |
2008-03-22 | Rip out, burn, and dance around the grave of group-edit mode. | oga | -2/+1 |
2008-03-22 | Remove a bunch of unused variables and incorrect comments. | oga | -9/+2 |
2008-02-13 | usage never returns, and thus should be __dead. | oga | -2/+2 |
2008-02-13 | add usage() for when an unknown option is given. | oga | -2/+11 |
2008-02-13 | Make cwm print the XDisplayName() if it fails to open the display, | oga | -2/+3 |
2008-01-16 | huge amount of cleanup and dead code removal. | oga | -41/+6 |
2008-01-14 | Rewrite most of grab_menu in grab.c (it was partly 9wm code). | oga | -7/+1 |
2008-01-11 | - Remove the "all rights reserved" tag at the top of most of the source | oga | -2/+13 |
2007-05-28 | convert globals from G_foo to Foo, as per TODO. | jasper | -67/+67 |
2007-05-21 | fix optind | jasper | -2/+2 |