summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* g-ir-doc-tool: print class declaration line in Pythongir-docbook-2Tomeu Vizoso2011-08-141-14/+40
|
* giscanner/mallardwriter: Adding experimental Mallard output to g-ir-doc-toolShaun McCance2011-08-144-8/+495
|
* g-ir-doc-tool: Use namespace.class for PythonTomeu Vizoso2011-08-142-27/+33
|
* g-ir-doc-tool: Ignore for now properties with no known typeTomeu Vizoso2011-08-141-0/+4
|
* g-ir-doc-tool: Use the array type when rendering [element-type]Tomeu Vizoso2011-08-141-1/+5
|
* g-ir-doc-tool: Add -expected test for Python docbookTomeu Vizoso2011-08-145-53/+1868
|
* Recognize constructors ending in 'newv'Torsten Schönfeld2011-08-141-4/+15
| | | | | | Like gtk_list_store_newv and gtk_tree_store_newv. https://bugzilla.gnome.org/show_bug.cgi?id=656460
* Merge remote-tracking branch 'origin/gir-docbook'Johan Dahlin2011-08-1312-4/+2484
|\ | | | | | | | | | | Conflicts: .gitignore tests/scanner/Regress-1.0-expected.gir
| * 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
| |
| * tests/doctool: Updated -expected to match the code in the repoTomeu Vizoso2011-08-131-62/+6
| |
| * g-ir-doc-tool: Add alias elements (typedef)Tomeu Vizoso2011-08-132-16/+477
| |
| * Add signal flagsJohan Dahlin2011-08-139-15/+136
| | | | | | | | | | | | This adds all GSignalFlags into the gir. https://bugzilla.gnome.org/show_bug.cgi?id=656457
| * Update gitignoreJohan Dahlin2011-08-131-0/+5
| |
| * Update expected after rebaseJohan Dahlin2011-08-131-6/+62
| |
| * Move doctool over to common.mkJohan Dahlin2011-08-132-1/+3
| |
| * Update .gitignoreJohan Dahlin2011-08-131-1/+40
| |
| * Avoid broken emacs syntax highlightningJohan Dahlin2011-08-131-1/+1
| |
| * scanner: Don't throw away blank lines in the docsColin Walters2011-08-136-5/+44
| | | | | | | | | | | | For generating documentation, we actually want to preserve these. https://bugzilla.gnome.org/show_bug.cgi?id=656389
| * Add g_irepository_find_by_error_domain()Dan Winship2011-08-135-0/+127
| | | | | | | | | | | | | | | | Add a method to look up a GIEnumInfo given its associated error quark. Based on a patch from Colin Walters. https://bugzilla.gnome.org/show_bug.cgi?id=602516
| * Switch to storing string form of error quarksDan Winship2011-08-1316-41/+177
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of storing the name of the function to call to get the error quark, store the string form of the error quark, which we derive from the introspection binary during scanning. Update EnumBlob and GIEnumInfo to include the new information. This will allow determining a back-mapping from error quark to error domain without having to dlsym() and call all the known error quark functions. Based on earlier patches from Owen Taylor and Maxim Ermilov. https://bugzilla.gnome.org/show_bug.cgi?id=602516
| * Deprecate ErrorDomainDan Winship2011-08-1317-496/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous ErrorDomain blob was never actually scanned or used, and it was kind of a lame API conceptually. To keep some compatibility, rather than removing the enumeration values, rename them to _INVALID, and don't bump the typelib version. This should in theory allow a new libgirepository to read an old typelib. Based on a patch from Colin Walters https://bugzilla.gnome.org/show_bug.cgi?id=602516
| * girepository: fix some doc comment syntaxDan Winship2011-08-131-6/+6
| |
| * Add Regress method for a closure taking and returning a GVariantMartin Pitt2011-08-133-0/+50
| |
| * Automatically turn Gdk.Rectangle gtype into cairo.RectangleIntPavel Holejsovsky2011-08-131-0/+7
| | | | | | | | | | | | | | | | Gdk.Rectangle is 'boxed alias', which is not currently weel supported by g-i. Work around by transforming Gdk.Rectangle gtype into cairo.RectangleInt. https://bugzilla.gnome.org/show_bug.cgi?id=655423
| * 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-132-109/+110
| |
| * g-ir-doc-tool: Move out the * from the return value linkTomeu Vizoso2011-08-132-42/+44
| |
| * g-ir-doc-tool: Move the * out the type linkTomeu Vizoso2011-08-132-108/+112
| |
| * g-ir-doctool: Add annotations (some)Tomeu Vizoso2011-08-122-4/+54
| |
| * g-ir-doc-tool: Generate parameter list in the detailTomeu Vizoso2011-08-122-15/+824
| |
| * tests/doctool: use GIRepository gir instead of RegressTomeu Vizoso2011-08-123-752/+539
| |
| * g-ir-doc-tool: Add DOCTYPETomeu Vizoso2011-08-112-2/+11
| |
| * tests/doctool: Sync -expected.xmlTomeu Vizoso2011-08-111-373/+396
| |
| * [docbook] Print out element types of arrays, lists and hashtables.Laszlo Pandy2011-08-111-3/+17
| |
| * tests/doctool: Add an echo while building the docbookTomeu Vizoso2011-08-111-1/+1
| |
| * g-ir-doc-tool: Generate a <refentry> element at the top of chaptersTomeu Vizoso2011-08-112-105/+89
| |
| * g-ir-doctool: Fix a PEP-8 issueTomeu Vizoso2011-08-111-4/+3
| |
| * Add a way to check for unintended effects of changes in g-ir-doctoolTomeu Vizoso2011-08-114-1/+759
| |
| * [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-114-9/+21
| |