summaryrefslogtreecommitdiff
path: root/hw/xquartz
AgeCommit message (Expand)AuthorFilesLines
2010-05-11XQuartz GL: Fix __glXAquaScreenCreateDrawable prototypeJeremy Huddleston1-4/+6
2010-05-04XQuartz: add new localization files to EXTRA_DISTJulien Cristau1-0/+4
2010-05-02XQuartz GLX: Change around includes for better compatability with different O...Jeremy Huddleston2-1/+4
2010-05-02x-list.c: null-returning function malloc() was called without checkingOliver McFadden1-0/+1
2010-04-19unifdef -B -DRENDER to always include RENDER codeKeith Packard2-3/+1
2010-04-15XQuartz GLX: Don't let garbage enter our pixel requestJeremy Huddleston1-1/+1
2010-04-15XQuartz: Localization updateJeremy Huddleston73-1177/+4563
2010-04-11XQuartz: Add a GUI preference for the Alt / Mode_switch toggleJeremy Huddleston3-1084/+712
2010-04-11XQuartz: Customize the NSDefaults id in the man file.Jeremy Huddleston2-19/+21
2010-04-11XQuartz: Add a defaults option to toggle Alt / Mode_switchJeremy Huddleston9-64/+104
2010-04-11XQuartz: Blacklist some oddball legacy Mac keycodes that break wineJeremy Huddleston1-20/+41
2010-04-01Bump bundle version to 2.5.1Jeremy Huddleston1-2/+2
2010-04-01darwin: Correct inline assembly for ___crashreporter_info__Jeremy Huddleston1-1/+1
2010-03-29XQuartz: Re-query dixScreenOrigins as the value could've changed.Jeremy Huddleston1-2/+5
2010-03-29darwin: Generate crash reports on FatalError()Jeremy Huddleston3-14/+10
2010-03-29XQuartz: Workaround weird key data reported on some layoutsJeremy Huddleston1-1/+4
2010-03-21Merge remote branch 'jeremyhu/master'Keith Packard9-120/+106
2010-03-22Fix .man.N targets for AM_SILENT_RULESYaakov Selkowitz1-1/+1
2010-03-21XQuartz: Constrain the pointer to the updated display bounds on display recon...Jeremy Huddleston1-2/+11
2010-03-21XQuartz: pbproxy: Make standalone xpbproxy respect the launchd prefixJeremy Huddleston2-4/+6
2010-03-21XQuartz: xpbproxy: Cleanup xpbproxy threadingJeremy Huddleston5-99/+80
2010-03-21XQuartz: Minor cleanupJeremy Huddleston1-7/+7
2010-03-21XQuartz: GLX: Fix Availability for Tiger ppc workaroundJeremy Huddleston1-1/+1
2010-03-21Revert "XQuartz: Explicitly pass a bellProc to make XBell() work again."Jeremy Huddleston1-7/+1
2010-03-15Merge remote branch 'jeremyhu/master'Keith Packard4-12/+16
2010-03-15XQuartz: remove undefined XSERVER_CFLAGS variableGaetan Nadon4-5/+5
2010-03-11XQuartz: Use an empty xkb keymap by defaultJeremy Huddleston2-11/+11
2010-03-11XQuartz: Include os.h for OsAbort()Jeremy Huddleston1-0/+4
2010-03-11XQuartz: GLX: Fix prototype for swapBuffersJeremy Huddleston1-1/+1
2010-02-17os: Prevent core dump from being truncated.Rami Ylimaki1-1/+1
2010-02-15XQuartz: Fix a possible buffer overrun in quartzAudioJeremy Huddleston1-18/+18
2010-02-15XQuartz: clang static analysis fixesJeremy Huddleston8-35/+37
2010-02-15XQuartz: Fix linking (CloseInput())Jeremy Huddleston1-0/+6
2010-01-30XQuartz: Attatch a stub display when CoreGraphics reports no displays.Jeremy Huddleston1-0/+13
2010-01-30XQuartz: Dead code removalJeremy Huddleston2-42/+1
2010-01-30XQuartz: Add some .gitignore magicJeremy Huddleston2-0/+2
2010-01-13XQuartz: Don't FatalError in x_hook_run if the list is emptyJeremy Huddleston1-0/+3
2010-01-13XQuartz: Update copyright in bundle for 2010Jeremy Huddleston1-2/+2
2010-01-13XQuartz: Setup the modifier map in the quartz threadJeremy Huddleston1-1/+3
2009-12-22config: Introduce InputAttributes in NewInputDeviceRequestDan Nicholson1-1/+2
2009-12-18Add type name argument to CreateNewResourceTypeAlan Coopersmith2-10/+4
2009-12-18Ensure all resource types created have names registeredAlan Coopersmith2-0/+7
2009-12-18Check for failures from CreateNewResourceTypeAlan Coopersmith1-1/+1
2009-12-09XQuartz: pbproxy: Fix building of standalone xpbproxy executableJeremy Huddleston1-0/+3
2009-12-08Miscellaneous compilation warning fixesJeremy Huddleston1-1/+2
2009-11-30XQuartz: Drop calls to allocaJeremy Huddleston3-9/+28
2009-11-23XQuartz: Allow better compatability with older versions of xinitJeremy Huddleston2-14/+23
2009-11-11.gitignore: use common defaults with custom section #24239Gaetan Nadon1-0/+8
2009-11-11XQuartz: Explicitly pass a bellProc to make XBell() work again.Jeremy Huddleston1-1/+7
2009-11-11XQuartz: pbproxy: Wait for the server to finish starting up, so display is va...Jeremy Huddleston2-0/+20