The NetBSD Project

CVS log for pkgsrc/x11/inputproto/distinfo

[BACK] Up to [cvs.netbsd.org] / pkgsrc / x11 / inputproto

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.11 / (download) - annotate - [select for diffs], Fri Apr 9 08:21:48 2010 UTC (2 years, 1 month ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, HEAD
Changes since 1.10: +4 -4 lines
Diff to previous 1.10 (colored)

Update to inputproto-2.0.

"The first stable release of the X Input Extension Version 2.0 protocol
specification and header files."

XI2 provides a number of enhancements over version 1.5, including:
- use of XGE and GenericEvents. GenericEvents are of flexible length with a
  minimum length of 32 bytes.
- explicit device hierarchy of master and slave devices. See Section 4.
- use of multiple independent master devices (Multi-Poiner X or MPX).
- the ability for devices to change capabilities at runtime.
- raw device events

Revision 1.10 / (download) - annotate - [select for diffs], Wed Jul 22 12:34:33 2009 UTC (2 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.9: +4 -4 lines
Diff to previous 1.9 (colored)

Update to 1.5.1:

Peter Hutterer (2):
      Protect _XiDevicePresenceNotifyEvent declaration against C++
        includes. #19075
      inputproto 1.5.1

Revision 1.9 / (download) - annotate - [select for diffs], Wed Jan 7 21:56:22 2009 UTC (3 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.8: +4 -4 lines
Diff to previous 1.8 (colored)

Update to 1.5.0:

X Input Protocol 1.5.0

Additions over 1.4: input device properties support.

IDP are modelled after window properties and work much in the same
manner.  Each X Input device can have multiple properties of
arbitrary types at any point in time. These properties can be
interpreted by the server and/or the driver and thus allow cheap,
easily expandable ways of configuring devices.

IDP can also be read by other clients, allowing clients to label
devices or device specific features. Two of the more obvious cases
are to label a device as "primary", or to label each axis to denote
it's function ("press", "tilt", "rotation", etc.).

For those reading commit logs: IDP were originally added as XGE
events as part of XI2, then backported to traditional events.

Cheers,
  Peter


Peter Hutterer (10):
      Back out Device Properties from XI 2, push into XI 1.5.
      Protect against C++ includes.
      Add libXi's property interfaces.
      PropertyNotify, move deviceid back to last byte.
      Remove RCS tags, typo fix.
      Make sure Atoms are defined as CARD32.
      Undef Atom after we're done so we don't pollute users of XIproto.h
      Add XI_JOYSTICK type.
      Remove Configure/QueryDeviceProperty.
      inputproto 1.5.0

Revision 1.8 / (download) - annotate - [select for diffs], Wed Jul 30 09:56:48 2008 UTC (3 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, cube-native-xorg-base, cube-native-xorg
Changes since 1.7: +4 -5 lines
Diff to previous 1.7 (colored)

Update to 1.4.4:

Adam Jackson (2):
      C sucks: define XEventClass in terms of unsigned int, not CARD32.
      Typo fix.

Peter Hutterer (2):
      Add DeviceControlChanged define.
      inputproto 1.4.4

Revision 1.7 / (download) - annotate - [select for diffs], Thu Jul 24 17:30:14 2008 UTC (3 years, 10 months ago) by bjs
Branch: MAIN
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored)



"Apparently pulling in Xmd.h here [XI.h] breaks qt, since they both
define an INT32 type (and incompatible ones even, since Xmd's is
unsigned long on ILP32." (from GIT)

Bump PKGREVISION.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Mar 7 20:18:07 2008 UTC (4 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper
Changes since 1.5: +4 -4 lines
Diff to previous 1.5 (colored)

Update to 1.4.3:

Adam Jackson (1):
      inputproto 1.4.3

Eamon Walsh (1):
      XI.h needs X.h for CARD32 on 64-bit systems.

James Cloos (2):
      Add *~ to .gitignore to skip patch/emacs droppings
      Replace static ChangeLog with dist-hook to generate from git log

Jesse Barnes (1):
      Use Xmd.h instead of X.h to pull in CARD32 definition

Revision 1.5 / (download) - annotate - [select for diffs], Fri Sep 21 19:54:18 2007 UTC (4 years, 8 months ago) by bjs
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.4: +4 -4 lines
Diff to previous 1.4 (colored)


Update to version 1.4.2.1.  The previous version had a broken configure
script.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Jul 12 13:29:54 2007 UTC (4 years, 10 months ago) by joerg
Branch: MAIN
Changes since 1.3: +4 -4 lines
Diff to previous 1.3 (colored)

Update to inputproto-1.4.2: Add symbolic constants for the dev_change
field.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Feb 26 14:23:28 2007 UTC (5 years, 2 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.2: +4 -4 lines
Diff to previous 1.2 (colored)

Update inputproto to 1.4.1: Fix a typo in a macro.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Nov 6 15:22:43 2006 UTC (5 years, 6 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.1: +4 -4 lines
Diff to previous 1.1 (colored)

Update to inputproto-1.4. This added support for notification about
device presence.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Nov 3 17:41:55 2006 UTC (5 years, 6 months ago) by joerg
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Import inputproto-1.3.2 from pkgrsc-wip:
This provides the input extension headers from modular X.org X11
project.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Nov 3 17:41:55 2006 UTC (5 years, 6 months ago) by joerg
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>