index
:
pygobject.git
PYGTK_1_99_15
extension-class-branch
gsoc2009
gtk-3.0
gtk-gnome-1-2
invoke-rewrite
llvm
master
py3k
pygi-py3k
pygobject-2-10
pygobject-2-12
pygobject-2-14
pygobject-2-16
pygobject-2-18
pygobject-2-28
pygobject-2-8
pygtk-2-0
pygtk-2-2
pygtk-2-4
pygtk-2-6
pygtk-introspection
python-3
python22-branch
short-class-names-branch
windows
Unnamed repository; edit this file 'description' to name the repository.
Xavier Claessens
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-18
remove codegen
HEAD
master
John (J5) Palmieri
27
-8368/+1
2011-07-18
remove some left over ifdefs to complete merge of the invoke-rewrite branch
John (J5) Palmieri
4
-10/+1
2011-07-18
rename pygi-invoke-ng to pygi-invoke
John (J5) Palmieri
2
-1/+2
2011-07-18
make invoke-ng the only invoker
John (J5) Palmieri
3
-1050/+1
2011-07-18
Merge branch 'master' into invoke-rewrite
invoke-rewrite
John (J5) Palmieri
5
-25/+38
2011-07-18
Merge branch 'master' into invoke-rewrite
John (J5) Palmieri
0
-0/+0
2011-07-18
split the marshalling routines into two source files
John (J5) Palmieri
8
-2451/+2515
2011-07-14
Ship tests/te_ST@nouppera in release tarballs for tests to succeed
Martin Pitt
1
-0/+1
2011-07-13
[invoke] break out caller_allocates allocating into its own function
John (J5) Palmieri
1
-29/+49
2011-07-13
[invoke] missed a bit when removing constructor_class usage
John (J5) Palmieri
1
-1/+1
2011-07-13
[invoke] don't hold on to the constructor class, just add a TODO
John (J5) Palmieri
2
-7/+5
2011-07-13
[gi] Port test_properties from static gio to GI Gio
Martin Pitt
1
-19/+19
2011-07-13
[python3] Fix maketrans import
Martin Pitt
1
-2/+6
2011-07-08
[caching] remove all inline compiler flags
John (J5) Palmieri
1
-48/+48
2011-07-08
[caching] refactor function names to be less confusing
John (J5) Palmieri
1
-157/+150
2011-07-08
[overrides] deprecate the use of type keyword MessageDialog constructor
John (J5) Palmieri
1
-5/+8
2011-07-08
gdbus tests: Fix hang if test case fails
Martin Pitt
1
-2/+4
2011-07-07
use an enum instead of booleans to denote function type
John (J5) Palmieri
3
-44/+67
2011-07-07
rename aux arguments to child arguments to make their purpose clearer
John (J5) Palmieri
4
-52/+63
2011-07-07
Fixed the cairo example
Timo Vanwynsberghe
1
-4/+2
2011-07-07
Add override binding for Gtk.ListStore.prepend().
Adam Dingle
2
-1/+20
2011-07-07
Fix crash in Gtk.TextIter overrides
Martin Pitt
1
-2/+8
2011-07-05
use gssize instead of int for arg indexes
John (J5) Palmieri
4
-21/+21
2011-07-05
[cache] remove refrence to default value as it is not implemented yet
John (J5) Palmieri
1
-1/+0
2011-07-05
Handle arguments that are flags correctly
Sebastian Pölsterl
1
-0/+2
2011-07-01
correctly initialize the _gi_cairo_functions array to be zero filled
John (J5) Palmieri
1
-1/+1
2011-07-01
correctly initialize the _gi_cairo_functions array to be zero filled
John (J5) Palmieri
1
-1/+1
2011-06-29
pass in the address of the gerror, not the gerror itself
John (J5) Palmieri
1
-1/+1
2011-06-29
[gi] handle marshalling gerrors arguments for signals
John (J5) Palmieri
1
-2/+16
2011-06-29
[gi-invoke-ng] fix NULL check to check before we access the cache struct
John (J5) Palmieri
1
-3/+3
2011-06-28
[gi-tests] add test for PyGObject->PyObject TreeModel storage
John (J5) Palmieri
1
-11/+15
2011-06-28
[gtk-overrides] special case TreeModel columns of PYGOBJECT types
John (J5) Palmieri
2
-6/+8
2011-06-28
[gi-invoke-ng] copy structs when transfer is full for array
John (J5) Palmieri
1
-3/+18
2011-06-28
[gtk-override] print warning if user imports Gtk 2.0
John (J5) Palmieri
1
-0/+12
2011-06-28
[gtk-overrides] allow the message_type keyword to be used for MessageDialogs
John (J5) Palmieri
1
-0/+5
2011-06-27
Add support for enums in gobject.property
Johan Dahlin
2
-11/+52
2011-06-27
Add support for enums in gobject.property
Johan Dahlin
2
-11/+52
2011-06-24
[gi-invoke-ng] use g_slice for allocating GValues that are caller allocated
John (J5) Palmieri
2
-0/+4
2011-06-24
[gi-invoke-ng] Convert Overflow errors to ValueErrors when marshalling integers
John (J5) Palmieri
1
-12/+44
2011-06-22
[gi-invoke-ng] only cache caller allocates for interfaces as some API are broken
John (J5) Palmieri
1
-2/+4
2011-06-17
[gi-invoke-ng] handle in pointer array marshalling
John (J5) Palmieri
1
-6/+22
2011-06-17
Adding GPtrArray tests
Alex Eftimie
1
-1/+42
2011-06-17
[gi-invoke-ng] fix array element offset calculations
John (J5) Palmieri
1
-18/+9
2011-06-15
[gi] don't clean up arguments that weren't yet processed during in arg failure
John (J5) Palmieri
1
-1/+1
2011-06-15
[gi-overrides] use new instead of init when constructing a GLib.VariantBuilder
John (J5) Palmieri
2
-14/+10
2011-06-15
[gi-invoke-ng] actual code to import overrides
John (J5) Palmieri
1
-6/+1
2011-06-15
[gi-invoke-ng] import pytypes so we get overrides
John (J5) Palmieri
1
-1/+3
2011-06-14
[gi-invoke-ng] handle gvariants now that they are not foreign
John (J5) Palmieri
1
-1/+6
2011-06-14
[gi-invoke-ng] do not try to clean up NULL arguments
John (J5) Palmieri
1
-8/+16
2011-06-13
Merge branch 'master' into invoke-rewrite
John (J5) Palmieri
16
-59/+178
[next]