summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* g-ir-doc-tool: Fix -o option, use abspath instead of dirnameTomeu Vizoso2012-03-151-1/+1
* scanner: Remove array fields from List.clone()Jesse van den Kieboom2012-03-151-5/+1
* Fix matching of methods named *_get_type()Matthew Booth2012-03-063-14/+30
* g-ir-doc-tool: Remove class structs from Python docsTomeu Vizoso2012-02-211-0/+4
* g-ir-doc-tool: Add support for virtual functionsTomeu Vizoso2012-02-214-0/+97
* g-ir-doc-tool: Remove constructors from python docsTomeu Vizoso2012-02-211-1/+2
* g-ir-doc-tool: Add class to its own hierarchy treeTomeu Vizoso2012-02-211-1/+1
* g-ir-doc-tool: Add the first argument of signals to the Python docsTomeu Vizoso2012-02-211-3/+5
* g-ir-doc-tool: Add missing file: giscanner/mallard-C-enum.tmplTomeu Vizoso2012-02-201-0/+12
* g-ir-doc-tool: Change the -o option to receive a directoryTomeu Vizoso2012-02-201-1/+3
* Merge branch 'mallard-templates'Tomeu Vizoso2012-02-2021-1234/+700
|\
| * g-ir-doc-tool: Add some more stuff to Enum pagesTomeu Vizoso2012-02-202-0/+26
| * g-ir-doc-tool: Display the hierarchy tree for classesTomeu Vizoso2012-02-202-32/+35
| * g-ir-doc-tool: Install the Mako template filesTomeu Vizoso2012-02-201-1/+1
| * g-ir-doc-tool: Remove stale DocBook filesTomeu Vizoso2012-02-202-754/+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-201-1/+5
| * g-ir-doc-tool: Move constructor example to follow the class doc bodyTomeu Vizoso2012-02-201-12/+15
| * 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-201-1/+1
| * g-ir-doc-tool: Add links to properties in the constructorTomeu Vizoso2012-02-201-2/+2
| * 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-202-5/+17
| * 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-191-1/+5
| * 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-191-1/+1
| * g-ir-doc-tool: use True and False instead of %TRUE and %FALSETomeu Vizoso2012-02-191-0/+2
| * g-ir-doc-tool: Remove module and class from the function signatureTomeu Vizoso2012-02-191-3/+0
| * g-ir-doctool: Use template cachingTomeu Vizoso2012-02-191-1/+4
| * g-ir-doc-tool: Use None instead of %NULLTomeu Vizoso2012-02-191-0/+6
| * g-ir-doc-tool: Use the ctype for the return type in signaturesTomeu Vizoso2012-02-191-1/+1
| * g-ir-doc-tool: Display Returns: even if there's no argsTomeu Vizoso2012-02-192-2/+2
| * 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-182-0/+6
| * g-ir-doctool: Add function argument docs to the C templateTomeu Vizoso2012-02-181-0/+17
| * g-ir-doctool: Add argument docs to the Python templateTomeu Vizoso2012-02-181-0/+17
| * g-ir-doctool: Don't instantiate MallardFormatter for unknown languagesTomeu Vizoso2012-02-171-1/+2
| * 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-1714-479/+287
* | giscanner: Add better errors for unknown param namesJasper St. Pierre2012-02-131-11/+14
* | scanner: Allow adding annotations to vfuncs directlyJasper St. Pierre2012-02-091-0/+4
|/
* Allow using GLib.List(Foo) instead of GLib.List<Foo>Olivier CrĂȘte2012-01-101-3/+4
* scanner: Remove duplicate declaration of ErrorQuarkFunctionJasper St. Pierre2012-01-061-7/+0
* giscanner: fix use after decrefAndreas Schwab2011-12-151-4/+6