summaryrefslogtreecommitdiff
path: root/hw/xquartz
AgeCommit message (Expand)AuthorFilesLines
2009-12-24XQuartz: pbproxy: Fix building of standalone xpbproxy executableJeremy Huddleston1-0/+3
2009-11-23XQuartz: Allow better compatability with older versions of xinitJeremy Huddleston2-14/+23
2009-11-15XQuartz: Explicitly pass a bellProc to make XBell() work again.Jeremy Huddleston1-1/+7
2009-11-15XQuartz: pbproxy: Wait for the server to finish starting up, so display is va...Jeremy Huddleston2-0/+20
2009-11-15XQuartz: Buildfix for Leopard and olderJeremy Huddleston2-0/+5
2009-11-06XQuartz: Cleanup X11Controller.m compilation warnings.Jeremy Huddleston2-9/+9
2009-11-06XQuartz: Use dixLookupResourceByType instead of LookupIDByTypeJeremy Huddleston1-9/+11
2009-11-06XQuartz: Don't weed out duplicates in generated keymapJeremy Huddleston1-5/+9
2009-11-06XQuartz: Controller thread launches clientsJeremy Huddleston4-9/+17
2009-11-04XQuartz: Run xmodmap after programatically updating the keymap.Jeremy Huddleston3-0/+30
2009-10-19XQuartz: Fix a possible minor memory leakJeremy Huddleston1-0/+1
2009-10-19XQuartz: Remove the redundant xquartz_resetenv_displayJeremy Huddleston2-8/+1
2009-10-13Rootless: Abstract some of the Xplugin specific stuff which has crept into ro...Jeremy Huddleston1-1/+46
2009-10-07XQuartz: Send mouse location with scroll events.Jeremy Huddleston1-1/+1
2009-10-01XQuartz: Set the proper bitmap for key repeats...Jeremy Huddleston1-61/+86
2009-10-01XQuartz: Query the BundleIdentifier from the bundle in X11.bin rather than us...Jeremy Huddleston1-32/+45
2009-10-02XQuartz: Update version strings to be X11R7.5 and the bundle 2.5.0Jeremy Huddleston2-3/+3
2009-09-27XQuartz: Fix QuartzSetCursor to match the expected prototype.Jeremy Huddleston1-2/+2
2009-09-27XQuartz: Fix a bunch of compilation warnings about styleJeremy Huddleston15-49/+53
2009-09-27XQuartz: Nuke TSMJeremy Huddleston1-16/+0
2009-09-27XQuartz: Fix inverse map from mode_switch to altJeremy Huddleston1-0/+4
2009-09-27XQuartz: Force a keymap resync on the first keypress to workaround XKB muckin...Jeremy Huddleston1-0/+11
2009-09-27XQuartz: Transition from xEvent based mieq to InternalEventJeremy Huddleston14-439/+147
2009-09-27XQuartz: Stop checking version numbers of the bundle because CFBundleGetVersi...Jeremy Huddleston1-14/+0
2009-09-27XQuartz: Add pressure/tilt property labelsJeremy Huddleston1-0/+3
2009-09-27XQuartz: Fix a brain-o array indexing problemJeremy Huddleston1-3/+3
2009-09-27XQuartz: Nuke duplicate locks that make painful headachesJeremy Huddleston1-2/+0
2009-09-27XQuartz: Use internal xshm header for new xextprotoJeremy Huddleston1-2/+1
2009-09-27XQuartz: GLX capabilities: Allow 16bit accumulation buffersJeremy Huddleston1-6/+8
2009-09-21input: define server-supported protocol versions in one single file.Peter Hutterer2-6/+8
2009-09-14XQuartz: pbproxy: Remove debugging XBell()Jeremy Huddleston1-4/+0
2009-09-06XQuartz: launchd: Fallback on :0 if prefix:0 gives an error for the socket nameJeremy Huddleston1-2/+5
2009-09-06XQuartz: Fix "warning: function declaration isn’t a prototype" noiseJeremy Huddleston1-1/+1
2009-09-06XQuartz: pbproxy: 64bit fixes: Properly process an array of AtomsJeremy Huddleston2-7/+8
2009-09-05XQuartz: Fix a strcpy/strcmp typoJeremy Huddleston1-5/+6
2009-09-04XQuartz: Check the DISPLAY environment variable to see if the socket at start...Jeremy Huddleston2-10/+42
2009-09-04XQuartz: Use --with-launchd-id-prefix for consistency with xinitJeremy Huddleston5-13/+15
2009-08-31XQuartz: GLX: Drawable does not contain resize anymore.Jeremy Huddleston1-8/+0
2009-08-31XQuartz: GL: Unset GL_EXT_gpu_program_parameters for Tiger/ppcJeremy Huddleston1-0/+8
2009-08-31XQuartz: GL: Explicitly set GL_EXT symbols to 0 if they are not in OpenGL.fra...Jeremy Huddleston1-0/+73
2009-08-25XQuartz: Check NSINTEGER_DEFINED to make sure the NSInteger and NSUInteger ty...Jeremy Huddleston2-8/+10
2009-08-25XQuartz: Use applewmproto 1.4 updated headers.Jeremy Huddleston7-12/+7
2009-08-05XQuartz: AIGLX: Provide empty __glXAquaDrawableResize to avoid crashing in Do...Jeremy Huddleston1-0/+7
2009-08-05XQuartz: Only save lastpt on mouse/tablet eventsJeremy Huddleston1-44/+39
2009-08-05XQuartz: Use mouseLocation rather than locationInWindow when setting lastptJeremy Huddleston1-1/+1
2009-08-05XQuartz: Don't use location delta for tablets since NSEvent does not give a p...Jeremy Huddleston1-1/+16
2009-08-05XQuartz: Purge redundant QuartzBellJeremy Huddleston3-38/+7
2009-07-31XQuartz: Unify how we set our bitmasks for visualsJeremy Huddleston6-86/+77
2009-07-31XQuartz: Dead code removal for StaticColor visualJeremy Huddleston3-548/+0
2009-07-31XQuartz: Cleanup the bitmask setting for GLX visuals.Jeremy Huddleston1-20/+18