Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-18 | inputproto 1.5.1inputproto-1.5.1inputproto-1.x-branch | Peter Hutterer | 1 | -1/+1 | |
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> | |||||
2008-12-22 | Protect _XiDevicePresenceNotifyEvent declaration against C++ includes. #19075 | Peter Hutterer | 1 | -1/+8 | |
X.Org Bug 19075 <http://bugs.freedesktop.org/show_bug.cgi?id=19075> | |||||
2008-11-26 | inputproto 1.5.0inputproto-1.5.0 | Peter Hutterer | 1 | -1/+1 | |
2008-11-17 | Remove Configure/QueryDeviceProperty. | Peter Hutterer | 3 | -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-17 | Add XI_JOYSTICK type. | Peter Hutterer | 1 | -0/+1 | |
(cherry picked from commit c9454a8e84b2dce54bb346ff1aafb32e3c0ac5b9) | |||||
2008-11-17 | Undef Atom after we're done so we don't pollute users of XIproto.h | Peter Hutterer | 1 | -0/+1 | |
(cherry picked from commit 36c8a6f3faf56a8f8ca31455812c9132b379b1b3) Conflicts: XIproto.h | |||||
2008-11-17 | Make sure Atoms are defined as CARD32. | Peter Hutterer | 1 | -0/+1 | |
(cherry picked from commit c919917e375aefaf473570c1b25b3c22231e858d) Conflicts: XIproto.h | |||||
2008-11-17 | Remove RCS tags, typo fix. | Peter Hutterer | 1 | -4/+1 | |
(cherry picked from commit c2d47b04c55cf72aef6c13a9e2cc4b41abfca673) | |||||
2008-11-17 | PropertyNotify, move deviceid back to last byte. | Peter Hutterer | 1 | -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-17 | Add libXi's property interfaces. | Peter Hutterer | 1 | -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-17 | Protect against C++ includes. | Peter Hutterer | 1 | -0/+4 | |
(cherry picked from commit fabe087cebb11c6a2600e57c6f7a52fda2efea29) | |||||
2008-08-25 | Back out Device Properties from XI 2, push into XI 1.5. | Peter Hutterer | 2 | -1/+198 | |
(cherry picked from commit 7c9620d8232e5c05115746055a832363a528ac2d) Conflicts: XI.h XIproto.h | |||||
2008-07-29 | inputproto 1.4.4inputproto-1.4.4 | Peter Hutterer | 1 | -1/+1 | |
2008-07-29 | Add DeviceControlChanged define. | Peter Hutterer | 2 | -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-10 | Typo fix. | Adam Jackson | 1 | -0/+2 | |
2008-03-10 | C sucks: define XEventClass in terms of unsigned int, not CARD32. | Adam Jackson | 1 | -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-05 | inputproto 1.4.3inputproto-1.4.3 | Adam Jackson | 1 | -1/+1 | |
2008-01-21 | Use Xmd.h instead of X.h to pull in CARD32 definition | Jesse Barnes | 1 | -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-06 | Replace static ChangeLog with dist-hook to generate from git log | James Cloos | 2 | -4/+10 | |
2007-09-27 | XI.h needs X.h for CARD32 on 64-bit systems. | Eamon Walsh | 1 | -1/+2 | |
2007-09-03 | Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/proto/inputproto | James Cloos | 1 | -1/+1 | |
2007-09-03 | Add *~ to .gitignore to skip patch/emacs droppings | James Cloos | 1 | -0/+1 | |
2007-08-31 | Bump to 1.4.2.1inputproto-1.4.2.1 | Peter Hutterer | 1 | -1/+1 | |
No source changes, the 1.4.2 tarball had a busted configure script. | |||||
2007-04-26 | bump to 1.4.2inputproto-1.4.2 | Peter Hutterer | 1 | -1/+1 | |
2007-04-24 | Add flags to be used for DevicePrensence's devchange field. | Peter Hutterer | 2 | -1/+7 | |
2007-02-15 | bump to 1.4.1inputproto-1.4.1 | Daniel Stone | 1 | -1/+1 | |
2007-01-09 | Fix typo in DevicePresence() macro | Peter Hutterer | 1 | -1/+1 | |
2006-10-22 | DeviceAbs{Area,Calib}: properly align 32-bit typesinputproto-1.4 | Daniel Stone | 1 | -14/+14 | |
Decorate CARD32s and INT32s with B32. | |||||
2006-10-22 | DevicePresenceNotify: add deviceid field, with explanation | Daniel Stone | 2 | -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-21 | DEVICE_TOUCHPAD -> DEVICE_ABS_CALIB. | Zephaniah E. Hull | 3 | -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-20 | add DEVICE_ENABLE control, add core indication | Daniel Stone | 3 | -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-18 | add XExtensionKeyboard and XExtensionPointer classes | Daniel Stone | 1 | -0/+2 | |
Add two new classes of device, XExtensionKeyboard, and XExtensionPointer. | |||||
2006-07-17 | add DevicePresenceNotify event, clean up | Daniel Stone | 4 | -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-14 | renamed: .cvsignore -> .gitignoreinputproto-1.3-branch | Alan Coopersmith | 1 | -0/+0 | |
2005-12-15 | Update package version number for final X11R7 release candidate.XORG-7_1XORG-7_0_99_901XORG-7_0XORG-6_99_99_904 | Kevin E Martin | 2 | -1/+5 | |
2005-10-19 | Update package version number for RC1 release.XORG-6_99_99_903XORG-6_99_99_902XORG-6_99_99_901MODULAR_COPY | Kevin E Martin | 1 | -1/+1 | |
2005-08-02 | Add basic .cvsignore files for proto modules. | Eric Anholt | 1 | -0/+10 | |
2005-07-29 | Various changes preparing packages for RC0:XORG-6_99_99_900 | Kevin E Martin | 1 | -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-21 | Set version to 1.3. | Daniel Stone | 1 | -1/+1 | |
2005-05-19 | revert last change, didn't do right thing at all, sorry for the noise | Adam Jackson | 1 | -1/+1 | |
2005-05-19 | Require automake 1.7 in AM_INIT_AUTOMAKE | Adam Jackson | 1 | -1/+1 | |
2005-05-16 | Add COPYING file for Input. | Josh Triplett | 1 | -0/+41 | |
2005-05-09 | Change all the protonames from <extension>Ext to <extension>Proto. | Søren Sandmann Pedersen | 3 | -5/+5 | |
2005-05-06 | Initial build system files for proto module. | Kevin E Martin | 4 | -0/+37 | |
2004-04-23 | Merging 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-branch | Egbert Eich | 3 | -3/+3 | |
2004-03-14 | Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1 | Egbert Eich | 3 | -3/+3 | |
2004-03-03 | Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0 | Egbert Eich | 3 | -3/+3 | |
2004-02-26 | readding XFree86's cvs IDsxf86-4_3_99_903 | Egbert Eich | 3 | -3/+3 | |
2004-02-26 | Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 | Egbert Eich | 3 | -3/+3 | |
2003-11-25 | XFree86 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-2330 | Kaleb Keithley | 1 | -81/+1 | |