[importer] Struct/union constructors need to take a reference to the GIBaseInfo they...
[gnome.seed] / libseed / seed-importer.c
2009-12-17 Robert Carr[importer] Struct/union constructors need to take a...
2009-07-30 Tim HortonUpdate copyright headers and indentation notes.
2009-07-30 Tim Horton[libseed] Indentation fix. Sorry, Robb.
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-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-11 Matt ARSENAULT[libseed] Use glib types everywhere, don't redefine...
2009-07-11 Matt ARSENAULT[libseed] Reduced unneccessary libc string functions...
2009-07-04 Tim Horton[modules] Prefix all module .sos with seed_ (libseed_re...
2009-07-01 Matt ARSENAULTRemove trailing whitespace all throughout examples...
2009-05-29 Robert Carrlibseed: Fix struct-union-enumerate test SEED_0_8
2009-05-23 Robert Carrseed: Start working on ChangeLog for next release....
2009-05-23 Robert Carrlibseed: Implement property enumeration for importer_di...
2009-05-23 Robert Carrlibseed: Implement imports.Directory constructor.
2009-05-14 Robert Carrlibseed: No need for G_MODULE_BIND_LAZY when importing...
2009-05-12 Robert CarrImplement the ability to pass Seed.argv to init methods
2009-05-10 Robert CarrStop mangling this object when importer includes JS...
2009-04-29 Robert CarrMake seed_make_exception take a format string, and...
2009-04-28 Robert CarrUpdate style and imports on the OpenGL example
2009-04-25 Robert CarrProperly map named constructors of structs, i.e. soup_d...
2009-04-21 Robert CarrRevert "Importer should only include files as JavaScrip...
2009-04-21 Robert CarrImporter should only include files as JavaScript files...
2009-04-21 Robert CarrFix leak in imports, relating to the importer directory...
2009-04-20 Robert CarrImplement imports.Directory constructor
2009-04-17 Robert CarrClean up some warnings
2009-04-17 Robert CarrAdd seed_importer_set_search_path to the API
2009-04-15 Tim HortonMerge branch 'master' of git+ssh://git.gnome.org/git...
2009-04-15 Robert CarrMake the file passed to the seed binary available as...
2009-04-15 Robert CarrMerge branch 'master' of ssh://git.gnome.org/git/seed
2009-04-15 Robert CarrAdd os.fchown
2009-04-15 Robert CarrWhen evaluating a script in the importer, deifne the...
2009-04-15 Robert CarrUpdate importer to support mutually inclusive files
2009-04-14 Robert CarrStart fleshing out the os module a little bit...aiming...
2009-04-13 Robert CarrWheeeeeeeeeeeeeeeeeeeeeeeeeeeeee
2009-04-13 Robert CarrRemove old comment
2009-04-13 Robert CarrRemove gratuitous protection
2009-04-13 Robert CarrSome more importer cleanup stuff
2009-04-13 Robert CarrFix some more context confusion, and add a seed_prepare...
2009-04-13 Robert CarrFix shadowed variable declaration causing the Seed...
2009-04-13 Robert CarrAdd a high level description/spec of the importer object
2009-04-13 Robert CarrSome comments on the new importer
2009-04-12 Robert CarrUse the correct context for adding globals to new impor...
2009-04-12 Robert CarrAdd SEED_DEBUG_IMPORTER and some debugging statements
2009-04-12 Robert CarrUpdate twitter example
2009-04-12 Robert CarrMake importer work for including the JS extensions...
2009-04-12 Robert CarrProperly set Namespace.Object.prototype in the new...
2009-04-12 Robert CarrImporter supports native modules
2009-04-12 Robert CarrMerge branch 'importer'
2009-04-12 Robert CarrMake it actually work
2009-04-12 Robert CarrSome work on nested directory imports
2009-04-12 Robert CarrFree the search path
2009-04-12 Robert CarrMake importer cache imports for files properly
2009-04-12 Robert CarrFix dumb person bug
2009-04-12 Robert CarrWork on start of importer for normal files
2009-04-11 Robert CarrAdd support for versions
2009-04-11 Robert CarrProtect against multiple imports
2009-04-11 Robert CarrSupport GI_INFO_TYPE_CONSTANT, and some refactoring
2009-04-11 Robert CarrImporter supports GI_INFO_TYPE_UNION
2009-04-11 Robert CarrImporter supports GI_INFO_TYPE_STRUCT
2009-04-11 Robert CarrImporter now supports GI_INFO_TYPE_OBJECT
2009-04-11 Robert CarrImporter now supports enums and toplevel functions
2009-04-11 Robert CarrBegin work on the new importer