Age | Commit message (Expand) | Author | Files | Lines |
2009-02-13 | doc-generator: update CSS for properties and rationale | Simon McVittie | 1 | -4/+5 |
2009-02-13 | doc-generator: support D-Bus core Properties | Simon McVittie | 1 | -2/+51 |
2009-02-13 | doc-generator.xsl: support a <tp:rationale> element | Simon McVittie | 1 | -3/+17 |
2009-02-13 | devhelp.xsl: whitespace | Simon McVittie | 1 | -0/+1 |
2009-02-13 | devhelp.xsl: construct correct links when indexing types | Simon McVittie | 1 | -1/+1 |
2009-02-13 | devhelp.xsl: index simple-type, mapping, flags as well as enums | Simon McVittie | 1 | -1/+1 |
2009-02-13 | devhelp.xsl: emit D-Bus core Properties | Simon McVittie | 1 | -0/+7 |
2009-02-13 | correct the LGPL 2.1 boilerplate (s/Library/Lesser/ and update FSF address) | robert.mcqueen | 4 | -8/+8 |
2009-02-13 | Expect tp:external-type to have @type | Simon McVittie | 1 | -1/+1 |
2009-02-13 | Add support for tp:external-type, for other specifications that want to refer... | Simon McVittie | 1 | -2/+21 |
2009-02-13 | Add tools/ls-interfaces.xsl | Simon McVittie | 1 | -0/+35 |
2009-02-13 | Annotate which interfaces are likely to cause havoc in APIs. Add a warning to... | Simon McVittie | 1 | -0/+8 |
2009-02-13 | Generate HTML docs for types | Simon McVittie | 1 | -16/+220 |
2009-02-13 | Mark XSL stylesheets with licensing and "where to get the master copy" info | Simon McVittie | 3 | -0/+67 |
2009-02-13 | Fix XMLNS for internal links | Simon McVittie | 1 | -6/+13 |
2009-02-13 | generate DevHelp index file | Dafydd Harries | 2 | -0/+53 |
2009-02-13 | doc-generator.xsl: use <tp:title> and possibly <tp:version> for HTML <title> | Simon McVittie | 1 | -1/+7 |
2009-02-13 | Set the title in all.xml rather than hard-coding it | Simon McVittie | 1 | -2/+6 |
2009-02-13 | Remove obsolete or moved tools | Simon McVittie | 7 | -493/+24 |
2009-02-13 | Update c-interfaces-generator.xsl, c-constants-generator.xsl from telepathy-glib | Simon McVittie | 2 | -17/+147 |
2009-02-13 | Add links to requires too | Olivier Crete | 1 | -1/+1 |
2009-02-13 | Add clickable list of interfaces | Olivier Crete | 1 | -0/+6 |
2009-02-13 | Fix address (FSF moved ages ago) | Thomas Zander | 1 | -1/+1 |
2009-02-13 | remove unnecessary import from make_all_async.py | Dafydd Harries | 1 | -1/+0 |
2009-02-13 | Adapt Python errors generator so it can be run on all.xml | Simon McVittie | 1 | -2/+6 |
2009-02-13 | update spec generation XSLT to include the properties | robert.mcqueen | 1 | -1/+25 |
2009-02-13 | use new ElementTree namespacing to make python2.5 happy | guillaume.desmottes | 1 | -1/+5 |
2009-02-13 | c-interfaces-generator: Use consistent names derived from the node name, rath... | Simon McVittie | 1 | -1/+4 |
2009-02-13 | spec-to-python.xsl: Don't use generated constants at all, just use string lit... | Simon McVittie | 1 | -6/+7 |
2009-02-13 | Use the same names for Python interface constants as for everything else (sui... | Simon McVittie | 1 | -1/+6 |
2009-02-13 | Include prerequisite implementations in the HTML spec | Simon McVittie | 1 | -0/+10 |
2009-02-13 | Convert all enums and flag-sets to prefix/suffix structure. | Simon McVittie | 3 | -40/+97 |
2009-02-13 | Generate sample GObjects; GInterfaces; and glue for said GInterfaces | Simon McVittie | 2 | -0/+64 |
2009-02-13 | When generating Python class names, remove underscores (recently added to the... | Simon McVittie | 1 | -1/+1 |
2009-02-13 | Be XMLNS-correct | Simon McVittie | 1 | -4/+4 |
2009-02-13 | Change XML format for errors to something from which we can generate any nami... | Simon McVittie | 3 | -28/+8 |
2009-02-13 | Namespace Telepathy errors in error enum output | Simon McVittie | 1 | -1/+1 |
2009-02-13 | Correct generated interfaces.h: don't add a trailing semicolon | Simon McVittie | 1 | -1/+1 |
2009-02-13 | Don't #define enum members to themselves like glibc does. Make LAST_foo an en... | Simon McVittie | 1 | -3/+2 |
2009-02-13 | Update python-constants-generator, doc-generator to cope with value-prefix/su... | Simon McVittie | 2 | -7/+31 |
2009-02-13 | c-constants-generator.xsl: Support enumerations with a prefix/suffix structur... | Simon McVittie | 1 | -2/+41 |
2009-02-13 | c-constants-generator.xsl: Annotate enums with whether they represent a bitfi... | Simon McVittie | 1 | -4/+5 |
2009-02-13 | Copy the embedded CSS stylesheet from the 0.13 spec, reducing the title size ... | Simon McVittie | 1 | -0/+98 |
2009-02-13 | Add missing <dl></dl> in HTML output | Simon McVittie | 1 | -3/+7 |
2009-02-13 | Test enum/flags processing | Simon McVittie | 1 | -22/+26 |
2009-02-13 | doc-generator.xsl: Redefine docstrings to be XHTML | Simon McVittie | 1 | -27/+31 |
2009-02-13 | Bring Python/C generation up to date | Simon McVittie | 7 | -37/+90 |
2009-02-13 | Mark up parameters, returns, possible errors and top-level copyright/license | Simon McVittie | 1 | -8/+143 |
2009-02-13 | Use XInclude to pull sub-documents into all.xml | Simon McVittie | 5 | -27/+14 |
2009-02-13 | Use attribute "name" rather than "typename" for names of enums and flags sets | Simon McVittie | 2 | -4/+4 |