index
:
~halfline/xserver
foo
master
wip/logind-integration
xwayland
Unnamed repository; edit this file 'description' to name the repository.
halfline
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xquartz
/
X11Application.m
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-12
XQuartz: Silence some static analyzer warnings by annotating referencing counts
Jeremy Huddleston Sequoia
1
-0
/
+13
2012-05-17
XQuartz: Avoid a race in initialization of darwinPointer
Jeremy Huddleston
1
-8
/
+10
2012-05-17
XQuartz: Tiger build fix
Jeremy Huddleston
1
-0
/
+6
2012-04-23
XQuartz: darwinPointer now sends both absolute and relative motion
Jeremy Huddleston
1
-4
/
+8
2012-04-23
XQuartz: Add a hack to better handle clicky wheel scroll mice
Jeremy Huddleston
1
-2
/
+109
2012-04-23
XQuartz: Separate out tablet and mouse event delivery into separate functions
Jeremy Huddleston
1
-18
/
+21
2012-03-26
XQuartz: Use scrolling valuators
Jeremy Huddleston
1
-2
/
+1
2012-03-25
XQuartz: Formatting cleanup for sendX11NSEvent
Jeremy Huddleston
1
-44
/
+36
2012-03-24
XQuartz: Source formatting cleanup
Jeremy Huddleston
1
-424
/
+467
2012-03-24
XQuartz: Detect FatalErrors on startup to prevent tight crash loops
Jeremy Huddleston
1
-0
/
+45
2012-03-24
XQuartz: Add a defaults option to disable the RENDER extension
Jeremy Huddleston
1
-0
/
+4
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-896
/
+1108
2012-02-22
XQuartz: Short-circuit activateX:
Jeremy Huddleston
1
-0
/
+3
2012-01-30
XQuartz: Release all buttons and keys when deactivating
Jeremy Huddleston
1
-17
/
+9
2011-09-28
XQuartz: Use set_front_process rather than X11ApplicationSetFrontProcess sinc...
Jeremy Huddleston
1
-1
/
+1
2011-07-31
XQuartz: Use CFSTR to avoid implicit cast warning of NSString * to CFStringRef
Jeremy Huddleston
1
-1
/
+1
2011-07-19
XQuartz: Add a scroll_in_device_direction preference
Jeremy Huddleston
1
-12
/
+30
2011-07-18
XQuartz: Add some sanity checking and a fallback for the bundle id.
Jeremy Huddleston
1
-0
/
+5
2011-06-28
XQuartz: Make a call to activateIgnoringOtherApps in our NSApplicationActivat...
Jeremy Huddleston
1
-9
/
+16
2011-06-15
XQuartz: Add missing include for <pthread.h>
Jeremy Huddleston
1
-0
/
+2
2011-06-01
XQuartz: Add a semicolon after DEBUG_LOG
Jeremy Huddleston
1
-1
/
+1
2011-05-22
XQuartz: Silence clang warnings about shadow declarations
Jeremy Huddleston
1
-3
/
+3
2011-04-25
XQuartz: Use ErrorF rather than fprintf to log errors
Jeremy Huddleston
1
-5
/
+5
2011-04-25
XQuartz: Rename launchd-id-prefix to bundle-id-prefix
Jeremy Huddleston
1
-1
/
+1
2011-04-25
XQuartz: xpr: Use a serial queue rather than pthread mutexes for window_hash
Jeremy Huddleston
1
-2
/
+1
2011-04-24
hw/xquartz: remove duplicated includes
Nicolas Kaiser
1
-1
/
+0
2011-04-22
XQuartz: Do translation and handoff of NSEvent to X11 in a separate serial queue
Jeremy Huddleston
1
-1
/
+20
2011-04-22
XQuartz: Send tablet proximity events with tilt and pressure
Jeremy Huddleston
1
-16
/
+39
2011-04-21
XQuartz: Fix prototypes for thread functions
Jeremy Huddleston
1
-1
/
+1
2011-02-27
XQuartz: RandR: Provide an alert box when entering a RandR mode for the first...
Jeremy Huddleston
1
-0
/
+29
2010-12-08
XQuartz: Just NSBeep() for XBell()
Jeremy Huddleston
1
-2
/
+0
2010-11-22
XQuartz: Add pointer debugging
Jeremy Huddleston
1
-0
/
+46
2010-09-28
XQuartz: RandR: Refactor legacy mode-switching to be better integrated with R...
Jeremy Huddleston
1
-1
/
+1
2010-09-28
XQuartz: RandR: Don't change the rootless preference when changing RandR mode
Jeremy Huddleston
1
-23
/
+21
2010-08-12
XQuartz: Make application switching work better for the no-spaces case
Jeremy Huddleston
1
-7
/
+21
2010-05-16
XQuartz: Don't use deltaXY for determining pointer location on scroll events
Jeremy Huddleston
1
-11
/
+20
2010-05-16
XQuartz: Don't trust deltaXY for middle mouse clicks.
Jeremy Huddleston
1
-1
/
+4
2010-04-11
XQuartz: Add a defaults option to toggle Alt / Mode_switch
Jeremy Huddleston
1
-12
/
+7
2010-03-21
XQuartz: xpbproxy: Cleanup xpbproxy threading
Jeremy Huddleston
1
-3
/
+22
2010-02-15
XQuartz: clang static analysis fixes
Jeremy Huddleston
1
-8
/
+10
2009-11-05
XQuartz: Controller thread launches clients
Jeremy Huddleston
1
-6
/
+13
2009-11-03
XQuartz: Run xmodmap after programatically updating the keymap.
Jeremy Huddleston
1
-0
/
+6
2009-10-02
XQuartz: Send mouse location with scroll events.
Jeremy Huddleston
1
-1
/
+1
2009-09-27
XQuartz: Fix a bunch of compilation warnings about style
Jeremy Huddleston
1
-7
/
+10
2009-09-27
XQuartz: Nuke TSM
Jeremy Huddleston
1
-16
/
+0
2009-09-27
XQuartz: Force a keymap resync on the first keypress to workaround XKB muckin...
Jeremy Huddleston
1
-0
/
+11
2009-08-25
XQuartz: Use applewmproto 1.4 updated headers.
Jeremy Huddleston
1
-2
/
+1
2009-08-05
XQuartz: Only save lastpt on mouse/tablet events
Jeremy Huddleston
1
-44
/
+39
2009-08-05
XQuartz: Use mouseLocation rather than locationInWindow when setting lastpt
Jeremy Huddleston
1
-1
/
+1
2009-08-05
XQuartz: Don't use location delta for tablets since NSEvent does not give a p...
Jeremy Huddleston
1
-1
/
+16
[next]