summary refs log tree commit diff
path: root/calmwm.c
Commit message (Expand)AuthorAgeFilesLines
* simplify atom handling; allows us to limit to one round-trip to serverokan2013-07-151-1/+3
* whitespace and style fixes; from Tiago Cunha and one from me.okan2013-07-081-3/+1
* move Cursors into conf.okan2013-06-171-11/+1
* now that we have conf_screen, which configures individual screensokan2013-06-171-12/+5
* get rid of long standing XXX: now that we configure screens based onokan2013-05-221-8/+0
* if -> ifdefokan2013-05-141-1/+1
* makes no sense to set an error handler which uses X_Dpy before XOpenDisplay.okan2013-04-121-2/+0
* push Screenq into screen_initokan2013-04-121-6/+2
* simplify config file setup; with Tiago Cunhaokan2012-12-181-3/+18
* pull user home directory via getenv or getpwuid and stash it so we don'tokan2012-12-171-0/+11
* non-trivial menu drawing rewrite, moving to Xft and solving variousokan2012-12-171-5/+0
* zap extra linesokan2012-11-291-2/+0
* x_setupscreen -> screen_init; no functional change.okan2012-11-291-57/+1
* sortokan2012-11-091-1/+1
* replace 'reload' with 'restart', which merely re-exec's cwm using theokan2012-10-311-0/+2
* support multibyte input to menu code; from Alexander Polakov with a tiny tweak.okan2012-08-071-0/+5
* Further simplify Xinerama init and re-init on XRR events.okan2012-07-181-5/+2
* querying for Xinerama should be done per display, not per screen, sookan2012-07-061-11/+4
* the display's width and height are updated after an XRandR event so weokan2012-07-051-2/+2
* instead of using the menu window for _NET_SUPPORTING_WM_CHECK, create aokan2012-05-161-2/+3
* knf, some from a diff from Tiago Cunha.okan2012-05-131-0/+2
* allow configurable menu font color; from Alexander Polakov with a tweakokan2011-09-081-1/+0
* We are inconsistent when it comes to function returns, so just go allokan2011-07-251-3/+4
* Clarify defines and make them not look like non-local ones; started by aokan2011-07-231-2/+2
* add 'normal' cursor and shuffle the others we use to make a bit moreokan2011-06-241-10/+11
* replace the non-working check to see if another wm is running with aokan2011-06-241-19/+20
* tag and comment cleanup; ok oga@okan2011-05-111-1/+1
* 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