summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-13dix: split out window owner event delivery from DeliverEventsToWindowPeter Hutterer1-20/+55
2011-05-13dix: split implicit grab activation into a separate function.Jamey Sharp1-41/+50
2011-05-11configure.ac: XQuartz: Fix support for the deprecated --with-launchd-id-prefixJeremy Huddleston1-2/+1
2011-05-10XQuartz: Don't call into CoreFoundation after fork() and before exec()Jeremy Huddleston1-5/+24
2011-05-11dix: replace unneded goto with break.Peter Hutterer1-1/+1
2011-05-11input: remove DDX event list handlingPeter Hutterer14-101/+46
2011-05-11input: replace EventListPtr with InternalEvent arrayPeter Hutterer16-145/+85
2011-05-11input: Provide Queue{Button|Keyboard|Proximity}Event helpersPeter Hutterer10-135/+155
2011-05-11xfree86: print the device ID to the log when adding a device.Peter Hutterer1-2/+2
2011-05-06XKB: Fix sense inversion for core MapNotify eventsDaniel Stone1-4/+8
2011-05-06XKB: Send XKB events for all devices to all clientsDaniel Stone1-23/+8
2011-05-06XKB: Send NewKeyboardNotify for dev before its master/slavesDaniel Stone1-12/+12
2011-05-06XKB: Remove duplicate keymap-copying loopDaniel Stone1-7/+7
2011-05-06XKB: Simplify a loop in ProcXkbGetKbdByNameDaniel Stone1-14/+15
2011-05-06XKB: Don't send unnecessary NewKeyboardNotifiesDaniel Stone1-3/+1
2011-05-06Input: Simplify CheckPassiveGrabsOnWindow loopDaniel Stone1-111/+105
2011-05-06Input: Make CheckPassiveGrabsOnWindow take InternalEventDaniel Stone2-19/+55
2011-05-06input: change CHECKEVENT macro to verify_internal_event functionPeter Hutterer6-12/+39
2011-05-05XQuartz: Make a copy of args for our crash reporter vsnprintfJeremy Huddleston1-1/+6
2011-05-05input: Only release SD buttons for explicit floating/reattachment (#36146)Peter Hutterer3-3/+5
2011-05-04composite: Recompute clipping when changing between manual and automatic redi...Ville Syrjälä1-0/+6
2011-05-04composite: Fix pWin->redirectDraw when changing between manual and automatic ...Ville Syrjälä1-0/+5
2011-05-04composite: Copy the window contents back from the pixmapVille Syrjälä3-11/+57
2011-05-04composite: Get rid of the internal UnmapWindow+MapWindow cycleVille Syrjälä1-42/+45
2011-05-04composite: Initialize borderClip with current valuesVille Syrjälä1-2/+4
2011-05-04composite: Call ValidateGC after ChangeGCVille Syrjälä1-2/+1
2011-05-03XQuartz: prefs_copy_url and prefs_get_copy return retained objectsJeremy Huddleston1-1/+2
2011-05-03XQuartz: Ensure that {CF,NS}_RETURNS{,_NOT}_RETAINED are definedJeremy Huddleston1-1/+38
2011-05-02Clean up memory better when GetVisualInfo fails in ProcDbeGetVisualInfoAlan Coopersmith1-14/+11
2011-05-02Only free pContext once when AddResource fails in ProcRecordCreateContextAlan Coopersmith1-1/+1
2011-05-03Input: Fix event size confusion in CheckPassiveGrabsOnWindowDaniel Stone1-1/+1
2011-05-03Input: Add DeepestSpriteWin functionDaniel Stone2-2/+12
2011-05-03Input: Pass co-ordinates by reference to transformAbsoluteChase Douglas1-14/+14
2011-05-03Move event filter initializer out of the structure itselfAlan Coopersmith1-9/+8
2011-05-01Make xorg.conf.example rule compatible with Solaris makeAlan Coopersmith1-1/+1
2011-05-01Move Xinput server API documentation from libXi to doc/xmlAlan Coopersmith2-1/+1210
2011-04-29XQuartz: Fix incorrect typedefs with XPLUGIN_VERSION < 4Jeremy Huddleston1-3/+3
2011-04-29XQuartz: Use a rwlock instead of a mutex to protect window_hash in the pthrea...Jeremy Huddleston1-10/+10
2011-04-29Merge remote-tracking branch 'jturney/remove-opengl-spec-download'Keith Packard7-42/+32
2011-04-28hw/xwin: wglext.h should be provided by w32api, rather than downloadedJon TURNEY4-9/+5
2011-04-28configure: Look for Khronos OpenGL spec files using pkg-configJon TURNEY3-29/+21
2011-04-27XQuartz: BuildFix to build correctly with XPLUGIN_VERSION < 4Jeremy Huddleston1-12/+6
2011-04-27Merge remote-tracking branch 'jturney/master'Keith Packard15-52/+103
2011-04-27Merge remote-tracking branch 'jeremyhu/master'Keith Packard64-604/+406
2011-04-27Cygwin/X: Handle failure during winScreenInit()Jon TURNEY6-5/+14
2011-04-27Cygwin/X: Make winOverrrideStyle() thread-safeJon TURNEY3-26/+24
2011-04-27Cygwin/X: Cosmetic fixes to logging of result from X*TextPropertyToTextList()Jon TURNEY1-1/+4
2011-04-27Cygwin/X: Decorate function pointers retrieved via GetProcAddress with WINAPIJon TURNEY2-2/+2
2011-04-27Cygwin/X: Don't make InputOnly windows visibleJon TURNEY1-6/+11
2011-04-27Cygwin/X: Fix a GDI bitmap resource leak of window iconsJon TURNEY3-12/+24