summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2012-01-27XQuartz: Bump bundle version to 2.7.2Jeremy Huddleston1-4/+4
2012-01-27hw/xwin: Fix spelling of 'Canadian' in winkeybd.hColin Harrison1-1/+1
2012-01-27hw/xwin: Fix winEnqueueMotion() for change in miPointerSetPosition()Colin Harrison1-3/+0
2012-01-26hw/xwin: Ignore WM_DISPLAYCHANGE messages with 0 bppColin Harrison1-0/+4
2012-01-26hw/xwin: Avoid WIN_WINDOW_PROP races during Windows window destructionJon TURNEY2-5/+5
2012-01-26hw/xwin: Handle more motif window decoration hintingJon TURNEY2-4/+25
2012-01-26hw/xwin: Fix AltGr key sometimes firing an additional Ctrl-L keyOliver Schmidt2-43/+60
2012-01-26hw/xwin: Handle the virtual key code generated by the Fn key on IBM Lenovo la...Jon TURNEY2-2/+4
2012-01-26hw/xwin: turn on -emulate3buttons if less than 3 mouse buttons are reportedJon TURNEY5-5/+46
2012-01-26hw/xwin: In multiwindow mode, don't grab native input focus for new windows w...Jon TURNEY2-1/+26
2012-01-26hw/xwin: Remove some redundant OS version reportingJon TURNEY3-18/+2
2012-01-26hw/xwin: Don't assume we'll always have converted the clipboard selection aft...Roland Cassard1-19/+4
2012-01-26hw/xwin: Mitigate a race condition in clipboard thread initializationMichel Hummel1-2/+0
2012-01-26hw/xwin: Chain IOError handlers to avoid longjmp across threadsJon TURNEY2-25/+52
2012-01-26hw/xwin: Improve XWinrc loading and error recoveryYaakov Selkowitz2-19/+65
2012-01-26hw/xwin: Remove no-longer needed tricks used to prevent the clipboard client ...Michel Hummel2-125/+3
2012-01-26hw/xwin: Automatically restart clipboard threadMichel Hummel2-8/+62
2012-01-26hw/xwin: Give the X window for the clipboard integration client a nameJon TURNEY1-0/+2
2012-01-25int10: Fix unmapping of the BIOS scratch areaAdam Jackson1-1/+1
2012-01-15xfree86: Don't link libxorgxkb against libdix.laJeremy Huddleston1-1/+0
2012-01-15sdksyms.sh: Exit on error rather than building an empty symbol tableJeremy Huddleston1-0/+1
2012-01-13xfree86: mention udev in the xorg.conf manpage AutoAddDevices sectionPeter Hutterer1-4/+4
2012-01-12Revert "dix: Pull client-is-local flag up to the ClientRec"Keith Packard8-15/+15
2012-01-09Merge remote-tracking branch 'jturney/rpavlik-xwin-fixes'Keith Packard11-25/+23
2012-01-09Always install xaa sdk headersAdam Jackson2-2/+4
2012-01-09UnloadSubModule(): accept pointer value '1' and ignore it.Matthieu Herrb1-0/+3
2012-01-09vgahw: Fix DACDelay() macro to use the driver's vtableAdam Jackson1-4/+4
2012-01-09linux: Use K_OFF VT KB mode over K_RAW if available.Arthur Taylor1-6/+13
2012-01-09Merge commit '777bf90abeac37087a3d0538b847742523d5acf2'Keith Packard9-58/+19
2012-01-09Merge remote-tracking branch 'whot/for-keith'Keith Packard1-5/+6
2012-01-09Merge remote-tracking branch 'kibi/master'Keith Packard1-19/+0
2012-01-08XQuartz: GL: Buildfix for recent GLX changesJeremy Huddleston1-3/+0
2012-01-07hw/xwin: Include manifest file in the dist tarballRyan Pavlik1-1/+2
2012-01-07hw/xwin: Fix duplicate definition of HAS_WINSOCK when building for MinGWRyan Pavlik2-1/+2
2012-01-07hw/xwin: Fix possible null ptr deref in winMWExtWMDecorateWindow()Ryan Pavlik1-1/+2
2012-01-07hw/xwin: Fix possible null ptr deref in winMWExtWMRestackFrame()Ryan Pavlik1-1/+1
2012-01-07hw/xwin: Fix possible null ptr deref in winActivateAppPrimaryDD()Ryan Pavlik1-3/+3
2012-01-07hw/xwin: Fix possible null ptr deref in winActivateAppNativeGDI()Ryan Pavlik1-3/+4
2012-01-07hw/xwin: Clarify an if statement mixed with ifdef in winSetEngine()Ryan Pavlik1-5/+2
2012-01-07hw/xwin: Fix rrScreenSetSize function pointer mismatchRyan Pavlik1-2/+0
2012-01-07hw/xwin: Remove an empty #if 0/#endifRyan Pavlik1-2/+0
2012-01-07hw/xwin: Fix double-free in error path in winQueryRGBBitsAndMasks()Ryan Pavlik1-1/+0
2012-01-07hw/xwin: Fix a memory leak in error path in winInitWM()Ryan Pavlik1-5/+7
2012-01-06xfree86: Remove the pretense of EDID v2 supportAdam Jackson1-43/+4
2012-01-06dix: Pull client-is-local flag up to the ClientRecAdam Jackson8-15/+15
2012-01-05xfree86: split warning about missing identifier or input driverPeter Hutterer1-5/+6
2011-12-31linux/ia64: Fix regression after domain I/O support code removal.Cyril Brulebois1-19/+0
2011-12-27Merge remote-tracking branch 'kibi/master'Keith Packard1-1/+1
2011-12-22xorg.conf.man: Fix bad whatis entry.Cyril Brulebois1-1/+1
2011-12-22Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Peter Hutterer39-225/+308