Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-05-21 | wrapped xcb_atom.h for C++ per bug report of <comick@autistici.org> | Bart Massey | 1 | -0/+8 | |
2008-09-18 | introduce function xcb_atom_get (essentially a synchronous xcb_intern_atom, ↵ | Henning Sten | 2 | -0/+23 | |
use it only on non-performance critical execution paths) Signed-off-by: Julien Danjou <julien@danjou.info> | |||||
2008-09-16 | atom: include xcb headers | Julien Danjou | 1 | -3/+5 | |
Signed-off-by: Julien Danjou <julien@danjou.info> | |||||
2008-09-15 | atom: bump version info | Julien Danjou | 1 | -0/+1 | |
Signed-off-by: Julien Danjou <julien@danjou.info> | |||||
2008-09-15 | atom: prefix functions and types | Julien Danjou | 2 | -16/+16 | |
Signed-off-by: Julien Danjou <julien@danjou.info> | |||||
2008-09-15 | [atom] Move '*discriminated_atom*' functions from icccm to atom | Arnaud Fontaine | 2 | -0/+78 | |
2007-05-12 | atom: Replace 'char *atom_names[]' with one big string and array of offsets. | Tilman Sauerbeck | 1 | -4/+10 | |
This reduces the memory footprint of libxcb-atom.so, and the number of relocations that have to be performed on load. before: atom/.libs/libxcb-atom.so: 73 relocations text data bss dec hex filename 9587 588 132 10307 2843 atom/.libs/libxcb-atom.so after: atom/.libs/libxcb-atom.so: 5 relocations text data bss dec hex filename 9183 316 132 9631 259f atom/.libs/libxcb-atom.so Signed-off-by: Jamey Sharp <jamey@minilop.net> | |||||
2007-05-12 | Bug #10877: Fixed the atom values that are written to the hash table. | Tilman Sauerbeck | 1 | -0/+1 | |
Signed-off-by: Jamey Sharp <jamey@minilop.net> | |||||
2007-02-21 | rename the libraries from libXCBFoo.* to libxcb-foo.*. Use foo_CPPFLAGS ↵ | TORRI Vincent | 2 | -6/+6 | |
instead of foo_CFLAGS (*_CFLAGS variables store preprocessor options) | |||||
2006-11-12 | Bug #7150: Rename "len" to "namelen" to avoid m4 substitution | Alan Coopersmith | 1 | -6/+6 | |
This is the second of two fixes needed to get xcb-util building on Solaris. Signed-off-by: Jamey Sharp <jamey@minilop.net> | |||||
2006-11-12 | Bug #7150: Check for gcc & Sun cc in configure.ac and use correct flags to ↵ | Alan Coopersmith | 1 | -1/+1 | |
turn on more warnings for each This is the first of two fixes needed to get xcb-util building on Solaris. Signed-off-by: Jamey Sharp <jamey@minilop.net> | |||||
2006-11-12 | Clean up built sources. Makes `distcheck` pass. | Jamey Sharp | 1 | -0/+1 | |
2006-11-12 | Bug #6781: make util compile with srcdir != builddir. | Jamey Sharp | 1 | -2/+2 | |
2006-10-07 | Adapt xcb/util libraries for removal of XID structures. | Ian Osgood | 1 | -7/+7 | |
2006-09-26 | Naming changes must go into m4 files. | Ian Osgood | 2 | -7/+7 | |
2006-09-24 | All xcb-util libraries compile after the Great Renaming. | Ian Osgood | 2 | -28/+28 | |
Many of the exported library functions still need to follow the new convention. | |||||
2006-09-12 | Removed GNU make constructs from Makefile. | Bart Massey | 1 | -8/+8 | |
Prepared for repair of "make distcheck". | |||||
2006-07-28 | use XCBNone instead of None | TORRI Vincent | 1 | -2/+2 | |
2006-04-28 | Add m4 files to EXTRA_DIST.0.1 | Josh Triplett | 1 | -1/+1 | |
2006-04-27 | Fix xcb-util library dependencies, including both the new dependency ↵ | Josh Triplett | 1 | -2/+2 | |
libXCBImage needs on libXCBShm, as well as many other issues discovered in the process. These include using automake variables appropriately in order to actually link shared libraries against each other and ensure libraries have NEEDED entries for the libraries they depend on, consequently needing to reorder the top-level SUBDIRS to build property before icccm, adding dependencies to .pc.in files, fixing .pc.in files to not all use the name and description for XCBImage, and adding appropriate library dependencies to test programs. | |||||
2006-03-08 | Unify autofoo .gitignore bits into one top-level file, and remove resulting ↵ | Jamey Sharp | 1 | -8/+0 | |
redundancies. | |||||
2006-02-18 | Move .cvsignore to .gitignore. | Eric Anholt | 1 | -0/+0 | |
2006-02-18 | Remove xcl and CVSROOT. | Josh Triplett | 6 | -0/+254 | |