platform/upstream/inputproto.git
15 years agoBump to 1.9.99.6. inputproto-1.9.99.6
Peter Hutterer [Fri, 31 Oct 2008 06:03:25 +0000 (16:33 +1030)]
Bump to 1.9.99.6.

15 years agoPropertyNotify, move deviceid back to last byte.
Peter Hutterer [Fri, 31 Oct 2008 07:23:39 +0000 (17:53 +1030)]
PropertyNotify, move deviceid back to last byte.

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.

15 years agoRemove window access protocol requests.
Peter Hutterer [Wed, 8 Oct 2008 11:09:20 +0000 (21:39 +1030)]
Remove window access protocol requests.

This is a bad idea. It didn't provide security and you can get the same
functionality as you did with normal event registration.

15 years agoUndef Atom after we're done so we don't pollute users of XIproto.h
Julien Cristau [Wed, 15 Oct 2008 08:33:51 +0000 (10:33 +0200)]
Undef Atom after we're done so we don't pollute users of XIproto.h

15 years agoMake sure Atoms are defined as CARD32.
Peter Hutterer [Wed, 15 Oct 2008 00:04:21 +0000 (10:34 +1030)]
Make sure Atoms are defined as CARD32.

16 years agoBump to 1.9.99.5. inputproto-1.9.99.5
Peter Hutterer [Fri, 26 Sep 2008 00:41:04 +0000 (10:11 +0930)]
Bump to 1.9.99.5.

16 years agoRemove default properties (XI_PROP_MODE, XI_PROP_ENABLED)
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.

16 years agoRemove Configure/QueryDeviceProperty.
Peter Hutterer [Thu, 18 Sep 2008 05:30:54 +0000 (15:00 +0930)]
Remove Configure/QueryDeviceProperty.

16 years agoAdd XI_JOYSTICK type.
Peter Hutterer [Thu, 18 Sep 2008 06:58:09 +0000 (16:28 +0930)]
Add XI_JOYSTICK type.

16 years agoDon't include Xmd.h.
Peter Hutterer [Thu, 18 Sep 2008 05:30:01 +0000 (15:00 +0930)]
Don't include Xmd.h.

16 years agoinputproto 1.9.99.4 inputproto-1.9.99.4
Peter Hutterer [Fri, 15 Aug 2008 05:31:16 +0000 (15:01 +0930)]
inputproto 1.9.99.4

Backported device properties.

16 years agoProtect against C++ includes.
Peter Hutterer [Fri, 15 Aug 2008 05:20:23 +0000 (14:50 +0930)]
Protect against C++ includes.

16 years agoRemove RCS tags, typo fix.
Peter Hutterer [Fri, 15 Aug 2008 04:51:24 +0000 (14:21 +0930)]
Remove RCS tags, typo fix.

16 years agoBack out Device Properties from XI 2, push into XI 1.5.
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.

16 years agobump to 1.99.9.3 inputproto-1.9.99.3
Alan Hourihane [Tue, 29 Jul 2008 13:15:04 +0000 (14:15 +0100)]
bump to 1.99.9.3

16 years agoAdd DeviceControlChanged define.
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.

16 years agoBump to 1.9.99.2 for inputproto inputproto-1.9.99.2
Alan Hourihane [Mon, 21 Jul 2008 09:33:47 +0000 (10:33 +0100)]
Bump to 1.9.99.2 for inputproto

16 years agoAdd #defines for XI_PROP_ENABLED, XI_PROP_MODE
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.

16 years agoSet IEVENTS back to 18, got set to 8 inadvertantly.
Peter Hutterer [Wed, 9 Jul 2008 08:58:26 +0000 (18:28 +0930)]
Set IEVENTS back to 18, got set to 8 inadvertantly.

16 years agoAdd XI device property requests and replies.
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

16 years agoBump to 1.9.99.1. inputproto-1.9.99.1
Peter Hutterer [Wed, 28 May 2008 07:43:49 +0000 (17:13 +0930)]
Bump to 1.9.99.1.

16 years agoRemove a leftover typedef, the code that requires it has since been removed.
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.

16 years agoMerge branch 'master' into mpx
Peter Hutterer [Mon, 12 May 2008 08:00:15 +0000 (17:30 +0930)]
Merge branch 'master' into mpx

Conflicts:

XI.h

16 years agoAdd major/minor version as supported by client to GetExtensionVersionReq.
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.

