summaryrefslogtreecommitdiff
path: root/giscanner/gdumpparser.py
Commit message (Expand)AuthorAgeFilesLines
* scanner: Replace GInitiallyUnowned field sharing with generic solutionSimon Feltman2014-01-041-11/+0
* giscanner: fix typoDieter Verfaillie2013-10-081-1/+1
* giscanner: remove dead codeDieter Verfaillie2013-10-081-8/+0
* tests: Update misc/pep8.py to 1.4.5Dieter Verfaillie2013-05-071-6/+3
* giscanner: prefer "except X as e" over "except X, e"Dieter Verfaillie2013-04-091-7/+7
* Fix matching of methods named *_get_type()Matthew Booth2012-03-061-11/+5
* scanner: Don't add redundant notify signalColin Walters2011-09-121-4/+0
* scanner: Only add notify signal to Object, not ParamSpec etc.Colin Walters2011-09-121-3/+4
* scanner: Add "notify" signal to GObjectColin Walters2011-09-091-0/+3
* Avoid most of the special-casing of GObject.Object in the scannerPavel Holejsovsky2011-08-281-48/+14
* Properly handle GParamSpec and descendantsPavel Holejsovsky2011-08-251-6/+21
* Make sure signal works when there isn't one specifiedJohan Dahlin2011-08-131-1/+1
* Add signal flagsJohan Dahlin2011-08-131-1/+8
* Switch to storing string form of error quarksDan Winship2011-08-121-6/+35
* Reverting "Workaround for CairoRectangleInt exposed in Gdk-3.0.gir"Pavel Holejsovsky2011-07-291-5/+0
* Workaround for CairoRectangleInt exposed in Gdk-3.0.girPavel Holejsovsky2011-07-291-0/+5
* gdumpparser.py: Limit line length to 100Colin Walters2011-06-091-1/+3
* Rework how fundamental GObject types are introspectedGiovanni Campagna2011-06-081-21/+30
* Add boxed types definition for GLibGiovanni Campagna2011-06-041-17/+5
* scanner: Support _get_gtype() as a GType creation suffixColin Walters2011-06-031-4/+7
* scanner: Fix handling of property transferColin Walters2011-01-051-3/+1
* Make sure we don't mark GInitiallyUnownedClass as disguisedTomeu Vizoso2010-12-061-0/+1
* Handle enumerations with the full range of signed and unsigned valuesOwen W. Taylor2010-11-011-7/+25
* scanner: Don't leave temporary directory around if we failColin Walters2010-10-071-1/+3
* Set c_symbol_prefix in the GVariant special caseTomeu Vizoso2010-09-171-0/+1
* scanner: Add temporary workaround for GStreamerColin Walters2010-09-151-0/+2
* scanner: Add GType for GVariantColin Walters2010-09-131-5/+10
* scanner: Bomb out more obviously if a namespace contains class name = namespaceColin Walters2010-09-131-0/+6
* scanner: Allow gstreamer's GParamSpecMiniObject throughColin Walters2010-09-101-0/+13
* scanner: Kill glibastColin Walters2010-09-081-43/+67
* [scanner] Fundamental problems are not fatalJohan Dahlin2010-09-071-1/+2
* Fix typo (reported by philn-tp)Tomeu Vizoso2010-09-031-1/+1
* [scanner] Move a function from transformer to astJohan Dahlin2010-09-021-6/+6
* [scanner] Move over remaining callsites to messageJohan Dahlin2010-09-021-2/+2
* [scanner] Simplify strip_identifer/strip_symbolJohan Dahlin2010-09-021-16/+29
* [transformer] Don't pass around source scannerJohan Dahlin2010-09-021-2/+0
* scanner: Better handling of GType namesColin Walters2010-09-011-6/+6
* scanner: Avoid internal invalid Type instances from parentsColin Walters2010-08-311-2/+3
* major: Fix parent for GInitiallyUnownedColin Walters2010-08-311-1/+1
* Major rewriteColin Walters2010-08-311-0/+455