Add void* userdata support for gobjects
[gnome.seed] / libseed /
2010-04-18 Alan KnowlesAdd void* userdata support for gobjects master origin/HEAD origin/master
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-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-21 Alan KnowlesFix Bug #610533 - Support void* pointers
2010-02-18 Diego Escalante... seed-signals: allow notify:: signals
2010-02-06 Alan Knowlesimports['somedir/somefile.js'] works now
2010-02-06 Alan KnowlesFix handling of GValue structs; fixes segfault
2010-01-22 Matt ArsenaultAdd printerr
2010-01-15 Tim Hortonlibseed: Properly bubble exceptions raised during class...
2010-01-12 Tim Hortonlibseed: Fix passing a union out to a C function
2010-01-11 Ryan BrownAllow null struct return values
2010-01-09 Tim HortonRevert "Fix incorrect type assumption"
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 Hortonlibseed: Out arguments should use out_values, not out_a...
2010-01-02 Tim HortonFix glong/gint "mismatch" elsewhere
2010-01-02 Tim HortonFix enum typing bug from commit cedbd78451
2010-01-01 Tim HortonFix some 'duplicate symbol' errors on other platforms
2009-12-30 Ryan BrownUse the right type when creating GValues for GObject...
2009-12-30 Tim HortonUse realpath() instead of the GNU libc extension canoni...
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 Carrseed_get_class_info_for_type had a logic error, causing...
2009-12-17 Iain Nicollibseed: do not call JSValueProtect on values the GC...
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-01 Tim Hortonlibseed: make seed_value_from_filename return "null...
2009-11-01 Iain Nicolmake seed_value_from_string return "null" if passed...
2009-10-28 Tim Hortoninterpreter: Add --version argument; chain option parsi...
2009-10-28 Tim Hortonlibseed: Add --seed-version argument
2009-09-07 Robert Carr[libseed] Implement instanceof for GObject constructors... SEED_2_27_92
2009-09-07 Robert Carr[libseed] Implement G_TYPE_STRV in seed_gvalue_from_see...
2009-09-07 Robert Carr[libseed] Add seed_engine_destroy
2009-08-14 Tim Horton[libseed] Add seed_context_create, which just wraps...
2009-08-10 Tim Horton[libseed] Support pretty property installation for...
2009-08-10 Tim Horton[docs] Standardize on 'val' for type conversion functio...
2009-08-01 Robert CarrMerge branch 'master' into ffi
2009-08-01 Robert Carr[libseed] Fix bug in seed_value_to_string where if...
2009-08-01 Robert CarrInitial add of ffi module
2009-08-01 Robert Carr[libseed] Organize seed.h by value/object/context/closu...
2009-08-01 Robert Carr[libseed] Fix gtype-gtype.js test
2009-08-01 Tim Horton[libseed] Throw exception if property is installed...
2009-08-01 Tim Horton[libseed] More error checking for pretty property insta...
2009-07-31 Tim HortonRevert "[libseed] The real problem with seed_gtype_cons...
2009-07-31 Tim HortonRevert "[libseed] Commit c7daca0f removed set/get_prope...
2009-07-31 Tim Horton[libseed] More pretty-install property types, exception...
2009-07-31 Tim Horton[libseed] Add more attractive way to define GObject...
2009-07-31 Tim Horton[libseed] Commit c7daca0f removed set/get_property...
2009-07-30 Tim HortonUpdate copyright headers and indentation notes.
2009-07-30 Tim Horton[libseed] Indentation fix. Sorry, Robb.
2009-07-29 Robert Carr[libseed] Real solution to the seed_gtype_construct...
2009-07-29 Robert Carr[libseed] The real problem with seed_gtype_construct...
2009-07-29 Robert Carr[libseed] Remove some unused quarks
2009-07-29 Robert Carr[libseed] Fix the code duplication in init/init_with_co...
2009-07-29 Robert Carr[libseed] All Seed created GTypes have the same constru...
2009-07-29 Robert Carr[libseed] Prototype of gobject_methods should be Functi...
2009-07-27 Tim Horton[libseed] Use g_build_filename for portability
2009-07-26 Robert Carr[libseed] Implement __init__.js functionality. When...
2009-07-26 Robert Carr[libseed] Refactor some of the importer dir handling...
2009-07-18 Xan LopezFix iteration over out parameters after invoking a...
2009-07-16 Tim Horton[libseed] Use canonicalize_file_name instead of realpath
2009-07-16 Matt ARSENAULTReplace use of g_strconcat with "/" with g_build_filename
2009-07-15 Tim Horton[libseed] [os] Make __script_path__ canonical and absol...
2009-07-14 Tim Horton[libseed] Expose path to script as __script_path__...
2009-07-12 Tim Horton[docs] Move SeedFunctionCallback docs to seed-api.c
2009-07-12 Tim Horton[libseed] Fix inconsistent argument naming on seed_crea...
2009-07-12 Tim Horton[docs] seed_create_function
2009-07-12 Tim Horton[docs] Update native function documentation
2009-07-12 Tim Horton[docs] Update more seed_value* docs
2009-07-12 Tim Horton[docs] seed_value_[to/from]_object
2009-07-12 Tim Horton[docs] seed_value_to/from_filename, binary_string, etc
2009-07-12 Tim Horton[docs] Update SeedScript/evaluation docs
2009-07-12 Tim Horton[docs] Expand seed_value_to_string docs to explain...
2009-07-12 Tim Horton[libseed] Type-conversion documentation (filler, to...
2009-07-11 Matt ARSENAULT[libseed] More minor GLib usage and redefinition fixes.
2009-07-11 Matt ARSENAULT[libseed] Use glib types everywhere, don't redefine...
2009-07-11 Matt ARSENAULT[libseed] Reduced unneccessary libc string functions...
2009-07-09 Tim Horton[docs] Significantly updated exception documentation
2009-07-09 Tim Horton[docs] Add exception names to reference
2009-07-09 Tim Horton[docs] Scan seed-header.h; install seed-header.h; docs...
2009-07-09 Tim Horton[docs] Fix incorrect argument name in prepare_global_co...
2009-07-08 Tim Horton[docs] Add a bit of SeedContext documentation
2009-07-08 Tim Horton[docs] Expand "Initialization" docs
next