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