summaryrefslogtreecommitdiff
path: root/hw/xquartz
AgeCommit message (Expand)AuthorFilesLines
2012-04-26XQuartz: Make sure we tell startx the correct server binary to use in our fal...Jeremy Huddleston1-1/+1
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-05XQuartz: Automatically start our virtual tablet devicesJeremy Huddleston1-3/+3
2012-03-30XQuartz: Tiger build fixJeremy Huddleston1-6/+8
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 Huddleston1-1/+1
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
2012-03-24XQuartz: Xi: darwinPointer is now RelativeJeremy Huddleston1-2/+2
2012-03-24XQuartz: Move our logs into an X11 subdirectoryJeremy Huddleston1-3/+9
2012-03-21Introduce a consistent coding styleKeith Packard66-7880/+8643
2012-02-22XQuartz: Short-circuit activateX:Jeremy Huddleston1-0/+3
2012-02-22XQuartz: Actually install the new localesJeremy Huddleston1-1/+1
2012-02-13XQuartz: Build fix for possible conflict of BOOL typeJeremy Huddleston1-2/+5
2012-01-30XQuartz: Release all buttons and keys when deactivatingJeremy Huddleston3-17/+32
2012-01-29XQuartz: Toggle off fullscreen mode when XQuartz is hiddenJeremy Huddleston1-0/+7
2012-01-29XQuartz: Localization UpdatesJeremy Huddleston60-18346/+47072
2012-01-27XQuartz: Bump bundle version to 2.7.2Jeremy Huddleston1-4/+4
2012-01-12Revert "dix: Pull client-is-local flag up to the ClientRec"Keith Packard2-4/+4
2012-01-09Merge commit '777bf90abeac37087a3d0538b847742523d5acf2'Keith Packard2-4/+4
2012-01-08XQuartz: GL: Buildfix for recent GLX changesJeremy Huddleston1-3/+0
2012-01-06dix: Pull client-is-local flag up to the ClientRecAdam Jackson2-4/+4
2011-12-19XQuartz: Provide in-tree implementation of strndup(3) if neededJeremy Huddleston1-0/+7
2011-11-23Convert strncpy/strncat to strlcpy/strlcatAlan Coopersmith1-2/+1
2011-10-26XQuartz: appledri: Correct byte swapping in event notificationsJeremy Huddleston1-1/+3
2011-10-26XQuartz: applewm: Correct byte swapping in event notificationsJeremy Huddleston1-1/+3
2011-10-24XQuartz: Fix the filename of our log fileJeremy Huddleston1-1/+1
2011-10-21XQuartz: appledri: Allow byte swapped requestsJeremy Huddleston1-5/+91
2011-10-21XQuartz: appledri: Fix byte swapping in repliesJeremy Huddleston1-3/+36
2011-10-21XQuartz: appledri: Set the correct reply length for XAppleDRICreatePixmapJeremy Huddleston1-1/+1
2011-10-21XQuartz: appledri: Change whitespace in appledristr.h to match mesaJeremy Huddleston1-141/+157
2011-10-04XQuartz: pbproxy: Add missing AM_OBJCFLAGSJeremy Huddleston1-0/+1
2011-09-28XQuartz: Use set_front_process rather than X11ApplicationSetFrontProcess sinc...Jeremy Huddleston1-1/+1
2011-09-21Use internal temp variable for swap macrosMatt Turner3-47/+34
2011-08-14XQuartz: Initialize darwin pointer valuatorsPelle Johansson1-2/+2
2011-07-31Xquartz: include new localization files in the tarballJulien Cristau1-0/+9
2011-07-31XQuartz: xpr: Don't FatalError if xp_unlock_window failsJeremy Huddleston1-3/+6
2011-07-31XQuartz: Use CFSTR to avoid implicit cast warning of NSString * to CFStringRefJeremy Huddleston1-1/+1
2011-07-29Merge remote-tracking branch 'whot/for-keith'Keith Packard1-3/+3
2011-07-27Terminate the log with one last message.Peter Hutterer1-3/+3