summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
2011-09-08allow configurable menu font color; from Alexander Polakov with a tweakOkan Demirmen
2011-09-08allow menufg/menubg to be configurable; from Alexander Polakov.Okan Demirmen
2011-09-08reinit menu on reload; from Alexander Polakov. needed for catchingOkan Demirmen
2011-09-05restore a comment and add another for clarity.Okan Demirmen
2011-09-04Make flavours of maximisation additive.Owain Ainsworth
2011-09-03split off window hints from geometry so we don't need to carry them allOkan Demirmen
2011-09-03simplify color initialization.Okan Demirmen
2011-09-03Add {r,}cycleingroup to cycle through clients belonging to the sameOkan Demirmen
2011-09-03"defaultfont" is unclear (and confusing while reading code) when it alsoOkan Demirmen
2011-08-30Switch to xkeyboard-config is done. Remove old xkbdata and unifdef it.Matthieu Herrb
2011-08-29zap unused macro. ok oga@Okan Demirmen
2011-08-29restore mouse move via the keyboard, noticed by todd@. while the checkOkan Demirmen
2011-08-28Update to xterm 273. Tested by marco@, jasper@.Matthieu Herrb
2011-08-282 more .orig files added by mistake. Noticed by shadchin@. Thanks.Matthieu Herrb
2011-08-28Update to xset 1.2.2Matthieu Herrb
2011-08-28Update to xrandr 1.3.5Matthieu Herrb
2011-08-28Update to xprop 1.2.1Matthieu Herrb
2011-08-28Update to xman 1.1.2Matthieu Herrb
2011-08-28Update to xkbcomp 1.2.3Matthieu Herrb
2011-08-28Update to x11perf 1.5.4Matthieu Herrb
2011-08-28Oops. Didn't mean to add this file.Matthieu Herrb
2011-08-28Update to twm 1.0.7Matthieu Herrb
2011-08-28Update to smproxy 1.0.5Matthieu Herrb
2011-08-28Update to mkfontscale 1.0.9Matthieu Herrb
2011-08-22A while ago I wrote some code to not warp to ignored windows on map (revOwain Ainsworth
2011-08-22revert r1.11 of parse.y and create logic in conf_setup instead to dealOkan Demirmen
2011-08-18Compile trace.c as well so that OPT_TRACE 1 actually works.Marco Peereboom
2011-08-18Update to xterm 271. Tested by shadchin@ and ajacoutot@Matthieu Herrb
2011-08-04puffy 5.0Todd T. Fries
2011-07-26Re-draw borders after reloading, not before; from Alexander Polakov.Okan Demirmen
2011-07-25use the menu border; from Alexander Polakov, but with the existing define.Okan Demirmen
2011-07-25We are inconsistent when it comes to function returns, so just go allOkan Demirmen
2011-07-23Clarify defines and make them not look like non-local ones; started by aOkan Demirmen
2011-07-16Remove an extra debugging printf that leaked in previous commit.Matthieu Herrb
2011-07-16Check if an input device has calibration data before accepting it asMatthieu Herrb
2011-07-16Tweak and fix an unreadable sentence.Matthieu Herrb
2011-07-16Add a '-c' option to keep the X cursor visible while calibrating.Matthieu Herrb
2011-07-16White space cleanup.Matthieu Herrb
2011-07-14correct spelling; from Alexander Polakov.Okan Demirmen
2011-06-28spelloJasper Lievisse Adriaanse
2011-06-27UTF8-ify, from Alexander Polakov, but without setlocale(), afterOkan Demirmen
2011-06-25warn if we can't parse the config file on start, just like we do on reload.Okan Demirmen
2011-06-25Since cwm(1) uses the same parser as others in src, document howOkan Demirmen
2011-06-24add 'normal' cursor and shuffle the others we use to make a bit moreOkan Demirmen
2011-06-24New option to raise a client via the mouse (unbound by default);Okan Demirmen
2011-06-24introduce a new config option to snap to the screen edge. 'snapdist'Okan Demirmen
2011-06-24re-do various bits of {,h,v}max for simplicity and less flag handling.Okan Demirmen
2011-06-24replace the non-working check to see if another wm is running with aOkan Demirmen
2011-06-24more nitems usage.Okan Demirmen
2011-06-24re-order sweep draw so that we map into the client window afterOkan Demirmen