[cluttermm] Created tag 1.17.1



The unsigned tag '1.17.1' was created.

Tagger: Murray Cumming <murrayc murrayc com>
Date: Thu Apr 10 21:03:22 2014 +0200

    1.17.1

Changes since the last tag 'CLUTTERMM_1_3_3':

Aidan Delaney (1):
      Include definition of Clutter::ChildMeta in top-level file * clutter/cluttermm.h: pull in 
cluttermm/childmeta.h

Chris Kühl (2):
      Added Krzesimir Nowak as maintainer and removed myself
      Added Aidan Delaney as maintainer in doap file

Ian Martin (62):
      clutter_methods.defs updated.
      clutter_enums.defs updated to clutter-1.7.6
      clutter_signals.defs updated to clutter-1.7.6
      Replaced the hand-coded signals changes
      Actor::set_event() Make the event parameter const.
      clutter_enums.defs regenerated
      Added class documentation for the Action abstract base class
      Point class added
      Point class test file added.
      Updates test-interval-creation to use make_check.
      Updated to provide output for make_check.
      Corrected error in test file; incorrect value added.
      Updated the Stage class.
      Adds the Stage example from the reference manual.
      Adds animatable class files.
      Ignores all generated files in the /tests directory.
      conversion macros now in alphabetic order by class
      Add TESTS to tests/Makefile.am, allowing automatic test runs.
      ActorBox class updated.
      Test file for ActorBox class.
      Adds Size class.
      tests for Clutter::Size
      documentation update
      .gitignore: remove /examples contents except source code and Makefile.
      Updates ActorMeta.
      Actor: Add get/set_x/y_align() and get/set_x/y_expand() and properties.
      Updates Actor: Animatable interface added, adds new methods called by vfuncs.
      Adds Margin methods.
      Actor: Add add/insert/remove_child() and remove_all_children().
      Actor: Add rotation/pivot/scale/translation methods.
      Actor: Add get/set_background_color().
      Add the Content interface and the Image class.
      Effect branch added.
      Adds the Rect class.
      Actor: Adds needs_expand and LayoutManager methods.
      Actor: Adds get and set z_position.
      Color class updated with new methods and the StaticColor enum.
      Adds easing methods to Actor.
      Transitions class added.
      PropertyTransition class added.
      Adds Matrix and associated methods.
      Include Content in cluttermm.h and generate .defs for it.
      Actor: Added get_content_box().
      OffscreenRedirect methods and enum added to Actor.
      Transitions added to actor class, and required conversions in convert_clutter.
      Constraint base class added.
      BindConstraint class added.
      PathConstraint class added.
      SnapConstraint class added
      AlignConstraint class added.
      templated Interval methods to avoid the need for Glib::Values in application code.
      clutter_methods.defs: Add missing ClutterConstraint* parameters.
      Adds Constraint methods to Actor class.
      Added Canvas.
      extra_defs: Generate defs for more clutter types.
      Added Model and ModelIter.
      Clone: Derive from Container and add get_source() and property.
      Add KeyframeTransition.
      Add TextBuffer and add Text methods.
      Backend: Add get_default() and settings_changed signal.
      Add GridLayout
      Added ScrollActor.

José Alburquerque (2):
      Auto-generate the ChangeLog from the git log for 'make dist'.
      Move to a generated ChangeLog.

Krzesimir Nowak (1):
      Fix the build.

