summaryrefslogtreecommitdiff
path: root/hw/xquartz/X11Application.m
AgeCommit message (Expand)AuthorFilesLines
2014-01-12XQuartz: Silence some static analyzer warnings by annotating referencing countsJeremy Huddleston Sequoia1-0/+13
2012-05-17XQuartz: Avoid a race in initialization of darwinPointerJeremy Huddleston1-8/+10
2012-05-17XQuartz: Tiger build fixJeremy Huddleston1-0/+6
2012-04-23XQuartz: darwinPointer now sends both absolute and relative motionJeremy Huddleston1-4/+8
2012-04-23XQuartz: Add a hack to better handle clicky wheel scroll miceJeremy Huddleston1-2/+109
2012-04-23XQuartz: Separate out tablet and mouse event delivery into separate functionsJeremy Huddleston1-18/+21
2012-03-26XQuartz: Use scrolling valuatorsJeremy Huddleston1-2/+1
2012-03-25XQuartz: Formatting cleanup for sendX11NSEventJeremy Huddleston1-44/+36
2012-03-24XQuartz: Source formatting cleanupJeremy Huddleston1-424/+467
2012-03-24XQuartz: Detect FatalErrors on startup to prevent tight crash loopsJeremy Huddleston1-0/+45
2012-03-24XQuartz: Add a defaults option to disable the RENDER extensionJeremy Huddleston1-0/+4
2012-03-21Introduce a consistent coding styleKeith Packard1-896/+1108
2012-02-22XQuartz: Short-circuit activateX:Jeremy Huddleston1-0/+3
2012-01-30XQuartz: Release all buttons and keys when deactivatingJeremy Huddleston1-17/+9
2011-09-28XQuartz: Use set_front_process rather than X11ApplicationSetFrontProcess sinc...Jeremy Huddleston1-1/+1
2011-07-31XQuartz: Use CFSTR to avoid implicit cast warning of NSString * to CFStringRefJeremy Huddleston1-1/+1
2011-07-19XQuartz: Add a scroll_in_device_direction preferenceJeremy Huddleston1-12/+30
2011-07-18XQuartz: Add some sanity checking and a fallback for the bundle id.Jeremy Huddleston1-0/+5
2011-06-28XQuartz: Make a call to activateIgnoringOtherApps in our NSApplicationActivat...Jeremy Huddleston1-9/+16
2011-06-15XQuartz: Add missing include for <pthread.h>Jeremy Huddleston1-0/+2
2011-06-01XQuartz: Add a semicolon after DEBUG_LOGJeremy Huddleston1-1/+1
2011-05-22XQuartz: Silence clang warnings about shadow declarationsJeremy Huddleston1-3/+3
2011-04-25XQuartz: Use ErrorF rather than fprintf to log errorsJeremy Huddleston1-5/+5
2011-04-25XQuartz: Rename launchd-id-prefix to bundle-id-prefixJeremy Huddleston1-1/+1
2011-04-25XQuartz: xpr: Use a serial queue rather than pthread mutexes for window_hashJeremy Huddleston1-2/+1
2011-04-24hw/xquartz: remove duplicated includesNicolas Kaiser1-1/+0
2011-04-22XQuartz: Do translation and handoff of NSEvent to X11 in a separate serial queueJeremy Huddleston1-1/+20
2011-04-22XQuartz: Send tablet proximity events with tilt and pressureJeremy Huddleston1-16/+39
2011-04-21XQuartz: Fix prototypes for thread functionsJeremy Huddleston1-1/+1
2011-02-27XQuartz: RandR: Provide an alert box when entering a RandR mode for the first...Jeremy Huddleston1-0/+29
2010-12-08XQuartz: Just NSBeep() for XBell()Jeremy Huddleston1-2/+0
2010-11-22XQuartz: Add pointer debuggingJeremy Huddleston1-0/+46
2010-09-28XQuartz: RandR: Refactor legacy mode-switching to be better integrated with R...Jeremy Huddleston1-1/+1
2010-09-28XQuartz: RandR: Don't change the rootless preference when changing RandR modeJeremy Huddleston1-23/+21
2010-08-12XQuartz: Make application switching work better for the no-spaces caseJeremy Huddleston1-7/+21
2010-05-16XQuartz: Don't use deltaXY for determining pointer location on scroll eventsJeremy Huddleston1-11/+20
2010-05-16XQuartz: Don't trust deltaXY for middle mouse clicks.Jeremy Huddleston1-1/+4
2010-04-11XQuartz: Add a defaults option to toggle Alt / Mode_switchJeremy Huddleston1-12/+7
2010-03-21XQuartz: xpbproxy: Cleanup xpbproxy threadingJeremy Huddleston1-3/+22
2010-02-15XQuartz: clang static analysis fixesJeremy Huddleston1-8/+10
2009-11-05XQuartz: Controller thread launches clientsJeremy Huddleston1-6/+13
2009-11-03XQuartz: Run xmodmap after programatically updating the keymap.Jeremy Huddleston1-0/+6
2009-10-02XQuartz: Send mouse location with scroll events.Jeremy Huddleston1-1/+1
2009-09-27XQuartz: Fix a bunch of compilation warnings about styleJeremy Huddleston1-7/+10
2009-09-27XQuartz: Nuke TSMJeremy Huddleston1-16/+0
2009-09-27XQuartz: Force a keymap resync on the first keypress to workaround XKB muckin...Jeremy Huddleston1-0/+11
2009-08-25XQuartz: Use applewmproto 1.4 updated headers.Jeremy Huddleston1-2/+1
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