summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-04-12Add CARD64/INT64 protocol typesMatt Turner1-0/+2
2013-08-18xpybConn_call should ensure ext is not NULL before using itAlan Coopersmith1-1/+1
2012-03-23Pack requests using standard size and no alignment.Alex Plotnick1-5/+5
2012-03-23Fix length field handling, again.Alex Plotnick1-10/+6
2012-03-22Avoid reference cycles in response instances.Alex Plotnick1-32/+35
2012-03-22Fix building with latest xcbgenJulien Danjou1-1/+5
2012-03-22Disable DRI2 buildingJulien Danjou1-4/+4
2012-03-19Remember to decrement refcount of constructed List elements.Alex Plotnick1-0/+1
2012-03-09Don't leak reply data.Alex Plotnick1-1/+10
2012-03-08Ensure that there's still a valid connection to the X server before attemptin...Alex Plotnick1-0/+4
2012-03-08Removed unused data field from xpybProtobj.Alex Plotnick2-2/+0
2012-03-08Removed prototype for obsolete xpybReply_populate routine.Alex Plotnick1-2/+0
2012-03-08Don't blindly access the connection object in xpybCookie_dealloc; it may be N...Alex Plotnick1-1/+1
2012-03-08Only use the low-order 7 bits of the type code in determining event types.Alex Plotnick1-1/+1
2010-08-02Borrow XCB_EXTENSION autoconf macro from libxcb.Eamon Walsh1-2/+7
2010-08-02Use LIBXCB_CFLAGS so that locally installed XCB headers get preferred.Eamon Walsh1-1/+1
2010-08-02Fix previous commit.Eamon Walsh1-1/+3
2010-07-29xpyb bugletAldo Cortesi1-1/+1
2010-03-15Use xcb_discard_request() when deallocating a cookieJulien Danjou1-0/+1
2010-02-02Rename response type field to response_type.Julien Danjou1-1/+1
2010-01-25Remove atom constant definitions for xcb-proto 1.6.Eamon Walsh2-74/+0
2010-01-24Fix enum number generation.Julien Danjou1-1/+4
2010-01-24Rename reply to reply_type.Julien Danjou3-4/+4
2010-01-24Fix check on bad pointerJulien Danjou1-1/+1
2010-01-24Do not raise if poll_for_event has no eventJulien Danjou1-2/+4
2010-01-11Do not provide .py built files in dist packagesJulien Danjou1-1/+2
2010-01-09Make xpybConn a base typeEamon Walsh3-84/+87
2010-01-09Export API for other Python modulesJulien Danjou4-14/+38
2009-12-17Fix scope error in generated definition of QueryTextExtents.1.2Aldo Cortesi1-1/+5
2009-08-27Multilib install fixAdam Jackson1-1/+1
2009-04-08Remove auto-generated file.Eamon Walsh1-55/+0
2009-04-07Add a wrap() function to create a Connection object from a raw C pointer.Eamon Walsh3-1/+48
2008-10-22Print the expected and actual buffer size when a list length calculatedEamon Walsh1-2/+3
2008-09-12Fix connect call when authorization info is not passed in.Eamon Walsh1-2/+4
2008-09-12Use correct conversion specifier for Py_ssize_t arguments.Eamon Walsh4-7/+7
2008-06-05Squash a function prototype missing warning.Eamon Walsh1-0/+1
2008-06-05Some autotools fixes.Eamon Walsh1-1/+6
2008-06-02CamelCase some of the utility constants.Eamon Walsh1-3/+3
2008-06-02Move constant declarations to separate file and add pre-defined atoms.Eamon Walsh4-14/+99
2008-05-31Support setting attributes on connection objects.Eamon Walsh2-6/+61
2008-05-30Refactoring of extension load code.Eamon Walsh4-78/+90
2008-05-29Fix for arrays not really being buffer objects...Eamon Walsh1-1/+1
2008-05-29Implement get_setup().Eamon Walsh4-6/+30
2008-05-29Add type-padding and list length bugfix.Eamon Walsh1-8/+22
2008-05-29Add list operations to protocol object class.Eamon Walsh1-1/+76
2008-05-29Add list operations to list class.Eamon Walsh2-5/+108
2008-05-28Accept simple buffer objects as parents for new protocol objects.Eamon Walsh6-45/+13
2008-05-28Support "auth" and "fd" arguments to connect().Eamon Walsh1-4/+42
2008-05-28Add bindings for more XCB library functions.Eamon Walsh1-15/+85
2008-05-28Add some utility functions and constants.Eamon Walsh1-0/+49