gimarshallingtests: Add string_ to boxed structure
[platform/upstream/gobject-introspection.git] / giscanner / gdumpparser.py
2012-03-06 Matthew BoothFix matching of methods named *_get_type()
2011-09-12 Colin Waltersscanner: Don't add redundant notify signal
2011-09-12 Colin Waltersscanner: Only add notify signal to Object, not ParamSpe...
2011-09-09 Colin Waltersscanner: Add "notify" signal to GObject
2011-08-28 Pavel HolejsovskyAvoid most of the special-casing of GObject.Object...
2011-08-25 Pavel HolejsovskyProperly handle GParamSpec and descendants
2011-08-13 Johan DahlinMake sure signal works when there isn't one specified
2011-08-13 Johan DahlinMake sure signal works when there isn't one specified
2011-08-13 Johan DahlinAdd signal flags
2011-08-13 Johan DahlinAdd signal flags
2011-08-13 Dan WinshipSwitch to storing string form of error quarks
2011-08-12 Dan WinshipSwitch to storing string form of error quarks
2011-07-29 Pavel HolejsovskyReverting "Workaround for CairoRectangleInt exposed...
2011-07-29 Pavel HolejsovskyWorkaround for CairoRectangleInt exposed in Gdk-3.0.gir
2011-06-09 Colin Waltersgdumpparser.py: Limit line length to 100
2011-06-08 Giovanni CampagnaRework how fundamental GObject types are introspected
2011-06-04 Giovanni CampagnaAdd boxed types definition for GLib
2011-06-03 Colin Waltersscanner: Support _get_gtype() as a GType creation suffix
2011-01-05 Colin Waltersscanner: Fix handling of property transfer
2010-12-06 Tomeu VizosoMake sure we don't mark GInitiallyUnownedClass as disguised
2010-11-01 Owen W. TaylorHandle enumerations with the full range of signed and...
2010-10-07 Colin Waltersscanner: Don't leave temporary directory around if...
2010-09-17 Tomeu VizosoSet c_symbol_prefix in the GVariant special case
2010-09-15 Colin Waltersscanner: Add temporary workaround for GStreamer
2010-09-13 Colin Waltersscanner: Add GType for GVariant
2010-09-13 Colin Waltersscanner: Bomb out more obviously if a namespace contain...
2010-09-10 Colin Waltersscanner: Allow gstreamer's GParamSpecMiniObject through
2010-09-08 Colin Waltersscanner: Kill glibast
2010-09-07 Johan Dahlin[scanner] Fundamental problems are not fatal
2010-09-03 Tomeu VizosoFix typo (reported by philn-tp)
2010-09-03 Johan Dahlin[scanner] Move a function from transformer to ast
2010-09-02 Johan Dahlin[scanner] Move over remaining callsites to message
2010-09-02 Johan Dahlin[scanner] Simplify strip_identifer/strip_symbol
2010-09-02 Johan Dahlin[transformer] Don't pass around source scanner
2010-09-01 Colin Waltersscanner: Better handling of GType names
2010-08-31 Colin Waltersscanner: Avoid internal invalid Type instances from...
2010-08-31 Colin Waltersmajor: Fix parent for GInitiallyUnowned
2010-08-31 Colin WaltersMajor rewrite