summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-12XQuartz: Redirect stdout/stderr to aslJeremy Huddleston5-3/+493
2011-05-12XQuartz: Add a LOGGING section to our man pageJeremy Huddleston1-1/+24
2011-05-12XQuartz: stub: Log directly to ASL rather than stdout/stderrJeremy Huddleston2-40/+47
2011-05-12Fix a typo: laucnd instead of launchdJeremy Huddleston2-20/+20
2011-05-11configure.ac: XQuartz: Fix support for the deprecated --with-launchd-id-prefixJeremy Huddleston1-2/+1
2011-05-10XQuartz: Don't call into CoreFoundation after fork() and before exec()Jeremy Huddleston1-5/+24
2011-05-05XQuartz: Make a copy of args for our crash reporter vsnprintfJeremy Huddleston1-1/+6
2011-05-03XQuartz: prefs_copy_url and prefs_get_copy return retained objectsJeremy Huddleston1-1/+2
2011-05-03XQuartz: Ensure that {CF,NS}_RETURNS{,_NOT}_RETAINED are definedJeremy Huddleston1-1/+38
2011-04-29XQuartz: Fix incorrect typedefs with XPLUGIN_VERSION < 4Jeremy Huddleston1-3/+3
2011-04-29XQuartz: Use a rwlock instead of a mutex to protect window_hash in the pthrea...Jeremy Huddleston1-10/+10
2011-04-29Merge remote-tracking branch 'jturney/remove-opengl-spec-download'Keith Packard7-42/+32
2011-04-28hw/xwin: wglext.h should be provided by w32api, rather than downloadedJon TURNEY4-9/+5
2011-04-28configure: Look for Khronos OpenGL spec files using pkg-configJon TURNEY3-29/+21
2011-04-27XQuartz: BuildFix to build correctly with XPLUGIN_VERSION < 4Jeremy Huddleston1-12/+6
2011-04-27Merge remote-tracking branch 'jturney/master'Keith Packard15-52/+103
2011-04-27Merge remote-tracking branch 'jeremyhu/master'Keith Packard64-604/+406
2011-04-27Cygwin/X: Handle failure during winScreenInit()Jon TURNEY6-5/+14
2011-04-27Cygwin/X: Make winOverrrideStyle() thread-safeJon TURNEY3-26/+24
2011-04-27Cygwin/X: Cosmetic fixes to logging of result from X*TextPropertyToTextList()Jon TURNEY1-1/+4
2011-04-27Cygwin/X: Decorate function pointers retrieved via GetProcAddress with WINAPIJon TURNEY2-2/+2
2011-04-27Cygwin/X: Don't make InputOnly windows visibleJon TURNEY1-6/+11
2011-04-27Cygwin/X: Fix a GDI bitmap resource leak of window iconsJon TURNEY3-12/+24
2011-04-27Cygwin/X: Internal WM workaround for Java AWT bugJon TURNEY1-0/+24
2011-04-26configure: Let configure --enable/disable-aiglx control building of AIGLX for...Jon TURNEY3-7/+9
2011-04-25XQuartz: Use ErrorF rather than fprintf to log errorsJeremy Huddleston10-138/+136
2011-04-25XQuartz: stub: Dead code removalJeremy Huddleston1-16/+0
2011-04-25XQuartz: pbproxy: LP64: Fix itteration through XGetWindowProperty where sizeo...Emanuele Giaquinta1-3/+8
2011-04-25XQuartz: Enable logging to a file for better debuggingJeremy Huddleston3-1/+11
2011-04-25XQuartz: Rename launchd-id-prefix to bundle-id-prefixJeremy Huddleston12-27/+30
2011-04-25XQuartz: Dead code removalJeremy Huddleston2-19/+0
2011-04-25XQuartz: Silence clang static analyzerJeremy Huddleston1-2/+2
2011-04-25XQuartz: xpr: Dead code removalJeremy Huddleston1-5/+0
2011-04-25XQuartz: Silence warnings about deprecated functionality where it is an inten...Jeremy Huddleston3-1/+43
2011-04-25XQuartz: xpr: Use a serial queue rather than pthread mutexes for window_hashJeremy Huddleston4-42/+50
2011-04-25XQuartz: xpr: Initialize window_hash in xprInitJeremy Huddleston1-33/+19
2011-04-25XQuartz: Use a lighter spinlock instead of a pthread_mutex_t in QuartzScreenS...Jeremy Huddleston1-5/+5
2011-04-25XQuartz: Remove the threadSafety dead-ish codeJeremy Huddleston9-191/+6
2011-04-25XQuartz: Use xorg_backtrace() instead of spewCallStack()Jeremy Huddleston1-2/+2
2011-04-25XQuartz: Fix compilation warnings with XPLUGIN_VERSION >= 4Jeremy Huddleston2-2/+15
2011-04-25XQuartz: Bump bundle version to 2.7.0Jeremy Huddleston1-2/+2
2011-04-25rootless: Fix a typo in RootlessGlyphs which resulted in a garbage valueJeremy Huddleston1-1/+1
2011-04-25rootless: Dead code removalJeremy Huddleston2-3/+0
2011-04-25glx: Silence warnings when building with clangJeremy Huddleston7-84/+63
2011-04-25render: Silence warnings when building with clangJeremy Huddleston1-1/+1
2011-04-25os: Silence warnings when building with clangJeremy Huddleston3-1/+10
2011-04-25Xext: Silence warnings when building with clangJeremy Huddleston1-6/+1
2011-04-25fb: Silence warnings when building with clangJeremy Huddleston2-1/+6
2011-04-25os: Add missing _X_ATTRIBUTE_PRINTF to va_list variantsJeremy Huddleston1-4/+4
2011-04-25xkb: remove duplicated includeNicolas Kaiser1-1/+0