summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2012-05-17XQuartz: Provide fls implementation for TigerJeremy Huddleston1-0/+14
2012-05-17XQuartz: Tiger build fixJeremy Huddleston1-0/+6
2012-05-17XQuartz: Workaround an SDK bug on Leopard/x86_64Jeremy Huddleston1-0/+6
2012-05-14xfree86: Add ifdef wrapper to xvmodproc.hMichal Suchanek1-0/+4
2012-05-14kdrive: Remove redundant declarations.Michal Suchanek2-5/+0
2012-05-14xfree86: don't include xvmodproc.h when not neededMichal Suchanek2-3/+0
2012-05-08Fix RANDR’s gamma_to_ramp().James Cloos1-2/+2
2012-05-04hw/xwin/glx: Use silent rulesYaakov Selkowitz1-2/+2
2012-05-04xfree86: use silent rules with sdksyms generationYaakov Selkowitz1-1/+1
2012-05-04xfree86: respect EXEEXT in relink targetYaakov Selkowitz1-1/+1
2012-05-01dmx: Annotate dmxlog.c with _X_ATTRIBUTE_PRINTF and _X_NORETURNMichal Suchanek2-10/+22
2012-04-26XQuartz: Make sure we tell startx the correct server binary to use in our fal...Jeremy Huddleston1-1/+1
2012-04-23xfree86: workaround crash on closeMichal Suchanek1-3/+8
2012-04-23XQuartz: darwinPointer now sends both absolute and relative motionJeremy Huddleston4-52/+56
2012-04-23XQuartz: Add a hack to better handle clicky wheel scroll miceJeremy Huddleston1-2/+109
2012-04-23XQuartz: Use screenInfo.{width,height} instead of grabbing it from the first ...Jeremy Huddleston1-2/+2
2012-04-23XQuartz: Separate out tablet and mouse event delivery into separate functionsJeremy Huddleston3-139/+116
2012-04-23XQuartz: Correct calculation of the size of our file descriptor array in cons...Jeremy Huddleston1-1/+1
2012-04-23XQuartz: Fix a deadlock in pre-dispatch codeJeremy Huddleston1-1/+1
2012-04-23xres: Fix build without compositeJeremy Huddleston1-1/+2
2012-04-19Merge remote-tracking branch 'yselkowitz/master'Keith Packard17-31/+88
2012-04-19Export CompositeClientWindowTypeKeith Packard1-0/+2
2012-04-15Merge remote-tracking branch 'whot/for-keith'Keith Packard2-2/+9
2012-04-16xfree86: after VT switching back, only enable previously enabled devicesPeter Hutterer2-2/+9
2012-04-11hw/xfree86: Re-indent xf86vmode.cKeith Packard1-346/+480
2012-04-11hw/xfree86: Spurious ');' in xf86vmode.c messed up indentation badlyKeith Packard1-1/+1
2012-04-08Revert "xfree86: workaround crash on close"Keith Packard1-2/+1
2012-04-05xfree86: link modules against Xorg symbols on CygwinYaakov Selkowitz1-3/+15
2012-04-05xf86Config: load DIX libraries before drivers on CygwinYaakov Selkowitz1-0/+5
2012-04-05xf86Init: provide ddxBeforeReset ifdef DDXBEFORERESETYaakov Selkowitz1-0/+7
2012-04-05loader: add Cygwin supportYaakov Selkowitz2-1/+19
2012-04-05os-support: add Cygwin supportYaakov Selkowitz1-1/+1
2012-04-05xfree86: allow modules to be built without undefined symbolsYaakov Selkowitz10-26/+39
2012-04-05xf86Crtc: include "xf86xv.h" only if XVYaakov Selkowitz1-0/+2
2012-04-05XQuartz: Automatically start our virtual tablet devicesJeremy Huddleston1-3/+3
2012-03-30XQuartz: Tiger build fixJeremy Huddleston1-6/+8
2012-03-30xfree86: workaround crash on closeMichal Suchanek1-1/+2
2012-03-29Bump input ABI to 17 for per-device idlecountersPeter Hutterer1-1/+1
2012-03-26Merge remote-tracking branch 'jeremyhu/master'Keith Packard76-4699/+5327
2012-03-26man: s/__xservername__/Xorg/g - no longer requiredGaetan Nadon6-69/+69
2012-03-26man: s/__xconfigfile__/xorg.conf/g - no longer requiredGaetan Nadon6-52/+52
2012-03-26XQuartz: Use scrolling valuatorsJeremy Huddleston4-48/+43
2012-03-26XQuartz: Use AllocDevicePair to allocate our keyboard and mouse at the same timeJeremy Huddleston1-8/+10
2012-03-26XQuartz: Call update_desktop_dimensions() after updating our screen coordinatesJeremy Huddleston1-0/+3
2012-03-25XQuartz: Formatting cleanup for sendX11NSEventJeremy Huddleston1-44/+36
2012-03-24XQuartz: Source formatting cleanupJeremy Huddleston68-4636/+5227
2012-03-24XQuartz: Detect FatalErrors on startup to prevent tight crash loopsJeremy Huddleston4-1/+51
2012-03-24os: Pass the FatalError message to OsVendorFatalErrorJeremy Huddleston8-10/+7
2012-03-24XQuartz: Add a defaults option to disable the RENDER extensionJeremy Huddleston2-0/+5
2012-03-24XQuartz: Use doubles for input valuatorsJeremy Huddleston2-72/+59