summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 0.23.30.23.3Jürg Billeter2014-02-181-0/+5
* gtk+-3.0: Update to 3.11.6Rico Tzschichholz2014-02-182-50/+24
* gedit: deprecate in favor of bindings distributed by gedit.Evan Nemerson2014-02-172-0/+3
* gio-2.0: fix add_main_option_entriesPaolo Borelli2014-02-161-1/+1
* gio-2.0: Update to 2.39.5+Rico Tzschichholz2014-02-162-1/+4
* gio-2.0: update to 2.39.5Evan Nemerson2014-02-161-7/+16
* glib-2.0: add new symbols for 2.40Evan Nemerson2014-02-161-0/+29
* glib-2.0: add missing symbols from 2.38Evan Nemerson2014-02-161-0/+21
* gtk+-3.0: Update from gitRico Tzschichholz2014-02-152-23/+141
* vala.m4: honour CC, CPPFLAGS, CFLAGS, LDFLAGSRyan Lortie2014-02-111-1/+1
* gen-introspect: pretend to be lintRyan Lortie2014-02-091-1/+4
* Release 0.23.20.23.2Jürg Billeter2014-02-041-0/+8
* gdk-3.0: Fix GdkEvent* bindingsJürg Billeter2014-02-043-231/+292
* gtk+-3.0: Update to (nearly) 3.11.6Rico Tzschichholz2014-02-042-0/+82
* girparser: Shut warning about unused experimental metadataLuca Bruno2014-02-031-1/+1
* gstreamer-1.0: Fix ElementFactory.get_static_pad_templates return typeLuca Bruno2014-02-032-2/+2
* clutter-1.0: Update to 1.17.2Rico Tzschichholz2014-02-031-1/+49
* girparser: Shut unused destroys_instance warningLuca Bruno2014-02-031-1/+1
* girparser: Add type_id metadataLuca Bruno2014-02-031-12/+26
* codewriter: Fix spacing for property accessor attributesJürg Billeter2014-02-031-3/+3
* glib-2.0: fix qsort_with_data bindingEvan Nemerson2014-01-281-2/+9
* glib-2.0: add search functions for (S)List and QueueEvan Nemerson2014-01-281-0/+11
* tests: remove unnecessary main argument from bug723195 testEvan Nemerson2014-01-281-3/+1
* glib-2.0: fix string.joinv for empty (but not null) arraysEvan Nemerson2014-01-283-4/+34
* gtkmodule: Ensure child gtypes are initialized before creating the templateLuca Bruno2014-01-282-5/+21
* Fix regression in method calls that throw errors with Value target typeLuca Bruno2014-01-285-8/+19
* Add build-aux/test-driver to .gitignoreLuca Bruno2014-01-271-0/+3
* Fix regression when coalescing: value owned if either of the two is ownedLuca Bruno2014-01-262-2/+28
* Drop LocalVariable.floating usage, replaced by create_temp_accessLuca Bruno2014-01-262-7/+2
* Avoid unnecessary copies when using the coalescing operatorLuca Bruno2014-01-263-13/+17
* Use create_temp_access instead of local.floating in ObjectCreationLuca Bruno2014-01-261-5/+2
* Use create_temp_access instead of local.floating in MethodCallLuca Bruno2014-01-261-5/+2
* Add create_temp_access to properly access a temp variable after transformationLuca Bruno2014-01-261-1/+17
* Fix semantics for coalesce operator when target_type is null.Luca Bruno2014-01-263-3/+16
* codegen: Always assume external interface properties are gobject propertiesLuca Bruno2014-01-251-2/+3
* codegen: Do not emit notify-signal for non-abstract interface propertiesRichard Wiedenhöft2014-01-251-2/+2
* codegen: Reduce the number of temporary variablesLuca Bruno2014-01-251-3/+3
* Fix calling methods on struct pointersLuca Bruno2014-01-254-3/+26
* libpq.vapi: added condition LIBPQ_9_3Richard Wiedenhöft2014-01-241-0/+4
* glib-2.0: make string.joinv handle non-null-terminated arraysEvan Nemerson2014-01-241-2/+27
* gtksourceview-3.0: Update to 3.11.3Rico Tzschichholz2014-01-231-1/+19
* gtk+-3.0: Update to 3.11.5+Rico Tzschichholz2014-01-233-5/+146
* gtk+-3.0: Nullable GtkListBox::row_selected.rowJesse van den Kieboom2014-01-182-1/+2
* glib-2.0: Add G_LOG_2_BASE_10 constantSteven Oliver2014-01-181-0/+3
* glib-2.0: Fix short.abs() to be an instance methodLuca Bruno2014-01-161-1/+1
* glib-2.0: Add abs() to short typeSteven Oliver2014-01-161-1/+3
* gtk+-3.0: Update to 3.11.3+Rico Tzschichholz2014-01-113-3/+115
* gdk-x11-3.0: Switch to GIRRico Tzschichholz2014-01-1111-493/+370
* codegen: Support "foo is G"Luca Bruno2014-01-112-3/+14
* Fix coalescing operator semantics check.Luca Bruno2014-01-113-1/+29