summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* ast: Fix indentationJasper St. Pierre2013-02-151-1/+1
* ast: Fall back to the namespace for the parent of a NodeJasper St. Pierre2013-02-151-0/+11
* ast: Rename Class.parent to parent_typeJasper St. Pierre2013-02-155-15/+15
* girparser: Clean up codeJasper St. Pierre2013-02-151-4/+4
* girepository: Document g_enum_info_get_error_domainTorsten Schönfeld2013-02-151-0/+12
* doctool: Make sure to add "new"Jasper St. Pierre2013-02-1516-16/+16
* doctool: Don't put curly braces around the construct props if there are noneJasper St. Pierre2013-02-1512-24/+17
* doctool: Don't link to the namespace from the namespace pageJasper St. Pierre2013-02-154-6/+5
* doctool: Rename page_style to page_kindJasper St. Pierre2013-02-155-10/+10
* tests: Clean up doc generation testsJasper St. Pierre2013-02-151-3/+0
* docmain: Create the output dir for us if it doesn't existJasper St. Pierre2013-02-152-2/+6
* docwriter: Don't render constants for nowJasper St. Pierre2013-02-1555-1354/+4
* doctool: Remove an extra <p> in the signalsJasper St. Pierre2013-02-1510-10/+10
* Update annotations from glib gitRico Tzschichholz2013-02-151-6/+214
* doctool: Remove the ctype from the signal return valueJasper St. Pierre2013-02-1410-10/+10
* doctool: Add an link for signal methodsJasper St. Pierre2013-02-1440-40/+40
* doctool: Fix Gjs class signatureJasper St. Pierre2013-02-1416-37/+81
* doctool: Gjs doesn't have extra signal parametersJasper St. Pierre2013-02-1420-180/+20
* doctool: Fix use of <dl> tag in templatesJasper St. Pierre2013-02-14961-5775/+9586
* docwriter: Skip non-introspectable nodes in introspectable languagesJasper St. Pierre2013-02-1445-1912/+3
* docwriter: Introduce a base formatter for introspectable languagesJasper St. Pierre2013-02-141-12/+10
* docwriter: Format list types as if they are arraysJasper St. Pierre2013-02-1442-79/+79
* .gitignore: Update for some testing stuffJasper St. Pierre2013-02-141-0/+10
* giscanner: Suppress deprecation warnings when introspecting typesStef Walter2013-02-131-0/+1
* tests/scanner: add Regress-1.0-*-expected to EXTRA_DISTRico Tzschichholz2013-02-121-1/+4
* ast: Allow more options in unresolved_typeJasper St. Pierre2013-02-111-0/+2
* tests: Use Regress GIR for doctoolJasper St. Pierre2013-02-111371-1245/+54733
* docwriter: Support formatting of types without c:typesJasper St. Pierre2013-02-111-1/+4
* docwriter: Support varargs in parameter namesJasper St. Pierre2013-02-111-1/+6
* docwriter: Skip lots of special kinds of parametersJasper St. Pierre2013-02-112-14/+17
* docwriter: Define a new formatter method for getting paramsJasper St. Pierre2013-02-1111-30/+48
* doctool: Don't use zip(range(L))Jasper St. Pierre2013-02-1110-15/+15
* docmain: Support an include path for GIRsJasper St. Pierre2013-02-111-0/+4
* build: Enable g-ir-doctool if mako is foundColin Walters2013-02-111-4/+10
* scanner: remove backcompat copies more safelyTorsten Schönfeld2013-02-103-4/+7
* scanner: Fix use of undeclared variable in previous commitColin Walters2013-02-071-1/+1
* transformer: Ensure that types aren't resolved if we can't find themJasper St. Pierre2013-02-073-5/+36
* ast: Add a quick __repr__ to Field and MemberJasper St. Pierre2013-02-071-0/+5
* annotation: Fix invalid typeJasper St. Pierre2013-02-072-4/+3
* transformer: Warn on unnamed params in declarationsJasper St. Pierre2013-02-072-5/+29
* warningtester: Sort the list of warningsJasper St. Pierre2013-02-071-0/+3
* tests: Move do_moo to warnlibJasper St. Pierre2013-02-076-60/+100
* tests: Move TestInherit into RegressJasper St. Pierre2013-02-075-37/+132
* tests: Move Foo into RegressJasper St. Pierre2013-02-075-484/+1909
* tests: Move Annotation into RegressJasper St. Pierre2013-02-076-1268/+1268
* Update .gitignoreJasper St. Pierre2013-02-071-0/+2
* tests: Support warning tests in modern automakeJasper St. Pierre2013-02-071-1/+2
* tests: Update Makefile.amJasper St. Pierre2013-02-071-1/+1
* gimarshalingtests: fix spelling mistake in new vfunc object helpersSimon Feltman2013-02-062-13/+13
* build: Really fix make distRico Tzschichholz2013-02-051-1/+1