summaryrefslogtreecommitdiff
path: root/hw/xquartz
AgeCommit message (Expand)AuthorFilesLines
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
2009-11-11XQuartz: Buildfix for Leopard and olderJeremy Huddleston2-0/+5
2009-11-05XQuartz: Cleanup X11Controller.m compilation warnings.Jeremy Huddleston2-9/+9
2009-11-05XQuartz: Use dixLookupResourceByType instead of LookupIDByTypeJeremy Huddleston1-9/+11
2009-11-05XQuartz: Don't weed out duplicates in generated keymapJeremy Huddleston1-5/+9
2009-11-05XQuartz: Controller thread launches clientsJeremy Huddleston4-9/+17
2009-11-03XQuartz: Run xmodmap after programatically updating the keymap.Jeremy Huddleston3-0/+30
2009-10-13Rootless: Abstract some of the Xplugin specific stuff which has crept into ro...Jeremy Huddleston1-1/+46
2009-10-02XQuartz: Fix a possible minor memory leakJeremy Huddleston1-0/+1
2009-10-02XQuartz: Send mouse location with scroll events.Jeremy Huddleston1-1/+1
2009-10-01XQuartz: Update version strings to be X11R7.5 and the bundle 2.5.0Jeremy Huddleston2-3/+3
2009-09-30XQuartz: Set the proper bitmap for key repeats...Jeremy Huddleston1-7/+41
2009-09-29XQuartz: Cleaned up keymap setting for easier maintenanceJeremy Huddleston1-61/+52
2009-09-29XQuartz: Remove the redundant xquartz_resetenv_displayJeremy Huddleston2-8/+1
2009-09-29XQuartz: Query the BundleIdentifier from the bundle in X11.bin rather than us...Jeremy Huddleston1-32/+45
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-26XQuartz: Stop checking version numbers of the bundle because CFBundleGetVersi...Jeremy Huddleston1-14/+0
2009-09-26XQuartz: Add pressure/tilt property labelsJeremy Huddleston1-0/+3
2009-09-26XQuartz: Fix a brain-o array indexing problemJeremy Huddleston1-3/+3
2009-09-26XQuartz: Nuke duplicate locks that make painful headachesJeremy Huddleston1-2/+0