Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/giscanner/glibtransformer.py
Commit message (Expand)AuthorAgeFilesLines
* Bug 575613 - Enum stripping with common prefix, also use "_" consistentlyColin Walters2009-03-171-1/+4
* Bug 557383 - Virtual method supportColin Walters2009-03-051-10/+63
* Revert "Bug 557383 - Virtual function support"Colin Walters2009-02-261-17/+4
* Bug 557383 - Virtual function supportColin Walters2009-02-261-4/+17
* Bug 572434 - Associate interfaces with their C structuresColin Walters2009-02-251-5/+7
* Be less verboseJohan Dahlin2009-02-211-7/+6
* Bug 572075 - Make the scanner work with static and convenience librariesOwen W. Taylor2009-02-191-5/+18
* Bug 551738 - Associate classes with their structsColin Walters2009-02-061-14/+13
* Bug 561360 - If we can't resolve parent class, use GObjectColin Walters2009-02-051-1/+11
* Bug 555960 - Nested structs and unions (generation portion)Colin Walters2009-02-041-2/+6
* Bug 569408, Bug 568680 - Scanner misses fields (at least in GObject.Object)Colin Walters2009-02-021-1/+13
* Skip over both g_object_get_type and g_initially_unowned_get_typeColin Walters2009-01-221-0/+4
* 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