summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-03DPMS: Fix cast abuseAdam Jackson1-8/+5
2009-04-03kdrive: s/KdSaveString/strdup/gAdam Jackson12-36/+23
2009-04-01Don't leak canonical module name and patterns if module is built-inAlan Coopersmith1-1/+2
2009-04-01XQuartz: Still send mouse events while X11 is in the background if we have te...Jeremy Huddleston1-1/+1
2009-04-01XQuartz: Return BadRequest when SendPSN isn't implemented rather than successJeremy Huddleston1-5/+6
2009-04-01XQuartz: Pad xAppleDRINotifyEvent to 32bytes to match sizeof(xEvent)Jeremy Huddleston1-1/+4
2009-04-01xfree86: edid quirk for Philips LCD LP154W01-TLAJTormod Volden1-0/+5
2009-04-01input: Remove xf86ReloadInputDevs hackAdam Jackson3-19/+0
2009-03-31XQuartz: Don't report mouse events while X11 is not the foreground applicationJeremy Huddleston1-7/+4
2009-03-31APM: Don't carp if not available.Adam Jackson1-1/+0
2009-03-30XQuartz: Fix mouse tracking for quake, et. al. in wineJeremy Huddleston1-9/+17
2009-03-30APM: Use general handlers, not input handlers.Adam Jackson4-8/+8
2009-03-27config: Fall back to vesa for Intel Poulsbo.Adam Jackson1-0/+2
2009-03-20dix/xfree86: simplified velocity approximation algorithmSimon Thum1-34/+13
2009-03-16xfree86: remove a superfluous assignment.Peter Hutterer1-2/+0
2009-03-13Unexport xf86SetPriorityAdam Jackson2-25/+24
2009-03-12Honour Option "DPMS" "off" on xorg.confAnder Conselvan de Oliveira1-14/+13