xextproto 7.0.3

2008-05-29 Thread Peter Hutterer
Replace static ChangeLog with dist-hook to generate from git log Peter Hutterer (3): Add XGE header files and protocol description. Xge: replace copyrights with standard format from xserver COPYING. Bump to 7.0.3. git tag: xextproto-7.0.3 http://xorg.freedesktop.org/archive

xproto-7.0.13

2008-05-29 Thread Peter Hutterer
of ever more Unicode keysyms Peter Hutterer (2): Add GenericEvent and xGenericEvent definitions. Bump to 7.0.13. git tag: xproto-7.0.13 http://xorg.freedesktop.org/archive/individual/proto/xproto-7.0.13.tar.bz2 MD5: 7d26f45dca52632712a696e0631dc17b xproto-7.0.13.tar.bz2 SHA1

[ANNOUNCE] xf86-input-evdev-2.0.0

2008-06-16 Thread Peter Hutterer
evdev 2.0 has arrived. Roll out the carpet and bring the cake. FWIW, I hereby also take maintainership of evdev. Cheers, Peter Peter Hutterer (3): Finalize MB emulation if EvdevProbe fails. Shut up compiler warning implicit declaration of function 'xf86Msg' evdev 2.0.0 git

[ANNOUNCE] xf86-input-evdev-2.0.1

2008-06-22 Thread Peter Hutterer
Another week, another release. Two small bugfixes thanks to Simon Munton and Keith Packard. Keith Packard (1): Enable middle button emulation at DEVICE_ON instead of DEVICE_INIT. Peter Hutterer (2): No need to finalize MB emulation after EvdevProbe anymore. evdev 2.0.1 Simon

[ANNOUNCE] xf86-input-diamondtouch 0.3.0

2008-06-25 Thread Peter Hutterer
the option NumDevices. This enables users to let the DT be hotplugged through HAL, but still create up to 4 devices in the X server to represent the required number of users. git://people.freedesktop.org/~whot/xf86-input-diamondtouch Peter Hutterer (15): Ensure that only one blob at a time

[ANNOUNCE] xf86-input-evdev 2.0.2

2008-07-13 Thread Peter Hutterer
Ander Conselvan de Oliveira (1): Mice with a lot of buttons (e.g. Logitech MX1000) generate button events greater than BTN_TASK. Peter Hutterer (4): Remove static ChangeLog, autogenerate as part of make dist. Add .gitignore file. Don't enable the device if the grab failed

[ANNOUNCE] xcb-proto 1.2

2008-07-17 Thread Peter Hutterer
appropriate Peter Hutterer (1): Release xcb-proto 1.2. git-tag 1.2 http://xcb.freedesktop.org/dist/xcb-proto-1.2.tar.gz md5: 3a8b5216d8926cb157a468c6be1c507a sha1: 725905a7cc1a437107e759774b7872483f6defa9 http://xcb.freedesktop.org/dist/xcb-proto-1.2.tar.bz2 md5

[ANNOUNCE] libxcb-1.1.91

2008-07-17 Thread Peter Hutterer
declaration formatting Julien Cristau (1): Make EXTHEADERS, EXTSOURCES, EXTENSION_XML unconditional of configure flags. Oswald Buddenhagen (1): Fix libxcb/src compile with srcdir != builddir. Peter Hutterer (3): Add xcb_ge_event_t and handling for long events. Bump to 1.1.90

Re: [ANNOUNCE] libxcb-1.1.91 - should be 1.1.90.1

2008-07-18 Thread Peter Hutterer
libxcb 1.1.90.1 is the correct version. Wrong tag applied previously, configure.ac states the right thing. My apologies, this version numbering game is just too much fun. Thanks to James Cloos for spotting this. Updated tags pushed, tarballs available as:

[ANNOUNCE] xf86-input-evdev 2.0.4

