[seed] Created tag SEED_0_8



The unsigned tag 'SEED_0_8' was created.

Tagger: Tim Horton <hortont424 gmail com>
Date: Sat Jul 4 17:31:04 2009 -0400

    Somehow, we forgot to tag 0.8

Changes since the last tag 'SEED_0_7':

Johan Euphrosine (6):
      examples: Some clutter-pad cleanups
      clutter-pad: test and fix duplicate context creation on execute
      update clutter-cairo.js sample to clutter 0.9
      add cairo.Context.steal and cairo.Context.destroy to seed_cairo
      fix seed_cairo_rotate argument count
      clutter-pad: add clutter-cairo example

Luis Medinas (1):
      Fix dbus-banshee example.

Robert Carr (98):
      seed: Add cluttter-pad.ui to POTFILES.skip
      doc: Add weather example to example index
      Add 'Gst.js' with Gst.Element.prototype.link_many
      libseed: Add GObject.__property_type, for looking up pproperty types, and use this in Clutter.Actor.animatev, so you no longer have to pass [GObject.TYPE_BLA, bla]
      examples: Update clutter using examples to not require [GOject.TYPE_*...in animatev calls
      libseed: Update Seed.js to include gnome-js-common module directory in default search path
      Implement cairo_surface_t bindings
      cairo: Implement cairo_image_surface_t bindings
      cairo: seed_object_to_cairo_surface should take an exception
      cairo: Start defining cairo enums
      cairo: Define cairo_format_t enum
      cairo: Implement skeleton cairo.Context class + constructor
      cairo: Fix some warnings while I wait for WebKit to build
      cairo: Some code reorg
      libseed: No need for G_MODULE_BIND_LAZY when importing modules
      cairo: Hack around WebKit GC bug for now
      cairo: Start implementing some cairo context methods
      cairo: Implement more of cairo context
      cairo: More cairo.context, more enums, more breakfast
      cairo: get/set fill_rule/line_cap/line_join
      cairo: get/set line_width/miter_limit/operator/tolerance. clip_preserve. reset_clip
      cairo: Implement the rest of the cairo_t methods (not including the path ones)
      cairo: Bind the cairo path functions
      clutter-pad: Add ClutterBox2D example
      canvas: Switch to property getter/setters for CairoImageSurface
      cairo: seed-cairo-surface should use properties where possible
      cairo: Move some context setters/getters in to properties
      Implement matrix getters/setters
      cairo: Implement the matrix getter/setters, and the additional transformation methods
      cairo: Move matrix code in to seed-cairo-matrix.c so additional functions can be added, and it can be used by the soon to be seed-cairo-pattern.c
      cairo: Implement matrix init/translate/scale/rotate funcs
      cairo: Implement the remaining matrix functions (transform_point/transform_distance)
      cairo: Implement surface.write_to_png
      cairo: More cairo_t properties
      cairo: Add CAIRO_STATUS enum, and cairo_status_to_string
      cairo: Add Pattern class
      cairo: Standardize the class naming to be just 'Class' and not 'CairoClass'
      cairo: Implement cairo.LinearGradient and cairo.RadialGradient
      cairo: Implement pattern.add_color_stop_rgb and rgba
      cairo: Implement cairo.get_source and cairo.set_source
      Cairo stuff
      examples: Add simple cairo example
      DBus: Start implementing DBus exports
      Dbus: implement service side DBus stuff, still needs some work...
      Make the documentation a bit more...hierarchal
      docs: Reorganize module docs to prepare for docbook rewrite
      docs: Add make functions helper script for generating module documentation
      docs: Add docbook rewrite of readline docs
      Fix generation of readline docs
      docs: Docbookify sqlite documentation
      doc: Module docs will now build without seed installed
      libseed: Constructor sometimes steals a ref to non INITIALLY_UNOWNED objects
      cairo: Implement some more cairo_t methods.
      cairo: Implement Cairo PDF surfaces
      modules: Add GtkBuilder module for handling gtkbuilder signal connection
      Add docbook for gtkbuilder module. Pretty sparse...
      docs: Document the one function in the gtkbuilder module, and also provide an example
      docs: Docbookify sandbox module documentation.
      docs: Update docs index to point at new docbook docs
      gtkbuilder: If connect_object is passed to the connect func, use g_object_watch_closure to ensure lifetime
      libseed: Drop the seed_gobject_initialize handler, and instead add signals in seed_wrap_object.
      libseed: Separate the logic to make a wrapper for a given GObject type, out from the logic to make a wrapper for a specific object. This is necessary to be able to make the wrapper, before the call to g_object_newv, which will be required to see custom properties in init ha ndlers
      libseed: Construct new JSObjectRefs for GObject wrappers in seed_gobject_constructor_invoked, so that it will be possible to append additional properties
      Document seed_make_function
      libseed: Implement imports.Directory constructor.
      libseed: Implement property enumeration for importer_dir class
      seed: Start working on ChangeLog for next release. Still one week left...this must be a record
      GTKDoc index.html should not be in GIT
      libseed: Pass this as an argument to constructors in addition to as this. Calling it self provides a quick solution to capturing this in closures.
      libseed: seed_gobject_init_method_invoked should support non argv class arrays by copying
      extensions: Move JSON bits to gnome-js-common
      Update examples and tests to import JSON now that it is a seperate module.
      libseed: Remove Seed.import_namespace. Use the new system.
      extensions: Clutter animation wrappers should save animate wrappers
      tests: struct-functions test should use new imports system
      libseed: Allow setting of non gobject properties in constructor
      tests: Add test of the self parameter to init, and of passing additional properties to GObject constructors
      Add a SEED_DEBUG_MODULE flag
      libseed: Fix include of Seed.js in non-standard prefix
      extensions: Seed.js uses search path from @prefix@ now. Also queries gnome-js-common for moduledir. Seed depends on gnome-js-common now
      dbus: Logging statements
      libseed: seed_gobject_equals and the .equals() method has been useless since toggle refs were added in november, so remove it
      Add seed_value_to_format to API, converts an array of SeedValue based on a format string. Also add C test and docs
      libseed: seed_value_to_boolean should permit JSValueIsNumber, and not just return FALSE
      libseed: seed_value_to_(int)(uint)(long)(ulong)(int64)(uint64) should not choke on boolean
      More work on release ChangeLog
      Move Seed.print to the global object, as 'print', keep Seed.print for this release
      find . -path ./.git -prune -o -type f -print0 | xargs -o perl -pi -e 's/Seed\.print/g'
      libseed: Move Seed.fork into os module
      libseed: Conversion to/from date objects to time_t
      Update RELEASE file
      extensions: Whoops, put Seed.printf back
      Bump autotools version
      libseed: Propogate the GIArgInfo in to seed_gi_make_argument
      libseed: Propogate the GIArgInfo through the native closure privates
      Fix printf in tests
      examples: Cleanup actions example
      libseed: Fix struct-union-enumerate test

Tim Horton (30):
      ClutterPad: fix indentation of animated-rectangle example.
      ClutterPad: editor should use fixed-width font.
      ClutterPad: Spring example, similar to Processing.
      Pango: Persist (in ~/.pangojsrc, needs to find a better home) your pango.js layout EXCEPT FOR COLORS (struct bug?)
      ClutterPad: remove random whitespace
      Build: fix install permissions for some scripts (repl.js wants to be +x) so that OpenSUSE package doesn't complain, fixes bug #582584
      Patches: update Clutter patch to match head
      clutter-pad: add new cairo example to Makefile.
      Turtle: Don't install seed_turtle to bindir.
      Build: Use gnome-autogen.
      Build: install modules into libdir instead of exec_prefix/lib, more appropriate on 64 bit systems (fixes bug 583024)
      gtkplug: example doesn't require gio import
      clutterpad: springs example motion frequency @ 60Hz doesn't break things anymore
      Use env to find seed, not absolute path.
      Load default extension script in all global contexts, even in imports.
      Update imports in sqlite example.
      libseed: fix exception name spelling error
      Build: Fix various missing things from EXTRA_DISTs
      Doc: printf is not global yet
      Build: fix another file missing from dist.
      Build: dist sqlite.xml
      Build: readline.xml dist.
      Build: dist sandbox.xml
      Distribute dbus-exports.h
      Build: dist cairo module headers.
      Build: don't write into the build-from dir, write into build-to.
      Build: don't refer to files relatively; fixes build-in-different-dir.
      Build: oops; last commit should have used srcdir, not builddir.
      Fix more relative paths.
      More build fixes



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]