Age | Commit message (Expand) | Author | Files | Lines |
2009-05-08 | xkb: remove _XkbAlloc, _XkbCalloc, _XkbRealloc and _XkbFree | Peter Hutterer | 1 | -4/+0 |
2009-05-08 | xkb: remove some now-useless XFUNCPROTOBEGIN | Peter Hutterer | 1 | -4/+0 |
2009-05-07 | dix: add 'none' pointer acceleration profile with number -1 | Simon Thum | 1 | -4/+3 |
2009-05-05 | include: up the number of max. input devices to 40. | Peter Hutterer | 1 | -1/+1 |
2009-04-28 | dix: remove all but main() from main.c | Peter Hutterer | 1 | -0/+1 |
2009-04-28 | Make the cursor completely optional | Simon Farnsworth | 1 | -0/+4 |
2009-04-24 | Add SIGIO/SIGPOLL support for Solaris | Alan Coopersmith | 1 | -0/+3 |
2009-04-24 | input: propagate XTst events through virtual slave devices. | Benjamin Close | 1 | -0/+4 |
2009-04-21 | dix: Change AllocMaster into AllocDevicePair, allow creation of SDs too. | Benjamin Close | 1 | -2/+3 |
2009-04-19 | xkb: Add XkbFreeRMLVOSet helper function. | Peter Hutterer | 1 | -0/+5 |
2009-04-17 | dix: remove un-used parameter "core" from AllowSome | Peter Hutterer | 1 | -2/+1 |
2009-04-14 | Move VENDOR_* defines from AC_SUBST to a header to avoid angering shave. | Eric Anholt | 1 | -0/+16 |
2009-04-09 | Lift fatal signal handlers from DDX'es up to a common DIX implementation | Alan Coopersmith | 1 | -0/+2 |
2009-04-06 | os: signal handlers return void. | Adam Jackson | 1 | -10/+3 |
2009-04-03 | DPMS: Re-export the various DPMS variables. | Adam Jackson | 1 | -7/+7 |
2009-04-03 | DPMS: Remove the defaultDPMS* variables | Adam Jackson | 1 | -4/+0 |
2009-04-03 | DPMS: Simplify command line parsing | Adam Jackson | 1 | -1/+0 |
2009-04-03 | DPMS: Unexport all the various setup variables. | Adam Jackson | 1 | -12/+12 |
2009-03-31 | Document which bits of ClientRec are currently unused | Adam Jackson | 1 | -9/+4 |
2009-03-23 | FID, whatever that was, isn't anymore | Tomas Carnecky | 1 | -3/+0 |
2009-03-20 | dix/xfree86: simplified velocity approximation algorithm | Simon Thum | 1 | -30/+19 |
2009-03-16 | selinux: Add support for avc_acquire_netlink_fd() | Adam Jackson | 1 | -0/+2 |
2009-03-09 | Replace dixLookupResource by dixLookupResourceBy{Type,Class} | Keith Packard | 1 | -9/+30 |
2009-03-03 | include: add a range of button labels. | Peter Hutterer | 1 | -0/+79 |
2009-02-25 | include: fix indentation for lastSlave/master. | Peter Hutterer | 1 | -2/+2 |
2009-02-25 | Doxygenify events.h and eventconvert.c | Peter Hutterer | 1 | -95/+51 |
2009-02-23 | mi: change custom handlers to internal events | Peter Hutterer | 1 | -0/+36 |
2009-02-23 | Input: change processing API to InternalEvents. | Peter Hutterer | 3 | -15/+11 |
2009-02-23 | dix: Deliver{Grabbed|Focused|Device}Events API changed to InternalEvents. | Peter Hutterer | 1 | -9/+6 |
2009-02-23 | dix: convert passive grabs to use internal events. | Peter Hutterer | 2 | -6/+4 |
2009-02-23 | dix: fix EnqueueEvent to work with internal events. | Peter Hutterer | 1 | -3/+2 |
2009-02-23 | Xi: make ProcessOtherEvents more InternalEvent aware. | Peter Hutterer | 1 | -1/+1 |
2009-02-23 | dix: update CheckMotion to deal with DeviceEvents. | Peter Hutterer | 1 | -1/+1 |
2009-02-23 | Xi: support InternalEvents in UpdateDeviceState, parts of POE and EnqueueEvent | Peter Hutterer | 1 | -2/+1 |
2009-02-23 | xkb: Switch the xkb event processing path over to InternalEvents. | Peter Hutterer | 2 | -12/+10 |
2009-02-23 | dix: change eventconvert to always return an array of xEvents | Peter Hutterer | 1 | -1/+1 |
2009-02-23 | mi: switch the EQ to contain InternalEvents only. | Peter Hutterer | 1 | -1/+3 |
2009-02-23 | dix: add GetCoreType and GetXIType. | Peter Hutterer | 1 | -0/+2 |
2009-02-23 | dix: add InternalEvent -> core/xi event conversion routines. | Peter Hutterer | 2 | -1/+35 |
2009-02-23 | include: add XInternalEvent. | Peter Hutterer | 3 | -1/+181 |
2009-02-16 | dix: Don't set core events in SetMaskForEvent. | Peter Hutterer | 1 | -1/+1 |
2009-02-16 | Xi: remove dynamic mask assignment for XI events. | Peter Hutterer | 1 | -3/+2 |
2009-02-16 | Remove two more define XKB leftovers. | Peter Hutterer | 1 | -3/+0 |
2009-02-13 | dix: remove DefineInitialRootWindow() | Peter Hutterer | 1 | -3/+0 |
2009-02-13 | Document the event masks. | Peter Hutterer | 2 | -10/+52 |
2009-02-13 | dix: refactor pointer acceleration | Simon Thum | 1 | -1/+1 |
2009-02-03 | Constify atom name strings | Alan Coopersmith | 2 | -3/+3 |
2009-02-03 | dix: add SetBit(arr, bit) and ClearBit(arr, bit) to include/inputstr.h | Peter Hutterer | 1 | -0/+2 |
2009-02-03 | include: remove now-unused sempahore macros. | Peter Hutterer | 1 | -15/+0 |
2009-01-30 | Move the apple fat binary hacks back to a header file, and make it apple-only. | Eric Anholt | 3 | -6/+11 |