summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-18Update README for the last timeHEADmasterAlan Coopersmith1-8/+4
2019-03-21Update README for hopefully the second-to-last timeAdam Jackson1-5/+9
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-23Release xpyb 1.3.11.3.1Julien Danjou2-1/+7
2012-03-23Pack requests using standard size and no alignment.Alex Plotnick1-5/+5
2012-03-23Depends on xcb-proto 1.7.1Julien Danjou1-1/+1
2012-03-23Fix length field handling, again.Alex Plotnick1-10/+6
2012-03-22Release xpyb 1.31.3Julien Danjou2-11/+25
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 Danjou2-5/+5
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
2011-01-05Add m4 directory to fix autogen.Eamon Walsh1-0/+1
2010-08-02Borrow XCB_EXTENSION autoconf macro from libxcb.Eamon Walsh3-47/+50
2010-08-02Miscellaneous autotools warning fixes.Eamon Walsh3-8/+10
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-15Add XML files, backup files, and py-compile to .gitignore.Eamon Walsh1-0/+3
2010-03-15Use xcb_discard_request() when deallocating a cookieJulien Danjou2-1/+2
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 Walsh3-75/+1
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-12-17Release xpyb 1.2Eamon Walsh2-1/+7
2009-12-17Install documentation and README files.Eamon Walsh3-2/+4
2009-12-17Add a copy of the documentation from the wiki.Eamon F Walsh1-0/+218
2009-12-17Add a COPYING file.Eamon F Walsh1-0/+1
2009-08-27Multilib install fixAdam Jackson1-1/+1
2009-04-08Release xpyb 1.11.1Eamon Walsh2-1/+7
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-10-17Release xpyb 1.01.0Eamon Walsh2-1/+7
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-07-29Add NEWS file for 0.9 release.0.9Eamon Walsh1-0/+4