Xcb Util Xrm Versions Save

XCB utility functions for the X resource manager

v1.3

6 years ago

This releases fixes #79 such that resources like

*.color0: #000000

are accepted.

v1.2

7 years ago

This release is the same as v1.1, but correctly updates the version which had been forgotten in v1.1.

v1.1

7 years ago

This release fixes #71.

Update: Do not use this release as an update to the version has been forgotten.

v1.0

8 years ago

This is v1.0 release of xcb-util-xrm. The API is now considered stable. Thanks to everyone who contributed in one way or another!

v0.9.1

8 years ago

This release reworks the API in a very broad (and incompatible) way, but hey, this is still pre-release. Most notably, the concept of a context struct is gone, instead the central object within this library is the database struct. This models the Xlib API more closely, allows for an easy API for future additions of manipulating databases and makes the current API simpler and easier to use.

0.9.0

8 years ago

This is the first release of xcb-util-xrm.

The API is not yet complete or stable. The library can be used for simple queries now, but is not yet fully compliant with its Xlib counterpart.