summaryrefslogtreecommitdiff
path: root/codegen
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix GtkInvisible's reference counting with custom sink function, similar to G...Gustavo J. A. M. Carneiro2004-06-201-7/+4
* Fix Bug 122569: gtk.Window derived class segfaultsGustavo J. A. M. Carneiro2004-06-131-3/+1
* codegen/argtypes.py Fix bug in non-null default parselist of ObjectArg.John Finlay2004-05-191-5/+15
* Add support for tp_as_buffer.Johan Dahlin2004-05-031-2/+2
* codegen/argtypes.py (GtkTreePath) Remove extra older null assignment - theJohn Finlay2004-04-181-6/+0
* Prevent warnings in Python 2.3Gustavo J. A. M. Carneiro2004-04-151-1/+1
* Add support for tp_newJohan Dahlin2004-04-131-2/+10
* Use the methods name (instead of the "c" name) so we get a nicer output.Johan Dahlin2004-04-071-2/+2
* Add a new option to be able to separate output of objects and functionsJohan Dahlin2004-03-281-20/+59
* Added the interface detection (interface -*Iface- inheriting fromXavier Ordoquy2004-03-221-5/+20
* Added the interface detection (class inheriting from GTypeInterface)Xavier Ordoquy2004-03-181-0/+15