summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2009-04-24DRI2: Add interface for drivers to query DRI2 extension versionIan Romanick2-0/+27
2009-04-24Correct fcntl(F_SETOWN) error check in non-Solaris sigio codeJoel Bosveld1-1/+1
2009-04-24Add SIGIO/SIGPOLL support for SolarisAlan Coopersmith2-7/+38
2009-04-24Add casts to generated entries in sdksyms.c to silence type mismatch warningsAlan Coopersmith1-1/+1
2009-04-24Fix byte swapping of XF86VidMode{Get,Set}GammaRampAlan Coopersmith1-10/+6
2009-04-22XQuartz: Localization updateJeremy Huddleston69-0/+69746
2009-04-22XQuartz: Make sure the bgMouseLocationUpdated state is consistentJeremy Huddleston1-18/+23
2009-04-22Bug#21324: Add quirk for Iiyama Vision Master 450Julien Cristau1-0/+5
2009-04-20DRI2: Send the version the code actually supportsIan Romanick1-2/+2
2009-04-17randr: Accept gamma set requests from XF86VidMode clients tooAdam Jackson3-2/+67
2009-04-17[kdrive] Fix rotation of pointerDavid Jander1-2/+2
2009-04-17input: allow NULL as XkbRMVLOSet in InitKeyboardDeviceStruct.Peter Hutterer3-14/+3
2009-04-15Fix build on hurd-i386Samuel Thibault4-21/+12
2009-04-15randr12: looking up these bits if randr isn't initialised is bad.Dave Airlie1-2/+4
2009-04-15xfree86: Remove device from inputInfo.devices if ActivateDevice failed.Ander Conselvan de Oliveira1-0/+1
2009-04-15xfree86: don't synthesise a mouse section if synaptics devices are found.Peter Hutterer1-1/+2
2009-04-14Fix unused var warning from pci cleanups.Eric Anholt1-2/+0
2009-04-14xnest: remove unused variable 'names'.Peter Hutterer1-2/+0
2009-04-11XQuartz: Use correct values for ProximityIn and ProximityOutJeremy Huddleston1-3/+1
2009-04-11XQuartz: Solve the tablet 100% CPU bugJeremy Huddleston1-3/+3
2009-04-11XQuartz: Re-enable background window checkingJeremy Huddleston1-8/+2
2009-04-11XQuartz: Only set MotionNotify on activation if it is updated.Jeremy Huddleston1-1/+5
2009-04-11XQuartz: Make sure the Fn doesn't trigger unneccessary calls to DarwinUpdateM...Jeremy Huddleston3-28/+41
2009-04-11XQuartz: Re-enable Fn as an option for 3button mouse simulation.Jeremy Huddleston1-2/+5
2009-04-10DRI2: Synchronize the contents of the real and fake front-buffersIan Romanick1-0/+22
2009-04-10DRI2: Do not send the real front buffer of a window to the clientIan Romanick1-2/+22
2009-04-10DRI2: Add fake front-buffer to request list for windowsIan Romanick1-0/+40
2009-04-10XQuartz: xprSetWindowLevel updated to store the level requested by the WMJeremy Huddleston1-1/+15
2009-04-10XQuartz: Update window levels when changing rootless stateJeremy Huddleston1-12/+22
2009-04-10XQuartz: Fix window levels for rooted mode to allow showing the menu bar.Jeremy Huddleston1-3/+5
2009-04-10XQuartz: Properly set the window level for the root windowJeremy Huddleston3-12/+21
2009-04-10XQuartz: Properly set the menu bar and hotkey state when changing rootless mode.Jeremy Huddleston1-4/+11
2009-04-10XQuartz: In rooted mode, make sure we start in the hidden state.Jeremy Huddleston1-0/+3
2009-04-10XQuartz: Send MotionNotify before button presses when X11 is in the backgroundJeremy Huddleston1-19/+30
2009-04-10XQuartz: Revert most of the previous override redirect patchJeremy Huddleston1-10/+0
2009-04-09Lift fatal signal handlers from DDX'es up to a common DIX implementationAlan Coopersmith4-61/+21
2009-04-09xfree86: shut up compiler warnings - typecast to InternalEventPeter Hutterer2-6/+6
2009-04-09xfree86: fix use of uninitialized variable in DGAProcessPointerEvent.Peter Hutterer1-2/+5
2009-04-09config: fix crash caused by strdup(NULL)Eamon Walsh1-2/+3
2009-04-07Don't leak default font path when appending built-insAlan Coopersmith1-2/+11
2009-04-06config: Remove useless xf86conf{{m,c,re}alloc},free} macrosAdam Jackson17-135/+130
2009-04-06config: s/xf86configStrdup/strdup/Adam Jackson6-36/+24
2009-04-06kdrive: Fix segfault in tslib supportDavid Jander1-1/+1
2009-04-06Remove some OS/2 leftovers.Adam Jackson1-3/+0
2009-04-05XQuartz: Use updated Xplugin API to send overide-redirect windows to the curr...Jeremy Huddleston1-15/+26
2009-04-05XQuartz: Send a MotionNotify event for the mouse cursor when activating X11.appJeremy Huddleston1-21/+30
2009-04-04xfree86: Remove unused DEFAULT_UNRESOLVED and DEFAULT_BEST_REFRESH macrosJulien Cristau1-3/+0
2009-04-03DPMS: Remove the defaultDPMS* variablesAdam Jackson2-4/+4
2009-04-03DPMS: Simplify command line parsingAdam Jackson1-4/+2
2009-04-03DPMS: Remove unused DPMSGet()Adam Jackson3-29/+0