Windows port: set CAIRO_SHARED_LIBRARY in configure.ac
[platform/upstream/gobject-introspection.git] / giscanner /
2011-09-03 Andoni Morales Ala... Let the user override the default compiler with the...
2011-09-03 Andoni Morales Ala... Fix compilation with mingw
2011-08-30 Colin Waltersscanner: Don't try to copy c:type if we're parsing...
2011-08-30 Colin Waltersscanner: Remove some dead debugging code
2011-08-30 Colin WaltersFix warning for missing (element-type)
2011-08-28 Pavel HolejsovskyAvoid most of the special-casing of GObject.Object...
2011-08-25 Pavel HolejsovskyProperly handle GParamSpec and descendants
2011-08-22 Colin Waltersdocbookdescription.py: Fix for PEP-8 compliance
2011-08-18 Giovanni CampagnaAdd tests for newly added warnings
2011-08-18 Giovanni CampagnaDisallow non byte types for GByteArrays
2011-08-18 Giovanni CampagnaForbid GPtrArrays holding non-pointer types
2011-08-17 Laszlo PandyDocbookwriter: signal flags
2011-08-17 Laszlo PandyIn DocBookWriter, remove DocBookEntity and just use...
2011-08-16 Laszlo PandyFor docbook, make the id attributes the same regardless...
2011-08-16 Laszlo PandyDescriptions support for docbook writer.
2011-08-16 Torsten SchönfeldAllow enums and bitfields to have static methods
2011-08-16 Pavel HolejsovskyTeach scanner's girparser about fundamentals
2011-08-15 Tomeu Vizosogiscanner: Allow passing additional include dirs when...
2011-08-15 John (J5) Palmieri[doctools] use 'or' instead of 'and' when checking...
2011-08-15 John (J5) Palmieritreat constructors like methods when generating the...
2011-08-15 John (J5) Palmieri[doctool] use different templates for method vs. functi...
2011-08-15 John (J5) Palmierioutput namespace.class.methodname for python methods...
2011-08-15 John (J5) Palmierifix up Python doc backend to output correct names
2011-08-15 John (J5) Palmierifirst pass at python backend for doc tools
2011-08-15 Tomeu Vizosog-ir-doc-tool: Fix PEP-8 issues
2011-08-15 Tomeu Vizosog-ir-doc-tool: print class declaration line in Python
2011-08-15 Shaun McCancegiscanner/mallardwriter: Adding experimental Mallard...
2011-08-15 Tomeu Vizosog-ir-doc-tool: Use namespace.class for Python
2011-08-15 Tomeu Vizosog-ir-doc-tool: Ignore for now properties with no known...
2011-08-15 Tomeu Vizosog-ir-doc-tool: Use the array type when rendering [eleme...
2011-08-15 Tomeu Vizosog-ir-doc-tool: Add -expected test for Python docbook
2011-08-15 Tomeu Vizosog-ir-scanner: Stop going up the hierarchy once we reach...
2011-08-14 Colin Waltersannotationparser: Don't eat lines that look like parame...
2011-08-14 Torsten SchönfeldRecognize constructors ending in 'newv'
2011-08-13 Johan DahlinMerge remote-tracking branch 'origin/gir-docbook'
2011-08-13 Johan DahlinTry harder to preserve c:type
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 Tomeu Vizosog-ir-doc-tool: Add support for varargs
2011-08-13 Johan DahlinAdd signal flags
2011-08-13 Tomeu Vizosog-ir-doc-tool: Add alias elements (typedef)
2011-08-13 Johan DahlinAdd signal flags
2011-08-13 Colin Waltersannotationparser: Only accept certain tags
2011-08-13 Torsten Schönfeldscanner: add a moved_to property to backcompat functions
2011-08-13 Torsten Schönfeldscanner: handle static methods on all types
2011-08-13 Johan DahlinAvoid broken emacs syntax highlightning
2011-08-13 Colin Waltersscanner: Don't throw away blank lines in the docs
2011-08-13 Dan WinshipSwitch to storing string form of error quarks
2011-08-13 Pavel HolejsovskyAutomatically turn Gdk.Rectangle gtype into cairo.Recta...
2011-08-13 Tomeu Vizosog-ir-doc-tool: Add structs (no fields yet) and thus...
2011-08-13 Tomeu Vizosog-ir-doc-tool: Use same link ids as gtk-doc-mkdb does
2011-08-13 Tomeu Vizosog-ir-doc-tool: Move out the * from the return value...
2011-08-13 Tomeu Vizosog-ir-doc-tool: Move the * out the type link
2011-08-13 Colin Waltersscanner: Don't throw away blank lines in the docs
2011-08-12 Tomeu Vizosog-ir-doctool: Add annotations (some)
2011-08-12 Dan WinshipSwitch to storing string form of error quarks
2011-08-12 Tomeu Vizosog-ir-doc-tool: Generate parameter list in the detail
2011-08-11 Tomeu Vizosog-ir-doc-tool: Add DOCTYPE
2011-08-11 Laszlo Pandy[docbook] Print out element types of arrays, lists...
2011-08-11 Tomeu Vizosog-ir-doc-tool: Generate a <refentry> element at the...
2011-08-11 Tomeu Vizosog-ir-doctool: Fix a PEP-8 issue
2011-08-11 Laszlo Pandy[doctool] Add local object hierarchy and stubs for...
2011-08-11 Pavel HolejsovskyAutomatically turn Gdk.Rectangle gtype into cairo.Recta...
2011-08-11 Laszlo Pandy[docbook] Allow formatter to change page name.
2011-08-11 Laszlo Pandy[docbook] use C symbol for function title.
2011-08-11 Laszlo Pandy[docbook] add signals section
2011-08-11 Johan DahlinUse a classmethod and s/Transformer/cls/ + s/transforme...
2011-08-11 Laszlo Pandy[docbook] Add properties section.
2011-08-11 Laszlo Pandy[docbook] Entity -> method
2011-08-11 Laszlo Pandy[docbook] Add Properties section
2011-08-11 Laszlo Pandy[docbook] Add "Details" title above all methods.
2011-08-11 Laszlo Pandy[docbook] only show Class Record and Interface at the...
2011-08-11 Laszlo Pandy[docbook] Make DocBookWriter use Transformer
2011-08-11 Laszlo Pandy[docbook] remove namespace page. There is nothing in it.
2011-08-11 Tomeu Vizosog-ir-doctool: Don't render the * in link targets
2011-08-11 Laszlo Pandy[docbook] fix exception when there is no ctype.
2011-08-11 Johan DahlinWIP doctool
2011-08-10 Stef WalterMake the Transformer respect 'skip' annotations
2011-08-10 Stef WalterFix symbols being reported in invalid files
2011-07-29 Pavel HolejsovskyReverting "Workaround for CairoRectangleInt exposed...
2011-07-29 Pavel HolejsovskyWorkaround for CairoRectangleInt exposed in Gdk-3.0.gir
2011-07-27 Colin WaltersKill off config.py
2011-07-22 Jasper St. Pierregiscanner: Make comments starting with tab characters...
2011-07-01 Dan Winshipgiscanner: mark GAsyncReadyCallbacks as allow-none
2011-06-30 Colin Waltersdumper: Flush stdout after printing compilation messages
2011-06-30 Colin Waltersdumper: Only make libtool silent if we were passed...
2011-06-23 Colin Waltersgiscanner: Support srcdir != builddir
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 CampagnaAlways add a zero-terminated attribute when it cannot...
2011-06-04 Giovanni CampagnaAdd boxed types definition for GLib
2011-06-03 Colin Waltersscanner: Support _get_gtype() as a GType creation suffix
2011-06-02 Colin Waltersscanner: Parse GNUC expression statements
2011-05-13 David ZeuthenAdd support for the (skip) annotation on parameters...
2011-05-12 Giovanni CampagnaGScannerParser: recognize character constants
2011-05-11 Giovanni Campagnagiscanner: read (array) and (element-type) annotations...
2011-05-02 Colin WaltersAdd GI_SCANNER_DISABLE_CACHE environment variable
2011-02-22 Tomeu VizosoAdd warnings for the (constructor) annotation
2011-02-22 Tomeu VizosoAdd warnings for the (method) annotation
2011-02-03 Colin Waltersscanner: Don't fail on mkdir if cachedir already exists GOBJECT_INTROSPECTION_0_10_2
next