gnome.seed
2010-04-18 Alan KnowlesAdd void* userdata support for gobjects master origin/HEAD origin/master
2010-03-29 Tim HortonPostrelease version bump.
2010-03-29 Tim HortonUpdate NEWS for 2.31.1 SEED_2_31_1
2010-03-29 Tim HortonUpdate NEWS for 2.30
2010-03-17 Alexandre MazariAdd gtkdocs for Request #612590 - initialization using...
2010-03-12 Alan KnowlesNicer warning messages on our temporary warning about...
2010-03-12 Alexandre MazariFeature Request #612590 - permit initialization using...
2010-03-11 Alan Knowleschange callback release_in_arg to release_arg otherwise...
2010-03-11 Alan KnowlesAllow access to global object of sandbox
2010-03-09 Alan KnowlesUse fully qualified paths when sending to Evaluate...
2010-03-01 Alan KnowlesChange null into a warning for the time being, due...
2010-02-26 alanMore null checks - arguments that are structs/unions...
2010-02-24 alanMore detail on introspection of functions
2010-02-24 rootChange Gtype conversion to use long
2010-02-24 alanFix Bug #609508 - Support Out args as return object...
2010-02-24 alanWhite space fix
2010-02-24 alanFix Bug #610786 - support for GError types in seed_gi_a...
2010-02-24 alanFix Bug# 610765 - test g_arg_info_may_be_null before...
2010-02-24 alanFix Bug #610793 - support for array of GTypes
2010-02-23 Tim HortonPost-release version increment.
2010-02-23 Tim Horton2.29.91.1 release (oops!) SEED_2_29_91_1
2010-02-21 Alan KnowlesFix Bug #610533 - Support void* pointers
2010-02-18 Tim HortonIgnore m4 dir (which we don't need in Git) SEED_2_29_91
2010-02-18 Tim HortonFix missing signal test
2010-02-18 Diego Escalante... seed-signals: allow notify:: signals
2010-02-18 Diego Escalante... m4 dir is not needed at all
2010-02-08 Tim HortonPost-release version increment
2010-02-08 Tim HortonNEWS for 2.29.90 SEED_2_29_90
2010-02-06 Alan Knowlesimports['somedir/somefile.js'] works now
2010-02-06 Alan KnowlesFix handling of GValue structs; fixes segfault
2010-02-06 Rob TaylorFix subtle crashed when a dbus reply has no message...
2010-01-25 Tim HortonPost-release version bump.
2010-01-22 Tim HortonUpdate manpage and --help output with -e, etc. SEED_2_29_6
2010-01-22 Matt ArsenaultAdd -e option to repl.
2010-01-22 Matt ArsenaultMinor mpfr style change
2010-01-22 Matt ArsenaultChange copyright header of mpfr module
2010-01-22 Matt ArsenaultAdd printerr
2010-01-16 Tim HortonThe manpage had completely incorrect command line argum...
2010-01-15 Tim Hortonlibseed: Properly bubble exceptions raised during class...
2010-01-15 Tim HortonRevert "tests: make check should test against version...
2010-01-12 Tim Hortonlibseed: Fix passing a union out to a C function
2010-01-11 Tim HortonPostrelease increment
2010-01-11 Tim HortonAdd 2.29.5.3 NEWS, and fix 2009->2010 problems SEED_2_29_5_3
2010-01-11 Tim Hortontests: add test for null struct return values
2010-01-11 Ryan BrownAllow null struct return values
2010-01-09 Tim HortonRevert "Fix incorrect type assumption"
2010-01-08 Tim Hortonmodules: Use NULL instead of 0 to ensure type safety
2010-01-08 Tim HortonAdd null sentinels to the end of seed_static_function...
2010-01-08 Tim HortonPost-release increment.
2010-01-08 Tim HortonRelease 2.29.5.2 SEED_2_29_5_2
2010-01-06 Tim Hortontests: make check should test against version in build...
2010-01-06 Tim Hortontests: Make C-based test run too
2010-01-06 Tim Hortontests: Ditch the python test framework, use standard...
2010-01-06 Tim HortonReturn non-zero exit code if an exception occurs
2010-01-06 Tim HortonRemove extraneous space in output
2010-01-06 Tim HortonNote to self: need to properly integrate our exceptions...
2010-01-04 Tim HortonFix incorrect type assumption
2010-01-04 Tim HortonFix spacing in warning (double space)
2010-01-04 Tim HortonGType can be bigger than int32; use seed_value_to_long...
2010-01-03 Tim HortonUpdate OS X build instructions (MacPorts!)
2010-01-03 Tim Hortonlibseed: Out arguments should use out_values, not out_a...
2010-01-03 Tim Hortontests: Fix struct-union-enumerate test
2010-01-03 Tim HortonFix readline tests
2010-01-02 Tim HortonFix completely incorrect nested struct/union set test
2010-01-02 Tim HortonIgnore missing X extensions when testing
2010-01-02 Tim HortonFix glong/gint "mismatch" elsewhere
2010-01-02 Tim HortonFix lack of gnome-js-common directory in default search...
2010-01-02 Tim HortonFix enum typing bug from commit cedbd78451
2010-01-01 Tim HortonPost-release version increment
2010-01-01 Tim HortonRelease 2.29.5.1 SEED_2_29_5_1
2010-01-01 Tim HortonFix some 'duplicate symbol' errors on other platforms
2010-01-01 Tim HortonPost-release increment
2010-01-01 Tim Horton2.29.5 release notes SEED_2_29_5
2009-12-31 Tim Hortonos module: oops! other GNU extensions were in use;...
2009-12-31 Tim HortonUse realpath() instead of the GNU libc extension canoni...
2009-12-31 Tim Hortonextensions: Fix substitution of paths into Seed.js
2009-12-31 Tim Hortonextensions: fix some indentation oddities
2009-12-30 Tim Hortoninterpreter: display exceptions (if any) when trying...
2009-12-30 Ryan BrownUse the right type when creating GValues for GObject...
2009-12-30 Tim HortonDistribute the repl snippet along with seed
2009-12-30 Tim HortonUse realpath() instead of the GNU libc extension canoni...
2009-12-30 Tim HortonRemove Mac OS X specific configuration
2009-12-30 Tim HortonUse POSIX thread-local storage API instead of GCC exten...
2009-12-17 Robert CarrImprove handling of case where constructing struct...
2009-12-17 Robert Carr[importer] Struct/union constructors need to take a...
2009-12-17 Robert CarrBuilt in REPL was broken because it was installing...
2009-12-17 Robert CarrAdd regression test for BGO 593182
2009-12-17 Robert Carrseed_get_class_info_for_type had a logic error, causing...
2009-12-17 Robert CarrUpdate some autotools junk? I guess. I could only reall...
2009-12-17 Iain Nicollibseed: do not call JSValueProtect on values the GC...
2009-12-16 Tim HortonPost-release increment
2009-12-16 Tim HortonUpdate NEWS and README for 2.29.4 SEED_2_29_4
2009-12-16 Steve Frécinauxreference: Add a note about search path ownership.
2009-12-16 Iain Nicollibseed: Improve integral type conversions; mostly...
2009-12-16 Steve FrécinauxRemove unused "arg_type" argument in make_native_closure.
2009-12-16 Steve FrécinauxRemove arg_info param from seed_gi_make_argument().
2009-11-30 Tim HortonPostincrement after release (now 2.29.4)
2009-11-17 Tim HortonPostincrement version number to 2.29.3 SEED_2_29_3
2009-11-17 Tim HortonMore 2.29.2 changes (update NEWS and version) SEED_2_29_2
2009-11-16 Tim HortonSeed 2.29.2 changes
next