summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 0.36.00.36.0Rico Tzschichholz2017-03-183-3/+3
* Rework NEWS for 0.36.0 releaseAlistair Thomas2017-03-181-47/+164
* vala: Fix MemberAccess.is_non_null() for EnumValue constantsOle André Vadla Ravnås2017-03-143-1/+12
* codegen: Properly null-out source on ownership-transfer of delegatesMarvin W2017-03-143-0/+20
* gio-2.0: Add/"Unlock" missing GTask symbolsRico Tzschichholz2017-03-143-0/+22
* vala: Make MarkupReader a simple class *not* derived from GLib.ObjectRico Tzschichholz2017-03-141-1/+1
* valac: State default output directory is current working directoryAlistair Thomas2017-03-142-2/+2
* tests: Merge two main methodsRico Tzschichholz2017-03-141-26/+20
* signalmodule: Handle nullable ValueTypes properly and treat them as pointerRico Tzschichholz2017-03-143-2/+91
* codegen: Add some missing to predefined marshallers from glibRico Tzschichholz2017-03-131-0/+3
* Introduce $API_VERSION as base for $PACKAGE_SUFFIX and for usage in manualRico Tzschichholz2017-03-133-3/+5
* Release 0.35.900.35.90Rico Tzschichholz2017-03-134-3/+8
* manual: xsltproc is required for all targetsRico Tzschichholz2017-03-131-1/+2
* codegen: Property equality check can't be applied to non-automatic-bodiesRico Tzschichholz2017-03-123-1/+22
* poppler-glib: Update to 0.52.0Rico Tzschichholz2017-03-121-15/+24
* manual: Add language="vala" attribute to Devhelp versionAlistair Thomas2017-03-121-1/+1
* manual: Add a README about editing the manualAlistair Thomas2017-03-122-0/+37
* manual: Add pdf target that uses WeasyPrintAlistair Thomas2017-03-123-0/+17
* manual: Add print target for single page HTML and CSS paged media stylingAlistair Thomas2017-03-127-268/+475
* 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/+56
* 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