16 years agoRemove XInput.h. This file is now part of libXi.
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

16 years agoAdd #define IREQUESTS 45. Specifies the number of requests in XI.
Peter Hutterer [Fri, 25 Apr 2008 01:04:01 +0000 (10:34 +0930)]
Add #define IREQUESTS 45. Specifies the number of requests in XI.

16 years agoTypo fix.
Adam Jackson [Mon, 10 Mar 2008 13:31:51 +0000 (09:31 -0400)]
Typo fix.

16 years agoC sucks: define XEventClass in terms of unsigned int, not CARD32.
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).

16 years agoinputproto 1.4.3 inputproto-1.4.3
Adam Jackson [Thu, 6 Mar 2008 03:06:19 +0000 (22:06 -0500)]
inputproto 1.4.3

16 years agoAdd deviceid to QueryDevicePointer reply.
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.

16 years agoSquash opcode range for MPX XI requests.
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.

16 years agoRemove GetPairedPointer, paired device can be found through ListInputDevices.
Peter Hutterer [Mon, 25 Feb 2008 06:15:16 +0000 (16:45 +1030)]
Remove GetPairedPointer, paired device can be found through ListInputDevices.

16 years agoRemove "ungrab" from ExtendedGrabDevice request, remove XUngrabExtDevice().
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.

16 years agoAdd WindowAccessAllowAll constant.
Peter Hutterer [Mon, 18 Feb 2008 06:51:37 +0000 (17:21 +1030)]
Add WindowAccessAllowAll constant.

Not surprisingly the inverse of DenyAll.

16 years agoChange XChangeDeviceHieararchy API.
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.

16 years agoMake XAnyDeviceHierarchyChangeInfo a union of the possible types.
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.

16 years agoWhitespace fixing and sz_RegisterPairedClient removal.
Peter Hutterer [Wed, 13 Feb 2008 22:47:34 +0000 (09:17 +1030)]
Whitespace fixing and sz_RegisterPairedClient removal.

16 years agoRemove GrabAccessControl and FakeDeviceData.
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.

16 years agoRemove RawDeviceEvent - for now anyway.
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.

16 years agoRemove pairingChangedNotify event.
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.

16 years agoRemove "shared" field from QueryDevicePointer.
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.

16 years agoAdd a device id to XiSelectEvent.
Peter Hutterer [Wed, 23 Jan 2008 05:17:56 +0000 (15:47 +1030)]
Add a device id to XiSelectEvent.

16 years agoUse Xmd.h instead of X.h to pull in CARD32 definition
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.

16 years agoMove deviceid in XDeviceCrossingEvent up to follow window.
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.

16 years agoReplace static ChangeLog with dist-hook to generate from git log
James Cloos [Thu, 6 Dec 2007 21:39:02 +0000 (16:39 -0500)]
Replace static ChangeLog with dist-hook to generate from git log

16 years agoRemove RegisterPairingClient, deprecated with the device hierarchy now.
Peter Hutterer [Tue, 13 Nov 2007 06:52:21 +0000 (17:22 +1030)]
Remove RegisterPairingClient, deprecated with the device hierarchy now.

16 years agoAdd DeviceClassesChangedEvent.
Peter Hutterer [Tue, 13 Nov 2007 00:59:06 +0000 (11:29 +1030)]
Add DeviceClassesChangedEvent.

16 years agoAdd DeviceHierarchyChangedEvent.
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)

16 years agoAdd XChangeDeviceHierarchy and its components.
Peter Hutterer [Fri, 19 Oct 2007 00:52:51 +0000 (10:22 +0930)]
Add XChangeDeviceHierarchy and its components.

16 years agoCreate new XAttachInfo class for attachment info (slave devices).
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.

16 years agoAdd XI version 2 defines.
Peter Hutterer [Thu, 18 Oct 2007 01:09:40 +0000 (10:39 +0930)]
Add XI version 2 defines.

16 years agoxDeviceInfo: add "attached" field (replace previous padding).
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.

17 years agoXI.h needs X.h for CARD32 on 64-bit systems.
Eamon Walsh [Thu, 27 Sep 2007 16:27:19 +0000 (12:27 -0400)]
XI.h needs X.h for CARD32 on 64-bit systems.

17 years agoMerge branch 'master' of ssh://git.freedesktop.org/git/xorg/proto/inputproto
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