2008-08-14 Thread Peter Hutterer
Adam Jackson (1): Print a warning if a keycode exceeds the range accepted by the server. Julien Cristau (2): Print the device name when we get a read error Actually close the fd on DEVICE_CLOSE (bug#16948) Peter Hutterer (1): evdev 2.0.4 git tag: xf86-input-evdev-2.0.4

[ANNOUNCE] xf86-input-evdev 2.0.5

2008-09-18 Thread Peter Hutterer
Just one fix - some kernels invalidate the device late after resume, leaving us with dead devices. This issue is addressed by reopening the device if a read error occurs. Peter Hutterer (2): Attempt to re-open devices on read errors. evdev 2.0.5 git tag: xf86-input-evdev-2.0.5 http

[ANNOUNCE] xf86-input-mutouch 1.2.1

2008-10-01 Thread Peter Hutterer
mutouch 1.2.0 has issues with the current X server as it does not handle inverted axes (or handles them as inverted even when they aren't). This is fixed now, and I have anecdotal evidence that it even works. Peter Hutterer (6): Check for XINPUT ABI 3. Remove trailing whitespaces

[ANNOUNCE] xf86-input-evdev 2.0.7

2008-10-16 Thread Peter Hutterer
Julien Cristau (1): Set pInfo-fd to -1 on DEVICE_CLOSE Peter Hutterer (3): Fix Device reopened after N attempts message. Don't post keycodes 255. evdev 2.0.7 git tag: xf86-input-evdev-2.0.7 http://xorg.freedesktop.org/archive/individual/driver/xf86-input-evdev-2.0.7

[ANNOUNCE] xf86-input-evdev 2.0.99.1

2008-10-16 Thread Peter Hutterer
platforms. Peter Hutterer (55): No need to finalize MB emulation after EvdevProbe anymore. Bump to 2.0.99. Count buttons at probe and print to log. Remove EvdevConvert, nobody calls it now anyway. Remove stale comments. Update COPYING with the correct copyright info

[ANNOUNCE] xf86-input-evdev 2.0.99.2

2008-10-23 Thread Peter Hutterer
evdev 2.1 RC2 Touchscreen support (courtesy of Søren) enables devices that report only BTN_TOUCH capability, but no BTN_LEFT, BTN_RIGHT, etc. Julien Cristau (1): Fix TestBit() on 64bit Peter Hutterer (6): Don't post keycodes 255. Add option GrabDevice, don't grab the device

[ANNOUNCE] xproto 7.0.14

2008-10-23 Thread Peter Hutterer
Bastien Nocera (1): Keysyms needed for some HID remote controls to work under X. #16519 James Cloos (2): fix typo in commit 40ed4eef Add dead_perispomeni to keysymdef.h Peter Hutterer (5): Add keysyms for XF86XK_Battery, XF86XK_Bluetooth, XF86XK_WLAN, XF86XK_UWB

[ANNOUNCE] xf86-input-synaptics 0.99.1

2008-11-13 Thread Peter Hutterer
, ignore pkgconfig .pc files Convert last remaining ErrorF to xf86Msg Peter Hutterer (8): Adjust to new property API. Install synaptics-properties.h in xorg include path, install xorg-synaptics.pc. man: typo fix. man: Document multifinger-scrolling defaults. man

[ANNOUNCE] libXi 1.1.4

2008-11-16 Thread Peter Hutterer
Alan Coopersmith (1): Coverity #743/744: Returned without freeing storage bufp/savp Matthieu Herrb (1): nuke RCS Ids Peter Hutterer (2): GetDeviceControl: calculate the length field correctly. libXi 1.1.4 git tag: libXi-1.1.4 http://xorg.freedesktop.org/archive

[ANNOUNCE] xf86-input-evdev 2.0.8

2008-11-18 Thread Peter Hutterer
Expect this to be the last evdev 2.0.x release. Julien Cristau (1): Fix TestBit() on 64bit Peter Hutterer (1): evdev 2.0.8 git tag: xf86-input-evdev-2.0.8 http://xorg.freedesktop.org/archive/individual/driver/xf86-input-evdev-2.0.8.tar.bz2 MD5: 7f9ace5bcca1427b0da40827a74cbc33

[ANNOUNCE] xf86-input-evdev 2.1.0

2008-11-18 Thread Peter Hutterer
sent to the TTY. Other patches of interest [2-4] are recommended to avoid duplicate events. Consider the evdev 2.0 branch to be discontinued. The shortlog since RC 3: Fernando Carrijo (1): Fix error message Peter Hutterer (2): Store device file's minor/major to avoid duplicate devices

[ANNOUNCE] xf86-input-synaptics 0.99.3

2008-12-14 Thread Peter Hutterer
(Fredy) (1): Auto-adjust right_edge for touchpads with hardware scroll area. Peter Hutterer (2): Fix compilation issue (opts undeclared) for XINPUT ABI 0. (#18988) synaptics 1.0 RC3 git tag: xf86-input-synaptics-0.99.3 http://xorg.freedesktop.org/archive/individual/driver/xf86-input

[ANNOUNCE] xextproto 7.0.4

2008-12-17 Thread Peter Hutterer
Peter Hutterer (4): Xge.h: include Xmd.h for CARD8 geproto: remote trailing whitespaces. Clean up XGE documentation. Bump to 7.0.4 git tag: xextproto-7.0.4 http://xorg.freedesktop.org/archive/individual/proto/xextproto-7.0.4.tar.bz2 MD5: 64c19cbf368f053cfc689609589dacfe

[ANNOUNCE] xf86-input-vmmouse 12.6.3

2008-12-21 Thread Peter Hutterer
Peter Hutterer (3): Fix build against master - add xf86OSmouse.h Fix make distcheck allowing custom build directories. Bump for 12.6.3 release git tag: xf86-input-vmmouse-12.6.3 http://xorg.freedesktop.org/archive/individual/driver/xf86-input-vmmouse-12.6.3.tar.bz2 MD5

[ANNOUNCE] xf86-input-evdev 2.1.1

2009-01-12 Thread Peter Hutterer
is registered Peter Hutterer (2): Finalize MB emu (and wakeup handlers) before closing the fd. evdev 2.1.1 Yan Li (1): Fix XkbModel parsing error git tag: xf86-input-evdev-2.1.1 http://xorg.freedesktop.org/archive/individual/driver/xf86-input-evdev-2.1.1.tar.bz2 MD5

[ANNOUNCE] xinput 1.4.0

2009-01-15 Thread Peter Hutterer
-1.10 warning Paulo Cesar Pereira de Andrade (2): Mandriva patches to xinput. Compile warning fix. Peter Hutterer (28): Print out attachment of slave devices. Add support for device hierarchy changes. Add --loop to xinput list. Re-prints devices when hierarchy changes

[ANNOUNCE] xf86-input-evdev 2.2.2

2009-04-30 Thread Peter Hutterer
Three fixes to avoid deadlocks, two of which caused by allocs during SIGIO handling. Updating is recommended. Peter Hutterer (4): Trigger read error handling if len is = 0. Pre-allocate the reopen timer so we don't allocate during sigio handling. Print read errors as X_NONE

[ANNOUNCE] xinput 1.4.2

2009-05-07 Thread Peter Hutterer
This release brings mainly 64-bit fixes. Also, the device list now prints out the type (MOUSE, KEYBOARD, etc.). Peter Hutterer (7): fix 64 bit issues with set-int-prop and list-props. Fix set-float-prop on 64-bit architectures. The float_atom should actually be an Atom

[ANNOUNCE] xkbcomp 1.1.0

2009-07-08 Thread Peter Hutterer
-i option. Paulo Cesar Pereira de Andrade (2): Correct make distcheck and most gcc and sparse warnings. Correct a remaining of a wrong change to make some DEBUG_VAR's static. Peter Hutterer (13): Remove RCS tags. Add a few explanatory comments. Indent fixes

[ANNOUNCE] setxkbmap 1.1.0

2009-07-08 Thread Peter Hutterer
): Add missing PHONY line for automatic ChangeLog generation Paulo Cesar Pereira de Andrade (1): Ansification and compile warning fixes. Peter Hutterer (5): Remove RCS tags. Indent consistently. Adding some explanatory comments. Check return value of calloc and realloc

[ANNOUNCE] inputproto 1.9.99.14

2009-07-14 Thread Peter Hutterer
Two new amendments to the XI2 protocol: - addition of a flags field to contain extra information for events - the XI_RawEvent type has been split up into XI_RawKeyPress, XI_RawKeyRelease, etc. Daniel Stone (1): Device{,Raw}Event: Add flags field. Peter Hutterer (5): Fix XIMaskLen

[ANNOUNCE] renderproto 0.11

2009-07-14 Thread Peter Hutterer
0.11 adds some clarifications of the protocol specification, general cleanups and support for PDF blend modes. Note that this release is a bump from 0.9.3 straight to 0.11. Fredrik Höglund (2): Add support for the PDF blend mode operators. Bump version to 0.11. James Cloos (2):

[ANNOUNCE] xextproto 7.0.99.1

2009-07-15 Thread Peter Hutterer
to be fixed. Adam Jackson (1): Remove most LBX headers. James Cloos (1): C sucks: define XEventClass in terms of unsigned int, not CARD32. Peter Hutterer (17): MITMisc: remove MITMisc.h library header, split into mitmistproto.h XEVI: remove XEVI.h library header, split

[ANNOUNCE] libXext 1.0.99.2

2009-07-15 Thread Peter Hutterer
Remove dependancy on libXau Paulo Cesar Pereira de Andrade (4): Janitor: Correct make distcheck and compiler warnings. patch to avoid gcc warning in libXext Xorg libXext Version 1.0.5. Bump back to 1.0.99.1. Peter Hutterer (3): Silence Generic Event Extension

Re: [ANNOUNCE] libXext 1.0.99.2

2009-07-16 Thread Peter Hutterer
On Thu, Jul 16, 2009 at 06:21:44PM +0200, Stephan Raue wrote: libXext 1.0.99.2 cannot build with installed xextproto 7.0.99.1 due to lack of headers that was renamed/moved. eg: DPMS.c:41:36: error: X11/extensions/dpmsstr.h: No such file or directory or: XMultibuf.c:39:39: error:

[ANNOUNCE] libXext 1.0.99.3

2009-07-16 Thread Peter Hutterer
Brown paper bag release. 1.0.99.2 shipped with a build error if it didn't partially pick up system-installed old xextproto headers. Apologies for the inconvenience. Adam Jackson (1): Fix DPMS/MBUF/SECURITY for new header names Peter Hutterer (1): Bump to 1.0.99.3 git tag: libXext

[ANNOUNCE] xextproto 7.0.99.2

2009-07-21 Thread Peter Hutterer
to avoid a collision with MITMisc.h on case-insensitive filesystems Peter Hutterer (2): Remove RCS tags. Bump to 7.0.99.2 git tag: xextproto-7.0.99.2 http://xorg.freedesktop.org/archive/individual/proto/xextproto-7.0.99.2.tar.bz2 MD5: bd95d508302d20fdfc6c8338a7772d20 xextproto-7.0.99.2

[ANNOUNCE] libXext 1.0.99.4

2009-07-21 Thread Peter Hutterer
with MITMisc.h on case-insensitive filesystems Julien Cristau (1): Prevent shape.h being included in the server Peter Hutterer (2): Remove XTest header, belongs to libXtst. Bump to 1.0.99.4 git tag: libXext-1.0.99.4 http://xorg.freedesktop.org/archive/individual/lib/libXext-1.0.99.4

[ANNOUNCE] xf86-input-synaptics 1.1.3

2009-08-02 Thread Peter Hutterer
A single patch addressing the loss of the right scrolling area on certain touchpads. This issue is caused by the driver auto-scaling the right edge but not respecting the proportions of the actual touchpad range. Please see the comments for Bug 21001 for more details. Peter Hutterer (2

[ANNOUNCE] libX11 1.2.99.901

2009-08-04 Thread Peter Hutterer
arrow to compose table Julien Cristau (2): Add _XFUNCPROTOBEGIN/END to Xlib-xcb.h Update library version for new symbols Peter Hutterer (5): Bump to 1.2.99.1 Add generic event cookie handling to libX11. Add utlist.h to the Makefile.am Fix compiler warning 'unused

[ANNOUNCE] xf86-input-evdev 2.2.5

2009-08-20 Thread Peter Hutterer
advertised to the server. Remapping buttons 8 and 9 with xmodmap or other tools fails with a BadValue error. Peter Hutterer (2): Only take the driver-internal button mapping to count buttons (#23405) evdev 2.2.5 git tag: xf86-input-evdev-2.2.5 http://xorg.freedesktop.org/archive

[ANNOUNCE] inputproto 1.9.99.902

2009-08-24 Thread Peter Hutterer
. Changing the wire layout will impact clients. Rest are documentation updates only. Peter Hutterer (8): Remove eventtype field from xXIRawEvent. XI2proto.txt: typo fix XI2proto: XIChangeCursor request requires a master pointer. XIQueryPointer only works on master pointers

[ANNOUNCE] recordproto 1.13.99.1

2009-08-24 Thread Peter Hutterer
distcheck and dont distribute autogen.sh Peter Hutterer (4): remove RCS tags Remove xlib headers, rename record.h to recordconst.h. Rename recordstr.h to recordproto.h, provide a stub instead. Bump to 1.13.99.1 git tag: recordproto-1.13.99.1 http://xorg.freedesktop.org

[ANNOUNCE] libXtst 1.0.99.2

2009-08-24 Thread Peter Hutterer
Xlib headers from the recordproto module have moved to here. The new requirement is thus recordproto 1.13.99.2 No other interesting changes. Peter Hutterer (4): XRecord: avoid use of uninitialised variables. Move record headers to here. Include recordproto.h instead

[ANNOUNCE] xextproto 7.1.1

2009-08-24 Thread Peter Hutterer
Fixing a long-standing bug with the XSyncValueSubtract() macro. XSyncValueSubtract() for two identical values would not give a result of zero. See Bug 23438 for more details. http://bugs.freedesktop.org/show_bug.cgi?id=23438 Eduard Bagrov (1): Fix XSyncValueSubtract typo Peter Hutterer (1

[ANNOUNCE] resourceproto 1.1.0

2009-08-25 Thread Peter Hutterer
): Janitor: Correct make distcheck and dont distribute autogen.sh Peter Hutterer (2): Remove RCS tags. resourceproto 1.1.0 git tag: resourceproto-1.1.0 http://xorg.freedesktop.org/archive/individual/proto/resourceproto-1.1.0.tar.bz2 MD5: 84795594b3ebd2ee2570cf93340d152c resourceproto-1.1.0

[ANNOUNCE] libXScrnSaver 1.2.0

2009-08-25 Thread Peter Hutterer
Julien Cristau (1): Fix man vs header mismatch Paulo Cesar Pereira de Andrade (1): Janitor: make distcheck, compiler warnings. Peter Hutterer (5): Rename parameters to clarify QueryVersion/QueryExtension. Add screensaver.h to includedir. Change AM_CFLAGS to pull in new

[ANNOUNCE] bigreqsproto 1.1.0

2009-08-26 Thread Peter Hutterer
(1): Janitor: Correct make distcheck and dont distribute autogen.sh Peter Hutterer (3): Remove RCS tags. Move bigreqstr.h to bigreqsproto.h. bigreqsproto 1.1.0 git tag: bigreqsproto-1.1.0 http://xorg.freedesktop.org/archive/individual/proto/bigreqsproto-1.1.0.tar.bz2 MD5

[ANNOUNCE] dmxproto 2.2.99.1

2009-08-26 Thread Peter Hutterer
static ChangeLog with dist-hook to generate from git log Paulo Cesar Pereira de Andrade (1): Janitor: Correct make distcheck and dont distribute autogen.sh Peter Hutterer (3): Remove RCS tags. Remove Xlib parts from dmxext.h, rename to dmx.h dmxproto 2.2.99.1 git tag

[ANNOUNCE] xcmiscproto 1.2.0

2009-08-26 Thread Peter Hutterer
): Janitor: Correct make distcheck and dont distribute autogen.sh Peter Hutterer (3): Remove RCS tags Rename xcmiscstr.h to xcmiscproto.h for consistency with other modules. xcmiscproto 1.2.0 git tag: xcmiscproto-1.2.0 http://xorg.freedesktop.org/archive/individual/proto/xcmiscproto

[ANNOUNCE] xf86bigfontproto 1.2.0

2009-08-26 Thread Peter Hutterer
): Janitor: Correct make distcheck and dont distribute autogen.sh Peter Hutterer (4): Rename xf86bigfstr.h to xf86bigfproto.h for consistency with other modules. Remove RCS tags Remove server-specific declarations. xf86bigfontproto 1.2.0 git tag: xf86bigfontproto-1.2.0 http

[ANNOUNCE] xineramaproto 1.1.99.1

2009-08-26 Thread Peter Hutterer
not the lib/libXinerma userspace headers James Cloos (2): Add *~ to .gitignore to skip patch/emacs droppings Replace static ChangeLog with dist-hook to generate from git log Paulo Cesar Pereira de Andrade (1): Janitor: Correct make distcheck and dont distribute autogen.sh Peter Hutterer

[ANNOUNCE] damageproto 1.2.0

2009-08-26 Thread Peter Hutterer
log Owen Taylor (1): Document that 'parts' may be None for DamageSubtract Peter Hutterer (2): Remove RCS tags damageproto 1.2.0 git tag: damageproto-1.2.0 http://xorg.freedesktop.org/archive/individual/proto/damageproto-1.2.0.tar.bz2 MD5: 434b931b02bd83ed9fc44951df81cdac

[ANNOUNCE] libXinerama 1.0.99.1

2009-08-26 Thread Peter Hutterer
): Proto major/minors shouldn't live in the extension header but the proto header Paulo Cesar Pereira de Andrade (2): Janitor: ansification, make distcheck, compiler warnings. panoramiXext.h is included in X Server build. Peter Hutterer (4): Rename parameters to clarify

