index
:
~halfline/libxcb
master
xdg-implicitly
Unnamed repository; edit this file 'description' to name the repository.
halfline
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2006-11-23
Release libxcb 1.0
1.0
Josh Triplett
3
-5
/
+63
2006-11-23
Avoid race condition when using multiple make jobs
Diego 'Flameeyes' Pettenò
1
-4
/
+1
2006-11-23
Rewrite automake's data installation rules, because they suck.
Josh Triplett
1
-15
/
+25
2006-11-23
Rework doxygen build and install to work with srcdir != builddir
Josh Triplett
5
-8
/
+10
2006-11-22
Remove --with-opt and --with-debug options from configure.ac; use CFLAGS instead
Josh Triplett
2
-45
/
+1
2006-11-22
Check for getaddrinfo rather than gethostbyname in configure.ac
Josh Triplett
1
-1
/
+1
2006-11-22
xcb-proto has no libraries or headers, so don't use XCBPROTO_CFLAGS or XCBPRO...
Jamey Sharp
1
-2
/
+2
2006-11-22
Use pthread-stubs as needed, and list xdmcp in Requires.private when XCB is b...
Jamey Sharp
3
-4
/
+8
2006-11-21
Replace uses of "long" with uint32_t, and similar; fixes 64-bit bugs
Josh Triplett
3
-9
/
+7
2006-11-21
Fix IP6 work for FreeBSD/Mac.
Ian Osgood
1
-5
/
+7
2006-11-21
Support XDM-AUTHORIZATION-1 on IPv6
Josh Triplett
1
-0
/
+20
2006-11-20
Refactor auth code to get display number from xcb_connect
Josh Triplett
3
-40
/
+16
2006-11-20
Only use AI_NUMERICSERV if defined.
Josh Triplett
1
-2
/
+5
2006-11-20
Support authentication for IPv6 connections
Josh Triplett
1
-23
/
+44
2006-11-20
Support displays with IPv6 addresses or hosts which resolve to IPv6 addresses
Josh Triplett
1
-23
/
+38
2006-11-20
Add new xcb_parse_display test cases, most related to IPv6 addresses
Josh Triplett
1
-0
/
+25
2006-11-19
Bug #5958: Also zero out the implicit pad byte in empty requests.
Jamey Sharp
1
-0
/
+4
2006-11-19
Remove support for the <localfield> tag: nothing needs it.
Jamey Sharp
1
-1
/
+1
2006-11-19
Bug #5958: zero out padding bytes in requests.
Jamey Sharp
1
-2
/
+15
2006-11-19
htmldir was introduced in autoconf 2.59c: set a reasonable value for earlier ...
Jamey Sharp
1
-0
/
+6
2006-11-18
Provide xcb_prefetch_maximum_request_length counterpart to xcb_get_maximum_re...
Jamey Sharp
4
-12
/
+67
2006-11-18
Fix Doxygen warnings.
Jamey Sharp
1
-12
/
+9
2006-11-18
Make doc installation work and simplify doc/Makefile.am.
Jamey Sharp
2
-28
/
+15
2006-11-18
Turn off Doxygen warnings for undocumented API, for now.
Jamey Sharp
1
-2
/
+3
2006-11-16
Switch from the old AM_PATH_CHECK macro to pkg-config.
Jamey Sharp
1
-5
/
+1
2006-11-05
add Makefile.am for building/installing doxygen doc
TORRI Vincent
1
-0
/
+40
2006-11-05
add xcb.doxygen to EXTRA_DIST
TORRI Vincent
1
-2
/
+3
2006-11-05
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb/libxcb
TORRI Vincent
3
-5
/
+91
2006-11-05
add AM_CHECK_DOXYGEN macro
TORRI Vincent
2
-1
/
+82
2006-11-02
Release libxcb 1.0 RC3 (0.9.93).
1.0-RC3
Jamey Sharp
2
-2
/
+31
2006-10-29
Added initial doxygen generation stuff. This should probably be cleaned up l...
Jeremy Kolb jkolb@brandeis.edu
1
-3
/
+60
2006-10-20
fix doxy doc
TORRI Vincent
1
-9
/
+8
2006-10-19
Add doxygen config file.
Jamey Sharp
2
-0
/
+1253
2006-10-19
Quit treating xproto specially: handle it like all the extensions.
Jamey Sharp
1
-23
/
+8
2006-10-19
Ignore generated xinerama files.
Jamey Sharp
1
-0
/
+1
2006-10-16
Also test xcb_parse_display with NULL argument and display in $DISPLAY
Josh Triplett
1
-34
/
+73
2006-10-15
Match only XCB-namespaced XID generators when converting to xcb_generate_id.
Jamey Sharp
1
-1
/
+1
2006-10-14
Define and use constants for opcode numbers.
Zephaniah E. Hull
1
-1
/
+2
2006-10-12
Add library support for xcb-xinerama.
Jeremy Kolb
4
-1
/
+22
2006-10-08
Add note to xcbxlib.h that nothing except Xlib/XCB should use it.
Josh Triplett
1
-0
/
+3
2006-10-07
Release libxcb 1.0 RC2 (0.9.92).
1.0-RC2
Jamey Sharp
4
-3
/
+248
2006-10-07
Bugfix: make Plan 7 'checked' requests work correctly.
Jamey Sharp
1
-2
/
+3
2006-10-07
Document xcb_generate_id.
Ian Osgood
1
-0
/
+8
2006-10-07
Move xcb_generate_id from xcbext.h to xcb.h
Josh Triplett
2
-5
/
+5
2006-10-07
Stop implicitly importing xproto; goes with proto change to explicitly import it
Josh Triplett
1
-3
/
+0
2006-10-07
Declare "struct foo" or "enum foo" as well as the typedef'd name "foo".
Jamey Sharp
1
-1
/
+5
2006-10-07
Handle "xidunion" instead of "union" for XID unions like DRAWABLE and FONTABLE
Josh Triplett
1
-3
/
+3
2006-10-06
api_conv.pl: replace xcb_*_new with calls directly to xcb_generate_id, now th...
Jamey Sharp
1
-0
/
+1
2006-10-06
Refer to the "xlib lock" rather than the "IOLock" in xcbxlib.h
Josh Triplett
1
-1
/
+2
2006-10-06
Remove XID wrapper structures and replace them with uint32_t typedefs
Josh Triplett
1
-9
/
+1
[next]