summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Peter Hutterer [Fri, 26 Sep 2008 00:07:48 +0000 (09:37 +0930)]
Remove default properties (XI_PROP_MODE, XI_PROP_ENABLED)
These should be defined by the server, not the protocol.
Peter Hutterer [Thu, 18 Sep 2008 05:30:54 +0000 (15:00 +0930)]
Remove Configure/QueryDeviceProperty.
Peter Hutterer [Thu, 18 Sep 2008 06:58:09 +0000 (16:28 +0930)]
Add XI_JOYSTICK type.
Peter Hutterer [Thu, 18 Sep 2008 05:30:01 +0000 (15:00 +0930)]
Don't include Xmd.h.
Peter Hutterer [Fri, 15 Aug 2008 05:31:16 +0000 (15:01 +0930)]
inputproto 1.9.99.4
Backported device properties.
Peter Hutterer [Fri, 15 Aug 2008 05:20:23 +0000 (14:50 +0930)]
Protect against C++ includes.
Peter Hutterer [Fri, 15 Aug 2008 04:51:24 +0000 (14:21 +0930)]
Remove RCS tags, typo fix.
Peter Hutterer [Wed, 13 Aug 2008 00:30:12 +0000 (10:00 +0930)]
Back out Device Properties from XI 2, push into XI 1.5.
Alan Hourihane [Tue, 29 Jul 2008 13:15:04 +0000 (14:15 +0100)]
bump to 1.99.9.3
Peter Hutterer [Mon, 28 Jul 2008 23:28:53 +0000 (08:58 +0930)]
Add DeviceControlChanged define.
This value is used for the devchange field in the DevicePresenceNotify event
when a device's control has been modified.
Alan Hourihane [Mon, 21 Jul 2008 09:33:47 +0000 (10:33 +0100)]
Bump to 1.9.99.2 for inputproto
Peter Hutterer [Sun, 13 Jul 2008 11:19:51 +0000 (20:49 +0930)]
Add #defines for XI_PROP_ENABLED, XI_PROP_MODE
These two props are expected to be supported by the server.
Peter Hutterer [Wed, 9 Jul 2008 08:58:26 +0000 (18:28 +0930)]
Set IEVENTS back to 18, got set to 8 inadvertantly.
Peter Hutterer [Mon, 7 Jul 2008 06:08:50 +0000 (15:38 +0930)]
Add XI device property requests and replies.
New requests:
ListDeviceProperties ... list all props of a device
QueryDeviceProperty ... query meta-information about a property
ChangeDeviceProperty ... change the content of a property
DeleteDeviceProperty ... delete a property
GetDeviceProperty ... retrieve a property
New event:
DevicePropertyChangedNotify ... the given property on the device has changed
Peter Hutterer [Wed, 28 May 2008 07:43:49 +0000 (17:13 +0930)]
Bump to 1.9.99.1.
Peter Hutterer [Mon, 12 May 2008 08:00:30 +0000 (17:30 +0930)]
Remove a leftover typedef, the code that requires it has since been removed.
Was part of the FakeDeviceData request, this request does not exist anymore.
Peter Hutterer [Mon, 12 May 2008 08:00:15 +0000 (17:30 +0930)]
Merge branch 'master' into mpx
Conflicts:
XI.h
Peter Hutterer [Sat, 26 Apr 2008 00:33:19 +0000 (10:03 +0930)]
Add major/minor version as supported by client to GetExtensionVersionReq.
This sort-of breaks old clients. Behaviour to be assumed is that if nbytes is
0, major/minorVersion is set and specifies the version as supported by the
client.
If nbytes is non-zero, the request is trailed by the extension name (INAME)
and major/minorVersion is undefined. This is the behaviour of pre-MPX clients.
And then there may be clients who found that no other extension uses this
request and supplying a name wasn't actually necessary since it was XI anyway.
These clients will break. Tough luck. Read the man pages next time.
Peter Hutterer [Fri, 25 Apr 2008 08:39:32 +0000 (18:09 +0930)]
Remove XInput.h. This file is now part of libXi.
XInput.h only belongs to libXi and is should not be part of the protocol
headers. For future revisions of this file refer to
git://anongit.freedesktop.org/git/xorg/lib/libXi
Peter Hutterer [Fri, 25 Apr 2008 01:04:01 +0000 (10:34 +0930)]
Add #define IREQUESTS 45. Specifies the number of requests in XI.
Adam Jackson [Mon, 10 Mar 2008 13:31:51 +0000 (09:31 -0400)]
Typo fix.
Adam Jackson [Mon, 10 Mar 2008 13:08:21 +0000 (09:08 -0400)]
C sucks: define XEventClass in terms of unsigned int, not CARD32.
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).
Adam Jackson [Thu, 6 Mar 2008 03:06:19 +0000 (22:06 -0500)]
inputproto 1.4.3
Peter Hutterer [Tue, 4 Mar 2008 07:40:00 +0000 (18:10 +1030)]
Add deviceid to QueryDevicePointer reply.
Doesn't hurt, we have padding left over anyway.
Peter Hutterer [Mon, 25 Feb 2008 06:21:31 +0000 (16:51 +1030)]
Squash opcode range for MPX XI requests.
This removes the opcode holes that were left by the excessive request removal
of the last weeks.
Peter Hutterer [Mon, 25 Feb 2008 06:15:16 +0000 (16:45 +1030)]
Remove GetPairedPointer, paired device can be found through ListInputDevices.
Peter Hutterer [Mon, 25 Feb 2008 05:58:05 +0000 (16:28 +1030)]
Remove "ungrab" from ExtendedGrabDevice request, remove XUngrabExtDevice().
That's what UngrabDevice is for, it does the same anyway.
Peter Hutterer [Mon, 18 Feb 2008 06:51:37 +0000 (17:21 +1030)]
Add WindowAccessAllowAll constant.
Not surprisingly the inverse of DenyAll.
Peter Hutterer [Thu, 14 Feb 2008 07:55:24 +0000 (18:25 +1030)]
Change XChangeDeviceHieararchy API.
Single-pointer to changes is enough since we have a union now.
Provide array first, then number of elements. This at least gives us
consistency within the MPX-related stuff. The rest of Xlib can't seem to make
its mind up about that.
Peter Hutterer [Thu, 14 Feb 2008 06:03:03 +0000 (16:33 +1030)]
Make XAnyDeviceHierarchyChangeInfo a union of the possible types.
Kinda the same as the XEvent union.
Some whitespace fixes too.
Peter Hutterer [Wed, 13 Feb 2008 22:47:34 +0000 (09:17 +1030)]
Whitespace fixing and sz_RegisterPairedClient removal.
Peter Hutterer [Wed, 13 Feb 2008 22:45:11 +0000 (09:15 +1030)]
Remove GrabAccessControl and FakeDeviceData.
Both aren't thought out enough to justify their inclusion in the first version
of MPX.
Peter Hutterer [Tue, 12 Feb 2008 08:49:58 +0000 (19:19 +1030)]
Remove RawDeviceEvent - for now anyway.
Wasn't quite as thought-out as it should be. Throwing it out for now, to get
the rest of MPX more stable.
Peter Hutterer [Tue, 12 Feb 2008 08:47:51 +0000 (19:17 +1030)]
Remove pairingChangedNotify event.
I swear I already removed that before... Anyway, we don't need it anymore,
since pairings can't be changed anyway. Hooray for the device hierarchy.
Peter Hutterer [Tue, 12 Feb 2008 04:34:24 +0000 (15:04 +1030)]
Remove "shared" field from QueryDevicePointer.
If it's a slave device, it's shared, if it's a master device it has its own
cursor. No need for this field.
Peter Hutterer [Wed, 23 Jan 2008 05:17:56 +0000 (15:47 +1030)]
Add a device id to XiSelectEvent.
Jesse Barnes [Mon, 21 Jan 2008 23:28:49 +0000 (15:28 -0800)]
Use Xmd.h instead of X.h to pull in CARD32 definition
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.
Peter Hutterer [Tue, 18 Dec 2007 05:17:01 +0000 (15:47 +1030)]
Move deviceid in XDeviceCrossingEvent up to follow window.
This makes XDeviceCrossingEvents in line with the other events who have the
same initial ordering of things.
James Cloos [Thu, 6 Dec 2007 21:39:02 +0000 (16:39 -0500)]
Replace static ChangeLog with dist-hook to generate from git log
Peter Hutterer [Tue, 13 Nov 2007 06:52:21 +0000 (17:22 +1030)]
Remove RegisterPairingClient, deprecated with the device hierarchy now.
Peter Hutterer [Tue, 13 Nov 2007 00:59:06 +0000 (11:29 +1030)]
Add DeviceClassesChangedEvent.
Peter Hutterer [Thu, 8 Nov 2007 06:56:35 +0000 (17:26 +1030)]
Add DeviceHierarchyChangedEvent.
Uses same event type as the now removed PointerKeyboardPairingChangedNotify.
(removing the RandomStringEvent too, should have been gone a while ago)
Peter Hutterer [Fri, 19 Oct 2007 00:52:51 +0000 (10:22 +0930)]
Add XChangeDeviceHierarchy and its components.
Peter Hutterer [Thu, 18 Oct 2007 02:53:34 +0000 (12:23 +0930)]
Create new XAttachInfo class for attachment info (slave devices).
Thanks to XLibs design we can't just change XDeviceInfo without breaking the
ABI. So here's a new class that isn't actually a class on the wire.
Peter Hutterer [Thu, 18 Oct 2007 01:09:40 +0000 (10:39 +0930)]
Add XI version 2 defines.
Peter Hutterer [Wed, 17 Oct 2007 03:08:38 +0000 (12:38 +0930)]
xDeviceInfo: add "attached" field (replace previous padding).
If use is set to IsXExtensionPointer/Keyboard/Devices, attached indicates the
device ID of the master device it is attached to. If the device is floating,
attached is set to IsFloating.
Eamon Walsh [Thu, 27 Sep 2007 16:27:19 +0000 (12:27 -0400)]
XI.h needs X.h for CARD32 on 64-bit systems.
James Cloos [Mon, 3 Sep 2007 10:17:20 +0000 (06:17 -0400)]
Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/proto/inputproto
James Cloos [Mon, 3 Sep 2007 09:54:06 +0000 (05:54 -0400)]
Add *~ to .gitignore to skip patch/emacs droppings
Peter Hutterer [Fri, 31 Aug 2007 08:28:27 +0000 (17:58 +0930)]
Bump to 1.4.2.1
No source changes, the 1.4.2 tarball had a busted configure script.
Paulo Ricardo Zanoni [Tue, 10 Jul 2007 00:46:06 +0000 (10:16 +0930)]
Change some calls to use XID* instead of char* for device id lists.
Peter Hutterer [Thu, 17 May 2007 10:49:29 +0000 (20:19 +0930)]
Move deviceid around in deviceEnterNotify, make room for detail field.
Peter Hutterer [Thu, 17 May 2007 10:49:02 +0000 (20:19 +0930)]
Add event_type to RawDeviceEvent to store matching core event type.
Peter Hutterer [Mon, 14 May 2007 08:33:53 +0000 (18:03 +0930)]
Add ExtendedGrabRequest and the matching reply.
Peter Hutterer [Wed, 2 May 2007 08:49:11 +0000 (18:19 +0930)]
Add xFakeDeviceDataReq
Peter Hutterer [Wed, 2 May 2007 00:13:48 +0000 (09:43 +0930)]
Providing a device id for a RawDeviceEvent may not be a bad idea.
Peter Hutterer [Tue, 1 May 2007 13:01:09 +0000 (22:31 +0930)]
Add XGE support and event types for RawDeviceEvent and PairingChanged event.
Peter Hutterer [Fri, 27 Apr 2007 05:13:43 +0000 (14:43 +0930)]
Merge branch 'master' into mpx
Peter Hutterer [Thu, 26 Apr 2007 01:36:18 +0000 (11:06 +0930)]
bump to 1.4.2
Peter Hutterer [Tue, 24 Apr 2007 13:23:27 +0000 (22:53 +0930)]
Add flags to be used for DevicePrensence's devchange field.
Peter Hutterer [Mon, 2 Apr 2007 07:12:46 +0000 (16:42 +0930)]
Merge branch 'master' into mpx
Peter Hutterer [Thu, 22 Mar 2007 10:44:11 +0000 (21:14 +1030)]
Change XSetClientPointer API to use an XDevice instead of deviceid.
Peter Hutterer [Thu, 22 Mar 2007 06:57:32 +0000 (17:27 +1030)]
add GetClientPointer request and reply.
add GetPairedPointer request and reply.
move declaration of _XiGetDevicePresenceNotifyEvent out of the macro and wrap
it between extern "C". Otherwise C++ code won't be able to find it.
Peter Hutterer [Fri, 9 Mar 2007 05:21:07 +0000 (15:51 +1030)]
add SetClientPointer request.
fix typos and wrong names for access function declarations.
Peter Hutterer [Thu, 22 Feb 2007 09:33:36 +0000 (20:03 +1030)]
add access control requests.
fix wrong field lengths for RegisterPairing request and reply.
Peter Hutterer [Tue, 20 Feb 2007 23:33:24 +0000 (10:03 +1030)]
add xRegisterPairingClient request and reply
Daniel Stone [Thu, 15 Feb 2007 14:33:07 +0000 (16:33 +0200)]
bump to 1.4.1
Peter Hutterer [Fri, 9 Feb 2007 01:07:54 +0000 (11:37 +1030)]
add missing XWarpDevicePointer declaration
Peter Hutterer [Thu, 8 Feb 2007 00:25:55 +0000 (10:55 +1030)]
Merge branch 'master'
Peter Hutterer [Thu, 8 Feb 2007 00:24:34 +0000 (10:54 +1030)]
add flags field to deviceEnterNotify struct
add same_screen, focus to XDeviceCrossingEvent struct
Peter Hutterer [Mon, 29 Jan 2007 07:48:56 +0000 (18:18 +1030)]
add ChangePointerKeyboardPairing request
add pairingChangedNotify event
Peter Hutterer [Wed, 10 Jan 2007 04:23:01 +0000 (14:53 +1030)]
add deviceEnterNotify event, DeviceEnterNotify, DeviceLeaveNotify support
add MPX Major/Minor version numbers
Peter Hutterer [Tue, 9 Jan 2007 03:02:39 +0000 (13:32 +1030)]
Fix typo in DevicePresence() macro
Peter Hutterer [Mon, 8 Jan 2007 02:03:41 +0000 (12:33 +1030)]
add ChangeDeviceCursor request
Peter Hutterer [Wed, 20 Dec 2006 03:06:06 +0000 (13:36 +1030)]
add QueryDevicePointer request + reply
add WarpDevicePointer request
Daniel Stone [Sun, 22 Oct 2006 13:40:11 +0000 (16:40 +0300)]
DeviceAbs{Area,Calib}: properly align 32-bit types
Decorate CARD32s and INT32s with B32.
Daniel Stone [Sun, 22 Oct 2006 13:30:56 +0000 (16:30 +0300)]
DevicePresenceNotify: add deviceid field, with explanation
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.
Zephaniah E. Hull [Sat, 21 Oct 2006 07:58:53 +0000 (03:58 -0400)]
DEVICE_TOUCHPAD -> DEVICE_ABS_CALIB.
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.
Daniel Stone [Thu, 19 Oct 2006 21:33:13 +0000 (00:33 +0300)]
add DEVICE_ENABLE control, add core indication
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.
Daniel Stone [Tue, 18 Jul 2006 15:56:37 +0000 (11:56 -0400)]
add XExtensionKeyboard and XExtensionPointer classes
Add two new classes of device, XExtensionKeyboard, and XExtensionPointer.
Daniel Stone [Mon, 17 Jul 2006 23:34:45 +0000 (19:34 -0400)]
add DevicePresenceNotify event, clean up
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.
Alan Coopersmith [Sat, 15 Jul 2006 01:56:18 +0000 (18:56 -0700)]
renamed: .cvsignore -> .gitignore
Kevin E Martin [Thu, 15 Dec 2005 00:24:37 +0000 (00:24 +0000)]
Update package version number for final X11R7 release candidate.
Kevin E Martin [Wed, 19 Oct 2005 02:48:14 +0000 (02:48 +0000)]
Update package version number for RC1 release.
Eric Anholt [Tue, 2 Aug 2005 19:19:38 +0000 (19:19 +0000)]
Add basic .cvsignore files for proto modules.
Kevin E Martin [Fri, 29 Jul 2005 21:22:55 +0000 (21:22 +0000)]
Various changes preparing packages for RC0:
- 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
Daniel Stone [Sat, 21 May 2005 04:04:21 +0000 (04:04 +0000)]
Set version to 1.3.
Adam Jackson [Thu, 19 May 2005 00:22:39 +0000 (00:22 +0000)]
revert last change, didn't do right thing at all, sorry for the noise
Adam Jackson [Thu, 19 May 2005 00:10:18 +0000 (00:10 +0000)]
Require automake 1.7 in AM_INIT_AUTOMAKE
Josh Triplett [Mon, 16 May 2005 03:30:03 +0000 (03:30 +0000)]
Add COPYING file for Input.
Søren Sandmann Pedersen [Mon, 9 May 2005 18:20:04 +0000 (18:20 +0000)]
Change all the protonames from <extension>Ext to <extension>Proto.
Kevin E Martin [Fri, 6 May 2005 01:46:30 +0000 (01:46 +0000)]
Initial build system files for proto module.
Egbert Eich [Fri, 23 Apr 2004 18:43:06 +0000 (18:43 +0000)]
Merging XORG-CURRENT into trunk
Egbert Eich [Sun, 14 Mar 2004 08:31:35 +0000 (08:31 +0000)]
Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
Egbert Eich [Wed, 3 Mar 2004 12:10:54 +0000 (12:10 +0000)]
Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
Egbert Eich [Thu, 26 Feb 2004 13:35:11 +0000 (13:35 +0000)]
readding XFree86's cvs IDs
Egbert Eich [Thu, 26 Feb 2004 09:22:27 +0000 (09:22 +0000)]
Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
Kaleb Keithley [Tue, 25 Nov 2003 19:28:02 +0000 (19:28 +0000)]
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
Kaleb Keithley [Fri, 14 Nov 2003 16:48:42 +0000 (16:48 +0000)]
XFree86 4.3.0.1
Kaleb Keithley [Fri, 14 Nov 2003 15:54:35 +0000 (15:54 +0000)]
R6.6 is the Xorg base-line