[ANNOUNCE] fontsproto 2.1.0

2009-08-27 Thread Peter Hutterer
distcheck and dont distribute autogen.sh Peter Hutterer (2): Remove RCS tags fontsproto 2.1.0 git tag: fontsproto-2.1.0 http://xorg.freedesktop.org/archive/individual/proto/fontsproto-2.1.0.tar.bz2 MD5: f3a857deadca3144fba041af1dbf7603 fontsproto-2.1.0.tar.bz2 SHA1

[ANNOUNCE] libAppleWM 1.4.0

2009-08-27 Thread Peter Hutterer
The Xlib headers have moved from applewmproto to here. No changes to the actual library itself. Note: You should not expect [libAppleWM] to work or be useful in any way whatsoever on any os other than OSX. [http://lists.freedesktop.org/archives/xorg/2009-March/044248.html] Jeremy Huddleston (5):

[ANNOUNCE] xf86dgaproto 2.0.99.1

2009-08-27 Thread Peter Hutterer
No protocol changes, packaging changes only. The Xlib headers have moved to libXxf86dga. James Cloos (1): Replace static ChangeLog with dist-hook to generate from git log Paulo Cesar Pereira de Andrade (1): Janitor: Correct make distcheck and dont distribute autogen.sh Peter

[ANNOUNCE] libXxf86dga 1.0.99.1

2009-08-27 Thread Peter Hutterer
from git log Matthieu Herrb (1): nuke RCS Ids Paulo Cesar Pereira de Andrade (1): Janitor: make distcheck and .gitignore. Peter Hutterer (2): Move Xlib headers from xf86dgaproto to here. Bump to 1.0.99.1 git tag: libXxf86dga-1.0.99.1 http://xorg.freedesktop.org/archive

[ANNOUNCE] xf86vidmodeproto 2.2.99.1

2009-08-27 Thread Peter Hutterer
Paulo Cesar Pereira de Andrade (1): Janitor: Correct make distcheck and dont distribute autogen.sh Peter Hutterer (5): Remove RCS tags Move xf86vmstr.h to xf86vmproto.h for consistency with other modules. Move request opcodes to xf86vmproto.h Remove xf86vmode.h Xlib

[ANNOUNCE] libXxf86vm 1.0.99.1

2009-08-27 Thread Peter Hutterer
: ansification, make distcheck, compiler warnings, .gitignore. Peter Hutterer (3): Move the xf86vmode.h header from the proto package to here. Include xf86vmproto instead of xf86vmstr.h libXxf86vm 1.0.99.1 git tag: libXxf86vm-1.0.99.1 http://xorg.freedesktop.org/archive/individual/lib

[ANNOUNCE] libICE 1.0.6

2009-08-28 Thread Peter Hutterer
Some warning fixes, documentation update. Alan Coopersmith (1): Add README with pointers to mailing list, bugzilla git repos Paulo Cesar Pereira de Andrade (1): Janitor: Correct sparse warnings. Peter Hutterer (1): libICE 1.0.6 git tag: libICE-1.0.6 http

[ANNOUNCE] libXcursor 1.1.10

2009-08-28 Thread Peter Hutterer
): Janitor: make distcheck, compiler warnings, extra .gitignore files. Peter Hutterer (1): libXcursor 1.1.10 git tag: libXcursor-1.1.10 http://xorg.freedesktop.org/archive/individual/lib/libXcursor-1.1.10.tar.bz2 MD5: 7dcdad1c10daea872cb3355af414b2ca libXcursor-1.1.10.tar.bz2 SHA1

