summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 0.11.00.11.0Jürg Billeter2010-10-041-0/+10
* build: Fix distcheckJürg Billeter2010-10-041-2/+2
* glib-2.0: add MainContext.invoke and invoke_fullRyan Lortie2010-10-041-0/+3
* gtk+-2.0, gtk+-3.0: transfer ownership of TextBuffer.get_text returnRob Powell2010-10-034-2/+4
* gedit-2.20: transfer ownership of Gedit.Document.get_uri return valueRob Powell2010-10-032-1/+2
* gobject-2.0: Add GBinding bindingsEvan Nemerson2010-10-031-1/+23
* glib-2.0: Update GDateTime bindingJürg Billeter2010-10-041-9/+10
* gtk+-3.0: Update to 2.91.0Jürg Billeter2010-10-034-1461/+1257
* cairo: Update to 1.10.0Jürg Billeter2010-10-031-4/+46
* Support adding new source files while visiting the code treeLuca Bruno2010-10-031-2/+7
* Move package adding logic to CodeContextLuca Bruno2010-10-033-151/+116
* Move source file adding logic to CodeContextLuca Bruno2010-10-032-115/+135
* CodeWriter: Do not write extern in EXTERNAL modeJürg Billeter2010-10-031-1/+1
* Always use public accessibility for enum valuesJürg Billeter2010-10-031-0/+2
* codegen: Fix GVariant to array conversion in async methodsJürg Billeter2010-10-031-2/+2
* dova: Fix crash on replaced expressions in list and set literalsJürg Billeter2010-10-032-2/+14
* dova: Fix critical on ellipsis parameterJürg Billeter2010-10-031-1/+3
* mysql: Automatically get length of arrays returned by Result methods.Evan Nemerson2010-10-021-6/+28
* mysql: Add several enums, bindings for the Mysql.Field members.Jukka-Pekka Iivonen2010-10-021-16/+184
* clutter-1.0: Fix LayoutManager.get_preferred_{height,width} bindings.Evan Nemerson2010-10-022-2/+6
* sqlite3: Assorted memory management fixes for strings and blobs.Evan Nemerson2010-10-021-3/+5
* Append errordomain doc comments to generated C filesJürg Billeter2010-09-301-0/+4
* dova: Support type checks and silent castsJürg Billeter2010-09-301-18/+22
* Genie: Fix ownership of inline allocated arraysJamie McCracken2010-09-271-1/+1
* Genie: Do not create empty type parameter lists in parserJamie McCracken2010-09-271-3/+9
* Genie: Fix accessibility of EnumsJamie McCracken2010-09-271-0/+1
* Rename pkg-config file from vala to libvalaJürg Billeter2010-09-263-3/+3
* Report error when using pointer arithmetic with void*Jürg Billeter2010-09-201-0/+7
* codegen: Fix missing _inner_error_ declaration in constructorsJürg Billeter2010-09-201-3/+2
* Release 0.10.0Jürg Billeter2010-09-181-0/+7
* gio-2.0: Fix g_settings_list_* bindingsJürg Billeter2010-09-182-3/+9
* gio-2.0: Update to GLib masterJürg Billeter2010-09-183-41/+1075
* gio-2.0: Add DBusConnection.get_proxy_sync to gio-2.0-custom.valaJürg Billeter2010-09-181-0/+1
* glib-2.0: make HashFunc and EqualFunc generic delegatesMaciej Piechotka2010-09-171-12/+12
* glib-2.0: make CompareFunc and CompareDataFunc generic delegatesMaciej Piechotka2010-09-171-35/+39
* glib-2.0: Add GDateTime bindingsJürg Billeter2010-09-171-0/+80
* gtksourceview-2.0: make SourceCompletionProvider.get_icon nullableEvan Nemerson2010-09-162-3/+4
* posix: add getpwnam bindingRobert Ancell2010-09-161-0/+2
* readline: fix the completion_matches bindingPhilip Withnall2010-09-161-1/+1
* readline: fix the cname of CompentryFuncPhilip Withnall2010-09-161-1/+1
* readline: fix the signature of CompletionFuncPhilip Withnall2010-09-161-2/+2
* readline: fix the attempted_completion_function bindingPhilip Withnall2010-09-161-1/+1
* glib-2.0: Add several missing symbols for glib-2.26.Evan Nemerson2010-09-161-0/+9
* glib-2.0: Add g_key_file_get/set_int64 bindingsJürg Billeter2010-09-161-0/+4
* girparser: Report error on unsupported GIR versionJürg Billeter2010-09-161-0/+6
* girwriter: Fix crash in attribute handlingJürg Billeter2010-09-161-8/+4
* D-Bus: Add missing gio.h include for GDBus serversJürg Billeter2010-09-161-0/+2
* D-Bus: Do not use GLib.Application in testsJürg Billeter2010-09-156-24/+42
* girparser: Fix detection of asynchronous methodsJürg Billeter2010-09-151-2/+6
* Write GIR version 1.2 instead of version 1.1Evan Nemerson2010-09-155-48/+89