index
:
pygi.git
master
py3k
Tomeu's branch of PyGI
Tomeu Vizoso
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-05
Fix passing callbacks as constructor args
HEAD
master
Tomeu Vizoso
4
-3/+29
2010-05-05
GTypeInterface cannot be unrefed
Tomeu Vizoso
1
-1/+3
2010-05-05
Dont complain if another base has implemented the method
Tomeu Vizoso
1
-1/+2
2010-05-05
Add support for GArray args
Tomeu Vizoso
2
-4/+57
2010-05-05
Improve handling of subclasses without __gtype_name__
Tomeu Vizoso
2
-0/+20
2010-05-05
Avoid freeing garbage
Tomeu Vizoso
1
-2/+4
2010-05-05
Only hookup vfunc implementations for locally-defined methods
Tomeu Vizoso
2
-1/+19
2010-05-03
Fix passing GDestroyNotify
Tomeu Vizoso
2
-1/+12
2010-05-03
Move invocation code to its own file
Tomeu Vizoso
5
-884/+949
2010-04-30
Add the Gtk.Builder override
John (J5) Palmieri
1
-1/+36
2010-04-30
Fix GAsyncReadyCallback
Tomeu Vizoso
2
-1/+23
2010-04-30
Add override for Gdk.Color
Tomeu Vizoso
1
-1/+19
2010-04-29
make __all__ be a list of strings, fix override mechanism to use it correctly
John (J5) Palmieri
3
-7/+6
2010-04-28
One more step at refactoring _wrap_g_function_info_invoke
Tomeu Vizoso
3
-262/+346
2010-04-28
Step 1 of refactoring _wrap_g_function_info_invoke
Zach Goldberg
1
-203/+214
2010-04-28
Dont force subclasses to implement all virtual methods of their bases
Tomeu Vizoso
2
-2/+17
2010-04-26
Correct the reference counting of userdata in closure handling
Zach Goldberg
2
-0/+16
2010-04-26
Change SCOPE_TYPE_INVALID handling to be a more verbose error.
Zach Goldberg
1
-2/+2
2010-04-26
Force out arguments to be initialized as NULL. Comes with a test.
Zach Goldberg
2
-0/+4
2010-04-23
Change SCOPE_TYPE_INVALID handling to be a warning and not an error
Zach Goldberg
1
-1/+2
2010-04-23
Refactor implementation of scope call to allow for multiple calls during life...
Zach Goldberg
3
-7/+21
2010-04-23
Add basic support for unions
Tomeu Vizoso
6
-31/+165
2010-04-23
Bump required GLib version to 2.22
Simon van der Linden
2
-21/+1
2010-04-23
Refactor get_* methods in the *Info wrappers
Tomeu Vizoso
1
-192/+168
2010-04-23
Print any error messages raised inside _pygi_closure_handle
Tomeu Vizoso
1
-4/+5
2010-04-22
Rename variable with a very generic name
Tomeu Vizoso
1
-14/+14
2010-04-22
Add support for enums without GType
Tomeu Vizoso
4
-4/+68
2010-04-21
Bump version during development to 0.5.1
Zach Goldberg
1
-1/+1
2010-04-18
Bump version for release 0.5.0
PYGI_0_5_0
Zach Goldberg
2
-2/+9
2010-04-18
One more missing file...
Tomeu Vizoso
1
-0/+2
2010-04-18
Add more stuff to the tarballs
Tomeu Vizoso
2
-1/+8
2010-04-18
Add one more missing file to tarballs
Tomeu Vizoso
2
-0/+1
2010-04-18
Add missing file to tarballs
Tomeu Vizoso
1
-0/+1
2010-04-18
Implement vfuncs.
Tomeu Vizoso
9
-21/+227
2010-04-18
Fix a typo in pygi-callbacks.c header
Zach Goldberg
1
-1/+1
2010-04-18
Implement nullable argument support, including tests
Zach Goldberg
4
-13/+80
2010-04-18
Move some tests from test_gi to test_everything
Zach Goldberg
2
-61/+61
2010-04-18
Update to latest version of the pygi-convert.sh script
Tomeu Vizoso
1
-56/+137
2010-04-18
Add Tomeu's prototype script for converting pygtk to pygi
Colin Walters
1
-0/+71
2010-04-18
Fix doap file
Olav Vitters
1
-0/+4
2010-04-17
Add Zach Goldberg as a pygi maintainer
Zach Goldberg
1
-0/+5
2010-04-17
Require PyCairo
Tomeu Vizoso
1
-6/+1
2010-04-17
Add examples/cairo-demo.py
Tomeu Vizoso
1
-0/+121
2010-04-17
Implementation callback support with scoping and basic argument support.
Zach Goldberg
10
-10/+648
2010-04-17
Add support for foreign structs
Tomeu Vizoso
10
-4/+428
2010-04-16
Allow creating structs with pointers
Tomeu Vizoso
2
-7/+2
2010-04-16
Add gdb and valgrind variants for the tests
Tomeu Vizoso
3
-1/+44
2010-04-15
Add metadata to the .doap file
Tomeu Vizoso
1
-0/+3
2010-04-14
override that wasn't checked in - fixes some test cases
John (J5) Palmieri
1
-0/+69
2010-04-14
[Makefile.am] Clean up CFLAGS handling, don't override all: target
Colin Walters
1
-6/+9
[next]