summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-05-18Fix two problems with conf_unbind():Owain Ainsworth
2008-05-18Kill conf_get_int(), it was a silly function anyway.Owain Ainsworth
2008-05-18group_ctx->name is only used in this one function, and for now itOwain Ainsworth
2008-05-18When we're cleaning out the lists in parse_config and conf_clear it's aOwain Ainsworth
2008-05-18- re-order and mostly re-write cwmrc(5)Okan Demirmen
2008-05-17fix cwm's current XShape support from Edd Barrett -thanks.Okan Demirmen
2008-05-15KNF, no binary change.Owain Ainsworth
2008-05-15tiny bit of knfOkan Demirmen
2008-05-11provide a minimal config.site pre-built configure cache, toMatthieu Herrb
2008-05-11syncMatthieu Herrb
2008-05-11Explicitly disable rplay. Found by mbalmer@Matthieu Herrb
2008-05-07- fix an infinite loop by ensuring that realInputProc is neverAntoine Jacoutot
2008-05-06Signal handler of SIGCHLD calls waitpid() which sets errno on error. ToTobias Stoeckmann
2008-05-05syncTodd T. Fries
2008-05-04Convert some wscons keyboard layouts to correct X names. -mojMats O Jansson
2008-05-01Rework the alt-tabbing code to be a lot simpler.Owain Ainsworth
2008-05-01syncTodd T. Fries
2008-04-30syncTodd T. Fries
2008-04-29Allow slashes in unquoted strings.Simon Bertrang
2008-04-29Enable building the dri modules and mesa drivers by default on i386 andOwain Ainsworth
2008-04-28nits from Pierre Riteau - thanks!Okan Demirmen
2008-04-21Mesa3d and xterm got new releases.Matthieu Herrb
2008-04-21Add 2 files added with 1.0.4.Matthieu Herrb
2008-04-20If the wskbd map is 'user' don't try to set the xkb layout.Matthieu Herrb
2008-04-20This weekend updatesMatthieu Herrb
2008-04-20Update to xset 1.0.4Matthieu Herrb
2008-04-20update to xrdb 1.0.5Matthieu Herrb
2008-04-20Update to xprop 1.0.4Matthieu Herrb
2008-04-20Update to xkbcomp 1.0.4Matthieu Herrb
2008-04-20Update to xinit-1.0.8, while preserving local changes.Matthieu Herrb
2008-04-20Get rid of the Xwrapper hack. OpenBSD doesn't support XFree86 3.3.x anymore.Matthieu Herrb
2008-04-19update to xev 1.0.3Matthieu Herrb
2008-04-19update to xdm-1.1.7 (No changes on OpenBSD).Matthieu Herrb
2008-04-19update to x11perf 1.5Matthieu Herrb
2008-04-19update to twm 1.0.4Matthieu Herrb
2008-04-19Update to xrandr 1.2.3.Matthieu Herrb
2008-04-19Update SiS driver to 0.10Owain Ainsworth
2008-04-19update to xf86-video-radeonhd-1.2.1.Matthieu Herrb
2008-04-19Update to xf86-video-radeonhd 1.2.0. Tested by jdixon@ and jasper@Matthieu Herrb
2008-04-19When mesa uses sse the current allocator was just using malloc, meaningOwain Ainsworth
2008-04-19dri libs depend on libmesa_pic.aMatthieu Herrb
2008-04-17Fix from Eric Anholt in Mesa-current:Matthieu Herrb
2008-04-17pthread_key_create(3) explicitely says that the value associatedMatthieu Herrb
2008-04-16When running without an xorg.conf file, use the current wscons keymapMatthieu Herrb
2008-04-16merge kbfunc_{ptrmove,client_{move,resize}} into one function that takes a flag,Owain Ainsworth
2008-04-16remove infowin. It slipped out of the last commit, for some reason.Owain Ainsworth
2008-04-16Replace a few leftover calls to strdup and calloc with xstrdup and xcallocOwain Ainsworth
2008-04-16Remove screen_infomsg(), nothing uses it.Owain Ainsworth
2008-04-16kill an unused struct member.Owain Ainsworth
2008-04-15make the argument parser for commands accept quoted strings, while i'mOwain Ainsworth