index
:
xcb/util
master
Core XCB utility functions (mirrored from https://gitlab.freedesktop.org/xorg/lib/libxcb-util)
jamey
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-11-14
fixed xcb_params_gc_t so that tile_stipple_origin members had reasonable naming
Bart Massey
1
-2
/
+2
2010-11-14
used doxygen -u to create a much more elaborate doxyfile
Bart Massey
1
-42
/
+1204
2010-11-14
added fast inline bitops xcb_bitops.h
Bart Massey
2
-1
/
+175
2010-11-14
added aux_set_line_attributes_checked
Bart Massey
2
-0
/
+30
2010-11-14
added PARAM macros
Bart Massey
1
-0
/
+7
2010-11-14
xcb_aux_parse_color()
Bart Massey
2
-0
/
+50
2010-11-14
added checked version of aux_change_gc function
Bart Massey
2
-0
/
+16
2010-11-14
added checked versions of aux_create_window and aux_create_gc functions
Bart Massey
2
-0
/
+55
2010-11-14
added xcb_aux_find_visual functions
Bart Massey
2
-0
/
+43
2010-11-14
added xcb_aux_get_depth_by_visual_id()
Bart Massey
5
-3
/
+351
2010-11-14
All util libraries require the XCB 1.0 API; check for it in configure.
Jamey Sharp
1
-1
/
+1
2010-11-14
atom: Replace 'char *atom_names[]' with one big string and array of offsets.
Tilman Sauerbeck
1
-4
/
+10
2010-11-14
Bug #10877: Fixed the atom values that are written to the hash table.
Tilman Sauerbeck
1
-0
/
+1
2010-11-14
event/events.c
TORRI Vincent
2
-33
/
+33
2010-11-14
Release xcb-util 0.2
Jamey Sharp
1
-1
/
+1
2010-11-14
rename the libraries from libXCBFoo.* to libxcb-foo.*. Use foo_CPPFLAGS inste...
TORRI Vincent
5
-17
/
+17
2010-11-14
Bug #7150: Rename "len" to "namelen" to avoid m4 substitution
Alan Coopersmith
1
-6
/
+6
2010-11-14
Bug #7150: Check for gcc & Sun cc in configure.ac and use correct flags to tu...
Alan Coopersmith
3
-2
/
+12
2010-11-14
Clean up built sources. Makes `distcheck` pass.
Jamey Sharp
1
-0
/
+1
2010-11-14
Bug #6781: make util compile with srcdir != builddir.
Jamey Sharp
2
-7
/
+7
2010-11-14
Adapt xcb/util libraries for removal of XID structures.
Ian Osgood
1
-7
/
+7
2010-11-14
Install headers to "xcb", not "X11/XCB".
Ian Osgood
1
-1
/
+1
2010-11-14
Naming changes must go into m4 files.
Ian Osgood
2
-7
/
+7
2010-11-14
libxcb now installs header files in <xcb>, not <X11/XCB>.
Jamey Sharp
1
-1
/
+1
2010-11-14
All xcb-util libraries compile after the Great Renaming.
Ian Osgood
4
-100
/
+101
2010-11-14
Integrate top-level .gitignore into .gitignore for each subdirectory
Josh Triplett
1
-0
/
+30
2010-11-14
Removed GNU make constructs from Makefile.
Bart Massey
1
-8
/
+8
2010-11-14
use XCBNone instead of None
TORRI Vincent
1
-2
/
+2
2006-06-08
fix compilation with c++ compilers. Remove some trailing spaces
TORRI Vincent
1
-3
/
+15
2006-05-07
Add correct dependencies in xcb-util.
Donnie Berkholz
1
-0
/
+21
2006-04-28
Add m4 files to EXTRA_DIST.
Josh Triplett
1
-1
/
+1
2006-04-28
Merge branch 'master' of git+ssh://doursse@git.freedesktop.org/git/xcb
TORRI Vincent
0
-0
/
+0
2006-04-27
Set all package bugreporting addresses to xcb@lists.freedesktop.org
Josh Triplett
1
-1
/
+1
2006-04-27
Fix xcb-util library dependencies, including both the new dependency libXCBIm...
Josh Triplett
3
-4
/
+5
2006-03-08
Unify autofoo .gitignore bits into one top-level file, and remove resulting r...
Jamey Sharp
3
-30
/
+0
2006-02-18
Update .gitignores for .o files and autofoo stuff.
Jamey Sharp
1
-0
/
+1
2006-02-18
Move .cvsignore to .gitignore.
Eric Anholt
3
-0
/
+0
2006-02-18
Remove xcl and CVSROOT.
Josh Triplett
16
-0
/
+646
[prev]