index
:
xcb/libxcb
debian
handoff
master
xcb-1.9
The X C Binding (XCB) library (mirrored from https://gitlab.freedesktop.org/xorg/lib/libxcb)
jamey
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2006-09-23
Special cases to agree with the conventions Josh and I have hashed out.
Jamey Sharp
1
-2
/
+35
2006-09-22
Handle remaining incorrect API translations in api_conv.pl.
Jamey Sharp
1
-2
/
+15
2006-09-22
Make xcb_conn.c agree that XCBSetupReq is now XCBSetupRequest.
Jamey Sharp
1
-3
/
+3
2006-09-22
List xproto.xml path explicitly instead of relying on GNU Make $< expansion
Alan Coopersmith
1
-1
/
+1
2006-09-21
Shut down the connection in all "fatal" error cases.
Jamey Sharp
3
-1
/
+32
2006-09-21
Add a private connection shutdown method for error cases.
Jamey Sharp
2
-0
/
+6
2006-09-21
Make all public functions do nothing on an error connection.
Jamey Sharp
6
-13
/
+50
2006-09-21
Convert connection functions to return error objects.
Jamey Sharp
2
-6
/
+10
2006-09-21
Provide a "has error" property for XCBConnection.
Jamey Sharp
3
-0
/
+23
2006-09-21
Refactor XCBPollForEvent with a shorter critical section.
Jamey Sharp
1
-6
/
+12
2006-09-18
XCB*Id is a variable, not a type: adjust API conventions accordingly.
Jamey Sharp
1
-1
/
+1
2006-09-18
Fix bug #7261: events do not signal the end of replies for that sequence number.
Jamey Sharp
1
-2
/
+2
2006-09-18
Handle names of constants during API conversion.
Jamey Sharp
2
-0
/
+44
2006-09-17
Complete rewrite of api_conv.pl.
Jamey Sharp
1
-43
/
+18
2006-09-14
Simplify the API conversion tool without functionality changes.
Jamey Sharp
1
-42
/
+17
2006-09-13
Prototype API conversion tool for upcoming lowercased XCB API.
Thomas Coppi
1
-0
/
+77
2006-09-13
Finish removing deprecated functions. Fixes build failure (oops).
Jamey Sharp
3
-24
/
+0
2006-09-12
Ignore xproto.xml that now gets copied in while building.
Jamey Sharp
1
-0
/
+1
2006-09-12
Remove deprecated public API functions in preparation for 1.0 release. Xlib-s...
Jamey Sharp
2
-316
/
+0
2006-09-12
Cleaned up previous fix for GNU Make stuff.
Bart Massey
2
-68
/
+32
2006-09-11
Removed GNU make dependency.
Bart Massey
2
-5
/
+74
2006-09-09
Handle XC-MISC request failure when allocating new XIDs. (fixes #7001)
Jamey Sharp
1
-5
/
+10
2006-08-14
Tutorial corrections.
Thomas Hunger
1
-2
/
+2
2006-07-30
Implement error handling plan 7.
Josh Triplett
1
-15
/
+36
2006-07-30
Parameterize context in cookie-type and request-matching template.
Josh Triplett
1
-8
/
+13
2006-07-30
Fix Keith's 32-bit wrap fix.
Jamey Sharp
1
-2
/
+2
2006-07-30
Fix typo: s/request/sequence/
Josh Triplett
1
-3
/
+3
2006-07-30
Add XCBRequestCheck function needed for Plan 7.
Josh Triplett
2
-0
/
+36
2006-07-28
Restore netinet/in.h include that was removed in the DECnet commit.
Eric Anholt
1
-0
/
+1
2006-07-25
Replace HAVE_* tests with just checking for (__solaris__)
Eric Anholt
1
-3
/
+3
2006-07-25
fix closing <b> tag
TORRI Vincent
1
-1
/
+1
2006-07-07
Fix build on Solaris (use inttypes.h)
Ian Osgood
1
-1
/
+4
2006-07-01
Finally remove X.h from xcb.h, fix broken image tests.
Ian Osgood
1
-1
/
+0
2006-07-01
Switch sequence comparisons to handle 32-bit sequence number wrap.
Keith Packard
3
-15
/
+39
2006-06-15
Remove arbitrary division between xcb_types and xproto by merging
Josh Triplett
5
-20
/
+6
2006-06-08
fix compilation with c++ compilers. Remove some trailing spaces
TORRI Vincent
1
-3
/
+6
2006-05-30
Deprecate XCBSync, move to XCBAuxSync.
Ian Osgood
2
-8
/
+5
2006-05-14
Use correct word offset when testing for GetFBConfigsSGIX VendorPrivate.
Jamey Sharp
1
-1
/
+3
2006-05-14
In the GLX workaround, use !strcmp to check for equality with "GLX", not strcmp.
Josh Triplett
1
-1
/
+1
2006-05-10
Stop overwriting CFLAGS in xcb/src/Makefile.am.
Josh Triplett
1
-1
/
+0
2006-05-07
Fix dependencies on libXCB.la to not walk down from $(top_builddir); this fix...
Donnie Berkholz
1
-1
/
+1
2006-04-29
Work around the unsetting of CFLAGS in src/Makefile.am, by passing CFLAGS to ...
Josh Triplett
2
-0
/
+3
2006-04-29
Remove unnecessary dirs files.
Josh Triplett
2
-3
/
+0
2006-04-29
Stop setting DEB_CONFIGURE_EXTRA_FLAGS = --with-opt in debian/rules; cdbs doe...
Josh Triplett
2
-1
/
+3
2006-04-29
Set DEB_MAKE_CHECK_TARGET=check in debian/rules.
Josh Triplett
2
-1
/
+3
2006-04-29
Add a Section field for the source package in debian/control.
Josh Triplett
2
-0
/
+2
2006-04-29
Drop library version from source package name.
Josh Triplett
2
-2
/
+3
2006-04-29
Set distribution to experimental.
Josh Triplett
1
-2
/
+3
2006-04-29
Remove Bugs field in debian/control, so bugs go to the Debian BTS.
Josh Triplett
2
-2
/
+2
2006-04-28
Move the remainder of the constants in X.h into XML enumerations.
Ian Osgood
2
-8
/
+14
[next]