summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
...
* giscanner/mallardwriter: Adding experimental Mallard output to g-ir-doc-toolShaun McCance2011-08-153-8/+494
* g-ir-doc-tool: Use namespace.class for PythonTomeu Vizoso2011-08-151-1/+7
* g-ir-doc-tool: Ignore for now properties with no known typeTomeu Vizoso2011-08-151-0/+4
* g-ir-doc-tool: Use the array type when rendering [element-type]Tomeu Vizoso2011-08-151-1/+5
* g-ir-doc-tool: Add -expected test for Python docbookTomeu Vizoso2011-08-152-47/+75
* g-ir-scanner: Stop going up the hierarchy once we reach GObjectTomeu Vizoso2011-08-151-1/+1
* annotationparser: Don't eat lines that look like parameters outside param listColin Walters2011-08-141-4/+10
* Recognize constructors ending in 'newv'Torsten Schönfeld2011-08-141-4/+15
* Merge remote-tracking branch 'origin/gir-docbook'Johan Dahlin2011-08-134-0/+620
|\
| * Make sure signal works when there isn't one specifiedgir-docbookJohan Dahlin2011-08-134-5/+6
| * g-ir-doc-tool: Add support for varargsTomeu Vizoso2011-08-131-9/+16
| * g-ir-doc-tool: Add alias elements (typedef)Tomeu Vizoso2011-08-131-5/+26
| * Add signal flagsJohan Dahlin2011-08-134-4/+41
| * Avoid broken emacs syntax highlightningJohan Dahlin2011-08-131-1/+1
| * scanner: Don't throw away blank lines in the docsColin Walters2011-08-133-5/+13
| * Switch to storing string form of error quarksDan Winship2011-08-137-23/+72
| * 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
* | Try harder to preserve c:typeJohan Dahlin2011-08-131-1/+5
* | Make sure signal works when there isn't one specifiedJohan Dahlin2011-08-134-5/+6
* | Add signal flagsJohan Dahlin2011-08-134-4/+41
* | annotationparser: Only accept certain tagsColin Walters2011-08-131-3/+17
* | scanner: add a moved_to property to backcompat functionsTorsten Schönfeld2011-08-135-3/+17
* | scanner: handle static methods on all typesTorsten Schönfeld2011-08-132-11/+36
* | scanner: Don't throw away blank lines in the docsColin Walters2011-08-133-5/+13
* | Switch to storing string form of error quarksDan Winship2011-08-127-23/+72