commit f4798f474e0eecc0ec5bd2fea64bc8e2c8e64e85 Author: Tim Horton Date: Mon Aug 30 18:21:21 2010 -0400 Update readme for webkit build changes README | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 4d5ec90d0c29b05ae17e7c02565d4df3faeb850e Author: Tim Horton Date: Mon Aug 30 18:19:31 2010 -0400 Update version number. configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c47937a3d6a150ad6d5c0482b0a3110c3da44a21 Author: Tim Horton Date: Mon Aug 30 18:19:06 2010 -0400 Update news for release NEWS | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) commit 73198a47b80dcd04631fde9e733639dadf9ef04e Author: Tim Horton Date: Mon Aug 30 17:56:00 2010 -0400 --with-webkit=3.0/1.0 instead of gtk-3.0/1.0, since the gtk distinction is meaningless (all of them are webkit-gtk, the name just changed) configure.ac | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit e540d7fbc2eb95ed5ae92b3ed47b601dcdad4615 Author: Funda Wang Date: Mon Aug 9 11:32:06 2010 +0800 Bug #626177 - Wrong LDFLAGS was used in libseed/Makefile.am GOBJECT_INTROSPECTION_LIBS and WEBKIT_LIBS are acturally linking libs, rather than linker flags, they should be put into LIBADD, rather than LDFLAGS. See here: http://wiki.mandriva.com/en/Underlinking Futhermore, seed-types are calling dlerror() and dlsym(), but I could not find -ldl in Makefile. libseed/Makefile.am | 6 ++++-- modules/cairo/Makefile.am | 5 ++++- modules/canvas/Makefile.am | 5 ++++- modules/dbus/Makefile.am | 7 +++++-- modules/example/Makefile.am | 5 ++++- modules/ffi/Makefile.am | 5 ++++- modules/gettext/Makefile.am | 5 ++++- modules/gtkbuilder/Makefile.am | 5 ++++- modules/libxml/Makefile.am | 5 ++++- modules/mpfr/Makefile.am | 7 ++++--- modules/multiprocessing/Makefile.am | 5 ++++- modules/os/Makefile.am | 5 ++++- modules/readline/Makefile.am | 7 +++++-- modules/sandbox/Makefile.am | 5 ++++- modules/sqlite/Makefile.am | 6 +++++- 15 files changed, 63 insertions(+), 20 deletions(-) commit 051a51167d573dce1c5e28289a0ab3d81681a912 Author: Vincent Untz Date: Mon Aug 9 11:26:45 2010 +0800 Do not fail to detect libwebkitgtk-1.0 The library name got changed from libwebkit-1.0 to libwebkitgtk-1.0, so we should support both. configure.ac | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit f0a4e7be5ea6bdc5f991e806c972bca0d47791fc Author: Vincent Untz Date: Sat Aug 7 01:59:41 2010 +0200 Reference the right pkg-config for webkit in seed.pc We need to make sure we reference webkit-1.0 if we build seed against webkit-1.0. configure.ac | 6 ++++-- seed.pc.in | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) commit 9c98a38779f47aa7eb7a82db9ea45b20c0b16056 Author: Steve Frécinaux Date: Fri Jul 16 20:46:16 2010 +0200 Fix seed_object_copy_property_names (). Due to a typo, it only returned up to n-1 chars for each property names, where n is the amount of properties the object has, making it unusable. https://bugzilla.gnome.org/show_bug.cgi?id=624562 libseed/seed-api.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit a2ba35cd632a3ae15e7c320222fea7b02c79a84d Author: Steve Frécinaux Date: Fri Jul 16 20:29:44 2010 +0200 Expose seed_value_from_gvalue(). https://bugzilla.gnome.org/show_bug.cgi?id=624560 libseed/seed.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 1c70da1a5c2684d71d5cd7c5ad97076f7d7c25eb Author: Alan Knowles Date: Fri Jul 16 12:01:07 2010 +0800 bump g-i-r dependancy down to 0.6.3 As we have #ifdefs for new code we can support older versions (which are currently being included in distros..) configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ad9fcdcfa4db7b178d02389af48a59c087bc69a8 Author: Alan Knowles Date: Fri Jul 16 11:53:10 2010 +0800 caller_allocates - only enabled on newer versions of g-i-r add #ifdefs around caller allocates code to make sure it works with older versions of g-i-r libseed/seed-engine.c | 23 ++++++++++++++++++----- 1 files changed, 18 insertions(+), 5 deletions(-) commit e77116f169645e3b950a84790d072d86009d99ca Author: Alan Knowles Date: Fri Jul 16 11:51:09 2010 +0800 format change for intropsection version - now - GOBJECT_INTROSPECTION_VERSION = 0x000904 This enables fine tune checking for versions configure.ac | 8 ++++---- libseed/Makefile.am | 3 +-- libseed/seed-closure.c | 4 ++-- libseed/seed-types.c | 6 +++--- 4 files changed, 10 insertions(+), 11 deletions(-) commit 65c532e13bf59aa8844a3d81d41197d7c897af5e Author: Alan Knowles Date: Wed Jul 14 12:06:01 2010 +0800 Typo - fix configure option --with-webkit used to say --with-seed-webkit on --help configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 72a9504225312f6c0999f7507af32938a4c25bdd Author: Alan Knowles Date: Tue Jul 13 18:41:09 2010 +0800 caller_allocates support (FIXME - call failure leaks the allocated memory) This implements the caller_allocates OUT values, Note there is no support to free the allocated memory if the call fails. libseed/seed-engine.c | 102 ++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 97 insertions(+), 5 deletions(-) commit d31acaad673eecd97e3f70720af81c9ef34ab4cd Author: Jonatan Liljedahl Date: Tue Jul 13 15:58:32 2010 +0800 Dynamic Object module - a module to expose internal object callback properties Usage: o = imports.DynamicObject.create({ getProperty: function(name) { return some_value; // or null to forward to normal props }, SetProperty: function(name, value) { do_something(name,value); return true; // or false to allow normal props to be set }, deleteProperty: function(name) { return true; // or false to forward to normal property deletion }, callAsFunction: function() { print("called with args: "+Array.prototype.slice.call(arguments)); }, callAsConstructor: function() { return {foo:123}; }, getPropertyNames: function(){} // not implemented yet... }); o.foobar = 42; // will call o.set_property('foobar',42) print(o.something); // will call o.get_property('something) configure.ac | 14 ++ modules/DynamicObject/Makefile.am | 25 ++++ modules/DynamicObject/seed-DynamicObject.c | 205 ++++++++++++++++++++++++++++ modules/Makefile.am | 2 +- 4 files changed, 245 insertions(+), 1 deletions(-) commit b9a71e10a2fa30cb45ad2fe7ecbcc7ece6e1c941 Author: Alan Knowles Date: Tue Jul 13 11:42:39 2010 +0800 Support for gobject introspection pre-0.9 Set's up defines for GOBJECT_INTROSPECTION_VERSION_MAJOR and GOBJECT_INTROSPECTION_VERSION_MINOR configure.ac | 8 ++++++++ libseed/Makefile.am | 4 +++- libseed/seed-closure.c | 41 ++++++++++++++++++++++++++++++++++++++++- libseed/seed-types.c | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 98 insertions(+), 2 deletions(-) commit c8174c8ea9f184f45e810315bd1d41955f284277 Author: Alan Knowles Date: Mon Jul 12 16:38:12 2010 +0800 Webkit-3.0 fix last commit Got the default name wrong on last commit. configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ae2d2a618ead6dab7a298222382d2c8b273ed585 Author: Alan Knowles Date: Mon Jul 12 16:36:57 2010 +0800 Enable build to work with Webkit-1.0 --with-webkit=1.0 Defaults still builds with 3.0 configure.ac | 26 ++++++++++++++++++++++++-- 1 files changed, 24 insertions(+), 2 deletions(-) commit 243cdfa80a47a18b8e4dd6bd1547f722b477bbcb Author: Tim Horton Date: Sun Jul 11 23:13:15 2010 -0700 Postrelease version bump configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)