summary refs log tree commit diff
path: root/calmwm.c
Commit message (Expand)AuthorAgeFilesLines
* cvsimportChristian Neukirchen2015-01-221-1/+2
|\
| * Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAXokan2015-01-191-1/+2
* | cvsimportokan2014-09-181-4/+3
|\|
| * Remove duplicate client queue (mruq); instead, remove and take theokan2014-09-081-1/+0
| * more style nitsokan2014-09-071-3/+3
* | cvsimportChristian Neukirchen2014-09-071-10/+13
|\|
| * generic sighandlerokan2014-09-061-10/+13
* | remove TAILQ_END and __dead hacksChristian Neukirchen2014-02-231-1/+1
* | cvsimportokan2014-02-021-1/+2
|\|
| * No need to store screen colormap and visual; rather just use the Xokan2014-02-021-1/+2
* | cvsimportokan2014-02-011-6/+4
|\|
| * Let the config parser continue parsing even after encountering an error;okan2014-02-011-6/+4
* | cvsimportokan2014-01-281-1/+4
|\|
| * Move conf_init/clear into main - no behaviour change; from Tiago Cunha.okan2014-01-281-1/+4
* | cvsimportokan2014-01-241-2/+34
|\|
| * cwm_argv doesn't need to be global any longerokan2014-01-221-5/+5
| * start properly releasing X resources during teardownokan2014-01-221-0/+19
| * Somewhat streamline event loop/restart/quit handling; most notableokan2014-01-221-1/+14
* | cvsimportokan2014-01-211-1/+1
|\|
| * Sprinkle a few more const; from Tiago Cunha.okan2014-01-211-1/+1
* | cvsimportokan2014-01-031-1/+1
|\|
| * use consistent typesokan2014-01-031-1/+1
* | cvsimportChristian Neukirchen2013-12-131-0/+1
|\|
| * ICCCM explicitly states that server time (CurrentTime) should *not* beokan2013-12-121-0/+1
* | cvsimportokan2013-07-161-1/+3
|\|
| * simplify atom handling; allows us to limit to one round-trip to serverokan2013-07-151-1/+3
* | cvsimportokan2013-07-101-3/+1
|\|
| * whitespace and style fixes; from Tiago Cunha and one from me.okan2013-07-081-3/+1
* | cvsimportokan2013-06-201-23/+6
|\|
| * move Cursors into conf.okan2013-06-171-11/+1
| * now that we have conf_screen, which configures individual screensokan2013-06-171-12/+5
* | cvsimportChristian Neukirchen2013-05-291-9/+1
|\|
| * get rid of long standing XXX: now that we configure screens based onokan2013-05-221-8/+0
| * if -> ifdefokan2013-05-141-1/+1
* | cvsimportokan2013-04-141-8/+2
|\|
| * 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
* | cvsimportokan2012-12-191-67/+30
|\|
| * 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
* | Use vendored queue.h everywhereChristian Neukirchen2012-11-261-1/+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