Add void* userdata support for gobjects
[gnome.seed] / extensions /
2010-01-02 Tim HortonFix lack of gnome-js-common directory in default search...
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 HortonDistribute the repl snippet along with seed
2009-12-17 Robert CarrBuilt in REPL was broken because it was installing...
2009-10-28 Tim Hortonclutter extension: Add wrapper for animate_with_alpha
2009-10-07 Tim HortonUse @libdir@ instead of @prefix@/lib
2009-07-15 Tim Horton[libseed] [os] Make __script_path__ canonical and absol...
2009-07-14 Tim Horton[gtkbuilder] Override Gtk.Builder.add_from_string to...
2009-07-14 Tim Horton[libseed] Expose path to script as __script_path__...
2009-07-02 Tim Horton[build] Distribute Seed extension script as Seed.js.in
2009-06-29 Tim HortonRemove various import_namespace calls that have been...
2009-06-26 Tim Horton[libseed] When importing, search "." _last_
2009-06-23 Tim Horton[extensions] Include the path of the executed script...
2009-06-04 Tim HortonExtensions: Don't recreate the importer search path...
2009-05-29 Tim HortonBuild: Fix various missing things from EXTRA_DISTs
2009-05-27 Robert Carrextensions: Whoops, put Seed.printf back
2009-05-27 Robert Carrfind . -path ./.git -prune -o -type f -print0 | xargs...
2009-05-26 Robert Carrextensions: Seed.js uses search path from @prefix@...
2009-05-25 Robert Carrextensions: Clutter animation wrappers should save...
2009-05-24 Robert Carrextensions: Move JSON bits to gnome-js-common
2009-05-14 Tim HortonBuild: fix install permissions for some scripts (repl...
2009-05-14 Robert Carrlibseed: Update Seed.js to include gnome-js-common...
2009-05-14 Robert Carrexamples: Update clutter using examples to not require...
2009-05-14 Robert Carrlibseed: Add GObject.__property_type, for looking up...
2009-05-14 Robert CarrAdd 'Gst.js' with Gst.Element.prototype.link_many
2009-05-08 Tim HortonClutter added animate_with_timelinev, so we should...
2009-04-12 Robert CarrAdd some more SEED_NOTE's
2009-04-12 Robert CarrChange searchPath to include '.' last
2009-04-12 Robert CarrTests still don't all pass
2009-04-12 Robert CarrMake importer work for including the JS extensions...
2009-04-12 Robert CarrAdd a default search path
2009-04-10 Robert CarrAdd scoped includes
2009-02-16 Tim HortonDidn't mean to add animate_with_timeline in the last...
2009-02-14 Tim HortonHoly crap so many changes.
2009-02-03 Robert CarrI suck at version control
2009-02-03 Robert CarrAHHHHH
2009-01-14 Robert CarrUpdate tests to enum changes.
2009-01-05 Robert CarrSimple evaluation API.
2009-01-04 Robert CarrFix more examples, and the Gio extension.
2008-12-31 Tim HortonUpdating examples, also fix threaded repl to new readli...
2008-12-20 Robert CarrFirst round of example fixes.
2008-12-15 Robert CarrFix makefile.
2008-12-14 Robert CarrAdd Seed.repl, which just launches a repl and returns...
2008-11-30 Robert CarrOffline changes from train ride.
2008-11-10 Robert CarrImplement the ability to define new signals on objects...
2008-11-08 Tim HortonSwitched to /usr/bin/env seed instead of /usr/local...
2008-11-08 Robert CarrAdd GError test.
2008-11-08 Robert CarrMake Gio.simple_read and Gio.simple_write verify that...
2008-11-06 Robert CarrInstall documentation and examples to doc directory.
2008-11-05 Robert CarrAdd Gtk.Box.pack convenience function, packs a box...
2008-11-04 Robert CarrMore builtins work. Call g_thread_init in main. Add...
2008-11-04 Robert CarrFix scope problem.
2008-11-04 Robert CarrMore build system fixes. We can build tarballs now!
2008-11-04 Robert CarrAdd printf. Build system fixes.
2008-11-03 Robert CarrSVN is still being annoying.
2008-11-03 Robert CarrAutotoolize! Huzzah.
2008-11-02 Robert CarrAdd Gio.simple_read
2008-11-02 Robert CarrAdd Gio.simple_write.
2008-11-02 Robert CarrThat's embarassing.
2008-11-02 Robert CarrAdd an "extensions" system. very rudimentary. Idea...