summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* vala.morph: Fix syntaxbaserock/bootstrapSam Thursfield2012-08-201-1/+1
|
* Add vala.morphSam Thursfield2012-08-171-0/+8
| | | | | | | | | | | | | | | We need to force Morph to not run autogen.sh, because this checks for the existance of Vala which in turn causes the bootstrap to fail. An alternative fix would be to use the vala-bootstrap module from GNOME git. However, this currently requires us to pass a configure flag which would require us to lorry and branch the upstream repo in any case at the moment. Once we have a method of setting configure flags without branching and adding a chunk .morph it will be worth switching to use the upstream bootstrap repository. At the moment it contains exactly the same code as ours (Vala 0.16.1)
* Add bootstrap branch containing Vala 0.16.1Sam Thursfield2012-08-171132-0/+738252
| | | | | | | | | | | This matches the version in GNOME's vala-bootstrap module. It would be just as simple for us to use that module as to keep our own baserock/bootstrap branch, but since Vala is not the only language which requires bootstrapping it's probably better to be internally consistent at this point. Generated files from tarball are added to the git tree using git add -f to work around .gitignore.
* Release 0.16.10.16.10.16Jürg Billeter2012-06-231-0/+5
|
* codegen: Fix memory leak accessing automatic property with owned getterJürg Billeter2012-06-231-0/+1
| | | | Fixes bug 678630.
* glib-2.0: make GLib.Pid inherit from intEvan Nemerson2012-06-231-1/+1
| | | | Partially fixes bug 678420.
* gdk-3.0: Gdk.EventKey does not have a GTypeEvan Nemerson2012-06-232-1/+2
| | | | Fixes bug 678217.
* bindings: update GIR-based bindingsEvan Nemerson2012-06-237-4/+18
|
* codegen: Fix .begin on async methods returning structsJürg Billeter2012-06-231-0/+5
|
* gtk+-3.0: Fix gtk_entry_get_text_area bindingsJürg Billeter2012-06-232-2/+4
|
* girwriter: Use transfer-ownership=none for InitiallyUnowned based constructorsMichal Hruby2012-06-231-1/+3
|
* bindings: Add gir_namespace and gir_version to dbus-glib-1.vapiAlberto Ruiz2012-06-231-1/+1
|
* gtk+-2.0, gtk+-3.0: include necessary headers for IMContext(Info) typesEvan Nemerson2012-06-234-6/+8
| | | | Fixes bug 635664.
* gtk+-3.0: Gtk.Scrollbar constructor allows null adjustmentRobert Ancell2012-06-232-1/+2
| | | | Fixes bug 669516.
* gtk+-2.0, gtk+-3.0: fix Gtk.test_initDavid King2012-06-234-2/+8
| | | | Fixes bug 669767.
* Added is_out annotation for StyleContext.lookup_colorJesse van den Kieboom2012-06-232-1/+2
| | | | Fixes bug 675403.
* gtk+-3.0: hide SelectionData.get_data_with_length length parameterEvan Nemerson2012-06-232-1/+2
| | | | Fixes bug 676849.
* gtk+-3.0: add information to generate 2d0e7f49Evan Nemerson2012-06-232-6/+12
|
* dbus-glib-1: add dbus_g_connection_open bindingEvan Nemerson2012-06-231-0/+2
| | | | Fixes bug 622043.
* x11: Enable some fields which were previously commented out.Alexander Kurtz2012-06-231-6/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=669374
* gstreamer-0.10: correct type id of Gst.TypeFindFactoryEvan Nemerson2012-06-232-1/+2
| | | | Partially fixes bug 675364.
* libxml-2.0: add missing cnames to some Doc fieldsRichard Schwarting2012-06-231-0/+3
| | | | Fixes bug 677354.
* gdk-3.0: mark Gdk.Atom as derived from uintEvan Nemerson2012-06-232-2/+2
|
* libxml-2.0: add SaveCtxt bindingsRichard Schwarting2012-06-231-0/+18
| | | | Partially fixes bug 677355.
* codegen: Fix assertion failure on empty string switch statementJürg Billeter2012-06-231-4/+4
| | | | Fixes bug 677205.
* GVariant: Fix memory leak when boxing and unboxing variantsJürg Billeter2012-06-232-1/+10
| | | | Fixes bug 674201.
* gnome-keyring-1: Fix gnome_keyring_item_get_info_sync bindingJürg Billeter2012-06-232-2/+1
| | | | Fixes bug 677256.
* codegen: Fix infinite recursion when using lambda in destructorJürg Billeter2012-06-231-3/+9
| | | | Fixes bug 677261.
* glib-2.0: Fix typo in FileSeek attributeJürg Billeter2012-06-231-1/+1
|
* glib-2.0: set FileSeek cname to "int"Evan Nemerson2012-06-231-1/+1
|
* glib-2.0: Include glib/gstdio.h when using DirUtils or StatJürg Billeter2012-06-231-1/+2
|
* Update clutter vapi to final Clutter 1.10.Alexander Larsson2012-06-231-13/+261
|
* gdk-3.0, libsoup-2.4, poppler-glib, rest-0.7, vte-2.90: updateEvan Nemerson2012-06-237-27/+108
|
* glib-2.0: Add a few Source methodsMichal Hruby2012-06-231-0/+7
|
* codegen: Fix capturing element variable of foreach without iteratorJürg Billeter2012-06-231-1/+18
|
* Support virtual interface signalsJürg Billeter2012-06-232-15/+17
| | | | Fixes bug 676802.
* glib-2.0: annotate nullable GLib.Uri arguments and return valuesMarc-André Lureau2012-06-231-4/+4
| | | | | | | g_uri_*() functions can take null values, return null as a normal operation, ex: parse_scheme() returns null when no scheme... https://bugzilla.gnome.org/show_bug.cgi?id=676609
* posix: add statvfs and fstatvfs function bindingsEvan Nemerson2012-06-231-0/+5
| | | | | statvfs is called statvfs_exec since just using statvfs would conflict with the existing statvfs type.
* build: Note that we don't support srcdir != builddirColin Walters2012-06-231-0/+5
|
* gtk+-2.0, gtk+-3.0: make TextTag constructor's parameter nullableEvan Nemerson2012-06-234-2/+4
|
* glib-2.0: add Hmac bindingsPhilip Flarsheim2012-06-231-0/+16
| | | | Fixes bug 670243.
* gobject-2.0: add Type.{get,set}_qdata methodsEvan Nemerson2012-06-231-0/+3
| | | | Fixes bug 673392.
* rest-0.7: update to git masterEvan Nemerson2012-06-231-12/+21
| | | | Fixes bug 670488.
* gsl: correct MultifitLinearWorkspace construct/free C namesEvan Nemerson2012-06-231-2/+2
| | | | Fixes bug 670838.
* posix: add execv(p) and sigqueue methods, make sigval_t a simple typeJesus Menendez-Castellano2012-06-231-0/+7
| | | | Fixes bug 673391.
* Use correct variable name to add vapigen directoriesChristian Persch2012-06-231-1/+1
| | | | Fixes bug 675097.
* glib-2.0: Update GUnicodeScript and GUnicodeBreakType bindingsJürg Billeter2012-06-231-2/+36
| | | | Fixes bug 674660.
* posix: Add stat fields for high precision access/modification/status change ↵Robert Ancell2012-06-231-0/+3
| | | | timestamps (POSIX.1-2008)
* posix: Add utimensat and futimens bindingsRobert Ancell2012-06-231-0/+5
|
* posix: Add ffs bindingJürg Billeter2012-06-231-0/+3
|