index
:
xcb/xpyb
master
X Python Binding, based on the X C Binding (XCB) library (mirrored from https://gitlab.freedesktop.org/xorg/lib/xpyb)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-06-05
Squash a function prototype missing warning.
Eamon Walsh
1
-0
/
+1
2008-06-05
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-02
Remove an autoconf macro that we don't define.
Eamon Walsh
1
-2
/
+0
2008-06-02
CamelCase some of the utility constants.
Eamon Walsh
1
-3
/
+3
2008-06-02
Update README; Add COPYING and INSTALL boilerplate.
Eamon Walsh
3
-1
/
+260
2008-06-02
Move constant declarations to separate file and add pre-defined atoms.
Eamon Walsh
4
-14
/
+99
2008-06-02
Add autogen.sh
Eamon Walsh
1
-0
/
+12
2008-05-31
Support setting attributes on connection objects.
Eamon Walsh
2
-6
/
+61
2008-05-30
Refactoring of extension load code.
Eamon Walsh
4
-78
/
+90
2008-05-29
Fix for arrays not really being buffer objects...
Eamon Walsh
1
-1
/
+1
2008-05-29
Implement get_setup().
Eamon Walsh
4
-6
/
+30
2008-05-29
Add type-padding and list length bugfix.
Eamon Walsh
1
-8
/
+22
2008-05-29
Add list operations to protocol object class.
Eamon Walsh
1
-1
/
+76
2008-05-29
Add list operations to list class.
Eamon Walsh
2
-5
/
+108
2008-05-28
Accept simple buffer objects as parents for new protocol objects.
Eamon Walsh
6
-45
/
+13
2008-05-28
Support "auth" and "fd" arguments to connect().
Eamon Walsh
1
-4
/
+42
2008-05-28
Add bindings for more XCB library functions.
Eamon Walsh
1
-15
/
+85
2008-05-28
Add some utility functions and constants.
Eamon Walsh
1
-0
/
+49
2008-05-28
Support nested structures and lists of structures in requests.
Eamon Walsh
1
-12
/
+38
2008-05-23
Add iterator that can handle arbitrarily nested sequences.
Eamon Walsh
4
-1
/
+204
2008-05-22
Use += operator where applicable.
Eamon Walsh
1
-10
/
+10
2008-05-22
Support exception subclasses.
Eamon Walsh
3
-11
/
+27
2008-05-21
Add extensions to Makefile.am.
Eamon Walsh
1
-5
/
+113
2008-05-21
Minor fixes.
Eamon Walsh
4
-30
/
+14
2008-05-21
Support event and error subclasses.
Eamon Walsh
11
-63
/
+219
2008-05-21
Support calling core protocol methods on connection objects.
Eamon Walsh
5
-25
/
+68
2008-05-20
Use _add_core instead of _add_ext for core's object.
Eamon Walsh
1
-1
/
+4
2008-05-20
Check for proper base types when receiving arguments of type Type.
Eamon Walsh
3
-20
/
+22
2008-05-20
First cut of .gitignore.
Eamon Walsh
1
-0
/
+30
2008-05-20
First cut of autoconf build infrastructure.
Eamon Walsh
5
-0
/
+224
2008-05-20
First cut of Python client code generator.
Eamon Walsh
1
-0
/
+544
2008-05-20
Add __init__ file.
Eamon Walsh
1
-0
/
+3
2008-05-20
Don't rely on raw data pointer in base class getattr methods.
Eamon Walsh
3
-12
/
+24
2008-05-20
Rework send_request to take a reply type instead of a reply instance.
Eamon Walsh
4
-29
/
+29
2008-05-20
Squash a missing prototype warning.
Eamon Walsh
1
-0
/
+2
2008-05-20
Make offset argument to constructor optional with a default of 0.
Eamon Walsh
1
-2
/
+2
2008-05-20
Reorder arguments to _add_ext allowing None to be passed for xproto.
Eamon Walsh
1
-3
/
+3
2008-05-19
Simplify request opcode handling by just adding it as a parameter.
Eamon Walsh
3
-16
/
+10
2008-05-19
Add a cache of previously created extension objects to each connection.
Eamon Walsh
3
-36
/
+67
2008-05-19
Fix base type flag in a few classes.
Eamon Walsh
4
-4
/
+4
2008-05-16
Add internal module function for resizing a protocol object.
Eamon Walsh
1
-0
/
+25
2008-05-16
Add list class.
Eamon Walsh
3
-0
/
+169
2008-05-16
Add struct and union base classes.
Eamon Walsh
5
-0
/
+126
2008-05-10
First cut of CPython components.
Eamon Walsh
26
-0
/
+1568
2008-05-01
Initial commit.
Eamon Walsh
1
-0
/
+24
[prev]