summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
2009-01-11Add -Wall to CFLAGS, it's helped find a few dodgy constructs.Owain Ainsworth
2009-01-11shortcut_to_name should not be defined as static in a header file. PutOwain Ainsworth
2009-01-11add missing prototypesOkan Demirmen
2009-01-11better comparison idiom; found with -WallOkan Demirmen
2009-01-11- merge grab_sweep() into mousefunc_window_resize().Okan Demirmen
2009-01-11FcNameParse() manpage lies, cast here.Okan Demirmen
2009-01-11remove unused variablesOkan Demirmen
2009-01-10xterm 239Matthieu Herrb
2009-01-08If the mousebutton is unknown when we go to grab, don't just print aOwain Ainsworth
2009-01-06Disable allowFontOps, allowTcapOps and allowWindowOps by defaultMatthieu Herrb
2009-01-06xterm 238. includes fix for CVE-2008-2383.Matthieu Herrb
2009-01-06remove "search should ignore the current window" from list, for theOkan Demirmen
2009-01-06HasXinerama is an intOkan Demirmen
2009-01-06remove unused codeOkan Demirmen
2009-01-03Avoid infinit loop on make clean. Problem found by mglocker@.Matthieu Herrb
2009-01-01xedit 1.1.2Matthieu Herrb
2009-01-01mkfontscale 1.0.6Matthieu Herrb
2008-12-23Disable build of deprecated proxymngr and xfindprox applications.Matthieu Herrb
2008-12-23Remove obsolete applications (replaced by xinput).Matthieu Herrb
2008-12-04Kill obviously dead variable.Owain Ainsworth
2008-12-03Don't ignore sigpipe. Everytime cwm forks it execs anyway (so itOwain Ainsworth
2008-10-13xedit 1.1.1Matthieu Herrb
2008-10-13luit 1.0.3Matthieu Herrb
2008-09-29Xinerama and XRandR dual head support for cwm(1). Now we detect the xrandrOwain Ainsworth
2008-09-23xterm 237. tested by krw@ oga@ and others.Matthieu Herrb
2008-09-22.Bl needs a matching .El. From Martin Toft a while ago, thanks!Owain Ainsworth
2008-09-22Improve wording of the ``ignore'' directive. From Martin Toft a whileOwain Ainsworth
2008-09-22*sigh* Revert the diff that wasn't meant to go in yet.Owain Ainsworth
2008-09-22Display the current window title not a previous one in the case ofOwain Ainsworth
2008-09-14Remove deprecated applications (have been disabled for several month).Matthieu Herrb
2008-09-13build xcompmgr.Matthieu Herrb
2008-09-13Patch from X.Org -current: Make usage() report the current version.Matthieu Herrb
2008-09-13Xenocara build infrastructure and regen autotools files.Matthieu Herrb
2008-09-13Import xcompmgr 1.1.4. Matthieu Herrb
2008-09-07Enable xinput, disable xsetmode & xsetpointer.Matthieu Herrb
2008-09-07Xenocara build infrastructure and regen autotools files.Matthieu Herrb
2008-09-07Import xinput 1.3.0. Replaces xsetmode(1)/xsetpointer(1).Matthieu Herrb
2008-09-03Keep the exec menu entries sorted.Can Erkin Acar
2008-09-01Remove extra semi-colon after conditional. Tested by phessler@.Matthieu Herrb
2008-08-27xwininfo 1.0.4Matthieu Herrb
2008-08-27xwd 1.0.2Matthieu Herrb
2008-08-25xterm-236. Tested by form@ and simon@.Matthieu Herrb
2008-07-22fix the froggy problem.Owain Ainsworth
2008-07-22We've been handling grabbing wrong all this time (noticed at c2k8).Owain Ainsworth
2008-07-22split x_setup() into two. dpy_init() for setting up the display andOwain Ainsworth
2008-07-22Add xu_key_ungrab() and a mirror to xu_key_ungrab(). a couple of changesOwain Ainsworth
2008-07-22Kill screen_init(). it's been stubbed out for a while now. I don't envision itOwain Ainsworth
2008-07-22kill another leftover prototype.Owain Ainsworth
2008-07-20Formatting fix. From Tim van der Molden.Matthieu Herrb
2008-07-18Put back the initialisation of gc in group_cycle. No cookie for okan.Owain Ainsworth