summaryrefslogtreecommitdiff
path: root/giscanner/glibtransformer.py
Commit message (Expand)AuthorAgeFilesLines
* Bug 562622 – Errordomains missingJohan Dahlin2009-01-221-1/+24
* When trying to map functions to structs, do not require a public structureJohan Dahlin2009-01-201-0/+2
* Bug 562615 – Struct methods missingJohan Dahlin2009-01-201-4/+10
* Ugh, recurd->recordJohan Dahlin2009-01-201-11/+11
* Struct -> RecordJohan Dahlin2009-01-201-24/+24
* add FT_Int32 add XftFont Report errors when an invalid type is encounteredJohan Dahlin2009-01-161-1/+4
* Bug 563591 – Flags not recognized when there is no introspection dataJohan Dahlin2009-01-121-2/+7
* Bug 563794 - Redo annotation parsing & applyingJohan Dahlin2009-01-121-25/+11
* Bug 563469 – Arrays not treated correctly in struct offset calculationAndreas Rottmann2009-01-031-5/+5
* Fix inconsistencies with PEP8Jürg Billeter2009-01-031-7/+0
* Bug 559705 – Missing association between static methods and classesColin Walters2008-11-251-19/+29
* Revert earlier libtool change, there's no needJohan Dahlin2008-11-251-17/+1
* Execute the dumper program through libtool if it's installed, so we avoidJohan Dahlin2008-11-251-5/+22
* fix spelling of GHashTable. #561135Dan Winship2008-11-171-1/+1
* Bug 559706 - interface prequisitesColin Walters2008-11-171-0/+7
* Remove stray print(s)Johan Dahlin2008-11-131-1/+0
* Bug 558436 - avoid having scanner load app codeColin Walters2008-11-131-182/+153
* Only resolve the libname to the basename of the path when passing in an absol...Johan Dahlin2008-11-121-1/+0
* Add a GIRepository-2.0.gir. Change the libtool lookup slightly so we canJohan Dahlin2008-11-121-4/+8
* Improve warning message formattingJohan Dahlin2008-11-111-2/+2
* Relicense the giscanner library under LGPLv2+. This has been approved byJohan Dahlin2008-11-041-11/+11
* If a filename of an existing file is passed to --library, hunt for itOwen Taylor2008-10-291-1/+3
* Bug 557788 – Return types for constructors in generated typelib bogusColin Walters2008-10-251-3/+2
* deduce transfer-ownership from GTypesTommi Komulainen2008-10-231-0/+14
* rearrangeTommi Komulainen2008-10-231-4/+3
* Check whether the parameter is a GObject from the GTypeTommi Komulainen2008-10-231-3/+14
* record GType when constructing the Type from itTommi Komulainen2008-10-231-1/+4
* Always write out transfer-ownership attributeColin Walters2008-10-231-1/+1
* Bug 557241 – "throws" flag for functionsJohan Bilien2008-10-211-0/+14
* Bug 556777 - validate propertiesColin Walters2008-10-201-38/+18
* Bug 557011 - Add g_object_info_get_abstractColin Walters2008-10-201-2/+4
* Bug 556783 - namespace/prefix reworkColin Walters2008-10-181-9/+9
* Bug 556732 – generate gir files consistentlyTommi Komulainen2008-10-171-1/+12
* Default GObject transfer to fullColin Walters2008-10-161-2/+19
* Support fields in GObject structsJürg Billeter2008-10-131-0/+6
* Readd class records as workaround to not break Gtk typelibJürg Billeter2008-10-121-0/+6
* Don't generate <record> elements for class structs. Update test casesJürg Billeter2008-10-121-6/+0
* Bug 552858: versioningColin Walters2008-10-121-1/+1
* ignore non-UTF-8 string constantsJohan Bilien2008-10-111-2/+7
* GLibBoxed is a valid registered typeColin Walters2008-10-031-1/+1
* Merge branch 'bug551744-boxed-ctors'Colin Walters2008-10-031-2/+3
* Avoid resolving types as we create them, do it all at once at the endColin Walters2008-10-031-0/+2
* Merge branch 'bug552961-methods/wip'Colin Walters2008-10-021-0/+2
* Bug 554490: g-ir-scanner gets confused by '\\'Dan Winship2008-10-021-1/+1
* Bug 554632: Create type tag for GTypeColin Walters2008-10-021-4/+6
* Write out list and map types, parse 'array' annotationColin Walters2008-09-291-7/+5
* Some work on arraysColin Walters2008-09-291-3/+9
* Ensure constructor returns are always most concrete typeColin Walters2008-09-281-0/+3
* Rename similarly-named function just for clarityColin Walters2008-09-271-3/+3
* Remove dbeug printColin Walters2008-09-201-1/+0