summaryrefslogtreecommitdiff
path: root/codegen
Commit message (Expand)AuthorAgeFilesLines
* Bug 448111 – Write const for boxed const return valuesGustavo J. A. M. Carneiro2007-06-171-1/+5
* Reverted last change: accidentally committed lot of irrelevant stuffYevgen Muntyan2007-06-161-5/+1
* reviewed by: Gustavo J. A. M. Carneiro.Yevgen Muntyan2007-06-161-1/+5
* Bug 446470 – Support for GError** parameter in virtual functionGustavo J. A. M. Carneiro2007-06-141-4/+19
* Special case when only a single void return value exists; fix the returnGustavo J. A. M. Carneiro2007-06-111-11/+19
* Bug 440059 – Bad check for direction "out" parameters with return-type "none"Gustavo J. A. M. Carneiro2007-05-231-7/+5
* Bug 439014 – codegen/reversewrapper.py DoubleReturn incorrectGustavo J. A. M. Carneiro2007-05-171-6/+1
* Remove .cvsignore archivesJohan Dahlin2007-01-161-7/+0
* install createdefs.py, fix dsextras.py, patch by Michael Bienia (FixesSebastien Bacher2006-12-211-1/+2
* fix code for generating defines in override files, by using variables thatManish Singh2006-12-021-2/+2
* Bug 337368 – Make PyGTK work with Python 2.5 and 64-bitGustavo J. A. M. Carneiro2006-10-032-6/+33
* bare except: clauses, begone\!Gustavo J. A. M. Carneiro2006-08-073-46/+73
* Bug 350252 – using an int as treeview path used to work but doesn't with 2.9.5Gustavo J. A. M. Carneiro2006-08-071-1/+3
* Add new program to generate .defs files using the ctypes module to extractJohn Finlay2006-07-311-0/+656
* pygobject_register_class fixGustavo J. A. M. Carneiro2006-07-301-4/+3
* Ignore.John Finlay2006-07-242-4/+6
* AddJohn Finlay2006-07-231-0/+35
* Use failure_exception instead of failure_cleanup (GtkTreePathReturn): Add.John Finlay2006-07-221-3/+18
* Add.John Finlay2006-07-221-0/+12
* Fix typo. #341668 (Yevgen Muntyan)John Finlay2006-07-201-1/+1
* Don't register constants Make enum/flags lazily created too.Johan Dahlin2006-07-191-5/+61
* Make functions lazily loaded. Make deprecation lazy too, to avoidJohan Dahlin2006-07-191-18/+41
* Bug 347825 – exports internal symbolsGustavo J. A. M. Carneiro2006-07-191-4/+5
* Specify code arg is NoneJohn Finlay2006-07-171-1/+1
* re-insert removed patch but with fix for typo.John Finlay2006-07-141-15/+21
* revert the latest code generator changes by, they broke the buildJohan Dahlin2006-07-141-21/+15
* Don't write registers for ignored types.John Finlay2006-07-131-15/+21
* Only load types in gtk when they are used, fixes #346946Johan Dahlin2006-07-132-46/+143
* fix defs including absolute pathsGustavo J. A. M. Carneiro2006-07-131-1/+1
* Add a dynamicnamespace option, refactor class registrationJohan Dahlin2006-07-052-44/+64
* more type punning warning fixesGustavo J. A. M. Carneiro2006-06-251-2/+2
* Use IntArg to handle enums and flags with no typecode. This is to avoidGustavo J. A. M. Carneiro2006-06-251-4/+6
* PyModule_AddIntConstant const warning fixGustavo J. A. M. Carneiro2006-06-251-1/+1
* Match guint8* as UCharArgJohn Finlay2006-06-151-0/+1
* Bug 344845 – Missing gdk-base-types.defs causes gedit build to failGustavo J. A. M. Carneiro2006-06-141-1/+1
* many distcheck related fixes, and not only..Gustavo J. A. M. Carneiro2006-06-143-11/+29
* Add gdk x11 functionsGustavo J. A. M. Carneiro2006-06-111-0/+4
* Add.John Finlay2006-06-041-1/+6
* Bug 341641 – GtkContainer methods to ignoreGustavo J. A. M. Carneiro2006-05-141-0/+1
* Bug 341634 – Reverse wrapper should handle char*Gustavo J. A. M. Carneiro2006-05-141-1/+1
* Refactor a big chunk into a class with methods.Johan Dahlin2006-05-101-203/+216
* Add conditional support for Gtk+ 2.10 add new api.Johan Dahlin2006-05-061-0/+17
* Add support for filtering out definies in existing filesJohan Dahlin2006-05-061-10/+44
* Ignore a bunch of stuffJohan Dahlin2006-05-062-4/+21
* Refactor to use OOP, remove duplicated codeJohan Dahlin2006-05-061-226/+216
* Bug 340162 – Missing ()Gustavo J. A. M. Carneiro2006-05-011-1/+1
* Add codegen support for (unblock-threads #t)Gustavo J. A. M. Carneiro2006-04-232-1/+31
* Complete Bug #169204 (const return value)Gustavo J. A. M. Carneiro2006-04-231-2/+7
* Fit in 80 characters, do not use \Johan Dahlin2006-04-031-347/+466
* pyflakesJohan Dahlin2006-04-039-20/+26