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-10-08
Update Debian packaging for 1.0 RC2 release.
debian-0.9.92-1
Jamey Sharp
67
-230
/
+311
2006-10-08
Merge branch 'master' into debian
Jamey Sharp
20
-1378
/
+1775
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
2006-10-06
Remove xcb_get_io_lock from the Xlib-specific API: it is no longer used.
Jamey Sharp
2
-9
/
+0
2006-10-06
Remove the 'int *error' out-parameter for xcb_poll_for_event.
Jamey Sharp
2
-24
/
+7
2006-10-04
Add xcb_xlib_lock and xcb_xlib_unlock, a special-purpose two-level recursive ...
Jamey Sharp
4
-2
/
+60
2006-10-04
Factor out pthread_mutex_lock and unlock calls for the iolock.
Jamey Sharp
4
-16
/
+28
2006-09-30
fix some indentation, remove args of the main function (not needed), xcb_sync...
TORRI Vincent
1
-32
/
+32
2006-09-30
update tutorial to the new api. Add some doc about cursors. Add some colors t...
TORRI Vincent
2
-1196
/
+1266
2006-09-25
Release libxcb 1.0 RC1 (0.9.91).
1.0-RC1
Jamey Sharp
1
-1
/
+1
2006-09-25
Stop installing the protocol descriptions for extensions to an extensions/
Josh Triplett
4
-97
/
+112
2006-09-25
Actually install xcb-xlib.pc, and ship xcb-xlib.pc.in in distribution tarballs
Josh Triplett
1
-0
/
+2
2006-09-25
Ensure api_conv.pl is idempotent on names of constants: XCB_[A-Z0-9_]+.
Jamey Sharp
1
-1
/
+1
2006-09-25
Move header files to $includedir/xcb (generally $prefix/include/xcb).
Jamey Sharp
2
-1
/
+2
2006-09-25
Split the Xlib compatibility functions into a separate library libxcb-xlib
Josh Triplett
3
-2
/
+18
2006-09-25
Ignore the deletion of debian/ from master.
Jamey Sharp
0
-0
/
+0
2006-09-25
XCB no longer needs x11proto-core-dev.
Jamey Sharp
1
-2
/
+2
2006-09-25
Move debian/ directory to new branch "debian".
Jamey Sharp
45
-1525
/
+0
2006-09-25
We no longer need xproto: do not list it as a dependency.
Jamey Sharp
4
-5
/
+3
2006-09-25
Lowercase library names to correspond with the new API.
Jamey Sharp
64
-243
/
+243
2006-09-24
Add XCBAllPlanes from xcb-image util library.
Ian Osgood
1
-0
/
+1
2006-09-24
Integrate top-level .gitignore into .gitignore for each subdirectory
Josh Triplett
1
-0
/
+29
2006-09-24
now, I know how to use api_conv.pl :)
TORRI Vincent
1
-0
/
+17
2006-09-23
Remove the xcb_[extension]_init functions; use xcb_get_extension_data directly
Josh Triplett
1
-5
/
+0
2006-09-23
More fixups for incorrect API conversions by api_conv.pl
Josh Triplett
2
-14
/
+13
2006-09-23
Convert the XCB test suite to the new API
Josh Triplett
1
-11
/
+11
2006-09-23
Apply const-names.xsl to the un-renamed XML; replace the XSL with the result.
Jamey Sharp
2
-21
/
+572
2006-09-23
We do not conflict with Xmd.h anymore; remove the include hack from xcb_auth.c
Josh Triplett
1
-10
/
+2
2006-09-23
Fix some mis-conversions by api_conv.pl, and remove the now-unused Xmd types
Josh Triplett
2
-15
/
+3
2006-09-23
The Great XCB Renaming
Josh Triplett
14
-392
/
+506
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
[next]