[ANNOUNCE] libX11 1.1.6

2009-09-02 Thread Peter Hutterer
for a release. Expect this to be the last libX11-1.1.x release. James Cloos (1): nls (en_US) Re-remove long compositions that override shorter Peter Hutterer (1): Update to 1.1.6 git tag: libX11-1.1.6 http://xorg.freedesktop.org/archive/individual/lib/libX11-1.1.6.tar.bz2 MD5

Re: [ANNOUNCE] xorg-server 1.6.99.900

2009-09-06 Thread Peter Hutterer
On Fri, Sep 04, 2009 at 05:54:14AM -0700, Aaron Plattner wrote: On Fri, Sep 04, 2009 at 12:04:05AM -0700, Peter Hutterer wrote: Announcing the last and only snapshot for X Server 1.7 (Depressed Dodo). Please test this snapshot thoroughly. Release candidates for 1.7 will follow soon

[ANNOUNCE] xf86-input-synaptics 1.1.99.1

2009-09-06 Thread Peter Hutterer
): man: explain TapButton default values Paul Menzel (1): Fix typo. s/tough/though/ Peter Hutterer (36): man: device properties are now supported, should be stated as such. man: remove some pointless ( and ) around float options. Bump to 1.1.99 Remove NEWS file

[ANNOUNCE] xf86-input-mouse 1.4.99.1

