libseed: Properly bubble exceptions raised during class init
[gnome.seed] / libseed /
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
2009-07-08 Tim Horton[libseed] Fix spelling error in SeedFunctionCallback
2009-07-08 Tim Horton[docs] Add overrides for some of the structs which...
2009-07-08 Tim Horton[docs] Fix numerous gtk-doc warnings
2009-07-07 Tim Horton[libseed] Make seed_make_pointer public; libxml module...
2009-07-06 Tim Horton[docs] Add contact information to docs
2009-07-05 Tim Horton[docs] Move SeedContext section annotation to doc dir...
2009-07-05 Tim Horton[docs] Reorganize index to be more like Gtk
2009-07-04 Tim Horton[modules] Prefix all module .sos with seed_ (libseed_re...
2009-07-04 Tim Horton[libseed] Repair bizarre indentation in Makefile
2009-07-03 Matt ARSENAULT[libseed] Added seed_value_is_object_of_class()
2009-07-03 Matt ARSENAULT[libseed] Added seed_value_is_string() and seed_value_i...
2009-07-02 Matt ARSENAULT[libseed] Added to/from type functions for short/ushort
2009-07-01 Matt ARSENAULTRemove trailing whitespace all throughout examples...
2009-06-20 Tim Horton[docs] Fix a large number of the GtkDoc warnings we...
2009-05-29 Robert Carrlibseed: Fix struct-union-enumerate test SEED_0_8
2009-05-29 Robert Carrlibseed: Propogate the GIArgInfo through the native...
2009-05-29 Robert Carrlibseed: Propogate the GIArgInfo in to seed_gi_make_arg...
2009-05-27 Robert Carrlibseed: Conversion to/from date objects to time_t
2009-05-27 Robert Carrlibseed: Move Seed.fork into os module
2009-05-27 Robert Carrfind . -path ./.git -prune -o -type f -print0 | xargs...
next