Age | Commit message (Expand) | Author |
2013-07-15 | simplify atom handling; allows us to limit to one round-trip to server | Okan Demirmen |
2013-07-08 | whitespace and style fixes; from Tiago Cunha and one from me. | Okan Demirmen |
2013-06-17 | move Cursors into conf. | Okan Demirmen |
2013-06-17 | now that we have conf_screen, which configures individual screens | Okan Demirmen |
2013-05-22 | get rid of long standing XXX: now that we configure screens based on | Okan Demirmen |
2013-05-14 | if -> ifdef | Okan Demirmen |
2013-04-12 | makes no sense to set an error handler which uses X_Dpy before XOpenDisplay. | Okan Demirmen |
2013-04-12 | push Screenq into screen_init | Okan Demirmen |
2012-12-18 | simplify config file setup; with Tiago Cunha | Okan Demirmen |
2012-12-17 | pull user home directory via getenv or getpwuid and stash it so we don't | Okan Demirmen |
2012-12-17 | non-trivial menu drawing rewrite, moving to Xft and solving various | Okan Demirmen |
2012-11-29 | zap extra lines | Okan Demirmen |
2012-11-29 | x_setupscreen -> screen_init; no functional change. | Okan Demirmen |
2012-11-09 | sort | Okan Demirmen |
2012-10-31 | replace 'reload' with 'restart', which merely re-exec's cwm using the | Okan Demirmen |
2012-08-07 | support multibyte input to menu code; from Alexander Polakov with a tiny tweak. | Okan Demirmen |
2012-07-18 | Further simplify Xinerama init and re-init on XRR events. | Okan Demirmen |
2012-07-06 | querying for Xinerama should be done per display, not per screen, so | Okan Demirmen |
2012-07-05 | the display's width and height are updated after an XRandR event so we | Okan Demirmen |
2012-05-16 | instead of using the menu window for _NET_SUPPORTING_WM_CHECK, create a | Okan Demirmen |
2012-05-13 | knf, some from a diff from Tiago Cunha. | Okan Demirmen |
2011-09-08 | allow configurable menu font color; from Alexander Polakov with a tweak | Okan Demirmen |
2011-07-25 | We are inconsistent when it comes to function returns, so just go all | Okan Demirmen |
2011-07-23 | Clarify defines and make them not look like non-local ones; started by a | Okan Demirmen |
2011-06-24 | add 'normal' cursor and shuffle the others we use to make a bit more | Okan Demirmen |
2011-06-24 | replace the non-working check to see if another wm is running with a | Okan Demirmen |
2011-05-11 | tag and comment cleanup; ok oga@ | Okan Demirmen |
2010-04-12 | grab events on the root window *before* we look for existing windows. | Owain Ainsworth |
2010-01-27 | - allow per-screen gap; not (yet) user configurable. | Okan Demirmen |
2009-12-15 | pull all non-X11 headers from calmwm.h and place them only where they | Okan Demirmen |
2009-12-15 | pull these headers only into files that need them. | Okan Demirmen |
2009-12-15 | merge the 2 common header files; specific includes to be pulled out as | Okan Demirmen |
2009-12-10 | Implement _NET_CURRENT_DESKTOP, _NET_DESKTOP_VIEWPORT and | Owain Ainsworth |
2009-12-10 | finish unfucking the screen_ctx handling. | Owain Ainsworth |
2009-12-08 | start fixing screen_ctx usage, for it is utterly broken. bring font | Okan Demirmen |
2009-12-07 | Implement _NET_NUMBER_OF_DESKTOPS, currently this is statically 9 and | Owain Ainsworth |
2009-12-07 | introduce the beginnings of netwm support, minimally and correctly; | Okan Demirmen |
2009-08-24 | Instead of having a function that just calls TAILQ_INIT on a global, use | Owain Ainsworth |
2009-06-26 | static local functions and data; almost identical diff from Thomas Pfaff | Okan Demirmen |
2009-06-23 | tidy up startup/init routines | Okan Demirmen |
2009-06-20 | unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over the | Okan Demirmen |
2009-05-18 | nuke the leading underscore notation for local static functions - there | Okan Demirmen |
2009-05-18 | Rip out the event layer and just use a static array of callbacks like | Owain Ainsworth |
2009-05-17 | a long time coming - re-work the way we deal with colors: since we're | Okan Demirmen |
2009-04-15 | properly teardown X connection upon quit; static a few while here, | Okan Demirmen |
2009-01-27 | remove Nscreens and x_screenname() - we really don't need them. | Okan Demirmen |
2009-01-22 | Cache all of the X atoms we use at startup. | Owain Ainsworth |
2009-01-16 | remove pwin, bringing us to one client, one window. we no longer have | Okan Demirmen |
2009-01-15 | On startup, don't leak memory when we enumerate existing windows. | Owain Ainsworth |
2008-12-03 | Don't ignore sigpipe. Everytime cwm forks it execs anyway (so it | Owain Ainsworth |