summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-06-18inputproto 1.5.1inputproto-1.5.1inputproto-1.x-branchPeter Hutterer1-1/+1
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2008-12-22Protect _XiDevicePresenceNotifyEvent declaration against C++ includes. #19075Peter Hutterer1-1/+8
X.Org Bug 19075 <http://bugs.freedesktop.org/show_bug.cgi?id=19075>
2008-11-26inputproto 1.5.0inputproto-1.5.0Peter Hutterer1-1/+1
2008-11-17Remove Configure/QueryDeviceProperty.Peter Hutterer3-77/+4
(cherry picked from commit 18ef04f8a2026cca5d2d2b796ec2ea1c949bad36) Removing Configure/QueryDevice property from XInput.h as well. Not cherry-picked as XInput.h is moved to libXi in master. Conflicts: XIproto.h
2008-11-17Add XI_JOYSTICK type.Peter Hutterer1-0/+1
(cherry picked from commit c9454a8e84b2dce54bb346ff1aafb32e3c0ac5b9)
2008-11-17Undef Atom after we're done so we don't pollute users of XIproto.hPeter Hutterer1-0/+1
(cherry picked from commit 36c8a6f3faf56a8f8ca31455812c9132b379b1b3) Conflicts: XIproto.h
2008-11-17Make sure Atoms are defined as CARD32.Peter Hutterer1-0/+1
(cherry picked from commit c919917e375aefaf473570c1b25b3c22231e858d) Conflicts: XIproto.h
2008-11-17Remove RCS tags, typo fix.Peter Hutterer1-4/+1
(cherry picked from commit c2d47b04c55cf72aef6c13a9e2cc4b41abfca673)
2008-11-17PropertyNotify, move deviceid back to last byte.Peter Hutterer1-6/+6
This way, it can be type-cast to deviceKeyButtonPointer to extract the deviceid, which is (aside from time) the only thing it has in common with those anyway. (cherry picked from commit f8064629496c6061bedb7a99b788fb9d3a170f11)
2008-11-17Add libXi's property interfaces.Peter Hutterer1-0/+91
XInput.h was removed from inputproto, hence this commit is not a cherry-pick but a copy of the changes to XInput.h in libXi.
2008-11-17Protect against C++ includes.Peter Hutterer1-0/+4
(cherry picked from commit fabe087cebb11c6a2600e57c6f7a52fda2efea29)
2008-08-25Back out Device Properties from XI 2, push into XI 1.5.Peter Hutterer2-1/+198
(cherry picked from commit 7c9620d8232e5c05115746055a832363a528ac2d) Conflicts: XI.h XIproto.h
2008-07-29inputproto 1.4.4inputproto-1.4.4Peter Hutterer1-1/+1
2008-07-29Add DeviceControlChanged define.Peter Hutterer2-2/+3
This value is used for the devchange field in the DevicePresenceNotify event when a device's control has been modified. (cherry picked from commit 0daf8328cfa90b038753fc409c5eb05ba3fac6d5)
2008-03-10Typo fix.Adam Jackson1-0/+2
2008-03-10C sucks: define XEventClass in terms of unsigned int, not CARD32.Adam Jackson1-9/+6
Apparently pulling in Xmd.h here breaks qt, since they both define an INT32 type (and incompatible ones even, since Xmd's is unsigned long on ILP32 because whoever wrote Xmd.h is a C novice).
2008-03-05inputproto 1.4.3inputproto-1.4.3Adam Jackson1-1/+1
2008-01-21Use Xmd.h instead of X.h to pull in CARD32 definitionJesse Barnes1-1/+1
On 64 bit hosts, CARD32 may be undefined unless we use Xmd.h to define it for us. Apparently X.h is no longer sufficient.
2007-12-06Replace static ChangeLog with dist-hook to generate from git logJames Cloos2-4/+10
2007-09-27XI.h needs X.h for CARD32 on 64-bit systems.Eamon Walsh1-1/+2
2007-09-03Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/proto/inputprotoJames Cloos1-1/+1
2007-09-03Add *~ to .gitignore to skip patch/emacs droppingsJames Cloos1-0/+1
2007-08-31Bump to 1.4.2.1inputproto-1.4.2.1Peter Hutterer1-1/+1
No source changes, the 1.4.2 tarball had a busted configure script.
2007-04-26bump to 1.4.2inputproto-1.4.2Peter Hutterer1-1/+1
2007-04-24Add flags to be used for DevicePrensence's devchange field.Peter Hutterer2-1/+7
2007-02-15bump to 1.4.1inputproto-1.4.1Daniel Stone1-1/+1
2007-01-09Fix typo in DevicePresence() macroPeter Hutterer1-1/+1
2006-10-22DeviceAbs{Area,Calib}: properly align 32-bit typesinputproto-1.4Daniel Stone1-14/+14
Decorate CARD32s and INT32s with B32.
2006-10-22DevicePresenceNotify: add deviceid field, with explanationDaniel Stone2-4/+13
Add deviceid field, and an explanation of same in XInput.h. deviceid is only used if a specific device changed, and control is non-zero if a specific control on that device changed.
2006-10-21DEVICE_TOUCHPAD -> DEVICE_ABS_CALIB.Zephaniah E. Hull3-12/+55
As it's really calibration for absolute devices, add some stuff. DEVICE_ABS_AREA Defines the area of the screen that an absolute device covers if it is sending core events.
2006-10-20add DEVICE_ENABLE control, add core indicationDaniel Stone3-2/+32
Add DEVICE_ENABLE control, which allows specific devices to be enabled or disabled at runtime. Add 'iscore' flag to DEVICE_CORE, which indicates whether or not the device is a virtual core device.
2006-07-18add XExtensionKeyboard and XExtensionPointer classesDaniel Stone1-0/+2
Add two new classes of device, XExtensionKeyboard, and XExtensionPointer.
2006-07-17add DevicePresenceNotify event, clean upDaniel Stone4-16/+100
Add DevicePresenceNotify event, which indicates that something in the device list changed (Kristian Høgsberg, Red Hat). Add a core event control, which toggles the sending or not of core events by an extended device. Clean up some random detritus from the MetroLink merge.
2006-07-14renamed: .cvsignore -> .gitignoreinputproto-1.3-branchAlan Coopersmith1-0/+0
2005-12-15Update package version number for final X11R7 release candidate.XORG-7_1XORG-7_0_99_901XORG-7_0XORG-6_99_99_904Kevin E Martin2-1/+5
2005-10-19Update package version number for RC1 release.XORG-6_99_99_903XORG-6_99_99_902XORG-6_99_99_901MODULAR_COPYKevin E Martin1-1/+1
2005-08-02Add basic .cvsignore files for proto modules.Eric Anholt1-0/+10
2005-07-29Various changes preparing packages for RC0:XORG-6_99_99_900Kevin E Martin1-2/+4
- Verify and update package version numbers as needed - Implement versioning scheme - Change bug address to point to bugzilla bug entry form - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it) - Fix makedepend to use pkgconfig and pass distcheck - Update build script to build macros first - Update modular Xorg version
2005-05-21Set version to 1.3.Daniel Stone1-1/+1
2005-05-19revert last change, didn't do right thing at all, sorry for the noiseAdam Jackson1-1/+1
2005-05-19Require automake 1.7 in AM_INIT_AUTOMAKEAdam Jackson1-1/+1
2005-05-16Add COPYING file for Input.Josh Triplett1-0/+41
2005-05-09Change all the protonames from <extension>Ext to <extension>Proto.Søren Sandmann Pedersen3-5/+5
2005-05-06Initial build system files for proto module.Kevin E Martin4-0/+37
2004-04-23Merging XORG-CURRENT into trunksco_port_update-baserel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-baseXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10XORG-6_8_99_1XORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-6_8_1_901XORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1XACE-SELINUX-MERGEXORG-6_8-branchEgbert Eich3-3/+3
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich3-3/+3
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0Egbert Eich3-3/+3
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich3-3/+3
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich3-3/+3
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_903_specialxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16xf86-012804-2330Kaleb Keithley1-81/+1