17 years agoAdd *~ to .gitignore to skip patch/emacs droppings
James Cloos [Mon, 3 Sep 2007 09:54:06 +0000 (05:54 -0400)]
Add *~ to .gitignore to skip patch/emacs droppings

17 years agoBump to 1.4.2.1 inputproto-1.4.2.1
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.

17 years agoChange some calls to use XID* instead of char* for device id lists.
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.

17 years agoMove deviceid around in deviceEnterNotify, make room for detail field.
Peter Hutterer [Thu, 17 May 2007 10:49:29 +0000 (20:19 +0930)]
Move deviceid around in deviceEnterNotify, make room for detail field.

17 years agoAdd event_type to RawDeviceEvent to store matching core event type.
Peter Hutterer [Thu, 17 May 2007 10:49:02 +0000 (20:19 +0930)]
Add event_type to RawDeviceEvent to store matching core event type.

17 years agoAdd ExtendedGrabRequest and the matching reply.
Peter Hutterer [Mon, 14 May 2007 08:33:53 +0000 (18:03 +0930)]
Add ExtendedGrabRequest and the matching reply.

17 years agoAdd xFakeDeviceDataReq
Peter Hutterer [Wed, 2 May 2007 08:49:11 +0000 (18:19 +0930)]
Add xFakeDeviceDataReq

17 years agoProviding a device id for a RawDeviceEvent may not be a bad idea.
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.

17 years agoAdd XGE support and event types for RawDeviceEvent and PairingChanged event.
Peter Hutterer [Tue, 1 May 2007 13:01:09 +0000 (22:31 +0930)]
Add XGE support and event types for RawDeviceEvent and PairingChanged event.

17 years agoMerge branch 'master' into mpx
Peter Hutterer [Fri, 27 Apr 2007 05:13:43 +0000 (14:43 +0930)]
Merge branch 'master' into mpx

17 years agobump to 1.4.2 inputproto-1.4.2
Peter Hutterer [Thu, 26 Apr 2007 01:36:18 +0000 (11:06 +0930)]
bump to 1.4.2

17 years agoAdd flags to be used for DevicePrensence's devchange field.
Peter Hutterer [Tue, 24 Apr 2007 13:23:27 +0000 (22:53 +0930)]
Add flags to be used for DevicePrensence's devchange field.

17 years agoMerge branch 'master' into mpx
Peter Hutterer [Mon, 2 Apr 2007 07:12:46 +0000 (16:42 +0930)]
Merge branch 'master' into mpx

17 years agoChange XSetClientPointer API to use an XDevice instead of deviceid.
Peter Hutterer [Thu, 22 Mar 2007 10:44:11 +0000 (21:14 +1030)]
Change XSetClientPointer API to use an XDevice instead of deviceid.

17 years agoadd GetClientPointer request and reply.
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.

17 years agoadd SetClientPointer request.
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.

17 years agoadd access control requests.
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.

17 years agoadd xRegisterPairingClient request and reply
Peter Hutterer [Tue, 20 Feb 2007 23:33:24 +0000 (10:03 +1030)]
add xRegisterPairingClient request and reply

17 years agobump to 1.4.1 inputproto-1.4.1
Daniel Stone [Thu, 15 Feb 2007 14:33:07 +0000 (16:33 +0200)]
bump to 1.4.1

17 years agoadd missing XWarpDevicePointer declaration
Peter Hutterer [Fri, 9 Feb 2007 01:07:54 +0000 (11:37 +1030)]
add missing XWarpDevicePointer declaration

17 years agoMerge branch 'master'
Peter Hutterer [Thu, 8 Feb 2007 00:25:55 +0000 (10:55 +1030)]
Merge branch 'master'

17 years agoadd flags field to deviceEnterNotify struct
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

17 years agoadd ChangePointerKeyboardPairing request
Peter Hutterer [Mon, 29 Jan 2007 07:48:56 +0000 (18:18 +1030)]
add ChangePointerKeyboardPairing request
add pairingChangedNotify event

17 years agoadd deviceEnterNotify event, DeviceEnterNotify, DeviceLeaveNotify support
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

17 years agoFix typo in DevicePresence() macro
Peter Hutterer [Tue, 9 Jan 2007 03:02:39 +0000 (13:32 +1030)]
Fix typo in DevicePresence() macro

