index
:
xcb/xpyb
master
X Python Binding, based on the X C Binding (XCB) library
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-23
Release xpyb 1.3.1
HEAD
1.3.1
master
Julien Danjou
2
-1/+7
2012-03-23
Pack requests using standard size and no alignment.
Alex Plotnick
1
-5/+5
2012-03-23
Depends on xcb-proto 1.7.1
Julien Danjou
1
-1/+1
2012-03-23
Fix length field handling, again.
Alex Plotnick
1
-10/+6
2012-03-22
Release xpyb 1.3
1.3
Julien Danjou
2
-11/+25
2012-03-22
Avoid reference cycles in response instances.
Alex Plotnick
1
-32/+35
2012-03-22
Fix building with latest xcbgen
Julien Danjou
1
-1/+5
2012-03-22
Disable DRI2 building
Julien Danjou
2
-5/+5
2012-03-19
Remember to decrement refcount of constructed List elements.
Alex Plotnick
1
-0/+1
2012-03-09
Don't leak reply data.
Alex Plotnick
1
-1/+10
2012-03-08
Ensure that there's still a valid connection to the X server before attemptin...
Alex Plotnick
1
-0/+4
2012-03-08
Removed unused data field from xpybProtobj.
Alex Plotnick
2
-2/+0
2012-03-08
Removed prototype for obsolete xpybReply_populate routine.
Alex Plotnick
1
-2/+0
2012-03-08
Don't blindly access the connection object in xpybCookie_dealloc; it may be N...
Alex Plotnick
1
-1/+1
2012-03-08
Only use the low-order 7 bits of the type code in determining event types.
Alex Plotnick
1
-1/+1
2011-01-05
Add m4 directory to fix autogen.
Eamon Walsh
1
-0/+1
2010-08-03
Borrow XCB_EXTENSION autoconf macro from libxcb.
Eamon Walsh
3
-47/+50
2010-08-02
Miscellaneous autotools warning fixes.
Eamon Walsh
3
-8/+10
2010-08-02
Use LIBXCB_CFLAGS so that locally installed XCB headers get preferred.
Eamon Walsh
1
-1/+1
2010-08-02
Fix previous commit.
Eamon Walsh
1
-1/+3
2010-07-29
xpyb buglet
Aldo Cortesi
1
-1/+1
2010-03-15
Add XML files, backup files, and py-compile to .gitignore.
Eamon Walsh
1
-0/+3
2010-03-15
Use xcb_discard_request() when deallocating a cookie
Julien Danjou
2
-1/+2
2010-02-03
Rename response type field to response_type.
Julien Danjou
1
-1/+1
2010-01-26
Remove atom constant definitions for xcb-proto 1.6.
Eamon Walsh
3
-75/+1
2010-01-25
Fix enum number generation.
Julien Danjou
1
-1/+4
2010-01-25
Rename reply to reply_type.
Julien Danjou
3
-4/+4
2010-01-24
Fix check on bad pointer
Julien Danjou
1
-1/+1
2010-01-24
Do not raise if poll_for_event has no event
Julien Danjou
1
-2/+4
2010-01-11
Do not provide .py built files in dist packages
Julien Danjou
1
-1/+2
2010-01-09
Make xpybConn a base type
Eamon Walsh
3
-84/+87
2010-01-09
Export API for other Python modules
Julien Danjou
4
-14/+38
2009-12-17
Fix scope error in generated definition of QueryTextExtents.
1.2
Aldo Cortesi
1
-1/+5
2009-12-17
Release xpyb 1.2
Eamon Walsh
2
-1/+7
2009-12-17
Install documentation and README files.
Eamon Walsh
3
-2/+4
2009-12-17
Add a copy of the documentation from the wiki.
Eamon F Walsh
1
-0/+218
2009-12-17
Add a COPYING file.
Eamon F Walsh
1
-0/+1
2009-08-27
Multilib install fix
Adam Jackson
1
-1/+1
2009-04-08
Release xpyb 1.1
1.1
Eamon Walsh
2
-1/+7
2009-04-08
Remove auto-generated file.
Eamon Walsh
1
-55/+0
2009-04-08
Add a wrap() function to create a Connection object from a raw C pointer.
Eamon Walsh
3
-1/+48
2008-10-22
Print the expected and actual buffer size when a list length calculated
Eamon Walsh
1
-2/+3
2008-10-17
Release xpyb 1.0
1.0
Eamon Walsh
2
-1/+7
2008-09-12
Fix connect call when authorization info is not passed in.
Eamon Walsh
1
-2/+4
2008-09-12
Use correct conversion specifier for Py_ssize_t arguments.
Eamon Walsh
4
-7/+7
2008-07-29
Add NEWS file for 0.9 release.
0.9
Eamon Walsh
1
-0/+4
2008-06-06
Squash a function prototype missing warning.
Eamon Walsh
1
-0/+1
2008-06-06
Some autotools fixes.
Eamon Walsh
3
-1/+11
2008-06-03
Remove COPYING file; this work is public domain.
Eamon Walsh
1
-30/+0
2008-06-03
Remove an autoconf macro that we don't define.
Eamon Walsh
1
-2/+0
[next]