Displaying 19 results from an estimated 19 matches similar to: "[ANNOUNCE] xcb-proto 1.12"
2018 Mar 05
0
[ANNOUNCE] xcb-proto 1.13
This release of xcb-proto brings support for buffer modifiers and
multi-planar buffers through DRI3 v1.2 and Present v1.2, support for
leasing KMS devices to clients via RandR 1.6, and also allows clients
to send each other XInput2 events via support for the GenericEvent
extension's SendExtension event.
Christian Linhart (5):
move symboltable lookup of sumof expr to the parser
2020 Oct 08
0
[ANNOUNCE] xcb-proto 1.14.1
This minor bug fix release provides compatibility with Python 3.9 by
replacing usage of deprecated API's which were removed in Python 3.9.
Alan Coopersmith (1):
xcb-proto 1.14.1
Bj?rn Esser (3):
xcbgen: Use math.gcd() for Python >= 3.5.
xcbgen: xml.etree.cElementTree has been dropped in Python 3.9.
xcbgen: Use xml.etree.ElementTree for Python >= 3.3.
Samanta
2016 May 18
0
[ANNOUNCE] libxcb 1.12
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Hi everyone,
here is a new version of libxcb for you to enjoy. The highlights are the same as for the
new xcb-proto release: xinput support, RandR 1.5 and an automatic alignment checker.
Changes:
Adam Jackson (1):
Bump version to 1.11.90
Alan Coopersmith (1):
Escape \n to display properly in xcb-requests man page
Christian Linhart
2008 Jul 18
1
[ANNOUNCE] libxcb-1.1.91
libxcb 1.1.91 is available. Rejoice more!
Bart Massey (1):
make IPv6 optional
Eamon Walsh (10):
Add generated comment noting requirement to free replies after use.
Add comment noting the requirement to free replies when finished.
Remove file that wasn't meant to be committed.
Generated the configure.ac and Makefile.am's in libxcb with the idea of
2018 Mar 05
0
[ANNOUNCE] libxcb 1.13
As with xcb-proto, this release mainly enables multi-planar buffers in
DRI3 v1.2 via support for variable-sized lists of FDs, and enables
sending GenericEvents to other clients. Present v1.2 and RandR v1.6
did not require any specific library changes.
lan Coopersmith (2):
Remove : from @param names in manually written headers
Correct @param "e" to "error" in
2008 Dec 16
0
[ANNOUNCE] xcb-util 0.3.2
xcb-util 0.3.2 is available
git tag 0.3.2
Changelog
=========
Jonathan Landis (1):
Fix copyright statement
Julien Danjou (4):
build: add check for xproto >= 7.0.8
keysyms: use xcb_key_lookup_t type for col paramter
icccm: fix gravity proto
Release xcb-util 0.3.2
Peter Harris (2):
Don't call exit() in xcb_aux_get_depth; return 0 instead.
Fix the
2008 Jul 18
0
[ANNOUNCE] xcb-proto 1.2
xcb-proto 1.2 is now available. Rejoice!
Bart Massey (1):
fixed xv SelectPortNotify argument; bug reported by Julien Cristau <jcristau at debian.org>
Eamon Walsh (14):
Add XML description for XInput extension.
Add XML description for SELinux extension.
xcb-xselinux: Remove an errant padding statement.
xcb-xselinux: Revisions to xselinux extension protocol.
2008 Nov 20
0
[ANNOUNCE] xcb-util 0.3.1
xcb-util 0.3.1 is now available
git tag 0.3.1
Changelog
=========
Henning Sten (2):
introduce function xcb_atom_get (essentially a synchronous xcb_intern_atom, use it only on non-performance critical execution paths)
add more verbose explanation of the purpose of "encoding" parameter in doxygen documentation tag
Julien Danjou (5):
icccm: add some comment on text
2015 Mar 25
0
[ANNOUNCE] xcb-util-cursor 0.1.2
Hi,
I just released version 0.1.2 of xcb-util-cursor:
- Use CFSwapInt32LittleToHost from CoreFoundation.h on Mac OS X to
implement le32toh.
- Check submodules before running autoconf.
- darwin: Use OSByteOrder.h rather than CF.
- Perform safety check before trying to load glyph cursorHEADmaster
Download:
http://xcb.freedesktop.org/dist/xcb-util-cursor-0.1.2.tar.bz2
2015 Apr 26
0
[ANNOUNCE] xcb-util-errors 1.0
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Hi everyone,
xcb-util-errors is a utility library that gives human readable names to error
codes and event codes and also to major and minor numbers. The necessary
information is drawn from xcb-proto's protocol descriptions. This library is
especially useful when working with extensions and is mostly useful for debugging.
The first release of
2016 May 12
0
[ANNOUNCE] xcb-util-cursor 0.1.3
Hi,
I just released version 0.1.3 of xcb-util-cursor:
- Add a --with-cursorpath option to configure
Download:
http://xcb.freedesktop.org/dist/xcb-util-cursor-0.1.3.tar.bz2
http://xcb.freedesktop.org/dist/xcb-util-cursor-0.1.3.tar.gz
md5sum:
6ac3b17cba51aaaa36ba035a53527214 xcb-util-cursor-0.1.3.tar.bz2
4b0768fa497127131a47f07e5c8cf745 xcb-util-cursor-0.1.3.tar.gz
sha1sum:
2020 Feb 22
0
[ANNOUNCE] xcb-proto 1.14
Alan Coopersmith (1):
Update README for gitlab migration
Daniel Stone (1):
pkg-config: Add sysroot prefix
Keith Packard (1):
screensaver: Use CARD32 encoding for ScreenSaverSuspend 'suspend'
Matt Turner (2):
Build xz tarballs instead of bzip2
Release xcb-proto 1.14
Uli Schlachter (3):
Removed unused member "fds"
Fix size computation
2023 Aug 16
0
[ANNOUNCE] xcb-proto 1.16.0
Alan Coopersmith (3):
gitlab CI: add a basic build test
Add documentation for DAMAGE extension
Remove "All rights reserved" from Oracle copyright notices
Alexander Volkov (1):
dpms: Add DPMSInfoNotify event (DPMS 1.2)
Demi Marie Obenour (4):
Document the MIT-SHM extension
Add documentation for XFixes v6
Document BIG-REQUESTS
Add
2023 Oct 19
0
[ANNOUNCE] xcb-util-cursor 0.1.5
XCB util-cursor module provides an xcb port of libXcursor.
This release sets the close-on-exec flag when opening files on platforms
that support O_CLOEXEC, and resyncs the _XcursorThemeInherits code with
libXcursor, including a fix for an off-by-one error in memory allocation
that triggered errors from AddressSanitizer.
Alan Coopersmith (2):
Set close-on-exec when opening files
2007 Apr 26
5
adding XCB dependency
I intend to make compiz depend on XCB and Xlib/XCB sometime soon so we
can start using XCB where it's beneficial [1]. I'm mostly interested in
using it for asynchronous reading of window properties but we should
eventually try to use it for as much as possible. Removing Xlib
completely might not make sense as we need to support multiple
implementations of GLX but getting to a stage where
2009 Mar 28
2
Xorg unbuildable - where to get: x11-xcb?
Greetings,
A fresh install of 7 followed by a cvsup to 7.2-PRE on the 26th
results in an inability to build Xorg on the system. A cvsup only
an hour ago provides no solution.
An attempt at the following:
cd /usr/ports/x11/xorg-minimal
make
produces the following error:
...
checking pkg-config files for X11 are available... yes
checking for LIBDRM... yes
checking for DRI2PROTO... yes
checking
2006 Nov 02
0
[ANNOUNCE] XCB 1.0 release candidate 3 now available
The XCB developers proudly announce the 1.0 RC3 (0.9.93) release of
xcb-proto and libxcb, now available from:
<http://xcb.freedesktop.org/dist/xcb-proto-0.9.93.tar.bz2>
with sha1sum: c3a0a5ecc6c602c948d164b186967eb715e872e6
<http://xcb.freedesktop.org/dist/xcb-proto-0.9.93.tar.gz>
with sha1sum: 59f4963abb1772d179f0f299c46a9ee2eb259884
2015 Jan 30
1
[LLVMdev] About user of bitcast/GEP instruction
Hi,
If the special handling in the meg2reg pass is to look for lifetime
intrinsics, shouldn't it cast to <IntrisicInst> and then use
getInstrinsicID to check for lifetime_start and lifetime_end ?
The thing that I don't understand is the following piece of code, which
finds all the users and cast it to <Instruction> then eraseFromParent().
How can this guarantee that it only
2008 Dec 10
3
How to fix broken ogg/theora files
Hi there,
I haven't been on this list until now, so I wasn't aware of this problem until last night ;-) - sorry for that.
I am working on a patch for oggCut for that issue (looks good actually but I would like to do some testing befor I can release a patch.)
Normal players are not effected by the page time misordering, so I took this issue as "minor". The reason for the