summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-01Rename GArgument to GIArgumentHEADmasterTomeu Vizoso12-94/+94
2010-09-01tests: Port to new introspection testsColin Walters6-267/+93
2010-08-27fix up tests so they run in py3kJohn (J5) Palmieri6-25/+72
2010-08-25we need to specify tp_hash since we overide tp_richcompareJohn (J5) Palmieri2-0/+2
2010-08-25working enum/flags/pid subclasses of longJohn Ehresman3-73/+71
2010-08-25make vfuncs work in py3kJohn (J5) Palmieri1-4/+8
2010-08-25make cairo module compile in py3kJohn (J5) Palmieri2-11/+8
2010-08-25fix exceptions so they work in python 3.xJohn (J5) Palmieri2-2/+2
2010-08-25make the gi module compile under 3.xJohn (J5) Palmieri2-16/+10
2010-08-25fix up testshelper module so it compiles in python 3.xJohn (J5) Palmieri2-195/+28
2010-08-25convert to using PYGLIB_DEFINE_TYPE for module objectsJohn (J5) Palmieri4-210/+88
2010-08-25some more p3k PyString and PyInt eradication in GIJohn (J5) Palmieri8-47/+103
2010-08-20pyglib: Fix typo (Leo Singer)Tomeu Vizoso1-2/+2
2010-08-20Add defines for size_t and ssize_t conversion functionsGustavo Noronha Silva1-0/+2
2010-08-19pyglib: Fix a compiler warningColin Walters1-0/+1
2010-08-18Don't force gtk 2.0Tomeu Vizoso1-4/+7
2010-08-18Fix some ref leaks in hook_up_vfunc_implementation()Steve Frécinaux1-2/+7
2010-08-16handle strings correctly in gioJohn (J5) Palmieri2-7/+40
2010-08-16make giomodule compile under py3kJohn (J5) Palmieri1-75/+78
2010-08-16for py3k we need to do some more processing to get bytes from a unicode stringJohn (J5) Palmieri1-4/+27
2010-08-16use Bytes instead of Unicode when reading ioJohn (J5) Palmieri1-6/+24
2010-08-16prefix compat macros with PYGLIBJohn (J5) Palmieri18-473/+563
2010-08-16Gtk.Button unit testsJohn (J5) Palmieri1-0/+10
2010-08-16[Gtk] Add overrides for ButtonJohan Dahlin1-0/+13
2010-08-16Make Cairo an optional dependencySimon van der Linden2-11/+24
2010-08-16Don't import again PyGObject (John Ralls)Tomeu Vizoso1-0/+1
2010-08-13move to using richcompare slot instead of compareJohn (J5) Palmieri12-71/+233
2010-08-12Replace autogen.sh by a newer versionSimon van der Linden1-448/+58
2010-08-12Fix some warningsSimon van der Linden2-3/+3
2010-08-12Fix caller-allocates emergency free.Simon van der Linden1-1/+8
2010-08-12Remove useless checks.Simon van der Linden1-11/+3
2010-08-10Call valgrind with G_SLICE=always-malloc G_DEBUG=gc-friendlyTomeu Vizoso1-1/+1
2010-08-04Fix some warnings.Ignacio Casal Quinteiro3-4/+1
2010-07-30Add myself as a maintainerSimon van der Linden1-0/+4
2010-07-30Properly allocate boxed structs that are (caller-allocates)Tomeu Vizoso4-51/+64
2010-07-30override gdk.Event to return attribute from the proper event objectToms Baugis3-4/+58
2010-07-30check if z# needs an int or Py_ssize_tJohn (J5) Palmieri1-0/+5
2010-07-30make sure we parse parameters to python object vars not glib varsJohn (J5) Palmieri1-4/+4
2010-07-30Make an example and a demo work out of the boxPaul Bolle2-0/+4
2010-07-30make sure caller allocated structs are freed when they go out of scopeJohn (J5) Palmieri2-14/+45
2010-07-30Revert "override gdk.Event to return attribute from the proper event object."Tomeu Vizoso1-44/+0
2010-07-30PyGI: properly quit cairo-demoPaul Bolle1-1/+1
2010-07-29override gdk.Event to return attribute from the proper event object.Toms Baugis1-0/+44
2010-07-29Clean and improve the test infrastructureSimon van der Linden18-142/+82
2010-07-29Add some more transformations to pygi-convert.shTomeu Vizoso1-8/+29
2010-07-28Adapt to API changes: g_irepository_enumerate_versionsTomeu Vizoso2-7/+7
2010-07-28Add GValue<->GArgument marshalling for some more typesTomeu Vizoso1-1/+36
2010-07-28Chain up with the non-introspection implementation for properties if neededTomeu Vizoso1-1/+6
2010-07-28Improve error reporting for missing attributes in introspection modulesTomeu Vizoso1-2/+2
2010-07-27Implement getting and setting properties using introspection information.Tomeu Vizoso9-0/+341