summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-02Add XIGrabButtonWithConfine and XIGrabEnterWithConfine with XI 2.1inputproto-2.1-develPeter Hutterer5-8/+124
2011-06-02Added XIGrabDeviceWithConfine.Philipp Reh4-7/+72
2011-06-02Support XI 2.1 internallyPeter Hutterer2-2/+4
2011-06-02Add XI2 library-internal array offsets to XIint.hPeter Hutterer1-0/+15
2011-06-02Use Data, not Data32 in XIPassiveGrabDevicePeter Hutterer1-2/+2
2011-06-02man: fix missing comma in XIGrabEnter man pagePeter Hutterer1-1/+1
2011-05-19Silence compiler warning due to differnent event conversion procsPeter Hutterer2-4/+11
2011-05-19Silence compiler warning in XListDProp.cPeter Hutterer1-1/+1
2011-05-19man: fix typo, layout in XGetExtensionVersion.manPeter Hutterer1-5/+6
2011-05-08Move Xinput server API documentation from libXi to xserverAlan Coopersmith5-1231/+1
2011-05-05Remove a few unused assignments.Peter Hutterer1-3/+0
2011-05-05XIChangeHierarchy: Return Success early if no actual changes are requested.Peter Hutterer2-1/+5
2011-05-05Allocate enough memory for raw events + extra data.Peter Hutterer1-1/+1
2011-05-03Fix XISelectEvents on 64 bits, strict alignement architectures.Matthieu Herrb1-1/+1
2011-03-30Documentation: add Docbook external references supportGaetan Nadon6-116/+120
2011-03-18configure.ac: 1.4.2Jeremy Huddleston1-1/+1
2011-03-17Force alignment with sizeof(Atom) for XIButtonClassInfoPeter Hutterer1-4/+14
2011-03-08Don't discard extra data for passive grabs.Peter Hutterer1-1/+1
2011-03-08man: describe return value for XI2 passive grabbing calls.Peter Hutterer2-0/+12
2011-03-03Rename XSetCPtr.c to XISetCPtr.c.Peter Hutterer2-2/+2
2011-03-03Require XI 2 for all XI 2 calls.Peter Hutterer13-19/+19
2011-02-23Fix typo in comment.Peter Hutterer1-1/+1
2011-02-23Fix invalid read in XIGrabDevice.Peter Hutterer1-2/+2
2011-02-23Mark sourceid in Raw events as bug and force to 0..Peter Hutterer2-1/+2
2011-02-23man: note that callers of XIQueryPointer must free the button mask.Peter Hutterer1-0/+3
2011-02-02config: comment, minor upgrade, quote and layout configure.acGaetan Nadon1-16/+18
2011-01-28config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon1-1/+1
2011-01-28config: remove already included AC_PROG_SED statementGaetan Nadon1-1/+0
2011-01-27config: remove AC_PROG_CC as it overrides AC_PROG_C_C99Gaetan Nadon1-1/+0
2011-01-26libXi 1.4.1Peter Hutterer1-1/+1
2011-01-26Fill in mods/group->effective in XIQueryPointer()Carlos Garnacho1-0/+3
2011-01-11Fix passive grabs.Philipp Reh1-1/+1
2010-12-16Use docbookx.dtd version 4.3 for all docsPaulo Zanoni1-2/+2
2010-12-14WireToEvent: Set display member of all events as wellDaniel Stone1-0/+5
2010-11-09config: HTML file generation: use the installed copy of xorg.cssGaetan Nadon4-14/+4
2010-11-03libXi 1.4Peter Hutterer1-1/+1
2010-11-03man: XGetDeviceProperty(3) has no parameter 'pending'.Peter Hutterer1-5/+0
2010-10-06Purge cvs tags.Jesse Adkins1-2/+0
2010-10-07Fix typo when converting raw events from the wire.Carlos Garnacho1-1/+1
2010-10-03man: fix typo in XIQueryDevice docJulien Cristau1-3/+3
2010-08-26Fix build with gcc 2.95Matthieu Herrb1-1/+1
2010-08-26man: improve readability of XAllowDeviceEvents.Peter Hutterer1-28/+28
2010-08-16man: add $(AM_V_GEN) for silent rules where missingGaetan Nadon1-6/+6
2010-08-16man: whitespace managementGaetan Nadon1-72/+72
2010-08-16man: Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONSGaetan Nadon1-13/+3
2010-08-16man: add/change comments regarding the 3 step conversion from text sourceGaetan Nadon1-5/+12
2010-08-16man: rename libman_pre to libman_PREGaetan Nadon1-4/+4
2010-08-16man: use "shadows" terminology in variable names.Gaetan Nadon1-7/+7
2010-08-16man: remove used LIB_MAN_DIR_SUFFIX (part of an unrequired broken fix)Gaetan Nadon1-2/+0
2010-07-13Always unlock display correctlyPauli Nieminen1-18/+15