2009-09-08 Thread Peter Hutterer
Gaetan Nadon (1): xf86-input-mouse: Remove unused .cvsignore file #23776 Paulo Cesar Pereira de Andrade (1): Janitor: use $PKG_CONFIG and update .gitignore. Peter Hutterer (5): Require xorg-server 1.5.99.901 or higher. Remove xf86MouseProtocolIDToName

[ANNOUNCE] xf86-input-keyboard 1.3.99.1

2009-09-08 Thread Peter Hutterer
. No autorepeat handling in the driver. Switch to new XKB API David Miller (1): Fix xf86-input-keyboard build on Linux/sparc Paulo Cesar Pereira de Andrade (1): Janitor: compiler warnings, .gitignore. Peter Hutterer (6): unifdef XKB and remove all noXkb handling

Re: [ANNOUNCE] xf86-video-ati 6.12.3

2009-09-10 Thread Peter Hutterer
On Thu, Sep 10, 2009 at 01:21:16PM +1000, Dave Airlie wrote: This is a release of the X.org ATI driver from the stable branch. It should build for X.org 7.5. Please cherry-pick 7e6557b81026d8a4d6c837839e68c28b151f8a97, without it the build fails against 1.7. Cheers, Peter

[ANNOUNCE] xf86-input-void 1.3.0