17 years ago add ChangeDeviceCursor request
Peter Hutterer [Mon, 8 Jan 2007 02:03:41 +0000 (12:33 +1030)]
add ChangeDeviceCursor request

17 years ago add QueryDevicePointer request + reply
Peter Hutterer [Wed, 20 Dec 2006 03:06:06 +0000 (13:36 +1030)]
    add QueryDevicePointer request + reply
        add WarpDevicePointer request

17 years agoDeviceAbs{Area,Calib}: properly align 32-bit types inputproto-1.4
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.

17 years agoDevicePresenceNotify: add deviceid field, with explanation
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.

17 years agoDEVICE_TOUCHPAD -> DEVICE_ABS_CALIB.
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.

17 years agoadd DEVICE_ENABLE control, add core indication
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.

18 years agoadd XExtensionKeyboard and XExtensionPointer classes
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.

18 years agoadd DevicePresenceNotify event, clean up
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.

18 years agorenamed: .cvsignore -> .gitignore
Alan Coopersmith [Sat, 15 Jul 2006 01:56:18 +0000 (18:56 -0700)]
renamed: .cvsignore -> .gitignore

18 years agoUpdate package version number for final X11R7 release candidate. XORG-6_99_99_904 XORG-7_0 XORG-7_0_99_901 XORG-7_1
Kevin E Martin [Thu, 15 Dec 2005 00:24:37 +0000 (00:24 +0000)]
Update package version number for final X11R7 release candidate.

18 years agoUpdate package version number for RC1 release. MODULAR_COPY XORG-6_99_99_901 XORG-6_99_99_902 XORG-6_99_99_903
Kevin E Martin [Wed, 19 Oct 2005 02:48:14 +0000 (02:48 +0000)]
Update package version number for RC1 release.

19 years agoAdd basic .cvsignore files for proto modules.
Eric Anholt [Tue, 2 Aug 2005 19:19:38 +0000 (19:19 +0000)]
Add basic .cvsignore files for proto modules.

19 years agoVarious changes preparing packages for RC0: XORG-6_99_99_900
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

19 years agoSet version to 1.3.
Daniel Stone [Sat, 21 May 2005 04:04:21 +0000 (04:04 +0000)]
Set version to 1.3.

19 years agorevert last change, didn't do right thing at all, sorry for the noise
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

19 years agoRequire automake 1.7 in AM_INIT_AUTOMAKE
Adam Jackson [Thu, 19 May 2005 00:10:18 +0000 (00:10 +0000)]
Require automake 1.7 in AM_INIT_AUTOMAKE

19 years agoAdd COPYING file for Input.
Josh Triplett [Mon, 16 May 2005 03:30:03 +0000 (03:30 +0000)]
Add COPYING file for Input.

19 years agoChange all the protonames from <extension>Ext to <extension>Proto.
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.

19 years agoInitial build system files for proto module.
Kevin E Martin [Fri, 6 May 2005 01:46:30 +0000 (01:46 +0000)]
Initial build system files for proto module.

20 years agoMerging XORG-CURRENT into trunk XACE-SELINUX-MERGE XORG-6_7_99_1 XORG-6_7_99_2 XORG-6_7_99_901 XORG-6_7_99_902 XORG-6_7_99_903 XORG-6_7_99_904 XORG-6_8_0 XORG-6_8_1 XORG-6_8_1_901 XORG-6_8_1_902 XORG-6_8_1_903 XORG-6_8_1_904 XORG-6_8_2 XORG-6_8_99_1 XORG-6_8_99_10 XORG-6_8_99_11 XORG-6_8_99_12 XORG-6_8_99_13 XORG-6_8_99_14 XORG-6_8_99_15 XORG-6_8_99_16 XORG-6_8_99_2 XORG-6_8_99_3 XORG-6_8_99_4 XORG-6_8_99_5 XORG-6_8_99_6 XORG-6_8_99_7 XORG-6_8_99_8 XORG-6_8_99_9 XORG-6_8_99_900 XORG-6_8_99_901 XORG-6_8_99_902 XORG-6_8_99_903 lg3d-base lg3d-rel-0-6-2 lg3d-rel-0-7-0 rel-0-6-1 sco_port_update-base
Egbert Eich [Fri, 23 Apr 2004 18:43:06 +0000 (18:43 +0000)]
Merging XORG-CURRENT into trunk

20 years agoImporting vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 xf86-4_4_99_1
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