summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Only output introspectable methods.rockon9992018-08-066-9/+33
| * Convert FORMATS to tuple.rockon9992018-08-061-1/+1
| * docwriter: Gdk.Atom as Stringmakepost2018-08-061-0/+2
| * docwriter: Handle unknown language MIME typesPhilip Chimento2018-08-061-3/+5
| * docwriter: Handle invalid nodes betterPhilip Chimento2018-08-061-0/+10
| * devdocs: Distinguish between versioning notesPhilip Chimento2018-08-061-3/+3
| * devdocs: Mention when a function throws an errorPhilip Chimento2018-08-061-0/+4
| * devdocs: Format in and out parameters correctlyPhilip Chimento2018-08-061-7/+20
| * devdocs: Fix links to enum membersPhilip Chimento2018-08-061-1/+4
| * devdocs: Describe aliases more thoroughlyPhilip Chimento2018-08-061-0/+16
| * devdocs: Add extra CSS class to default.tmplPhilip Chimento2018-08-062-1/+11
| * devdocs: Mark links to other GIRs as suchPhilip Chimento2018-08-061-2/+2
| * devdocs: Match DevDocs' slug namesPhilip Chimento2018-08-061-2/+3
| * devdocs: Describe bare functionsPhilip Chimento2018-08-061-0/+2
| * devdocs: Format the values of constantsPhilip Chimento2018-08-062-3/+18
| * docwriter: Handle moved_to in underscore functionPhilip Chimento2018-08-061-0/+2
| * devdocs: Add deprecated CSS class where neededPhilip Chimento2018-08-066-20/+38
| * devdocs: Generate versioning notesPhilip Chimento2018-08-067-6/+37
| * devdocs: Don't render private fieldsPhilip Chimento2018-08-062-4/+53
| * docwriter: Use <pre> for code blocksPhilip Chimento2018-08-061-5/+19
| * devdocs: Render a summary at the top of each pagePhilip Chimento2018-08-064-1/+176
| * doctool: Output formatter for DevDocsPhilip Chimento2018-08-0619-5/+359
| * docwriter: parse markdown for code blocks.Mathieu Duponchelle2018-08-061-5/+65
| * docwriter: Add support for plural type references.Mathieu Duponchelle2018-08-061-11/+25
| * transformer: Strip whitespace from filter commandsPhilip Chimento2018-08-061-0/+1
| * docwriter: Option to select output formatPhilip Chimento2018-08-062-0/+4
* | regress: implement the getter/setter for the new byte-array property.Christoph Reiter2018-08-115-0/+42
* | utils: fix undefined cdir variableChristoph Reiter2018-08-111-0/+3
* | Add the generated _version.py to .gitignoreChristoph Reiter2018-08-111-0/+2
* | MSVC.README.rst: Fix previous updateChun-wei Fan2018-08-111-1/+1
* | MSVC.README.rst: Mention about the config optionsChun-wei Fan2018-08-111-1/+9
* | Update the NEWS for 2.581.57.2Emmanuele Bassi2018-08-061-0/+33
|/
* gir: Update annotations from glib git masterRico Tzschichholz2018-08-032-11/+11
* girnode: remove wrongly added g_assert_not_reached(). Fixes #218Christoph Reiter2018-08-031-1/+1
* Merge branch 'warn-flags' into 'master'Christoph Reiter2018-08-0230-102/+150
|\
| * girepository: port from g_type_class_add_private() to G_ADD_PRIVATE()Christoph Reiter2018-07-302-7/+2
| * build: enable -Wredundant-declsChristoph Reiter2018-07-293-12/+2
| * build: enable -Wswitch-defaultChristoph Reiter2018-07-298-2/+26
| * build: enable -Wtype-limitsChristoph Reiter2018-07-292-2/+2
| * build: enable -Wimplicit-fallthroughChristoph Reiter2018-07-292-2/+1
| * build: enable -Wsign-compareChristoph Reiter2018-07-292-2/+6
| * build: enable -WshadowChristoph Reiter2018-07-296-26/+27
| * g-ir-generate: fix missing error handling for command line parsingChristoph Reiter2018-07-291-1/+6
| * build: enable -Wcast-function-typeChristoph Reiter2018-07-297-11/+23
| * build: enable -Wsuggest-attribute=formatChristoph Reiter2018-07-292-1/+4
| * build: enable -Wdouble-promotionChristoph Reiter2018-07-292-2/+2
| * build: enable -Wincompatible-pointer-typesChristoph Reiter2018-07-293-3/+2
| * build: enable -Wdiscarded-qualifiersChristoph Reiter2018-07-296-9/+13
| * autotools: start using AX_COMPILER_FLAGS, enable -Werror on CIChristoph Reiter2018-07-2912-39/+51
|/
* gimarshallingtests: Fix g_boxed_free usagePhilip Chimento2018-07-281-1/+5