summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* scanner: Don't try to copy c:type if we're parsing (element-type)Colin Walters2011-08-291-5/+10
* scanner: Remove some dead debugging codeColin Walters2011-08-291-3/+0
* Fix warning for missing (element-type)Colin Walters2011-08-291-2/+2
* 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
* docbookdescription.py: Fix for PEP-8 complianceColin Walters2011-08-221-3/+3
* Add tests for newly added warningsGiovanni Campagna2011-08-181-3/+3
* Disallow non byte types for GByteArraysGiovanni Campagna2011-08-181-2/+14
* Forbid GPtrArrays holding non-pointer typesGiovanni Campagna2011-08-182-0/+18
* Docbookwriter: signal flagsLaszlo Pandy2011-08-171-1/+18
* In DocBookWriter, remove DocBookEntity and just use the ast nodes directly.Laszlo Pandy2011-08-171-73/+39
* For docbook, make the id attributes the same regardless of language. Only use...Laszlo Pandy2011-08-161-10/+5
* Descriptions support for docbook writer.Laszlo Pandy2011-08-162-18/+199
* Allow enums and bitfields to have static methodsTorsten Schönfeld2011-08-164-1/+18
* Teach scanner's girparser about fundamentalsPavel Holejsovsky2011-08-161-0/+8
* giscanner: Allow passing additional include dirs when parsing a girTomeu Vizoso2011-08-152-2/+11
* [doctools] use 'or' instead of 'and' when checking for func or constructorJohn (J5) Palmieri2011-08-151-1/+1
* treat constructors like methods when generating the labelJohn (J5) Palmieri2011-08-151-1/+1
* [doctool] use different templates for method vs. function outputJohn (J5) Palmieri2011-08-151-1/+4
* output namespace.class.methodname for python methods in the doctoolsJohn (J5) Palmieri2011-08-151-1/+1
* fix up Python doc backend to output correct namesJohn (J5) Palmieri2011-08-151-3/+3
* first pass at python backend for doc toolsJohn (J5) Palmieri2011-08-151-1/+11
* g-ir-doc-tool: Fix PEP-8 issuesTomeu Vizoso2011-08-151-11/+7
* g-ir-doc-tool: print class declaration line in PythonTomeu Vizoso2011-08-151-14/+40
* 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