libseed: Improve integral type conversions; mostly portability issues
[gnome.seed] / libseed / seed-types.c
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-09-07 Robert Carr[libseed] Implement G_TYPE_STRV in seed_gvalue_from_see...
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-07-30 Tim HortonUpdate copyright headers and indentation notes.
2009-07-30 Tim Horton[libseed] Indentation fix. Sorry, Robb.
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] 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] Reduced unneccessary libc string functions...
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-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: seed_value_to_(int)(uint)(long)(ulong)(int64...
2009-05-27 Robert Carrlibseed: seed_value_to_boolean should permit JSValueIsN...
2009-05-23 Robert Carrlibseed: Construct new JSObjectRefs for GObject wrapper...
2009-05-23 Robert Carrlibseed: Separate the logic to make a wrapper for a...
2009-05-23 Robert Carrlibseed: Drop the seed_gobject_initialize handler,...
2009-05-12 Robert CarrImplement the ability to pass Seed.argv to init methods
2009-05-11 Robert CarrChange seed_make_gclosure to seed_closure_new in the...
2009-05-10 Robert CarrFix GLib warning in seed_value_from_gvalue
2009-05-09 Robert CarrMore work on dbus branch
2009-05-09 Robert CarrGI_TYPE_TAG_VOID functions should return undefined...
2009-05-04 Robert CarrDistinguish between [null] and undefined in seed_Value_...
2009-04-30 Robert CarrReplace %Zd with %zd, and the %l in %lg is not necessary
2009-04-30 Robert CarrChange seed_value_to_string to use %lg, and update...
2009-04-29 Robert CarrFix some more seed_make_exception format strings
2009-04-13 Robert CarrFix shadowed variable declaration causing the Seed...
2009-04-12 Robert CarrFix enum validation to not break flags
2009-03-25 Robert CarrMinor cosmetic improvements to seed-types.c
2009-03-25 Robert CarrAdd validation of enum types to the GArgument conversio...
2009-03-25 Robert CarrValidate enum types in property setting
2009-03-23 Robert CarrMerge branch 'master' of ssh://git.gnome.org/git/seed
2009-03-18 Robert CarrMore gtk-doc
2009-03-11 Robert CarrMerge branch 'master' of ssh://git.gnome.org/git/seed
2009-03-10 Tim HortonMost of seed-types.c is documented now (most of the...
2009-03-04 Tim HortonRevert "Revert "Remove incredibly dubious setting of...
2009-03-04 Tim HortonRevert "Remove incredibly dubious setting of SIGCHLD"
2009-03-03 Robert CarrRemove incredibly dubious setting of SIGCHLD
2009-03-03 Robert CarrSwitch GObject reference to the JS ref to use g_object_...
2009-03-03 Robert CarrAdd an assertion in seed_value_to_gobject, should be...
2009-03-03 Robert CarrFix potential crash (or confusion) in seed_value_to_string
2009-03-03 Robert CarrSupport some more primitive array types
2009-03-03 Tim HortonSome type documentation, mostly copy/paste.
2009-02-24 Tim HortonFix some small lacks of use of g_*, etc
2009-02-24 Tim HortonIndentation.
2009-02-24 Robert CarrRevert "Patch from Matt to add global include paths."
2009-02-24 Robert CarrMerge branch 'master' of ssh://git.gnome.org/git/seed
2009-02-24 Tim HortonPatch from Matt to add global include paths. Can't...
2009-02-23 Robert CarrMerge branch 'master' of ssh://git.gnome.org/git/seed
2009-02-23 Robert Carrseed_gobject_signal_emit needs to initialize ret_value...
2009-02-23 Robert CarrFix longstanding seed_gi_argument_make_js bug with...
2009-02-23 Tim HortonMerge branch 'master' of git+ssh://git.gnome.org/git...
2009-02-23 Robert CarrLots of cleanup, standardize on GNU coding style
2009-02-22 Tim HortonIndent session!
2009-02-07 Tim HortonA note about a potential leak for Robb.
2009-02-07 Tim HortonIndent session!
2009-02-07 Tim HortonConsistent headers across the C files.
2009-02-03 Robert CarrAHHHHH
2009-02-02 Tim HortonFix silly nested switch in seed-types, add test that...
2009-01-19 Robert CarrAdd support for UINT8 arrays
2009-01-19 Robert CarrRefactor some array code
2009-01-18 Robert CarrAdd support for gfloat arrays.
2009-01-14 Robert CarrFix GI_TRANSFER_CONTAINER for GI_TYPE_TAG_ARRAY
2009-01-14 Robert CarrDon't try and convert null GI_TYPE_TAG_ARRAY out arguments.
2009-01-14 Tim HortonIndentation update.
2009-01-09 Robert CarrGClosure argument releasing.
2009-01-09 Robert CarrFix leak of GI_TYPE_TAG_ARRAY in.
2009-01-09 Robert CarrAdd support for GI_TYPE_TAG_FILENAME.
2009-01-09 Robert CarrMake returned GList/GSlist real arrays as opposed to...
2009-01-09 Robert CarrFix GSList/GList segfaulting with GI_TYPE_TAG_VOID
2009-01-09 Robert CarrAdd support for GI_TYPE_TAG_ARRAY in return.
2009-01-05 Robert CarrAdd a simple GtkTreeView example..and some small change...
2009-01-05 Robert CarrAdd support for GValue arguments, with a heuristic...
2009-01-04 Robert Carr-Wall...apparently this got switched off at some point.
2008-12-31 Robert CarrAnother possible leak of an info...
2008-12-30 Tim HortonUpdate indentation.
2008-12-23 Robert CarrCharacter arrays.
2008-12-21 Robert CarrRelicense under LGPL3. This change has been approved...
2008-12-01 Tim HortonPrint doubles, not floats.
2008-11-30 Robert CarrOffline changes from train ride.
2008-11-27 Robert CarrUpdate seed_value_is_gobject...everything is pretty...
2008-11-27 Robert CarrAll the type conversion uses a local context now...
2008-11-26 Robert CarrMore global context rework. Add context group. Custom...
2008-11-25 Robert Carrseed-structs is global context free!
2008-11-25 Robert CarrLots more global context cleanup in seed-structs.c
2008-11-25 Robert Carrseed-closure.c is entirely free of global context now.
2008-11-25 Robert CarrMore global context get-rid-of-ness.
2008-11-24 Robert CarrFix small GIBaseInfo leak.
2008-11-24 Robert CarrAdd some JSON->struct for boxed->gvalue. Allows, s...
2008-11-24 Robert CarrAdd conversion logic for object->struct. Allows nested...
next