summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump version for release 0.5.0PYGI_0_5_0masterZach Goldberg2010-04-182-2/+9
* One more missing file...Tomeu Vizoso2010-04-181-0/+2
* Add more stuff to the tarballsTomeu Vizoso2010-04-182-1/+8
* Add one more missing file to tarballsTomeu Vizoso2010-04-182-0/+1
* Add missing file to tarballsTomeu Vizoso2010-04-181-0/+1
* Implement vfuncs.Tomeu Vizoso2010-04-189-21/+227
* Fix a typo in pygi-callbacks.c headerZach Goldberg2010-04-181-1/+1
* Implement nullable argument support, including testsZach Goldberg2010-04-184-13/+80
* Move some tests from test_gi to test_everythingZach Goldberg2010-04-182-61/+61
* Update to latest version of the pygi-convert.sh scriptTomeu Vizoso2010-04-181-56/+137
* Add Tomeu's prototype script for converting pygtk to pygiColin Walters2010-04-181-0/+71
* Fix doap fileOlav Vitters2010-04-181-0/+4
* Add Zach Goldberg as a pygi maintainerZach Goldberg2010-04-171-0/+5
* Require PyCairoTomeu Vizoso2010-04-171-6/+1
* Add examples/cairo-demo.pyTomeu Vizoso2010-04-171-0/+121
* Implementation callback support with scoping and basic argument support.Zach Goldberg2010-04-1710-10/+648
* Add support for foreign structsTomeu Vizoso2010-04-1710-4/+428
* Allow creating structs with pointersTomeu Vizoso2010-04-162-7/+2
* Add gdb and valgrind variants for the testsTomeu Vizoso2010-04-163-1/+44
* Add metadata to the .doap fileTomeu Vizoso2010-04-151-0/+3
* override that wasn't checked in - fixes some test casesJohn (J5) Palmieri2010-04-141-0/+69
* [Makefile.am] Clean up CFLAGS handling, don't override all: targetColin Walters2010-04-141-6/+9
* Use GIMarshallingTests (old TestGI) in gobject-introspectionTomeu Vizoso2010-04-135-4077/+416
* Always create the .so linkTomeu Vizoso2010-04-091-1/+1
* Add modelines and copyright information to overrides modulesSimon van der Linden2010-02-033-0/+62
* Fix and complete overrides testsSimon van der Linden2010-02-032-1/+56
* Remove support for pointers to basic types as input-only argument and return ...Simon van der Linden2010-01-226-1438/+47
* Restore the overrides supportSimon van der Linden2010-01-228-64/+273
* Initialize struct fields to 0 when allocatingSimon van der Linden2010-01-082-1/+6
* Don't set a default constructor for structures.Simon van der Linden2010-01-084-79/+17
* Suppress compilation warningsSimon van der Linden2010-01-053-4/+3
* sys.path must be modified after pygtk is importedSimon van der Linden2010-01-032-1/+3
* Add Gtk.keysyms to overridesTomeu Vizoso2009-12-223-0/+1502
* The array field 'length' starts to count from the C arg list, so need to decr...Tomeu Vizoso2009-12-226-4/+103
* Depend on GLib 2.20 rather than 2.22Anderson Lizardo2009-11-302-1/+20
* Use the limit constants from glib and interpret G_MAXUINT32 as PyLong_FromLon...Tomeu Vizoso2009-11-302-16/+16
* Remove global checks for pointers and move them in type cases that need themSimon van der Linden2009-11-302-253/+596
* Pythonify. Avoid ; and () around if statementsJohan Dahlin2009-11-301-4/+4
* Remove trailing whitespaceJohan Dahlin2009-11-301-2/+2
* Set a default constructor for boxed structs that don't have oneTomeu Vizoso2009-11-3013-86/+321
* Revert "Use the limit constants from glib and interpret G_MAXUINT32 as PyLong...Tomeu Vizoso2009-11-302-16/+16
* Use the limit constants from glib and interpret G_MAXUINT32 as PyLong_FromLon...Tomeu Vizoso2009-11-282-16/+16
* A few tests about interfacesTomeu Vizoso2009-11-283-0/+60
* Fix members initialization in metaclassesSimon van der Linden2009-11-272-2/+22
* Structs in arrays are not marshalled correctlyTomeu Vizoso2009-11-274-8/+59
* Use the right variable when looking up in sys.modulesSimon van der Linden2009-11-251-1/+1
* Accept 0 as a valid value for flag and enum argumentsTomeu Vizoso2009-11-244-1/+26
* Add stuff to .gitignoreTomeu Vizoso2009-11-241-0/+7
* Create overridden modules in two passesJohan Dahlin2009-11-231-13/+21
* Add support for Any argumentsTomeu Vizoso2009-11-224-8/+27