2009-09-10 Thread Peter Hutterer
Only cleanups, packaging fixes and API adjustments, since this driver doesn't actually do anything (but it does it twice as fast now). New requirement: util-macros 1.3.0 Peter Hutterer (11): Adjust for ABI_XINPUT_VERSION = 7 Remove obsolete chunk, focus/key class is added

[ANNOUNCE] xf86-input-acecad 1.4.0

2009-09-10 Thread Peter Hutterer
Another driver that has only seen a bit of cleanup and a few API changes. New requirement: util-macros 1.3.0 Alan Coopersmith (1): Fill in COPYING file, add SubmittingPatches URL to README Gaetan Nadon (1): xf86-input-acecad: Remove unused .cvsignore file #23776 Peter Hutterer (8

[ANNOUNCE] xf86-video-nv 2.1.15

2009-09-10 Thread Peter Hutterer
. #22611 Peter Hutterer (2): Update to xextproto 7.1 support. nv 2.1.15 git tag: xf86-video-nv-2.1.15 http://xorg.freedesktop.org/archive/individual/driver/xf86-video-nv-2.1.15.tar.bz2 MD5: 1b22188bd9012a148206940708b52ea6 xf86-video-nv-2.1.15.tar.bz2 SHA1

[ANNOUNCE] xf86dgaproto 2.0.99.2

2009-09-20 Thread Peter Hutterer
One minor fix to provide better backwards compatibility for older servers. The xf86dga.h header file has been re-added to this module with a compatibility hack for older servers. This re-added header file conflicts with that present in libXxf86dga 1.0.99.1. Users upgrading to this release will

[ANNOUNCE] xorg-server 1.6.99.902 (1.7 RC2)

2009-09-21 Thread Peter Hutterer
for sporadic segfault on resume. Revert fe31f9c + 977953b to fix issue for good. Peter Hutterer (19): dmx: don't include panoramiXsrv.h if building w/o Xinerama configure.ac: move all protocol requirements to a single location. Require dmxproto 2.2.99.1 xfree86: use

[ANNOUNCE] libXdmcp 1.0.3

2009-09-23 Thread Peter Hutterer
A minor janitorial release, libXdmcp requires macros 1.3 now. Alan Coopersmith (1): Add README with pointers to mailing list, bugzilla git repos Paulo Cesar Pereira de Andrade (2): Mark Xalloc, Xrealloc, and Xfree as weak symbols. Ansification and compile warning fixes. Peter

[ANNOUNCE] xinput 1.4.99.3

2009-09-23 Thread Peter Hutterer
in man page header/footer Julien Cristau (3): Add a format and type argument to the set_prop functions set-prop: add --type={atom,float,int} and --format={8,16,32} options Use do_set_prop for set_{atom,float,int}_prop Peter Hutterer (3): test_xi2: Print the key repeat flag

[ANNOUNCE] xorg-server 1.6.99.903

2009-09-28 Thread Peter Hutterer
. render: Don't add b8g8r8x8 format for depth 24. EXA: Extend mixed pixmaps scheme to allow driver PrepareAccess hook to fail. EXA: Fix mixed pixmaps crash with missing / failing UploadToScreen hook. Peter Hutterer (10): configure: fix up tslib check once again. Xi: fix

