summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
2009-02-09puffy 4.5Todd T. Fries
2009-02-07add 'moveamount' to cwmrc; it sets keyboard movement amount, makingMartynas Venckus
2009-02-07remove leftover from mdoc.samples; ok jmc@Martynas Venckus
2009-02-03fix off-by-one in geom.[xy], after pwin changes. keyboard movementMartynas Venckus
2009-02-02Better looking default resources for the XDM chooser.Matthieu Herrb
2009-01-30getLocalAddress(): return 127.0.0.1 if the hostname doesn't resolve.Matthieu Herrb
2009-01-30regenMatthieu Herrb
2009-01-30Fix a merge botch in xdm 1.1.8 update.Matthieu Herrb
2009-01-30Add more input checks. From "nobody@example.com" on bugs@.Matthieu Herrb
2009-01-29xdm 1.1.8.Matthieu Herrb
2009-01-27remove Nscreens and x_screenname() - we really don't need them.Okan Demirmen
2009-01-27One of the most annoying things to do was restart cwm and lose all ofOwain Ainsworth
2009-01-23passing a null pointer to free() is valid; sprinkle a few free->xfree.Okan Demirmen
2009-01-23Whitespace nit.Owain Ainsworth
2009-01-23Switch to using XInternAtoms for caching the atom numbers. Saves a pileOwain Ainsworth
2009-01-23move conf_clear() and add proto.Okan Demirmen
2009-01-23Move the keybinding argument to a union to prevent warnings whereOwain Ainsworth
2009-01-22now that pwin is gone gone gone, we no longer have to do the bwidthOkan Demirmen
2009-01-22The default font name is strduped, so don't test for default font nameOwain Ainsworth
2009-01-22Oops, missed an atom.Owain Ainsworth
2009-01-22Cache all of the X atoms we use at startup.Owain Ainsworth
2009-01-21borderwidth as a cwmrc(5) keyword, really helps debuggingTodd T. Fries
2009-01-19library dependency ordering matters for static archs, -lXext last in this caseTodd T. Fries
2009-01-17remove unusedOkan Demirmen
2009-01-17Finally fix the really annoying race where if you rapidly switch groups severalOwain Ainsworth
2009-01-16revert just the 'race fix'; more works needs to be ironed out withOkan Demirmen
2009-01-16remove pwin, bringing us to one client, one window. we no longer haveOkan Demirmen
2009-01-15On startup, don't leak memory when we enumerate existing windows.Owain Ainsworth
2009-01-15- add missing prototypes.Okan Demirmen
2009-01-13better cast; noticed by ray@Okan Demirmen
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