summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer182-265/+0
2008-12-12xfree86: dump the ptraccel filter setup to the log on init.Simon Thum1-2/+7
2008-12-12dix: ptraccel - Add GetAccelerationProfile()Simon Thum1-32/+33
2008-12-11Fix syncsrv.h guard defineAdam Jackson1-3/+3
2008-12-11xsync: Prototype fix.Colin Harrison1-1/+1
2008-12-11xsync: build fixAdam Jackson1-0/+2
2008-12-11randr: Fix initial panning border copyMatthias Hopf1-1/+4
2008-12-11randr: Oops, miscalculated panning rectangle's coordinatesMatthias Hopf1-4/+4
2008-12-11randr: Update initial screen size if panning information is presentMatthias Hopf1-4/+17
2008-12-11randr: Fix error message for bad panning configMatthias Hopf1-1/+1
2008-12-11randr: Add monitor option "Panning" for initial panning configurationMatthias Hopf2-1/+65
2008-12-11 Modify sdksyms.sh to receive $top_srcdir as first argument.Paulo Cesar Pereira de Andrade2-4/+10
2008-12-11xsync: Fix wakeup storm in idletime counter.Adam Jackson1-10/+41
2008-12-11xsync: ANSI cleanupsAdam Jackson1-392/+138
2008-12-11xsync: Use a local header for server API definitionsAdam Jackson3-1/+178
2008-12-11xsync: remove cast abuse.Adam Jackson1-41/+40
2008-12-10XQuartz: Fix path to executableJeremy Huddleston1-1/+1
2008-12-10XQuartz: fixed make distJeremy Huddleston2-1/+2
2008-12-10XQuartz: Make debugging output for invalid depths a bit more detailedJeremy Huddleston1-2/+2
2008-12-10XQuartz: Avoid using login /bin/sh blech. Just use a bash script to start th...Jeremy Huddleston4-67/+104
2008-12-10XQuartz: unset DISPLAY if we didn't get a launchd socket handoffJeremy Huddleston1-0/+10
2008-12-10XQuartz: unsetenv(DISPLAY) if we're not org.x.X11Jeremy Huddleston7-29/+101
2008-12-10XQuartz: Removed some debug spewJeremy Huddleston1-2/+0
2008-12-10randr: clear primaryOutput when the output is deletedAdam Jackson1-0/+3
2008-12-10randr: use primary output for RRFirstOutput()Adam Jackson1-0/+3
2008-12-10randr: Mangle GetScreenResources sort order based on primary outputAdam Jackson1-3/+14
2008-12-10randr: Mangle compat Xinerama reply based on primary outputAdam Jackson1-17/+31
2008-12-10randr: Add [GS]etOutputPrimaryAdam Jackson4-1/+145
2008-12-10mi: Clean up CopyGetMasterEvent, re-use the memory.Peter Hutterer2-35/+40
2008-12-10dix: move MAX_VALUATOR_EVENTS into include/input.hPeter Hutterer3-6/+5
2008-12-10dix: purge dead device-based window access code.Peter Hutterer2-26/+0
2008-12-10Add dependency tracking to sdksyms.c and export composite wrapper.Paulo Cesar Pereira de Andrade2-9/+9
2008-12-10mi: always update the sprite for master devices.Peter Hutterer1-1/+1
2008-12-08Correct wrong symbol reference on sparc.Paulo Cesar Pereira de Andrade2-6/+12
2008-12-08Default to x86emu even on i386 linuxAdam Jackson1-1/+0
2008-12-08ddxCtrls.c: XkbDDXUsesSoftRepeat always returns 1 nowSascha Hlusiak1-20/+0
2008-12-08Don't use gnu specific extensions to awk when builing symbolsBenjamin Close1-5/+5
2008-12-08xfree86: init EQ before trying to initialise the devices (#18890)Peter Hutterer1-2/+2
2008-12-08Xi: XIGetDevice needs to ignore the MORE_EVENTS flag.Tom Jaeger1-1/+1
2008-12-08dix: fix calculation of valuator events.Peter Hutterer1-3/+3
2008-12-08xfree86: Only use the evdev ruleset on linux.Peter Hutterer1-2/+8
2008-12-08xfree86: fix compiler warning (use of uninitialized variable)Peter Hutterer1-2/+2
2008-12-07Merge branch 'master' of git://anongit.freedesktop.org/git/xorg/xserverMatthieu Herrb3-11/+12
2008-12-07Fix build in separate build directory.Matthieu Herrb1-1/+1
2008-12-07Require macros 1.2.0 or newer for XORG_CHANGELOG and XORG_CWARNFLAGS.Paulo Cesar Pereira de Andrade2-9/+10
2008-12-07Convert libx86emu.a to a "libtool convenience library".Paulo Cesar Pereira de Andrade1-2/+2
2008-12-07Export some symbols from libxf86config when installing it.Paulo Cesar Pereira de Andrade1-3/+6
2008-12-07Correct xf86acpiDisableFlag symbol.Paulo Cesar Pereira de Andrade1-0/+2
2008-12-07Use libtool convenience libraries and better "symbol" table.Paulo Cesar Pereira de Andrade27-1283/+476
2008-12-06XQuartz: darwinPointer reports the actual pixel position now rather than a re...Jeremy Huddleston2-17/+24