summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIP tweakswip/manualRico Tzschichholz2017-03-121-2/+4
* manual: Add a README about editing the manualAlistair Thomas2017-03-121-0/+36
* manual: Add pdf target that uses WeasyPrintAlistair Thomas2017-03-123-0/+18
* manual: Add print target for single page HTML and CSS paged media stylingAlistair Thomas2017-03-127-269/+476
* manual: Add navigation links to top barAlistair Thomas2017-03-122-9/+75
* manual: Generate section and sub-section numbersAlistair Thomas2017-03-123-19/+60
* manual: Add version information and copyright to manualAlistair Thomas2017-03-126-8/+59
* manual: Update from wiki.gnome.orgAlistair Thomas2017-03-121-2/+3
* vapi: Update GIR-based bindingsRico Tzschichholz2017-03-113-2/+87
* codegen: Accessor of interface-property might be absentRico Tzschichholz2017-03-111-2/+2
* class: Perform more thorough compatibility check of inherited propertiesRico Tzschichholz2017-03-105-0/+67
* vala: Disallow private accessors in overridable propertiesSimon Werbeck2017-03-093-0/+19
* Mark chained relational expressions as stableRico Tzschichholz2017-03-091-6/+0
* codegen: Fix base-access from within overriding struct-property-accessorRico Tzschichholz2017-03-085-5/+85
* enchant: Minor fixesAlistair Thomas2017-03-081-1/+4
* gstreamer-1.0: Mark *.make_writable with "ReturnsModifiedPointer"Rico Tzschichholz2017-03-084-0/+5
* girparser: Add metadata-support for "returns_modified_pointer"Rico Tzschichholz2017-03-081-0/+4
* gstreamer-1.0: Fix Gst.Base.Adapter.map/take bindingsRico Tzschichholz2017-03-083-5/+15
* gtk+-3.0: Widget.override_* are deprecated since 3.16Rico Tzschichholz2017-03-072-0/+6
* manual: Update timestamps of directory-targetsRico Tzschichholz2017-03-071-0/+2
* signalmodule: Fix deprecation of signalsRico Tzschichholz2017-03-071-1/+1
* signalmodule: Add signal-emitter declaration if neededRico Tzschichholz2017-03-071-1/+10
* Release 0.35.70.35.7Rico Tzschichholz2017-03-071-0/+8
* docs: Generate and update manpagesRico Tzschichholz2017-03-068-131/+302
* codegen: Check there is a return error location before using itCarlos Garnacho2017-03-062-8/+18
* tests: Add "finish_instance = false" test-caseRico Tzschichholz2017-03-062-0/+44
* gio-2.0: Fix IOStream.splice_async()Florian Brosch2017-03-062-0/+3
* gdk-pixbuf-2.0: Fix Pixbuf.save_to_stream_async()Florian Brosch2017-03-062-2/+2
* Add "finish_instance" CCode attributeFlorian Brosch2017-03-066-4/+43
* tests: Add "use_string_marshalling = true" dbus-testCarlos Garnacho2017-03-062-0/+17
* codegen: Avoid early return on sync dbus methods returning an errorCarlos Garnacho2017-03-061-1/+5
* codegen: Only add _error path if there's parameters that require unrefCarlos Garnacho2017-03-061-2/+6
* vapi: Update GIR-based bindingsRico Tzschichholz2017-03-066-10/+33
* glib-2.0: Update "g_utf8_make_valid" bindingRico Tzschichholz2017-03-051-1/+1
* memberaccess: Don't resolve base_method/property twiceRico Tzschichholz2017-03-053-25/+25
* signalmodule: Add support for array-parameters with rank > 1Francisco Serna2017-03-054-9/+42
* tests: Add a bunch of chain-up testsRico Tzschichholz2017-03-0511-0/+191
* glib-2.0: Add bindings for GPOINTER_TO_* as from_pointer()Rico Tzschichholz2017-03-051-0/+8
* libxml-2.0: Adding missing API and nullable parametersDaniel Espinosa2017-03-021-5/+71
* manual: Actually install files into "bookdir" instead of a subfolderRico Tzschichholz2017-03-021-1/+1
* gtkmodule: Preserve order of required-gtype-classes for reproducibilityNiko Tyni2017-03-021-1/+1
* glib-2.0: Fix g_bookmark_file_load_from_*/to_file bindingsRico Tzschichholz2017-03-011-3/+3
* gio-2.0: Re-add old bindings for DBus{Connection|ObjectManagerClient|Proxy}Rico Tzschichholz2017-03-012-0/+43
* vapi: Add libgrss bindingsRico Tzschichholz2017-03-014-0/+228
* Set libxml2 method accepting nullableDaniel Espinosa2017-03-011-2/+2
* codegen: Default to void-return for vfunc pointer cast of *_async methodsRico Tzschichholz2017-02-281-1/+1
* gdk-pixbuf-2.0: Use correct finish-func for Pixbuf.from_stream_at_scale_async()Rico Tzschichholz2017-02-282-3/+5
* codegen: Fix vfunc pointer cast for async method implementation/overrideRico Tzschichholz2017-02-281-5/+8
* codegen: Cast destroy_data for g_cclosure_new to GClosureNotifyRico Tzschichholz2017-02-281-1/+1
* codegen: Cast *_destroy_func arg of generic-types calls to GDestroyNotifyRico Tzschichholz2017-02-271-1/+1