summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2011-09-29Input: Add flags to RawDeviceEventDaniel Stone1-0/+1
2011-09-29Input: Add flags to DeviceEventDaniel Stone1-0/+1
2011-09-28Address regressions from e8ff555b95ba and d206d52f657c to work with other com...Jeremy Huddleston1-2/+4
2011-09-26Merge remote-tracking branch 'whot/next'Keith Packard7-7/+201
2011-09-23Unconditionally #include <stdint.h>Alan Coopersmith1-3/+0
2011-09-21Merge remote-tracking branch 'mattst88/for-keith'Keith Packard1-30/+70
2011-09-21Merge remote-tracking branch 'alanc/master'Keith Packard1-5/+4
2011-09-21Use __builtin_constant_p to determine if we can use lswaplMatt Turner1-2/+13
2011-09-21Use lswap{l,s} in cpswap{l,s}Matt Turner1-8/+6
2011-09-21Make lswap{l,s} inline functionsMatt Turner1-6/+12
2011-09-21Add type checking to swap macrosMatt Turner1-0/+16
2011-09-21Introduce swap_uint{16,32} functions, used in swap{l,s}Matt Turner1-10/+20
2011-09-21Use internal temp variable for swap macrosMatt Turner1-6/+8
2011-09-21Replace Fabs() macro with fabs() functionMatt Turner1-3/+0
2011-09-20Remove unused ClientStateAuthenticatingAlan Coopersmith1-2/+2
2011-09-19Eliminate MAXSCREENS-sized CursorScreenKey array.Jamey Sharp1-2/+2
2011-09-19Revert "Bug #6924: Restore the ABI for DrawableRec and ColormapRec to the state"Jamey Sharp1-15/+2
2011-09-19Remove unused ClientStateCheckingSecurity & ClientStateCheckedSecurityAlan Coopersmith1-3/+2
2011-09-16configure.ac: Remove unreachable check for VM86 headers.Jamey Sharp1-6/+0
2011-09-15Remove PC98 support.Jamey Sharp1-3/+0
2011-08-22input: make InputOption opaque, provide interface functions.Peter Hutterer2-5/+19
2011-08-22Add null-terminated list interface.Peter Hutterer1-0/+160
2011-08-22input: provide a single function to init DeviceEvents to 0Peter Hutterer1-0/+1
2011-08-22dix: add KEYBOARD_OR_FLOAT and POINTER_OR_FLOAT to GetMaster()Peter Hutterer1-1/+4
2011-08-22config: add udev/systemd multi-seat supportLennart Poettering2-1/+4
2011-08-22os/log: Add LogVHdrMessageVerb and friendsDaniel Kurtz1-0/+13
2011-08-03composite: Inhibit window background paint with manual subwindow redirectionVille Syrjälä1-0/+1
2011-07-27Terminate the log with one last message.Peter Hutterer1-3/+10
2011-07-01input: add POINTER_NORAW to avoid generation of raw events (#30068)Peter Hutterer1-4/+5
2011-07-01XKB: Add debug key actions for grabs & window treeDaniel Stone1-0/+3
2011-07-01DIX: Make PrintWindowTree actually usefulDaniel Stone1-0/+2
2011-06-08dix: rename ProcessRawEvents to dix/events.c:DeliverRawEventPeter Hutterer1-0/+5
2011-05-31Merge remote-tracking branch 'ajax/xserver-next'Keith Packard1-1/+1
2011-05-31fixes: Add support for pointer barriersAdam Jackson1-1/+1
2011-05-27"privates.h", line 198: warning: void function cannot return valueAlan Coopersmith1-1/+1
2011-05-26Add a property for device/product ID.Peter Hutterer1-0/+5
2011-05-26Xi: add device node property to known properties.Peter Hutterer1-0/+3
2011-05-25xserver: remove AbsoluteClass, breaking the A(P|B)ISimon Thum2-8/+0
2011-05-13include: add version_compare helper functionPeter Hutterer1-0/+18
2011-05-13dix: return deliveries from DeliverGrabbedEventPeter Hutterer1-1/+1
2011-05-11input: remove DDX event list handlingPeter Hutterer1-5/+0
2011-05-11input: replace EventListPtr with InternalEvent arrayPeter Hutterer1-23/+13
2011-05-11input: Provide Queue{Button|Keyboard|Proximity}Event helpersPeter Hutterer1-0/+21
2011-05-06Input: Make CheckPassiveGrabsOnWindow take InternalEventDaniel Stone1-1/+1
2011-05-06input: change CHECKEVENT macro to verify_internal_event functionPeter Hutterer2-4/+2
2011-05-05input: Only release SD buttons for explicit floating/reattachment (#36146)Peter Hutterer1-0/+2
2011-05-03Input: Add DeepestSpriteWin functionDaniel Stone1-0/+10
2011-04-27Merge remote-tracking branch 'jeremyhu/master'Keith Packard2-10/+7
2011-04-25XQuartz: Rename launchd-id-prefix to bundle-id-prefixJeremy Huddleston1-2/+2
2011-04-25XQuartz: Dead code removalJeremy Huddleston1-3/+0