summaryrefslogtreecommitdiff
path: root/atom
AgeCommit message (Collapse)AuthorFilesLines
2009-11-09Deprecate namespaceless pre-defined atomsHEADmasterPeter Harris1-1/+11
Signed-off-by: Peter Harris <pharris@opentext.com>
2009-05-21wrapped xcb_atom.h for C++ per bug report of <comick@autistici.org>Bart Massey1-0/+8
2008-09-18introduce function xcb_atom_get (essentially a synchronous xcb_intern_atom, ↵Henning Sten2-0/+23
use it only on non-performance critical execution paths) Signed-off-by: Julien Danjou <julien@danjou.info>
2008-09-16atom: include xcb headersJulien Danjou1-3/+5
Signed-off-by: Julien Danjou <julien@danjou.info>
2008-09-15atom: bump version infoJulien Danjou1-0/+1
Signed-off-by: Julien Danjou <julien@danjou.info>
2008-09-15atom: prefix functions and typesJulien Danjou2-16/+16
Signed-off-by: Julien Danjou <julien@danjou.info>
2008-09-15[atom] Move '*discriminated_atom*' functions from icccm to atomArnaud Fontaine2-0/+78
2007-05-12atom: Replace 'char *atom_names[]' with one big string and array of offsets.Tilman Sauerbeck1-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-12Bug #10877: Fixed the atom values that are written to the hash table.Tilman Sauerbeck1-0/+1
Signed-off-by: Jamey Sharp <jamey@minilop.net>
2007-02-21rename the libraries from libXCBFoo.* to libxcb-foo.*. Use foo_CPPFLAGS ↵TORRI Vincent2-6/+6
instead of foo_CFLAGS (*_CFLAGS variables store preprocessor options)
2006-11-12Bug #7150: Rename "len" to "namelen" to avoid m4 substitutionAlan Coopersmith1-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-12Bug #7150: Check for gcc & Sun cc in configure.ac and use correct flags to ↵Alan Coopersmith1-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-12Clean up built sources. Makes `distcheck` pass.Jamey Sharp1-0/+1
2006-11-12Bug #6781: make util compile with srcdir != builddir.Jamey Sharp1-2/+2
2006-10-07Adapt xcb/util libraries for removal of XID structures.Ian Osgood1-7/+7
2006-09-26Naming changes must go into m4 files.Ian Osgood2-7/+7
2006-09-24All xcb-util libraries compile after the Great Renaming.Ian Osgood2-28/+28
Many of the exported library functions still need to follow the new convention.
2006-09-12Removed GNU make constructs from Makefile.Bart Massey1-8/+8
Prepared for repair of "make distcheck".
2006-07-28use XCBNone instead of NoneTORRI Vincent1-2/+2
2006-04-28Add m4 files to EXTRA_DIST.Josh Triplett1-1/+1
2006-04-27Fix xcb-util library dependencies, including both the new dependency ↵Josh Triplett1-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-08Unify autofoo .gitignore bits into one top-level file, and remove resulting ↵Jamey Sharp1-8/+0
redundancies.
2006-02-18Move .cvsignore to .gitignore.Eric Anholt1-0/+0
2006-02-18Remove xcl and CVSROOT.Josh Triplett6-0/+254