summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* g-ir-doc-tool: Update expected tests, some whitespace has been removedmallard-templatesTomeu Vizoso2012-02-208-8/+0
|
* Mention g-ir-doc-tool in the READMETomeu Vizoso2012-02-201-0/+2
|
* g-ir-doc-tool: Add some more stuff to Enum pagesTomeu Vizoso2012-02-2018-39/+365
|
* g-ir-doc-tool: Display the hierarchy tree for classesTomeu Vizoso2012-02-203-33/+36
|
* g-ir-doc-tool: Install the Mako template filesTomeu Vizoso2012-02-202-1/+15
|
* g-ir-doc-tool: Add AM_CHECK_PYMOD macro and use it to check for MakoTomeu Vizoso2012-02-202-0/+39
|
* g-ir-doc-tool: Remove stale DocBook filesTomeu Vizoso2012-02-203-756/+0
|
* g-ir-doc-tool: Properly link to property pagesTomeu Vizoso2012-02-201-0/+11
|
* g-ir-doc-tool: Fix names of xref linksTomeu Vizoso2012-02-20309-444/+448
|
* g-ir-doc-tool: Move constructor example to follow the class doc bodyTomeu Vizoso2012-02-202-15/+21
|
* g-ir-doc-tool: Properly link to signal pagesTomeu Vizoso2012-02-201-1/+8
|
* g-ir-doc-tool: Fix the id of signal pages for PythonTomeu Vizoso2012-02-201-1/+1
|
* g-ir-doc-tool: Qualify the class name in the constructor with the module nameTomeu Vizoso2012-02-202-2/+2
|
* g-ir-doc-tool: Add links to properties in the constructorTomeu Vizoso2012-02-202-3/+3
|
* g-ir-doc-tool: Fix linkTomeu Vizoso2012-02-201-1/+1
|
* g-ir-doc-tool: Show how to construct instances in the Class pageTomeu Vizoso2012-02-203-10/+20
|
* g-ir-doc-tool: Add details for properties in PythonTomeu Vizoso2012-02-202-0/+19
|
* g-ir-doc-tool: Add param information to signal pages in PythonTomeu Vizoso2012-02-191-0/+37
|
* g-ir-doc-tool: Implement intra-namespace cross referencesTomeu Vizoso2012-02-19309-444/+448
|
* g-ir-doc-tool: Use instances of MallardFormatter* instead of class methodsTomeu Vizoso2012-02-191-32/+27
|
* g-ir-doc-tool: Remove some occurrences of empty Returns: linesTomeu Vizoso2012-02-197-25/+1
|
* g-ir-doc-tool: use True and False instead of %TRUE and %FALSETomeu Vizoso2012-02-1925-26/+28
|
* g-ir-doc-tool: Remove module and class from the function signatureTomeu Vizoso2012-02-1933-35/+32
|
* g-ir-doctool: Use template cachingTomeu Vizoso2012-02-191-1/+4
|
* g-ir-doc-tool: Use None instead of %NULLTomeu Vizoso2012-02-1945-58/+64
|
* g-ir-doc-tool: Use the ctype for the return type in signaturesTomeu Vizoso2012-02-193-3/+3
|
* g-ir-doc-tool: Display Returns: even if there's no argsTomeu Vizoso2012-02-1928-2/+158
|
* g-ir-doc-tool: Update expected, some whitespace was removedTomeu Vizoso2012-02-18340-680/+0
|
* g-ir-doc-tool: Add Since: tag to classesTomeu Vizoso2012-02-182-0/+6
|
* g-ir-doc-tool: Add Since: tag to mallard docsTomeu Vizoso2012-02-18342-0/+696
|
* g-ir-doctool: Add function argument docs to the C templateTomeu Vizoso2012-02-18171-0/+2041
|
* g-ir-doctool: Add argument docs to the Python templateTomeu Vizoso2012-02-18171-0/+2041
|
* g-ir-doctool: Don't instantiate MallardFormatter for unknown languagesTomeu Vizoso2012-02-171-1/+2
|
* g-ir-doc-tool: Update expected mallard for the doc testsTomeu Vizoso2012-02-17431-744/+7383
|
* g-ir-doc-tool: Consolidating the function templatesShaun McCance2012-02-1710-105/+168
|
* g-ir-doc-tool: Added MallardFormatter classShaun McCance2012-02-1714-72/+122
|
* g-ir-doc-tool: More Mallard work, using experimantal api extensionShaun McCance2012-02-176-22/+76
|
* g-ir-doc-tool: Templates for signals/properties, class docsShaun McCance2012-02-179-13/+82
|
* g-ir-doctool: Move to Mako templates for generating MallardTomeu Vizoso2012-02-1715-500/+307
| | | | Also removes the docbook writer
* Add regress test methods for callbacks taking GError and GHashTableMartin Pitt2012-01-243-0/+135
| | | | | | | This covers both "transfer none" and "transfer full" cases. This is a requisite for writing a pygobject test case for https://bugzilla.gnome.org/show_bug.cgi?id=666270
* tests: add test functions which return GErrorsWill Thompson2012-01-242-0/+61
| | | | | | | | | | | | | | GStreamer has the following method: void gst_message_parse_error ( GstMessage *message, GError **error, gchar **debug_message); This patch adds a number of test functions with similar signatures which do not follow the standard "throws GError" pattern. https://bugzilla.gnome.org/show_bug.cgi?id=666098
* Release 1.31.10Colin Walters2012-01-191-1/+1
|
* Update annotations from glib gitGOBJECT_INTROSPECTION_1_31_10Rico Tzschichholz2012-01-192-3/+711
|
* Update annotations from glib gitColin Walters2012-01-112-56/+79
|
* Allow using GLib.List(Foo) instead of GLib.List<Foo>Olivier CrĂȘte2012-01-103-5/+55
| | | | | | | Using < and > for delimiters is problematic because gtk-doc is Docbook which in turn is SGML, and those are reserved characters. https://bugzilla.gnome.org/show_bug.cgi?id=663190
* Update annotations from GLib gitRico Tzschichholz2012-01-083-41/+416
|
* tests: Add tests for flat GValue arraysJasper St. Pierre2012-01-062-0/+66
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=657766
* scanner: Remove duplicate declaration of ErrorQuarkFunctionJasper St. Pierre2012-01-061-7/+0
|
* girffi: Fix compiler warningsJasper St. Pierre2012-01-061-12/+9
|
* repository: Squash memory leak in _get_func and fix up styleJasper St. Pierre2012-01-061-17/+19
|