[ANNOUNCE] xineramaproto 1.2

2009-10-01 Thread Peter Hutterer
Just one change, the requirement of xorg-macros 1.3 for the new XORG_DEFAULT_OPTIONS. Peter Hutterer (2): Require macros 1.3 for XORG_DEFAULT_OPTIONS xineramaproto 1.2 git tag: xineramaproto-1.2 http://xorg.freedesktop.org/archive/individual/proto/xineramaproto-1.2.tar.bz2 MD5

[ANNOUNCE] libXext 1.1

2009-10-01 Thread Peter Hutterer
Just one change since 1.0.99.4, the requirement of xorg-macros 1.3 for the new XORG_DEFAULT_OPTIONS. Peter Hutterer (2): Require macros 1.3 for XORG_DEFAULT_OPTIONS libXext 1.1 git tag: libXext-1.1 http

[ANNOUNCE] libXtst 1.1.0

2009-10-04 Thread Peter Hutterer
Just two changes, increasing the requires for libXext to what it really is and the usual xorg-macros change. Peter Hutterer (3): Require macros 1.3 for XORG_DEFAULT_OPTIONS Require libXext 1.0.99.4 libXtst 1.1.0 git tag: libXtst-1.1.0 http://xorg.freedesktop.org/archive

[ANNOUNCE] libXxf86vm 1.1.0

2009-10-04 Thread Peter Hutterer
Just one more change, the xorg-macros 1.3 requirement. Peter Hutterer (2): Require macros 1.3 for XORG_DEFAULT_OPTIONS libXxf86vm 1.1.0 git tag: libXxf86vm-1.1.0 http://xorg.freedesktop.org/archive/individual/lib/libXxf86vm-1.1.0.tar.bz2 MD5: b431ad7084e1055fef99a9115237edd8

[ANNOUNCE] xf86-input-mouse 1.5.0

2009-10-06 Thread Peter Hutterer
One janitor fix, one crash fix in the middle mouse button emulation code. Alan Coopersmith (1): Fix crashes due to MouseBlockHandler/MouseWakeupHandler with invalid devices Peter Hutterer (2): Require macros 1.3 for XORG_DEFAULT_OPTIONS mouse 1.5.0 git tag: xf86-input-mouse

[ANNOUNCE] xf86-input-keyboard 1.4.0

2009-10-06 Thread Peter Hutterer
Just a few janitorial fixes since the snapshot, nothing exciting. Peter Hutterer (4): Require macros 1.3 for XORG_DEFAULT_OPTIONS Don't use XKB_DFLT_RULES from the server. Remove now un-used autorepeat field. keyboard 1.4.0 git tag: xf86-input-keyboard-1.4.0 http

[ANNOUNCE] xf86-input-synaptics 1.2.0

