summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* event/events.cTORRI Vincent2010-11-142-33/+33
| | | | | | | | | | | | | event/xcb_event.h icccm/icccm.c icccm/xcb_icccm.h property/prop.c property/xcb_property.h wm/manage.c wm/xcb_wm.h wm/xcbwm-test.c xcb namespace added, _t sufix added for some types, formatting
* Release xcb-util 0.2Jamey Sharp2010-11-141-1/+1
|
* rename the libraries from libXCBFoo.* to libxcb-foo.*. Use foo_CPPFLAGS ↵TORRI Vincent2010-11-145-17/+17
| | | | instead of foo_CFLAGS (*_CFLAGS variables store preprocessor options)
* Bug #7150: Rename "len" to "namelen" to avoid m4 substitutionAlan Coopersmith2010-11-141-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>
* Bug #7150: Check for gcc & Sun cc in configure.ac and use correct flags to ↵Alan Coopersmith2010-11-143-2/+12
| | | | | | | | | 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>
* Clean up built sources. Makes `distcheck` pass.Jamey Sharp2010-11-141-0/+1
|
* Bug #6781: make util compile with srcdir != builddir.Jamey Sharp2010-11-142-7/+7
|
* Adapt xcb/util libraries for removal of XID structures.Ian Osgood2010-11-141-7/+7
|
* Install headers to "xcb", not "X11/XCB".Ian Osgood2010-11-141-1/+1
|
* Naming changes must go into m4 files.Ian Osgood2010-11-142-7/+7
|
* libxcb now installs header files in <xcb>, not <X11/XCB>.Jamey Sharp2010-11-141-1/+1
|
* All xcb-util libraries compile after the Great Renaming.Ian Osgood2010-11-144-100/+101
| | | | 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.
* Removed GNU make constructs from Makefile.Bart Massey2010-11-141-8/+8
| | | | Prepared for repair of "make distcheck".
* use XCBNone instead of NoneTORRI Vincent2010-11-141-2/+2
|
* fix compilation with c++ compilers. Remove some trailing spacesTORRI Vincent2006-06-081-3/+15
|
* Add correct dependencies in xcb-util.Donnie Berkholz2006-05-071-0/+21
|
* Add m4 files to EXTRA_DIST.Josh Triplett2006-04-281-1/+1
|
* Merge branch 'master' of git+ssh://doursse@git.freedesktop.org/git/xcbTORRI Vincent2006-04-280-0/+0
|
* 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-273-4/+5
| | | | 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.
* Unify autofoo .gitignore bits into one top-level file, and remove resulting ↵Jamey Sharp2006-03-083-30/+0
| | | | redundancies.
* Update .gitignores for .o files and autofoo stuff.Jamey Sharp2006-02-181-0/+1
|
* Move .cvsignore to .gitignore.Eric Anholt2006-02-183-0/+0
|
* Remove xcl and CVSROOT.Josh Triplett2006-02-1816-0/+646