summaryrefslogtreecommitdiff
path: root/hw/xquartz
AgeCommit message (Expand)AuthorFilesLines
2008-11-19XQuartz: pbproxy: nuke RCS Id, update header license/copyrightJeremy Huddleston6-13/+110
2008-11-19XQuartz: pbproxy: Remove thread-main.mJeremy Huddleston1-42/+0
2008-11-15XQuartz: Don't use TIS on Tiger...Jeremy Huddleston2-12/+31
2008-11-15XQuartz: Integrated xpbproxy into the server.Jeremy Huddleston10-138/+211
2008-11-14XQuartz: Actually add glcontextmodes.[hc]Jeremy Huddleston2-0/+604
2008-11-14fix compilation on systems that don't haveBen Byer1-2/+6
2008-11-14XQuartz: Initial work on readding GLX to the 1.5 serverJeremy Huddleston3-4/+19
2008-11-14Xquartz: Force sending mouse clicks to AppKit if we're over the menu barJeremy Huddleston1-23/+51
2008-11-14XQuartz: Made X11Application.m a little more tidy.Jeremy Huddleston1-25/+8
2008-11-13XQuartz: Fixed XBell() when not using system alert.Jeremy Huddleston1-1/+1
2008-11-13XQuartz: Added more debugging to handoff spewJeremy Huddleston1-6/+8
2008-11-13XQuartz: GL: Handle the alpha differently when the alpha is equal to GLCAPS_C...George Staplin1-6/+24
2008-11-13XQuartz: Disable 2 calls to miSetVisualTypesAndMasks that seem to be unnecess...George Staplin1-0/+7
2008-11-13XQuartz: CFBundleShortVersionString needs to conform to X.Y.Z as well... sighJeremy Huddleston1-3/+1
2008-11-13XQuartz: Restore the logic of AppleWMDoReorderWindow to the same as the 1.4 b...George Staplin1-1/+5
2008-11-06XQuartz: Make LS parse our version properly... it didn't like our CFBundleVer...Jeremy Huddleston1-3/+3
2008-11-05XQuartz: GL: Add capability detection for depth buffers, and multisampling.George Peter Staplin3-75/+179
2008-11-05XQuartz: GL: Work around problems with really deep visuals.George Peter Staplin3-72/+95
2008-11-05XQuartz: Replace deprecated API usage thanks to Robery MurphyJeremy Huddleston1-1/+2
2008-11-05XQuartz: version string updated for 2.3.2_beta3Jeremy Huddleston1-3/+3
2008-11-04A bit of whitespace cleanup in include directives.Daniel Stone1-4/+4
2008-10-31XQuartz: Add option to allow access to the menu in fullscreen modeJeremy Huddleston6-34/+101
2008-10-31XQuartz: LP64 related casting fixes from Bob MurphyJeremy Huddleston11-46/+119
2008-10-31XQuartz: displayScreenBounds uses quartzEnableRootless rather than !quartzHas...Jeremy Huddleston2-6/+12
2008-10-31XQuartz: Silence pointer debug spamJeremy Huddleston1-4/+4
2008-10-31XQuartz: Don't map the menu bar to the screen area.Jeremy Huddleston2-10/+10
2008-10-31XQuartz: Fixed Xplugin thread safety issues, so rea-enable background window ...Jeremy Huddleston1-7/+5
2008-10-31XQuartz: GL: Mark visuals that are slower than others, due to lack of acceler...George Peter Staplin1-1/+7
2008-10-31XQuartz: if 0 out a block to avoid thread-unsafe lockupsJeremy Huddleston1-0/+2
2008-10-31XQuartz: Purge the old XQUARTZ_EXPORTS_LAUNCHD_FD optionJeremy Huddleston2-17/+0
2008-10-28XQuartz: Pass along SIGINT and SIGTERM from the stub to X11.appJeremy Huddleston4-36/+27
2008-10-28XQuartz: pbproxy: Fix a bug that prevented nedit CLIPBOARD from being proxied.George Peter Staplin1-13/+21
2008-10-28XQuartz: pbproxy: Work around bugs in some apps that aren't ICCCM compliant.George Peter Staplin1-10/+37
2008-10-28XQuartz: pbproxy: Add code to handle PICT conversion to PNG and JPEG.George Peter Staplin2-69/+141
2008-10-28XQuartz: pbproxy: fixed blockingJeremy Huddleston1-5/+6
2008-10-28Xquartz: pbproxy: Some debugging about unhandled mime types... this will spam...Jeremy Huddleston1-0/+5
2008-10-28XQuartz: GL: Fix several error handling mistakes in handleRenderDescriptions,...George Peter Staplin1-3/+3
2008-10-28XQuartz: GL: Add feature detection of color sizes, and accum sizes.George Peter Staplin4-103/+530
2008-10-23XQuartz: Do check_xinitrc() later to avoid possible deadlock.Jeremy Huddleston2-13/+16
2008-10-23XQuartz: pbproxy: pbproxy.h had invalid macro usage with 2 #else statements, ...George Peter Staplin1-1/+0
2008-10-23XQuartz: Remove the enable_stereo default. We now use feature detection to e...George Peter Staplin3-8/+2
2008-10-23XQuartz: pbproxy: Fix compilation on case-sensitive file systems...Jeremy Huddleston4-11/+7
2008-10-23XQuartz: Honor the Spaces preference for "When switching to an application, s...Jeremy Huddleston1-1/+9
2008-10-23XQuartz: Added missing semicolons to Localizable.stringsJeremy Huddleston1-0/+0
2008-10-23XQuartz: Default dpi to 96 instead of 75Jeremy Huddleston1-1/+1
2008-10-23XQuartz: pbproxy: SIGHUP reloads preferences.Jeremy Huddleston5-20/+41
2008-10-21XQuartz: Only send mouse events while in the background if we're over a visib...Jeremy Huddleston1-0/+16
2008-10-21XQuartz: More fullscreen fixesJeremy Huddleston4-14/+12
2008-10-21XQuartz: Cleaned up keyboard init and map reload.Jeremy Huddleston1-53/+42
2008-10-21XQuartz: Fixed follow-keyboard-layoutJeremy Huddleston1-33/+25