2009-10-08 Thread Peter Hutterer
options in the man page Christoph Brill (2): Add support for reducing the build process output by using shave Revert Add support for reducing the build process output by using shave Peter Hutterer (4): man: s/SYNTAX/SYNOPSIS/ (#9515) Require macros 1.3 for XORG_DEFAULT_OPTIONS

[ANNOUNCE] xinput 1.5.0

2009-10-12 Thread Peter Hutterer
One rather important change before the final release: --list by default will print out the short format. Other than that, some man page cleanup, and --version now displays the server version as well. Peter Hutterer (3): man: clean up the man page. Clean up --version, don't require

[ANNOUNCE] xorg-server 1.7.0.902

2009-10-18 Thread Peter Hutterer
by c7680befe5ae [alpha] don't return from void functions [alpha] assume we have __NR_pciconfig_iobase Michael Cree (1): Fix undefined symbols on alpha Peter Hutterer (4): dix: extend IsPointerDevice check to valuator-only devices. kdrive: fix Xfake build by removing

[ANNOUNCE] xf86-input-evdev 2.2.6

2009-10-18 Thread Peter Hutterer
Just a single fix to address segfaults upon unplugging devices, USB bus or hub resets. Peter Hutterer (2): Finalize the middle button emulation when a read error occurs (#23048) evdev 2.2.6 git tag: xf86-input-evdev-2.2.6 http://xorg.freedesktop.org/archive/individual/driver/xf86

Re: [ANNOUNCE] xorg-server 1.7.0.902

2009-10-18 Thread Peter Hutterer
On Mon, Oct 19, 2009 at 07:42:48AM +0200, Werner LEMBERG wrote: The second release candidate for server 1.7.1 is now available. This release includes a couple of patches to make the server work on alpha and a number of patches for Xming and Xwin as well as other fixes. What about

Re: [ANNOUNCE] xorg-server 1.7.0.902

2009-10-19 Thread Peter Hutterer
On Mon, Oct 19, 2009 at 08:59:19AM +0200, Werner LEMBERG wrote: What about http://cgit.freedesktop.org/~whot/X11R7.5/ which is, according to your words, the easiest method to build and test X11. It seems that you haven't updated this; at least `git submodule update' doesn't do

[ANNOUNCE] xorg-server 1.7.1

2009-10-22 Thread Peter Hutterer
Lee Leahu (2): dmx: when setting up device axis, use the correct counter number dmxDestroyWindow() - must call the X's native DetroyWindow() Marcin Baczyński (1): Kill compilation warnings. Peter Hutterer (2): kdrive: silence tslib compiler warnings xserver 1.7.1 git

[ANNOUNCE] xf86-input-wacom 0.10.0

2009-11-03 Thread Peter Hutterer
the end of the fork transition. Peter Hutterer (21): man: fix two typos. man: comma-separate authors. Don't expose button mapping as multiple properties. Remove coreevents property - not the driver to decide Remove Mode property, this is still controlled through DeviceCtrls

[ANNOUNCE] xf86-input-wacom 0.10.1

2009-11-19 Thread Peter Hutterer
directives, the driver now does its own hotplugging based on the model found. To do so, the driver queries the kernel for the tablet's capabilities and then sets up stylus, erasor, etc. pending the matching keys set on the device. Peter Hutterer (45): Use the SYSCALL macro for opening the fd

[ANNOUNCE] xorg-server 1.7.2

2009-11-26 Thread Peter Hutterer
clipping when windows are used as sources Jeremy Huddleston (1): XQuartz: Allow better compatability with older versions of xinit Peter Hutterer (4): Xi: don't crash when deleting invalid device properties. Move xdmxconfig modules into DMX conditionals (#25102) Xi: when

Re: [ANNOUNCE] xorg-server 1.7.2

2009-11-29 Thread Peter Hutterer
On Fri, Nov 27, 2009 at 04:00:49PM +1000, Peter Hutterer wrote: The second stable update to the X server 1.7 is now available. Only a few fixes went in since last week's RC2, the most prominent reverting a regression. See Bug 25136 for more details. Please note that the 1.7.2 release has two

[ANNOUNCE] xf86-input-wacom 0.10.2

2009-11-30 Thread Peter Hutterer
works now in a similar manner to USB autoconfiguration. I'm particularly excited that we're already seeing a fair bit of testing and contributions to this driver. Many thanks for your efforts! As usual, the shortlog below: Peter Hutterer (8): fdi: compress the wacom tablet into the first

[ANNOUNCE] xorg-server 1.7.3

2009-12-02 Thread Peter Hutterer
to image_from_pict. Gaetan Nadon (1): configure.ac: error while checking for XDMXCONFIG_DEP Peter Hutterer (1): xserver 1.7.3 git tag: xorg-server-1.7.3 http://xorg.freedesktop.org/archive/individual/xserver/xorg-server-1.7.3.tar.bz2 MD5: 4c63b22cad9ed8ae8b86561f0f92c327 xorg-server-1.7.3.tar.bz2

[ANNOUNCE] xf86-input-evdev 2.3.2

2009-12-10 Thread Peter Hutterer
): Swap axes before applying touch screen calibration. Report initial calibration parameters. Peter Hutterer (3): Only init the calibration property for absolute devices. Fix up BTN_TOUCH handling for non-button tablets. evdev 2.3.2 git tag: xf86-input-evdev-2.3.2 http

[ANNOUNCE] xorg-server 1.7.3.901

2009-12-10 Thread Peter Hutterer
. Peter Hutterer (5): xfree86: tell users to disable AutoAddDevices, not AllowEmptyInput. Set the source and deviceid for key repeat events (#24785) dix: remove core devices when shutting down. (#25028) dix: fix memory leak, free event list on shutdown. (#25028) xserver

[ANNOUNCE] xf86-input-synaptics 1.2.1

2009-12-13 Thread Peter Hutterer
on DeviceOff. Peter Hutterer (4): man: update manpage for new tap ordering synclient: fix man page typo Always make the input buffer size 200 synaptics 1.2.1 git tag: xf86-input-synaptics-1.2.1 http://xorg.freedesktop.org/archive/individual/driver/xf86-input-synaptics-1.2.1

Re: [ANNOUNCE] xorg-server 1.7.99.2

2009-12-20 Thread Peter Hutterer
=${DEFAULT_FONT_PATH} ]) +AC_MSG_CHECKING([for default font path]) +AC_MSG_RESULT([$FONTPATH]) AC_ARG_WITH(xkb-path, AS_HELP_STRING([--with-xkb-path=PATH], [Path to XKB base dir (default: ${datadir}/X11/xkb)]), [ XKBPATH=$withval ], -- 1.6.2.5 Reviewed-by: Peter

[ANNOUNCE] xf86-input-wacom 0.10.3

2009-12-23 Thread Peter Hutterer
we're good to go for this one. Ho. Ho. Ho. Cheers, Peter Enrico Ros (2): Don't crash if model-specific functions are not defined. Add USB devices 0xD0, 0xD1, 0xD2, 0xD3, 0xD4, mapped to the Bamboo tablet. Peter Hutterer (59): AC_TYPE of 0 is a valid type for wheel events

[ANNOUNCE] xorg-server 1.7.3.902

2009-12-25 Thread Peter Hutterer
of standalone xpbproxy executable dtrace: Add Xserver-dtrace.h to CLEANFILES Xfake: Nuke -Wl,-undefined=InitExtensions from LDFLAGS Julien Cristau (1): test/xi2: fix maximum max_keycode (bug#25492) Peter Hutterer (8): Xi: reset device properties to NULL after deleting them

  1   2   >