index
:
~gnadon/libxcb
master
The X C Binding (XCB) library
gnadon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
c_client.py
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-22
Only #include directly referenced module header files
Keith Packard
1
-1
/
+1
2014-01-30
generated man pages: use xorg footer and no hard coded extension
Gaetan Nadon
1
-23
/
+29
2014-01-21
Support <pad align="n" />
Peter Harris
1
-10
/
+18
2014-01-03
Force XCB event structures with 64-bit extended fields to be packed.
Kenneth Graunke
1
-3
/
+9
2013-12-12
c_client.py: Fix _sizeof() functions
Daniel Martin
1
-2
/
+2
2013-11-07
Add support for receiving fds in replies
Keith Packard
1
-5
/
+60
2013-11-07
Add xcb_send_fd API
Keith Packard
1
-0
/
+4
2013-08-15
c_client.py: Do not create pointers in unions
Daniel Martin
1
-2
/
+2
2013-08-15
c_client.py: Always initialize xcb_align_to
Daniel Martin
1
-4
/
+4
2013-07-12
c_client.py: Inject full_sequence into GE events
Daniel Martin
1
-0
/
+17
2013-05-23
c_client.py: Handle multiple expr. in a bitcase
Daniel Martin
1
-4
/
+14
2012-11-10
c_client.py: Fix python-3 invalid except statement
Chí-Thanh Christopher Nguyễn
1
-1
/
+1
2012-11-10
c-client.py: Fix python-3 AttributeError: 'dict' object has no attribute 'ite...
Chí-Thanh Christopher Nguyễn
1
-3
/
+3
2012-08-25
Always include "config.h" at the start of all C source files.
Alan Coopersmith
1
-0
/
+3
2012-08-14
c_client: Fix parallel-make issue creating 'man' directory
Colin Walters
1
-1
/
+5
2012-03-26
Allow undocumented code to be built
Julien Danjou
1
-20
/
+20
2012-03-26
c_client.py: generate manpages
Michael Stapelberg
1
-4
/
+596
2011-08-24
Keep ALIGNOF definition out of the public namespace.
Jamey Sharp
1
-3
/
+3
2011-08-24
Compute alignment correctly
Uli Schlachter
1
-1
/
+11
2011-05-11
Insert, not append explicit xcbgen dir python path
James Jones
1
-1
/
+1
2011-05-04
Add support for building with Python 3
David Coles
1
-19
/
+20
2011-01-27
Don't try to sizeof(void)
Peter Harris
1
-4
/
+9
2010-09-22
Fix _unserialize of reply headers
Peter Harris
1
-2
/
+3
2010-09-22
Clean up a couple of warnings in xprint
Peter Harris
1
-1
/
+1
2010-09-22
Make *_unserialize safe to use on buffers in-place
Peter Harris
1
-4
/
+5
2010-09-22
Fix memory leak in _sizeof implemented with _unserialize
Peter Harris
1
-2
/
+7
2010-09-22
Don't emit out-of-module sizeof definitions
Peter Harris
1
-2
/
+3
2010-08-16
small fix to get rid of some compiler warnings
Christoph Reimann
1
-2
/
+4
2010-08-16
added accessors for special cases
Christoph Reimann
1
-545
/
+653
2010-08-08
special case 'intermixed variable and fixed size fields': fixed reply side, n...
Christoph Reimann
1
-84
/
+166
2010-08-05
renamed most _unserialize() functions to _sizeof() and fixed _unserialize() f...
Christoph Reimann
1
-80
/
+240
2010-08-02
attempt to fix special case: variable fields followed by fixed size fields
Christoph Reimann
1
-100
/
+141
2010-08-01
bug fixes for all kinds of 'special cases'
Christoph Reimann
1
-154
/
+299
2010-07-22
partial rewrite of serialize helper functions completed;
Christoph Reimann
1
-317
/
+211
2010-07-20
preliminary handling of further special cases in unserialize
Christoph Reimann
1
-162
/
+284
2010-07-15
added generating code for _serialize() in case of variable sized structs (lar...
Christoph Reimann
1
-103
/
+166
2010-07-13
new and still preliminary functions for switch; feautures include
Christoph Reimann
1
-26
/
+668
2010-05-14
Add ~ operator support in code generator
Marcin Kościelnicki
1
-1
/
+3
2009-03-14
Avoid name collisions between xidtype and enum.
Peter Harris
1
-2
/
+18
2009-03-13
Revert "Don't use enums in generated C code"
Peter Harris
1
-6
/
+8
2009-02-25
Don't use enums in generated C code - use integer constants instead.
Peter Harris
1
-8
/
+6
2008-11-19
Treat XIDs the same as other cardinal values.
Peter Harris
1
-15
/
+3
2008-09-09
Added generation of extern "C" for compatibility with C++
Carsten Meier
1
-0
/
+12
2008-09-03
fixed overly aggressive warning about fixed field following variable
Bart Massey
1
-1
/
+1
2008-09-03
added small fix to support trailing fixed fields; also warning for non-pad fi...
Bart Massey
1
-1
/
+7
2008-08-28
initialize global_id to 0
Julien Danjou
1
-1
/
+1
2008-04-23
Use the python install path from xcb-xproto.pc to locate the xcbgen package.
Eamon Walsh
1
-2
/
+15
2008-04-20
Add mention of PYTHONPATH if xcbgen cannot be found.
Jeremy Kolb
1
-1
/
+2
2008-04-19
Add Python parser C language-dependent part.
Eamon Walsh
1
-0
/
+1005