summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-10-03fix most of #660644 - except function-info.js (my gdb is broken)HEADmasterAlan Knowles10-107/+36
2011-10-03allow [ GObject.GTYPE_INT, 10 ] syntax to work again for not-null elementsAlan Knowles1-8/+17
2011-09-23fix #659548 - stop CFLAGS getting unconditionally overwrittenAlan Knowles1-2/+2
2011-09-23fix #659910 - fix linkage against libgio - broken by webkit going...Funda Wang2-0/+4
2011-09-22Postrelease version bump.Tim Horton1-1/+1
2011-09-22Bump version to 3.2.0SEED_3_2_0Tim Horton1-1/+1
2011-09-22Let gtkdoc do its thingTim Horton2-2/+2
2011-09-22Remove missing file from tests/javascript/gtypes/Makefile.amTim Horton1-1/+0
2011-09-09Make maintiner mode enabled by defaultJavier Jardón1-1/+1
2011-09-01Fix #657833 - Import GLib namespace when searchPath is initialized. GLib migh...Alexandre Mazari2-38/+37
2011-08-31Revert "Introduce facilities for client DBus using GDbus: methods generation,...Alan Knowles1-178/+3
2011-08-31Fix #6574441 - incorrect comparision in gtype testcaseSunil Mohan Adapa1-1/+1
2011-08-31https://bugzilla.gnome.org/show_bug.cgi?id=657647Alexandre Mazari2-1/+40
2011-08-31Introduce facilities for client DBus using GDbus: methods generation, signals...Alexandre Mazari1-3/+178
2011-08-31Fixes : bug#657228 - Make callbacks work with WebkFrame's Js Context (Revised)Siraj Razick2-2/+5
2011-08-31Revert "Fixes : bug#657228 - Make callbacks work with WebkFrame's Js Context"Alan Knowles2-5/+2
2011-08-26Fixes : bug#657228 - Make callbacks work with WebkFrame's Js ContextSiraj Razick2-2/+5
2011-08-24partial fix for #615199 - gets rid of segfault, and at least it calls back so...Alan Knowles1-12/+10
2011-08-19fix #656517 - Do not add search path entry for non-existing directory.Alexandre Mazari1-1/+2
2011-08-16Switch to LGPL2+ (See bug #643938 for details of approval by all major contri...Alexandre Mazari57-216/+533
2011-08-15More fixes for bgo#653077: Also correctly identify javascriptcoregtk-1.0Dominique Leuenberger1-3/+4
2011-08-12since GParamSpec is not exposed, we can not call param_spec_* methods any mor...Alan Knowles3-42/+11
2011-08-10Fixes : bug#656227 - Seed doesn't support GPtrArray as return typeSiraj Razick1-0/+35
2011-08-09More fixes for #653077 - javascriptcoregtk build needs to be linked against ...Alan Knowles3-1/+5
2011-08-08more fixes for #653077 - xml build without webkit, also includes fix for #6...Alan Knowles2-2/+5
2011-08-07Adds support for handling GUNIT32Siraj Razick1-0/+17
2011-07-20substitute SEED_GTK_VERSION - fixes build...Alan Knowles1-0/+2
2011-07-03fix #653077 - change build to support javascriptcoregtk changeAlan Knowles1-3/+4
2011-05-17postrelease version bumpTim Horton1-1/+1
2011-05-17actually add config.h.in to .gitignoreTim Horton1-0/+1
2011-05-17Version bumpTim Horton1-1/+1
2011-05-17Update news for 3.1.1SEED_3.1.1Tim Horton1-0/+12
2011-05-17We only require libutil.h for FreeBSD, apparentlyTim Horton5-23/+21
2011-05-17Add DBUSGLIB_CFLAGS and DBUSGLIB_LDFLAGS to dbus module's Makefile.am to fix ...Michael Terry1-0/+2
2011-05-17Remove config.h.in from git (recently .gitignored)Tim Horton1-92/+0
2011-05-17Only include libutil.h on FreeBSD (util.h on OpenBSD, nothing on Linux)Tim Horton1-1/+1
2011-05-16add config.h.in to git ignoreAlan Knowles1-0/+1
2011-05-16fix #650121 - typo in sqlite documentationMatej Cepl1-1/+1
2011-05-16fix #650234 -m Add FreeBSD/OpenBSD support to os/seed-os.cJasper Lievisse Adriaanse1-2/+39
2011-05-16fix #650233 Fix importing scripts on *BSDJasper Lievisse Adriaanse1-3/+15
2011-05-16fix #650232 - Missing includes cause build to fail on OpenBSDJasper Lievisse Adriaanse2-1/+4
2011-04-24Fix build-time errors with recent dash as shJonathan Nieder1-10/+10
2011-04-22fix tests for GI_TYPE_TAG_* that where removed in 0.9 GIAlan Knowles2-15/+5
2011-04-17fix #64009 - honor ACLOCAL_FLAGS to help jhbuild outCraig Keogh1-1/+1
2011-04-16fix types which have been removed in new versionsAlan Knowles1-1/+6
2011-04-16fix types which have been removed in new versionsAlan Knowles1-0/+4
2011-04-16fix autoconf stripping square brackets in introspection versioning codeAlan Knowles1-1/+1
2011-04-02Update news for 3.0SEED_3_0_0Tim Horton2-1/+11
2011-03-29Expose seed_value_(to|from)_gi_argumentGarrett Regier7-33/+44
2011-03-29Expose seed_value_to_gvalueGarrett Regier7-25/+30