summaryrefslogtreecommitdiff
path: root/hw/xquartz
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-19XQuartz: Localization updatesJeremy Huddleston90-32473/+42771
2011-07-19XQuartz: Add english NIB changes for scroll_in_device_directionJeremy Huddleston3-108/+243
2011-07-19XQuartz: Add GUI controls to toggle scroll_in_device_directionJeremy Huddleston2-2/+18
2011-07-19XQuartz: Add a scroll_in_device_direction preferenceJeremy Huddleston3-12/+36
2011-07-19XQuartz: Add diagnostic error checking to xp_destroy_surface.George Staplin1-1/+6
2011-07-19XQuartz: Fix a memory leak with surfaces that a new test found.George Staplin1-11/+45
2011-07-19XQuartz: DRI: Dead code removalJeremy Huddleston1-1/+14
2011-07-18XQuartz: Add some sanity checking and a fallback for the bundle id.Jeremy Huddleston1-0/+5
2011-07-15XQuartz: DarwinEQFini doesn't return BoolJeremy Huddleston2-2/+2
2011-07-07glx: Remove a few lingering traces of __GLXscreen.GLXVersionJon TURNEY1-1/+2
2011-07-01Merge remote-tracking branch 'whot/for-keith'Keith Packard4-5/+9
2011-07-01input: free the EQ allocated memory on shutdown (#38634)Peter Hutterer4-5/+9
2011-06-28XQuartz: Fix Makefile dependenciesJeremy Huddleston1-1/+3
2011-06-28XQuartz: Make a call to activateIgnoringOtherApps in our NSApplicationActivat...Jeremy Huddleston1-9/+16
2011-06-15XQuartz: GLX: Fix a -Wformat-security compilation warningJeremy Huddleston1-1/+1
2011-06-15XQuartz: GLX: Use _glapi_create_table_from_handle to create out dispatch tableJeremy Huddleston1-905/+17
2011-06-15XQuartz: Add missing include for <pthread.h>Jeremy Huddleston1-0/+2
2011-06-03XQuartz: AIGLX: Remove unnecessary includes in indirect.cJeremy Huddleston1-23/+9
2011-06-03XQuartz: AIGLX: Setup dispatch table based on runtime capabilities rather tha...Jeremy Huddleston1-996/+880
2011-06-03XQuartz: Remove explicit link against libGLJeremy Huddleston1-1/+0
2011-06-01XQuartz: xpbproxy: Correct NSUInteger format stringsJeremy Huddleston1-0/+27
2011-06-01XQuartz: ASL: Use xpbproxy subsystem for logging xpbproxy messagesJeremy Huddleston2-7/+19
2011-06-01XQuartz: ASL: Use GLXAqua subsystem for logging GLXAqua messagesJeremy Huddleston1-6/+2
2011-06-01XQuartz: ASL: Use xpr subsystem for logging xpr messagesJeremy Huddleston4-3/+5
2011-06-01XQuartz: ASL: Update logging to support differnet levels and subsystemsJeremy Huddleston2-4/+8
2011-06-01XQuartz: Add a semicolon after DEBUG_LOGJeremy Huddleston1-1/+1
2011-06-01XQuartz: Move -lXplugin to LDFLAGS from LDADDJeremy Huddleston1-1/+2
2011-06-01XQuartz: GLX: Create a new dispatch table rather than modifying the existing oneJeremy Huddleston1-1/+11
2011-05-22XQuartz: Don't crash if CG increases our display resolutionJeremy Huddleston1-2/+3
2011-05-22XQuartz: RandR: Don't crash if X11 is launched while there are no attached di...Jeremy Huddleston3-100/+117
2011-05-22XQuartz: Mark functions _X_NORETURNJeremy Huddleston3-2/+4
2011-05-22XQuartz: Silence clang warnings about shadow declarationsJeremy Huddleston2-4/+4
2011-05-22XQuartz: Update DEBUG_LOG to report to ASLJeremy Huddleston5-17/+38