summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-14doc: use devbook.am for developers documentationGaetan Nadon10-127/+18
2011-05-14doc: relocate xserver.ent in the package root directoryGaetan Nadon7-6/+5
2011-05-14doc: add external doc references support to Xserver-DTraceGaetan Nadon9-44/+122
2011-05-13man: relocate manual pages in the man subdir outside docGaetan Nadon5-2/+4
2011-05-13dmx: fix warning for doxygen explicit linksGaetan Nadon1-2/+2
2011-05-13dmx: modernize doxygen generation.Gaetan Nadon6-745/+954
2011-05-13dmx: split DocBook/XML and Doxygen makefile targetsGaetan Nadon10-262/+280
2011-05-13dmx/doc: use common makefile for developers documentationGaetan Nadon1-4/+9
2011-05-13doc: use common makefile for developers documentationGaetan Nadon11-48/+84
2011-05-13dri2: Don't send so many needless invalidate eventsVille Syrjälä1-1/+6
2011-05-13Merge remote-tracking branch 'whot/for-keith'Keith Packard35-768/+924
2011-05-13Merge remote-tracking branch 'jeremyhu/master'Keith Packard16-93/+668
2011-05-13Merge remote-tracking branch 'vsyrjala/composite_validatetree_2'Keith Packard3-55/+116
2011-05-13XQuartz: Don't circumvent NDEBUGJeremy Huddleston1-6/+0
2011-05-12XQuartz: Redirect stdout/stderr to aslJeremy Huddleston5-3/+493
2011-05-12XQuartz: Add a LOGGING section to our man pageJeremy Huddleston1-1/+24
2011-05-12XQuartz: stub: Log directly to ASL rather than stdout/stderrJeremy Huddleston2-40/+47
2011-05-12Fix a typo: laucnd instead of launchdJeremy Huddleston2-20/+20
2011-05-13dix: replace CORE_EVENT and XI2_EVENT macros with inline functions.Peter Hutterer1-29/+49
2011-05-13include: add version_compare helper functionPeter Hutterer6-16/+94
2011-05-13dix: use a tmp variable instead of multiple rClient(other).Peter Hutterer1-4/+5
2011-05-13Xi: split DeviceStateNotify delivery into a separate functionPeter Hutterer1-98/+104
2011-05-13dix: return deliveries from DeliverGrabbedEventPeter Hutterer2-2/+6
2011-05-13dix: move the grab activation condition into a if block.Peter Hutterer1-16/+14
2011-05-13dix: split out client delivery from DeliverEventsToWindowPeter Hutterer1-43/+87
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