similar to: [ANNOUNCE] xcb-util-cursor 0.1.5

Displaying 20 results from an estimated 1000 matches similar to: "[ANNOUNCE] xcb-util-cursor 0.1.5"

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
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:
2017 Nov 28
0
[ANNOUNCE] libXcursor 1.1.15
Alan Coopersmith (4): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Use strdup() instead of malloc(strlen())+strcpy() Fix some clang integer sign/size mismatch warnings Emil Velikov (1): autogen.sh: use quoted string variables Matthieu Herrb (1): libXcursor 1.1.15 Mihail Konev (1): autogen: add default patch prefix Peter Hutterer
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
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 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
2018 Aug 22
0
X.Org security advisory: August 22, 2018
X.Org security advisory: August 22, 2018 Out-of-bounds write in libXcursor prior to 1.1.15 ================================================= libXcursor could write one byte out of bounds when processing Xcursor theme files. In certain cases, such as when used in the Firefox web browser, this could be used as part of an exploit chain to allow further attacks on an X client process, as reported
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
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
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
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
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
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.
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
2016 May 18
0
[ANNOUNCE] xcb-proto 1.12
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hi everyone, here is a new version of xcb-proto for you to enjoy. Highlights are lots of improvements especially to the xinput extension, support for RandR 1.5 and an automatic alignment checker. Changes: Christian Linhart (98): xinput: ChangeFeedbackControl: add missing pad xinput: SetDeviceModifierMapping: fix length of pad
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
2023 Apr 09
0
[ANNOUNCE] xwininfo 1.1.6
xwininfo prints information about windows on an X server. Various information is displayed depending on which options are selected. This release adds an option, disabled by default, to use libxcb-errors to improve the reporting of any X protocol error messages that may occur. To enable it, pass --with-xcb-errors to configure. Alan Coopersmith (8): gitlab CI: add a basic build test
2006 Nov 23
0
[ANNOUNCE] libX11 1.1
It's not pinin', it's passed on! This library is no more! It has ceased to be! It's expired and gone to meet its maker! This is a late library! It's a stiff! Bereft of life, it rests in peace! If you hadn't nailed it to the perch it would be pushing up the daisies! It's rung down the curtain and joined the choir invisible! This is an X-lib! After two candidate
2013 Apr 04
0
Re: [XenARM] Unable to find Python development headers
I am not an expert in cross-compiling, in fact Ian (still on vacation) is the one who set it up. I still compile tools natively. However I can tell you that you don''t actually need python, in reality in order to get the basic system working you only need to compile: tools/libxc tools/xenstore tools/console tools/libxl On Thu, 4 Apr 2013, Khandelwal, Shubham wrote: > Hi, > >
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