commit 3581c38b79403910afb0907ece3fb95286b69f05 Author: Tim Horton Date: Sun Jul 11 23:03:34 2010 -0700 Correct version (2.31.5) configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 8bf3911b4cbc7bc472e57006c6d0e9a5731500e1 Author: Tim Horton Date: Sun Jul 11 23:02:50 2010 -0700 Update news NEWS | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) commit 98ed3001015e37ad66982cc3e3fc8f0a999117a3 Author: Tim Horton Date: Sun Jul 11 22:49:39 2010 -0700 Update readme for WebKit changes. README | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c4685dc7fe98f3af48a805d65cafcfb5be8de931 Author: Tim Horton Date: Sun Jul 11 22:37:28 2010 -0700 Remove check for JSContextGroupCreate now that we're 3.0+ only config.h.in | 3 --- configure.ac | 6 ------ 2 files changed, 0 insertions(+), 9 deletions(-) commit 05b2755106c73ee4e431c6b12ed426ba7b749b07 Author: Diego Escalante Urrelo Date: Thu Jul 1 11:00:05 2010 -0500 Build with webkitgtk-3.0 Bug #623302 config.h.in | 4 ++-- configure.ac | 6 +++--- seed.pc.in | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) commit 689e8018c87c65c77a1e5e96acb30dab91bd05e5 Author: Tim Horton Date: Sun Jul 11 17:38:19 2010 -0700 Fix build with latest GI, where machine-dependent type tags were removed. libseed/seed-closure.c | 36 ------------------------------------ libseed/seed-types.c | 37 +------------------------------------ 2 files changed, 1 insertions(+), 72 deletions(-) commit b63973c61e75e59a9256a0c0a0cf90b0fad80afb Author: Jonatan Liljedahl Date: Mon Jul 12 11:04:00 2010 +0800 seed.h - SeedObjectDeletePropertyCallback fix callback arguments make seed's callback arguments for deleteProperty match Webkit no real need for value to be passed in delete callback Fixes arguments so they match the Webkit spec libseed/seed.h | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) commit 97daccc00d1f2dda5ead4f1404baedf1c3e7d0ed Author: Alan Knowles Date: Sun Jul 11 17:27:09 2010 +0800 Caller Allocate fixes - bump required introspection version to 0.6.14 See bug #615861 for discussion on gtk_status_icon_get_geometry data configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 5bab9a93c01d2063ec0d70b28d09ddf2ad8747a5 Author: Alan Knowles Date: Mon Jul 5 13:55:12 2010 +0800 Closure/Callbacks as return values - currently not handled, but prevents segfaults example : GLib.log_set_default_handler(f,null); Returns (f) the callback, our code does not currently handle this so we probably just return null libseed/seed-types.c | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) commit bbbc6f9d79d62fb0c220d155dec98a823830299c Author: Jonatan Liljedahl Date: Mon Jul 5 13:15:47 2010 +0800 Importer : prevent print(imports.somefile) running "somefile/toString.js also fixes toValue.js as well. libseed/seed-importer.c | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) commit 98550799a4e8861d0d2c4ff8fc4e1aafd4909e0e Author: Jonatan Liljedahl Date: Mon Jul 5 13:08:17 2010 +0800 Seed.print - change to use g_print, rather than puts Changes Seed.print to use g_print, this enables set_print_handler to be used to redirect output. libseed/seed-builtins.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 1441bf86f7fc02cc7717b88f88ae85ba175eb726 Author: Jonatan Liljedahl Date: Wed Jun 30 10:19:31 2010 +0800 Sandbox: handle situation where __script_path__ was not set Fix to previous commit, handling situation where __script_path__ was not set in calling script modules/sandbox/seed-sandbox.c | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) commit 5b169f4086f735a9921f4c049e66cf3d264dca38 Author: Jonatan Liljedahl Date: Wed Jun 30 10:08:17 2010 +0800 Sandbox : set up __script_path__ in new context Sets the __script_path__ to be the same as the calling scripts path for new Contexts. modules/sandbox/seed-sandbox.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit dd8c459cd3ecc38c68d7d2f1cfdc038ce2a2ad4d Author: Alan Knowles Date: Tue Jun 29 23:03:32 2010 +0800 Fix Compiler warning Cast JSValueMakeNull on make_struct / make_union to JSObjectRef to remove compiler warnings. libseed/seed-structs.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit d51f744c49a305717d66bc96962f83d89ba8c176 Author: Jonatan Liljedahl Date: Tue Jun 29 22:52:48 2010 +0800 Fix module loading, add support for Javascript wrappers for modules Fixes issue that modules references are free'd once they go out of scope, hence forcing reloading of module each time Add the feature that once a module is loaded, it also will attempt to load libseed_XXXXX.js from the same directory. This can be used to add features to the module libseed/seed-importer.c | 21 ++++++++++++++++++--- 1 files changed, 18 insertions(+), 3 deletions(-) commit 6f4a8bd1178150df20ea071716086784094830c5 Author: Alan Knowles Date: Tue Jun 29 18:36:10 2010 +0800 Revert "Allow access to global object of sandbox" This code was not needed, as context.global already existed This reverts commit a7d0f88b19e1142b9dafbe184bcb1d97a636dbf6. modules/sandbox/seed-sandbox.c | 20 -------------------- 1 files changed, 0 insertions(+), 20 deletions(-) commit edb3288b0c7359644342ab0f10cfa69c53f6b117 Author: Alan Knowles Date: Fri Jun 18 19:06:15 2010 +0800 Change the default search order of searchPath - First place looked is the same directory as __script_path__ - Second is the initial __script_path__ of the application - Lastly, looks in all other locations. (eg. modules/ library paths etc.) * removes looking in current working directory (was previous behaviour) extensions/Seed.js.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 5d41b2a81c8a6d99bd0aa02f89760022bfee2bed Author: Jonatan Liljedahl Date: Fri Jun 18 18:57:44 2010 +0800 Refactor import code, implement '.' in search path, is equivilant to __script_path__ All importer codes works as follows - iterate through search_path - match file or directory eg. imports['file.js'] or imports.TheDirectoryName - match .js file eg. imports.filename -> filename.js - match module eg. imports.somelib -> libseed_somelib.so libseed/seed-importer.c | 216 ++++++++++++++++++----------------------------- 1 files changed, 82 insertions(+), 134 deletions(-) commit dbcaa116d1762d28d56cabdf27da750ea3c296b2 Author: Alan Knowles Date: Thu May 6 17:07:24 2010 +0800 Better null warning message checking The original assumption that looking for a pointer where an interface was expected produced warnings for GValues - this makes a assumption that basic types (not objects) would be allowed where interfaces where expected.. - hopefully our casting code produces another warning if the types do not match. libseed/seed-engine.c | 16 ++++++++++++---- 1 files changed, 12 insertions(+), 4 deletions(-) commit 7e337de26b10a7670b7d438e9037884d4a216fac Author: Alan Knowles Date: Tue May 4 12:56:42 2010 +0800 struct - constructor set_property - show warning on failure rather than silently ignore failure, show a g_warning message libseed/seed-structs.c | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) commit d308d7d9421acf704fca98d90d0023e336451227 Author: Alan Knowles Date: Tue May 4 12:49:54 2010 +0800 struct - set_property - show warning on failure rather than silently ignore failure, show a g_warning message libseed/seed-structs.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 3791ecad4d0fb31a50077bd102a898544b6c0cfc Author: Alan Knowles Date: Sun Apr 18 15:37:14 2010 +0800 Add void* userdata support for gobjects gtk_menu_popup void* userdata when used with gtk_statusicon_position_menu expect the userdata to be a pointer to the status icon. This change checks void* arguments and if they are gobjects, sends them. libseed/seed-types.c | 24 +++++++++++++++++++++--- 1 files changed, 21 insertions(+), 3 deletions(-) commit c67c8034d0cfd0f5c69b8f6fb726e9e24b502fc6 Author: Tim Horton Date: Mon Mar 29 00:12:00 2010 -0400 Postrelease version bump. configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)