summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* rename the libraries from libXCBFoo.* to libxcb-foo.*. Use foo_CPPFLAGS ↵TORRI Vincent2010-11-143-16/+16
| | | | instead of foo_CFLAGS (*_CFLAGS variables store preprocessor options)
* Bug #7150: Check for gcc & Sun cc in configure.ac and use correct flags to ↵Alan Coopersmith2010-11-142-1/+11
| | | | | | | | | 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>
* Adapt xcb/util libraries for removal of XID structures.Ian Osgood2010-11-141-109/+109
|
* Install headers to "xcb", not "X11/XCB".Ian Osgood2010-11-141-1/+1
|
* libxcb now installs header files in <xcb>, not <X11/XCB>.Jamey Sharp2010-11-142-2/+2
|
* All xcb-util libraries compile after the Great Renaming.Ian Osgood2010-11-142-94/+94
| | | | Many of the exported library functions still need to follow the new convention.
* Integrate top-level .gitignore into .gitignore for each subdirectoryJosh Triplett2010-11-141-0/+30
| | | | | In preparation for the repository split, move the relevant contents of the top-level .gitignore into the .gitignore for each immediate subdirectory.
* fix compilation with c++ compilers. Remove some trailing spacesTORRI Vincent2010-11-141-0/+11
|
* Add correct dependencies in xcb-util.Donnie Berkholz2010-11-141-0/+21
|
* Make xcb_keysyms.h self-contained by including xcb.hJosh Triplett2006-04-281-1/+1
|
* Set all package bugreporting addresses to xcb@lists.freedesktop.orgJosh Triplett2006-04-271-1/+1
|
* Fix xcb-util library dependencies, including both the new dependency ↵Josh Triplett2006-04-272-2/+3
| | | | 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.
* Enumeration and documentation for col parameterIan Osgood2006-04-192-0/+85
|
* Remove xcb-util dependency on proto/X11Ian Osgood2006-03-141-1/+1
| | | | by moving many defs from X.h to <enum>s in xproto.xml
* Unify autofoo .gitignore bits into one top-level file, and remove resulting ↵Jamey Sharp2006-03-082-16/+0
| | | | redundancies.
* Portability fix: include stdlib.h, not malloc.h.Ian Osgood2006-03-031-1/+1
|
* Update .gitignores for .o files and autofoo stuff.Jamey Sharp2006-02-182-0/+3
|
* Move .cvsignore to .gitignore.Eric Anholt2006-02-181-0/+0
|
* Remove xcl and CVSROOT.Josh Triplett2006-02-189-0/+664