summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-19Xming: Fix warnings in winClipboardFlushXEvents()Colin Harrison1-3/+3
2010-10-19Xming: Fix warning in winClipboardErrorHandler()Colin Harrison1-1/+1
2010-10-19Cygwin/X: Turn off the bad-function-cast warning for XWin codeJon TURNEY1-1/+2
2010-10-19Cygwin/X: Remove execute permission from source filesJon TURNEY17-0/+0
2010-10-19Cygwin/X: unifdef XFree86ServerJon TURNEY5-152/+1
2010-10-19Cygwin/X: Use normal apostrophe in XWin DDX help textJon TURNEY1-1/+1
2010-10-19Cygwin/X: Cleanup some VENDOR_STRING/VENDOR_CONTACT cruftJon TURNEY2-13/+7
2010-10-18Merge remote branch 'whot/for-keith'Keith Packard4-35/+28
2010-10-18randr: Remove mirandrAdam Jackson3-203/+0
2010-10-18modes: improve aspect ratio match for classic driversOlivier Fourdan1-5/+59
2010-10-18composite: Move the backfill comment to a more appropriate indent levelAdam Jackson1-4/+4
2010-10-18composite: Don't backfill non-MapWindow allocationsAdam Jackson1-3/+7
2010-10-18composite: Don't backfill non-bg-None windowsAdam Jackson1-1/+23
2010-10-18ddc: Don't probe for DDC/CI or EEPROMAdam Jackson1-4/+0
2010-10-18xfree86: Drop linux libc5 support from the SIGIO codeAdam Jackson1-9/+0
2010-10-18dri1: Remove "buffers" from the config logicAdam Jackson4-98/+0
2010-10-18xfree86: Remove %M expansion from config parserAdam Jackson3-26/+6
2010-10-18xfree86: Remove an open-coded strtoul()Adam Jackson1-48/+1
2010-10-18config: Remove atimisc workaroundAdam Jackson1-18/+0
2010-10-18config: Don't look for .o drivers anymoreAdam Jackson1-1/+1
2010-10-18fix a sign problem with valuator data.Joe Shaw2-2/+2
2010-10-18dix: update comments for GetPointerEvents and friendsPeter Hutterer1-16/+6
2010-10-15os: Clean up various xtrans bits that we've never supportedAdam Jackson3-137/+13
2010-10-15xfree86: rename parameter names to xf86ScaleAxis.Peter Hutterer2-17/+20
2010-10-13test: Fix make distcheck when not building unit testsJeremy Huddleston1-2/+1
2010-10-13Comparison between pointer and integer in latest dix/dispatch.cColin Harrison1-1/+1
2010-10-13event_size is currently never assigned to in mieqProcessInputEvents().Jon TURNEY1-0/+4
2010-10-13dix: optimize CallCallbacksAdam Jackson2-9/+9
2010-10-13xwin: Remove some undue paranoia about UNDRAWABLE_WINDOWAdam Jackson3-38/+0
2010-10-13dix: Remove the memory of the multibuffer extensionAdam Jackson5-28/+4
2010-10-13Remove leftover fbSaveAreas & fbRestoreAreas defines from wfbrename.hAlan Coopersmith1-2/+0
2010-10-13Use GetCurrentRootWindow or equivalent instead of spriteTrace[0].Jamey Sharp3-11/+6
2010-10-13Move replay-window check from ComputeFreezes to CheckDeviceGrabs.Jamey Sharp2-28/+20
2010-10-13CheckDeviceGrabs: Delete redundant pWin->optional test.Jamey Sharp1-4/+2
2010-10-13Let CheckPassiveGrabsOnWindow callers check if device is already grabbed.Jamey Sharp1-11/+11
2010-10-05vbe: Fix copying the mode info blockAdam Jackson1-63/+3
2010-10-05edid: Fix the HDTV sync pulse adjustmentAdam Jackson1-2/+2
2010-10-04xfree86: Do not call dlclose(NULL) [regression after ab7f057]Chris Wilson1-1/+2
2010-10-01Bump version to 1.9.99.1 (1.10 development series)Keith Packard1-2/+2
2010-09-30remove doltAdrian Bunk3-184/+0
2010-09-29randr: set error numbers of resource types in RRExtenstionInit() (V2)Tobias Droste5-3/+56
2010-09-29Cygwin/X: Fix compilation after "delete pervasively use of DISPATCH_PROC"Jon TURNEY1-27/+25
2010-09-28Bump video driver ABI version to 9.0Aaron Plattner1-1/+1
2010-09-28XQuartz: RandR: Refactor legacy mode-switching to be better integrated with R...Jeremy Huddleston6-147/+234
2010-09-28XQuartz: RandR: Don't change the rootless preference when changing RandR modeJeremy Huddleston15-115/+124
2010-09-28XQuartz: RandR: Better handle switching betwen RandR modes that share CG modesJeremy Huddleston2-37/+123
2010-09-28XQuartz: RandR: Respond better to resolution changes made outside XJeremy Huddleston5-93/+135
2010-09-28XQuartz: RandR: Use deprecated CG APIs only on Leopard and earlierJeremy Huddleston2-5/+11
2010-09-28XQuartz: RandR: Remove FAKE_RANDR code.Jan Hauffa3-62/+1
2010-09-28XQuartz: RandR: Toggle rootless mode on XRandR mode switch.Jan Hauffa2-28/+72