summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-09-06On powerpc, only set "UseFBDev" option to true by default on Linux.Matthieu Herrb
2009-09-06MFC: enable build with recent input ABI.Matthieu Herrb
2009-09-05updateMatthieu Herrb
2009-09-05update to xterm 247, a small bug fix over version 246.Matthieu Herrb
2009-09-05re-introduce the intention of the change from rev 1.4 in menu.c hereOkan Demirmen
instead, by moving the check for '\0' to only the places that it matters. hint and 50% of the diff from oga@, prodded by todd@ ok oga@
2009-09-05update to xterm 246. Has been in snapshots for some time.Matthieu Herrb
2009-09-05update to xcb-util 0.3.6. Tested on a packages bulk build by naddy@.Matthieu Herrb
2009-09-05Update to libxcb 1.4. tested by naddy@ on a packages bulk build.Matthieu Herrb
2009-09-05updateMatthieu Herrb
2009-09-05styleTobias Stoeckmann
ok oga
2009-09-02syncTodd T. Fries
2009-08-29updateMatthieu Herrb
2009-08-27unroll the CCTOSC macro; from Thomas PfaffOkan Demirmen
ok oga@
2009-08-25Remove compat directories that are not needed here. ok oga@.Matthieu Herrb
2009-08-25update do xf86-video-ati 6.12.2Matthieu Herrb
This has been in snapshots for weeks. ok oga@, todd@.
2009-08-25static; ok oga@Okan Demirmen
2009-08-25we are not doing access control here, so replace the "check if file isOkan Demirmen
executable" goo with access(2). originally from jacekm@ long time ago. "i can live with that" oga@
2009-08-25Reduce duplciation of code for checking modifiers in key/mouse bindings.Owain Ainsworth
shaves a bunch of bytes. ok okan@
2009-08-25Instead of calling conf_bind*() 50 gazillion times in a row, store anOwain Ainsworth
array with all the parameters in and just loop over that to setup the default keybindings - it's so much easier to read. okan@ "love love love"ed this
2009-08-25Instead of messing around everytime we do a resize, just clamp theOwain Ainsworth
resize increments to a minimum of one, and use it unconditionally. "you've convinced me, do it!" okan@
2009-08-25unroll macro; ok oga@Okan Demirmen
2009-08-24Add a keybinding to allow horizontal maximisation of a window (CMS-enter).Owain Ainsworth
based on a diff by Thomas Pfaff; thanks! ok okan@
2009-08-24bring together gathering, calculating and applying of size hints;Okan Demirmen
additionally, respect aspect ratio hints. ok oga@
2009-08-24Instead of having a function that just calls TAILQ_INIT on a global, useOwain Ainsworth
TAILQ_HEAD_INITIALIZER() and drop the function. ok okan@
2009-08-24updatesMatthieu Herrb
2009-08-24instead of checking for flags in the client context, then removing them.Owain Ainsworth
e.g.: if (flags & flags_we_care_about) flags &= ~(flags_we_care_about); just whack the flags unconditionally, it's simpler. okan@ agrees.
2009-08-24syncTodd T. Fries
2009-08-23update to libXt 1.0.6Matthieu Herrb
2009-08-23update to libSM 1.1.1Matthieu Herrb
2009-08-23update to libFS 1.0.2Matthieu Herrb
2009-08-18updatesMatthieu Herrb
2009-08-09syncTodd T. Fries
2009-08-08remove unnecessary Ar macrosOkan Demirmen
ok jmc@
2009-08-08remove unnecessary Dq macro; based on a diff from Martin ToftOkan Demirmen
feedback and ok jmc@, martynas@
2009-08-06Pull in some code from 2.8 and current so that dri2 works correctly withOwain Ainsworth
xserver 1.6.2. When dri2 is not in use, this commit does nothing. ok matthieu@
2009-08-06backport some code from mesa current (and 7.5) so that the dri2 protocolOwain Ainsworth
is correctly handled. without fixes to mesa and the ddx, the so-called backwards compat goop that was added just plain does not work and ends up with rendering bullshit.
2009-08-06update dri2proto to the latest version. (needed for dri2 with xserverOwain Ainsworth
1.6.2 to work correctly) ok matthieu@
2009-08-04syncTodd T. Fries
2009-08-04syncTodd T. Fries
2009-08-04Enable XCB on architectures with shared libs.Matthieu Herrb
requested by sthen@.
2009-08-02updatesMatthieu Herrb
2009-07-28OpenBSD's gcc 3.3 is capable of handling the MMX code of pixman.Matthieu Herrb
Change the configure test so that it gets enabled. Tested by marco@ ajacoutot@ ckuethe@ and others.
2009-07-24updatesMatthieu Herrb
2009-07-20add -I${XCBUTIL}/${SUBLIB} to CPPFLAGS for gcc 2.95Matthieu Herrb
2009-07-20regen after gcc 2.95 build fixMatthieu Herrb
2009-07-20gcc 2.95 build fixes.Matthieu Herrb
2009-07-19Disable hardware cursor before we exit. From NetBSD.Mark Kettenis
ok oga@
2009-07-19Initialize ed.used_stdout at the beginning of do_extract() to avoidMatthieu Herrb
reading uninitialized memory later. Reported by Philip Guenther. Thanks.
2009-07-18Fix build when XSRCDIR is not defined in /etc/mk.conf.Matthieu Herrb
Problem reported by Chris Kuethe. Thanks.
2009-07-18Correct patch for libpciaccess issue from X.Org bug 18122, byMatthieu Herrb
Marien Zwart. Tested by Pierre Cardoso.