summary refs log tree commit diff
path: root/calmwm.c
Commit message (Expand)AuthorAgeFilesLines
* grab events on the root window *before* we look for existing windows.oga2010-04-121-6/+6
* - allow per-screen gap; not (yet) user configurable.okan2010-01-271-0/+1
* pull all non-X11 headers from calmwm.h and place them only where theyokan2009-12-151-0/+10
* pull these headers only into files that need them.okan2009-12-151-0/+3
* merge the 2 common header files; specific includes to be pulled out asokan2009-12-151-1/+0
* Implement _NET_CURRENT_DESKTOP, _NET_DESKTOP_VIEWPORT andoga2009-12-101-11/+4
* finish unfucking the screen_ctx handling.oga2009-12-101-7/+2
* start fixing screen_ctx usage, for it is utterly broken. bring fontokan2009-12-081-2/+2
* Implement _NET_NUMBER_OF_DESKTOPS, currently this is statically 9 andoga2009-12-071-1/+8
* introduce the beginnings of netwm support, minimally and correctly;okan2009-12-071-0/+2
* Instead of having a function that just calls TAILQ_INIT on a global, useoga2009-08-241-4/+2
* static local functions and data; almost identical diff from Thomas Pfaffokan2009-06-261-7/+6
* tidy up startup/init routinesokan2009-06-231-5/+5
* unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over theokan2009-06-201-1/+1
* nuke the leading underscore notation for local static functions - thereokan2009-05-181-3/+3
* Rip out the event layer and just use a static array of callbacks likeoga2009-05-181-18/+0
* a long time coming - re-work the way we deal with colors: since we'reokan2009-05-171-34/+2
* properly teardown X connection upon quit; static a few while here,okan2009-04-151-0/+16
* remove Nscreens and x_screenname() - we really don't need them.okan2009-01-271-31/+1
* Cache all of the X atoms we use at startup.oga2009-01-221-0/+2
* remove pwin, bringing us to one client, one window. we no longer haveokan2009-01-161-22/+2
* On startup, don't leak memory when we enumerate existing windows.oga2009-01-151-4/+1
* Don't ignore sigpipe. Everytime cwm forks it execs anyway (so itoga2008-12-031-4/+0
* Xinerama and XRandR dual head support for cwm(1). Now we detect the xrandroga2008-09-291-1/+17
* *sigh* Revert the diff that wasn't meant to go in yet.oga2008-09-221-17/+1
* Display the current window title not a previous one in the case ofoga2008-09-221-1/+17
* fix the froggy problem.oga2008-07-221-0/+1
* We've been handling grabbing wrong all this time (noticed at c2k8).oga2008-07-221-4/+9
* split x_setup() into two. dpy_init() for setting up the display andoga2008-07-221-8/+16
* Kill screen_init(). it's been stubbed out for a while now. I don't envision itoga2008-07-221-5/+0
* spacing, declaration lineup to be consistent throughout cwm,okan2008-07-111-20/+18
* Sort flags.oga2008-06-251-1/+1
* Rip out and burn the HASH_* stuff. We don't need a SPLAY tree for one font.oga2008-06-151-5/+3
* Make menu_filter handle mouse movement too. This enables the keyboardoga2008-05-211-5/+1
* Pull out the behaviour in grab_label and search_start into one utilityoga2008-05-201-1/+6
* General cleanup.oga2008-05-191-6/+6
* Signal handler of SIGCHLD calls waitpid() which sets errno on error. Totobias2008-05-061-0/+3
* hit it with the knf stick.oga2008-04-151-22/+22
* malloc -> callocokan2008-04-151-0/+1
* Sync usage() with reality and manpage.simon2008-04-031-1/+1
* Replace the symlink configuration scheme with a simple yacc parser assimon2008-03-231-15/+8
* Rip out, burn, and dance around the grave of group-edit mode.oga2008-03-221-1/+0
* Remove a bunch of unused variables and incorrect comments.oga2008-03-221-8/+1
* usage never returns, and thus should be __dead.oga2008-02-131-1/+1
* add usage() for when an unknown option is given.oga2008-02-131-1/+10
* Make cwm print the XDisplayName() if it fails to open the display,oga2008-02-131-1/+2
* huge amount of cleanup and dead code removal.oga2008-01-161-40/+5
* Rewrite most of grab_menu in grab.c (it was partly 9wm code).oga2008-01-141-6/+0
* - Remove the "all rights reserved" tag at the top of most of the sourceoga2008-01-111-1/+12
* convert globals from G_foo to Foo, as per TODO.jasper2007-05-281-66/+66