summaryrefslogtreecommitdiff
path: root/hw/xquartz
AgeCommit message (Expand)AuthorFilesLines
2010-11-24XQuartz: Remove unused CloseInputDevice stubJeremy Huddleston1-19/+0
2010-11-22XQuartz: Localization UpdatesJeremy Huddleston20-141/+164
2010-11-22XQuartz: Remove existing localization files on install to avoid conflictsJeremy Huddleston1-1/+2
2010-11-22XQuartz dri: Don't check CoreGraphics versionJeremy Huddleston1-112/+0
2010-11-22XQuartz: Add pointer debuggingJeremy Huddleston1-0/+46
2010-11-14XQuartz: Fix make distcheckJeremy Huddleston1-1/+3
2010-11-12XQuartz: Build-fixes for XQuartz for recent input API changesJeremy Huddleston2-5/+4
2010-10-22Add support for per-axis valuator modes (Relative/Absolute)Chase Douglas1-7/+7
2010-10-22Abstract valuator masks through a set of APIs.Peter Hutterer1-3/+6
2010-10-15Merge branch 'master' into input-apiPeter Hutterer79-17893/+12626
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
2010-09-28XQuartz: RandR: Implement basic RandR functionality.Jan Hauffa7-80/+469
2010-09-28XQuartz: Move use of static dispatch procs after declarationJeremy Huddleston2-48/+47
2010-09-28xserver: delete pervasively use of DISPATCH_PROCTiago Vignatti2-4/+0
2010-09-13rootless: Delete dead remnants of rootless acceleration.Jamey Sharp2-10/+0
2010-09-13xquartz: Delete compile-time-constant DRIGCRec.driOps field.Jamey Sharp1-5/+1
2010-09-11XQuartz: Localization updatesJeremy Huddleston59-17613/+11764
2010-09-01input: Purge AddOtherInputDevices DDX hook.Peter Hutterer1-43/+0
2010-09-01input: remove OpenInputDevice and CloseInputDevice DDX hooks.Peter Hutterer1-28/+0
2010-09-01input: Purge Register*Device() functions.Peter Hutterer2-6/+0
2010-08-27Replace malloc/strlen/strcpy with strdup.Matt Turner1-2/+1
2010-08-12XQuartz: xpr: Bail on errors during unlock and destroyJeremy Huddleston1-2/+8
2010-08-12XQuartz: UpdateScreen at the end of SetRootlessJeremy Huddleston1-1/+3
2010-08-12XQuartz: Make application switching work better for the no-spaces caseJeremy Huddleston2-8/+22
2010-08-12XQuartz: Ignore kXquartzToggleFullscreen when rootlessJeremy Huddleston1-2/+2
2010-07-29XQuartz: xpbproxy: Don't take down the whole server on an IO errorJeremy Huddleston1-0/+2
2010-07-28XQuartz: GLX: Don't mangle __GLXDrawable's pDrawJeremy Huddleston1-3/+2
2010-07-13XQuartz: Bump bundle version to 2.6.0 for xorg-server-1.9.0 and X11R7.6Jeremy Huddleston1-2/+2
2010-07-13XQuartz: Remove some dead code.Jan Hauffa3-30/+0
2010-07-13XQuartz: Avoid a crash when mistakenly free()ing in QuartzSetCursor on some c...Jeremy Huddleston1-1/+5
2010-06-11xquartz: Get rid of xstrdup when argument is definitely non-NULLMikhail Gusarov1-6/+6
2010-06-10Merge remote branch 'jeremyhu/master'Keith Packard4-29/+31
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov3-6/+6
2010-06-08XQuartz: Add more sanity checking around string manipulation for xmodmapJeremy Huddleston1-11/+19
2010-06-08XQuartz: Fix build regression from faeebead7bfcc78535757ca7acc1faf7554c03b7Jeremy Huddleston3-18/+12
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard7-23/+40
2010-06-05Rename region macros to eliminate screen argumentKeith Packard3-17/+17
2010-06-03Move each screen's x/y origin into ScreenRec.Jamey Sharp5-25/+23
2010-06-03Delete panoramiXdataPtr: it's redundant.Jamey Sharp1-2/+2
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp4-5/+5
2010-05-26Revert "Add a "flags" field to DeleteInputDeviceRequest."Keith Packard1-1/+1
2010-05-25Add a "flags" field to DeleteInputDeviceRequest.Peter Hutterer1-1/+1
2010-05-19Set event sequence number in WriteEventsToClient instead of at callers.Jamey Sharp2-11/+2
2010-05-19Make WriteEventsToClient/WriteToClient no-op on fake or dead clients.Jamey Sharp2-5/+2