summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* Automatically turn Gdk.Rectangle gtype into cairo.RectangleIntPavel Holejsovsky2011-08-131-0/+7
* g-ir-doc-tool: Add structs (no fields yet) and thus fix arguments linksTomeu Vizoso2011-08-131-10/+32
* g-ir-doc-tool: Use same link ids as gtk-doc-mkdb doesTomeu Vizoso2011-08-131-5/+6
* g-ir-doc-tool: Move out the * from the return value linkTomeu Vizoso2011-08-131-2/+4
* g-ir-doc-tool: Move the * out the type linkTomeu Vizoso2011-08-131-2/+6
* g-ir-doctool: Add annotations (some)Tomeu Vizoso2011-08-121-4/+34
* g-ir-doc-tool: Generate parameter list in the detailTomeu Vizoso2011-08-121-15/+39
* g-ir-doc-tool: Add DOCTYPETomeu Vizoso2011-08-111-2/+6
* [docbook] Print out element types of arrays, lists and hashtables.Laszlo Pandy2011-08-111-3/+17
* g-ir-doc-tool: Generate a <refentry> element at the top of chaptersTomeu Vizoso2011-08-111-3/+3
* g-ir-doctool: Fix a PEP-8 issueTomeu Vizoso2011-08-111-4/+3
* [doctool] Add local object hierarchy and stubs for props and signal details.Laszlo Pandy2011-08-111-26/+91
* [docbook] Allow formatter to change page name.Laszlo Pandy2011-08-111-6/+13
* [docbook] use C symbol for function title.Laszlo Pandy2011-08-111-2/+7
* [docbook] add signals sectionLaszlo Pandy2011-08-111-8/+29
* Use a classmethod and s/Transformer/cls/ + s/transformer/self/Johan Dahlin2011-08-111-9/+9
* [docbook] Add properties section.Laszlo Pandy2011-08-111-9/+55
* [docbook] Entity -> methodLaszlo Pandy2011-08-111-10/+10
* [docbook] Add Properties sectionLaszlo Pandy2011-08-111-0/+10
* [docbook] Add "Details" title above all methods.Laszlo Pandy2011-08-112-5/+6
* [docbook] only show Class Record and Interface at the top levelLaszlo Pandy2011-08-111-1/+2
* [docbook] Make DocBookWriter use TransformerLaszlo Pandy2011-08-113-9/+18
* [docbook] remove namespace page. There is nothing in it.Laszlo Pandy2011-08-111-5/+0
* g-ir-doctool: Don't render the * in link targetsTomeu Vizoso2011-08-111-2/+7
* [docbook] fix exception when there is no ctype.Laszlo Pandy2011-08-112-4/+7
* WIP doctoolJohan Dahlin2011-08-112-0/+317
* Make the Transformer respect 'skip' annotationsStef Walter2011-08-102-4/+12
* Fix symbols being reported in invalid filesStef Walter2011-08-103-60/+57
* 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
* Kill off config.pyColin Walters2011-07-273-29/+2
* giscanner: Make comments starting with tab characters workJasper St. Pierre2011-07-221-3/+5
* giscanner: mark GAsyncReadyCallbacks as allow-noneDan Winship2011-07-011-0/+1
* dumper: Flush stdout after printing compilation messagesColin Walters2011-06-301-0/+3
* dumper: Only make libtool silent if we were passed --silentColin Walters2011-06-301-1/+2
* giscanner: Support srcdir != builddirColin Walters2011-06-231-0/+5
* gdumpparser.py: Limit line length to 100Colin Walters2011-06-091-1/+3
* Rework how fundamental GObject types are introspectedGiovanni Campagna2011-06-082-24/+31
* Always add a zero-terminated attribute when it cannot be impliedGiovanni Campagna2011-06-042-0/+8
* Add boxed types definition for GLibGiovanni Campagna2011-06-041-17/+5
* scanner: Support _get_gtype() as a GType creation suffixColin Walters2011-06-032-5/+10
* scanner: Parse GNUC expression statementsColin Walters2011-06-021-0/+4
* Add support for the (skip) annotation on parameters or return valuesDavid Zeuthen2011-05-132-0/+7
* GScannerParser: recognize character constantsGiovanni Campagna2011-05-121-1/+3
* giscanner: read (array) and (element-type) annotations for fieldsGiovanni Campagna2011-05-111-3/+7
* Add GI_SCANNER_DISABLE_CACHE environment variableColin Walters2011-05-021-0/+2
* Add warnings for the (constructor) annotationTomeu Vizoso2011-02-221-11/+50
* Add warnings for the (method) annotationTomeu Vizoso2011-02-221-4/+16
* scanner: Don't fail on mkdir if cachedir already existsGOBJECT_INTROSPECTION_0_10_2Colin Walters2011-02-031-1/+4
* Add (method) overridesTomeu Vizoso2011-02-022-14/+38