summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-18remove codegenHEADmasterJohn (J5) Palmieri27-8368/+1
2011-07-18remove some left over ifdefs to complete merge of the invoke-rewrite branchJohn (J5) Palmieri4-10/+1
2011-07-18rename pygi-invoke-ng to pygi-invokeJohn (J5) Palmieri2-1/+2
2011-07-18make invoke-ng the only invokerJohn (J5) Palmieri3-1050/+1
2011-07-18Merge branch 'master' into invoke-rewriteinvoke-rewriteJohn (J5) Palmieri5-25/+38
2011-07-18Merge branch 'master' into invoke-rewriteJohn (J5) Palmieri0-0/+0
2011-07-18split the marshalling routines into two source filesJohn (J5) Palmieri8-2451/+2515
2011-07-14Ship tests/te_ST@nouppera in release tarballs for tests to succeedMartin Pitt1-0/+1
2011-07-13[invoke] break out caller_allocates allocating into its own functionJohn (J5) Palmieri1-29/+49
2011-07-13[invoke] missed a bit when removing constructor_class usageJohn (J5) Palmieri1-1/+1
2011-07-13[invoke] don't hold on to the constructor class, just add a TODOJohn (J5) Palmieri2-7/+5
2011-07-13[gi] Port test_properties from static gio to GI GioMartin Pitt1-19/+19
2011-07-13[python3] Fix maketrans importMartin Pitt1-2/+6
2011-07-08[caching] remove all inline compiler flagsJohn (J5) Palmieri1-48/+48
2011-07-08[caching] refactor function names to be less confusingJohn (J5) Palmieri1-157/+150
2011-07-08[overrides] deprecate the use of type keyword MessageDialog constructorJohn (J5) Palmieri1-5/+8
2011-07-08gdbus tests: Fix hang if test case failsMartin Pitt1-2/+4
2011-07-07use an enum instead of booleans to denote function typeJohn (J5) Palmieri3-44/+67
2011-07-07rename aux arguments to child arguments to make their purpose clearerJohn (J5) Palmieri4-52/+63
2011-07-07Fixed the cairo exampleTimo Vanwynsberghe1-4/+2
2011-07-07Add override binding for Gtk.ListStore.prepend().Adam Dingle2-1/+20
2011-07-07Fix crash in Gtk.TextIter overridesMartin Pitt1-2/+8
2011-07-05use gssize instead of int for arg indexesJohn (J5) Palmieri4-21/+21
2011-07-05[cache] remove refrence to default value as it is not implemented yetJohn (J5) Palmieri1-1/+0
2011-07-05Handle arguments that are flags correctlySebastian Pölsterl1-0/+2
2011-07-01correctly initialize the _gi_cairo_functions array to be zero filledJohn (J5) Palmieri1-1/+1
2011-07-01correctly initialize the _gi_cairo_functions array to be zero filledJohn (J5) Palmieri1-1/+1
2011-06-29pass in the address of the gerror, not the gerror itselfJohn (J5) Palmieri1-1/+1
2011-06-29[gi] handle marshalling gerrors arguments for signalsJohn (J5) Palmieri1-2/+16
2011-06-29[gi-invoke-ng] fix NULL check to check before we access the cache structJohn (J5) Palmieri1-3/+3
2011-06-28[gi-tests] add test for PyGObject->PyObject TreeModel storageJohn (J5) Palmieri1-11/+15
2011-06-28[gtk-overrides] special case TreeModel columns of PYGOBJECT typesJohn (J5) Palmieri2-6/+8
2011-06-28[gi-invoke-ng] copy structs when transfer is full for arrayJohn (J5) Palmieri1-3/+18
2011-06-28[gtk-override] print warning if user imports Gtk 2.0John (J5) Palmieri1-0/+12
2011-06-28[gtk-overrides] allow the message_type keyword to be used for MessageDialogsJohn (J5) Palmieri1-0/+5
2011-06-27Add support for enums in gobject.propertyJohan Dahlin2-11/+52
2011-06-27Add support for enums in gobject.propertyJohan Dahlin2-11/+52
2011-06-24[gi-invoke-ng] use g_slice for allocating GValues that are caller allocatedJohn (J5) Palmieri2-0/+4
2011-06-24[gi-invoke-ng] Convert Overflow errors to ValueErrors when marshalling integersJohn (J5) Palmieri1-12/+44
2011-06-22[gi-invoke-ng] only cache caller allocates for interfaces as some API are brokenJohn (J5) Palmieri1-2/+4
2011-06-17[gi-invoke-ng] handle in pointer array marshallingJohn (J5) Palmieri1-6/+22
2011-06-17Adding GPtrArray testsAlex Eftimie1-1/+42
2011-06-17[gi-invoke-ng] fix array element offset calculationsJohn (J5) Palmieri1-18/+9
2011-06-15[gi] don't clean up arguments that weren't yet processed during in arg failureJohn (J5) Palmieri1-1/+1
2011-06-15[gi-overrides] use new instead of init when constructing a GLib.VariantBuilderJohn (J5) Palmieri2-14/+10
2011-06-15[gi-invoke-ng] actual code to import overridesJohn (J5) Palmieri1-6/+1
2011-06-15[gi-invoke-ng] import pytypes so we get overridesJohn (J5) Palmieri1-1/+3
2011-06-14[gi-invoke-ng] handle gvariants now that they are not foreignJohn (J5) Palmieri1-1/+6
2011-06-14[gi-invoke-ng] do not try to clean up NULL argumentsJohn (J5) Palmieri1-8/+16
2011-06-13Merge branch 'master' into invoke-rewriteJohn (J5) Palmieri16-59/+178