Murray Cumming (89):
      Regenerate clutter_methods.defs including deprecated API.
      Actor::get_transformation_matrix(): Use ClutterMatrix.
      Restore some method .defs.
      clutter_signals.defs: Manually add a const to fix the build.
      Alpha: Mark this as deprecated.
      Action: Slight clean up of the overview documentation.
      Types: Mostly whitespace and comment/documentation improvements.
      Require clutter >= 1.12 because we now use ClutterPoint.
      test/Makefile.am: Rename the new test to match its file name.
      test-point-class: Some whitespace fixes.
      Point: Replace the regularly-generated default constructor.
      test-interval-creation: Some small whitespace and const fixes.
      test-point-class: Minor whitespace and const improvements.
      test-interval-creation: Minor whitespace and const fixes.
      Use Cairo::Context via Cairo::RefPtr, not Glib::RefPtr.
      Whitespace corrections for the previous commit.
      Animatable:set_final_state(): Avoid infinite loop.
      Animatable: Remove superfluous returns.
      Animatable: Whitespace corrections and some comments.
      Animatable: Add interpolate_value_value() and use it in the templated method.
      Animatable: Rename gvalue parameters to value.
      ActorBox: Make the constructor explicit.
      ActorBox: Move this to its own file, to make things clearer.
      Size: Move this to its own .hg/ccg files.
      .gitignore: Ignore some files, as gtkmm does.
      cluttermm.h: Include the new size.h and actor-box.h files.
      Size: Use _CUSTOM_DEFAULT_CTOR to avoid ambiguous constructor calls.
      Behaviour*: Deprecate all these classes.
      Updated the Doxygen configuration with doxygen -u.
      clutter_vfuncs.defs: Avoid some whitespace that confuses gmmproc.
      Actor: Deprecate many methods.
      Texture: Deprecate this, though we have not wrapped Image yet.
      Backend: Deprecate many methods.
      Container: Deprecated several methods
      ActorMeta: Wrap the vfunc.
      Deprecated Rectangle.
      Deprecate Score.
      Alpha: Avoid deprecation warnings.
      Deprecate Animator.
      BinLayout: Deprecate some of the API.
      Deprecate Box.
      BoxLayout: Deprecate some methods.
      Timeline: Deprecate some methods and add their replacements.
      Deprecate CairoTexture.
      Group: Deprecate this.
      Deprecate frame_source_add().
      Deprecate threads_init/enter/leave/frame_source().
      Group: Do not put this in a deprecated ifdef because Stage uses it.
      Animation: Deprecate this.
      Actor: Add some missing deprecation ifdefs.
      Tests, Examples: Avoid use of our own deprecated API.
      tests/examples: Replace some use of deprecated API.
      Content: Corrections.
      Text: Make get_cursor_color() return like the other get_*_color() methods.
      cluttermm.h: Include some new files.
      Add a TODO comment.
      Rect: Fix some memory-management problems.
      Actor: Add content methods.
      test-actors: Replace Texture with Image content in an Actor.
      Remove tests that use deprecated Alpha.
      test-actors: show() still seems to be necessary on the stage.
      Add codegen scripts, based on the ones in gtkmm.
      Move vfunc-only _CONVERSION()s to the .hg files that use them.
      A vfunc fix.
      Regenerate signals/properties defs.
      PathConstraint: Correct the signa.
      Stage: Deprecate get_is_default() and avoid deprecation warnings.
      clutter_signals.defs: Add and use a patch.
      clutter_methods.defs: Add some new stuff after regenerating.
      clutter_methods.defs: Add some .defs lost by recent regenerations.
      clutter_methods.defs: Restore more lost defs.
      Actor: Remove extra whitespace in templated types using Constraint.
      generate_extra_defs: Avoid deprecation warnings.
      generate_extra_defs: Check the clutter_init() result.
      wrap_init: Avoid deprecation warnings.
      InputDevice: Deprecate get_device_coords(), adding get_coords().
      LayoutManager: Deprecate begin/end_animation and get_animation_progress().
      Deprecate Clutter::Media.
      Deprecate Clutter::Shader.
      init(): Check clutter_init() result to avoid compiler warning.
      Deprecate several general methods in main.[h|cc].
      Actor: Add most remaining vfuncs.
      Actor: Add the remaining signals.
      Add extra .defs for documentation generation.
      Actor: Add most missing methods.
      FlowLayout: Add get/set_snap_to_grid() and properties.
      DeviceManager: Use _WRAP_METHOD() more instead of hand-coding.
      InputDevice: Add methods.
      1.17.1


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