summary refs log tree commit diff
path: root/calmwm.c
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | 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