summaryrefslogtreecommitdiff
path: root/codegen
Commit message (Expand)AuthorAgeFilesLines
* Bug 314801: bad conversion of GdkRectangle to PyObject in reversewrapper.pyGustavo J. A. M. Carneiro2005-08-291-3/+2
* Add test for Table.attach which takes uint arguments.Johan Dahlin2005-08-241-7/+27
* Add datarootdir, for compatibility with future Autoconf releases.Stepan Kasal2005-08-171-0/+1
* type checking in GObject return values in reverse wrappersGustavo J. A. M. Carneiro2005-08-051-7/+19
* Improve parsing, catches a little bit moreJohan Dahlin2005-08-041-2/+10
* Fixes Bug 311309: subclassing gtk.Bin reports...Gustavo J. A. M. Carneiro2005-07-302-1/+51
* Add support for static/classmethod and METH_O overrides.Gustavo J. A. M. Carneiro2005-07-102-7/+41
* Bug 161177: Allow creation of python classes from g_object_newGustavo J. A. M. Carneiro2005-07-092-4/+8
* Bug 308097: Overriden realize gets called twiceGustavo J. A. M. Carneiro2005-06-201-1/+3
* Bug 308099: No GtkWidget proxy handler for do_size_allocateGustavo J. A. M. Carneiro2005-06-201-0/+1
* fix gulong and guint32 argument handlingGustavo J. A. M. Carneiro2005-06-201-21/+23
* pygtk + cairo \!\!Gustavo J. A. M. Carneiro2005-06-061-0/+16
* add support for structured fieldsGustavo J. A. M. Carneiro2005-06-061-2/+3
* add support for body override sectionsGustavo J. A. M. Carneiro2005-06-062-0/+14
* #300012: Handling of guint, gsize, gssize, and glong in pygtk is brokenGustavo J. A. M. Carneiro2005-04-121-5/+82
* Check arguments if we have no arguments. Fixes bug #170266 (Doug Quale)Johan Dahlin2005-03-151-0/+4
* Remove an extra * in the declaration and cast of GObject types.Anders Carlsson2005-03-141-2/+2
* Move the install_template call for pygobject-2.0.pc.in to the right placeCedric Gustin2005-02-231-1/+5
* Bug 159468: A subclassed gdk.GC does not have the usual attributesGustavo J. A. M. Carneiro2005-01-221-3/+4
* type checking on return values of 'reverse wrappers'Gustavo J. A. M. Carneiro2005-01-181-6/+20
* fix name clash in GIL state variableGustavo J. A. M. Carneiro2005-01-161-3/+3
* Only declare the object when it's needed. Fixes some more compilerJohan Dahlin2005-01-131-3/+6
* #163606: override size_allocate doesn't work.Gustavo J. A. M. Carneiro2005-01-101-6/+2
* misc API additions, threadingGustavo J. A. M. Carneiro2005-01-091-10/+16
* #154974: Interface implementation supportGustavo J. A. M. Carneiro2005-01-093-13/+96
* fix some compiler warningsGustavo J. A. M. Carneiro2005-01-092-22/+18
* GtkTreePath* reverse wrapper param type handlerGustavo J. A. M. Carneiro2005-01-081-0/+13
* add type handlers for GFlags in reverse wrappersGustavo J. A. M. Carneiro2005-01-081-0/+18
* [Bug 145314] Overriding GTK+ virtual methodsGustavo J. A. M. Carneiro2005-01-087-11/+919
* add GTime argtypeGustavo J. A. M. Carneiro2004-12-121-0/+1
* more h2def/merge fixesGustavo J. A. M. Carneiro2004-11-142-2/+12
* codegen merge/h2def fixesGustavo J. A. M. Carneiro2004-11-074-20/+62
* Revert parts of Gustavos changes, so the size of interfaces are correct.Johan Dahlin2004-09-271-17/+18
* allow override of some more slotsGustavo J. A. M. Carneiro2004-08-201-23/+24
* honor caller-owns-return in property based constructorsGustavo J. A. M. Carneiro2004-08-161-1/+6
* Use methflags argument for defines instead of discarding itJohan Dahlin2004-08-061-1/+1
* codegen/argtypes.py Return string instead of Atom.John Finlay2004-08-041-1/+1
* Add better support for boolean type now when we can require 2.3. Fixes bugJohan Dahlin2004-08-031-4/+1
* And the fileJohan Dahlin2004-07-291-1/+1
* only remove the first occurence of the object name, we don't want to messJohan Dahlin2004-07-291-3/+4
* missing deprecation warningsGustavo J. A. M. Carneiro2004-07-231-0/+11
* codegen/codegen.py (write_enums) Fix bug causing segfault when loadingJohn Finlay2004-07-201-1/+1
* grammar fixJohan Dahlin2004-07-191-1/+1
* gtk/*.overrideJohan Dahlin2004-07-172-7/+12
* Support property constructors with argname != propnameGustavo J. A. M. Carneiro2004-07-082-4/+12
* handle (properties ...) in FunctionDef.write_defsGustavo J. A. M. Carneiro2004-07-071-7/+17
* property based constructorsGustavo J. A. M. Carneiro2004-07-042-6/+108
* John Ehresman's patch to improve gunichar parameter handlingGustavo J. A. M. Carneiro2004-07-041-16/+1
* codegen refactoring by scott tsaiGustavo J. A. M. Carneiro2004-06-271-36/+22
* Fixes Bug 137086 (gtk.gdk.window_lookup assertion)Gustavo J. A. M. Carneiro2004-06-201-1/+2