Opened 9 years ago

Closed 9 years ago

#6938 closed enhancement (fixed)

clutter-1.24.2

Reported by: Fernando de Oliveira Owned by: bdubbs@…
Priority: normal Milestone: 7.9
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description (last modified by Fernando de Oliveira)

http://ftp.gnome.org/pub/gnome/sources/clutter/1.24/clutter-1.24.2.tar.xz

http://ftp.gnome.org/pub/gnome/sources/clutter/1.24/clutter-1.24.2.sha256sum

9631c98cb4bcbfec15e1bbe9eaa6eef0f127201552fce40d7d28f2133803cd63

http://ftp.gnome.org/pub/gnome/sources/clutter/1.24/clutter-1.24.2.news

http://ftp.gnome.org/pub/gnome/sources/clutter/1.24/clutter-1.24.0.news

http://ftp.gnome.org/pub/gnome/sources/clutter/1.23/clutter-1.23.6.news

http://ftp.gnome.org/pub/gnome/sources/clutter/1.23/clutter-1.23.4.news

http://ftp.gnome.org/pub/gnome/sources/clutter/1.23/clutter-1.23.2.news

Clutter 1.24.2                                                       2015-10-12
===============================================================================

  • List of changes since Clutter 1.24.0

    - Emulate discrete scrolling on evdev

    - Improve animation smoothness under the GDK backend

    - Updated translations
    Russian, Latvian, Danish, Swedish, Brazilian Portuguese, Serbian,
    Serbian Latin, Ukrainian, Hindi, Kannada, Finnish, Portuguese.

  • List of bugs fixed since Clutter 1.24.0

    #755357 - timeline: Minor fixes for debuggability with
              ClutterMasterClockGdk
    #745517 - gnome-shell crashed with SIGABRT in g_assertion_message()
    #756284 - Unable to use two finger scroll on Wayland

Clutter 1.24.0                                                       2015-09-15
===============================================================================

  • List of changes since Clutter 1.23.6

    - Fix ClutterGridLayout's preferred size computation
    The preferred height of the ClutterGridLayout is correctly taking into
    account the height and span of each cell.

    - Improve embeddability of Clutter in foreign toolkits
    Embedding Clutter inside other toolkits, like GTK+, on Wayland and X11
    has been fixed.

    - Updated translations
    French, Portuguese, Spanish, Galician, Chinese (Taiwan), Polish,
    Indonesian, Greek, Slovak, Hebrew, Hungarian, Lithuanian, Italian,
    Slovenian, German, Czech.

  • List of bugs fixed since Clutter 1.23.6

    #755014 - Fix Clutter-Gtk on x11
    #754993 - notify Cogl immediately of a foreign window resize in GDK/X11
              backend
    #754938 - Setup sync_to_vblank before ClutterStage creation
    #754890 - Fix Mesa warning when unrealizing/rerealizing foreign stage
              windows
    #754889 - Fix compositor synchronization in GDK backend
    #754766 - "actor: Clean up transform_stage_point()" broke HiDPI mutter
    #754697 - Use a wayland subsurface when dealing with foreign windows
              on GDK/wayland
    #754671 - Improve dealing with foreign stages on GDK
    #754134 - A few gdk backend fixes

Clutter 1.23.6                                                       2015-08-21
===============================================================================

  • List of changes since Clutter 1.23.4

    - Require Cogl 1.21.2

    - Prefer the OpenGL 3.x Cogl driver
    The GL3 driver drops legacy API, and should bring a slight performance
    improvement, as well as lower memory overhead. If GL3 is not supported,
    Clutter falls back to the older GL driver transparently.

    - Updated translations
   Catalan, Indonesian, Portuguese, Lithuanian, Spanish, French, Galician

  • List of bugs fixed since Clutter 1.23.4

    #742678 - gl: Prefer gl3 over the gl driver
    #746279 - Typo (textues) in translatable string
    #753895 - Incorrect plural form of child

Clutter 1.23.4                                                       2015-07-22
===============================================================================

  • List of changes since Clutter 1.23.2

    - Add functions for binding a GListModel to a ClutterActor
    The bind_model() and bind_model_with_propertis() methods on ClutterActor
    allow binding objects inside a GListModel implementation to children or
    an actor.

    - Add event types for touchpad gestures
    Currently, the libinput input backend is the only one that will generate
    the touchpad events for swipe and pinch/zoom/rotate, but support for other
    backends is planned in the future.

    - Documentation fixes

  • List of bugs fixed since Clutter 1.23.2

    #752272 - _CLUTTER_DEPRECATED_MACRO_FOR is not defined when not compiling
              with gcc
    #752056 - Check for NULL pointer for pspec returned by
              g_object_class_find_property, before dereferencing
    #752104 - Automatic wayland detect support causes error when wayland is
              not installed
    #751472 - Don't create libinput properties

Clutter 1.23.2                                                       2015-06-18
===============================================================================

  • List of changes since Clutter 1.22

    - Add accessor functions for ClutterActor state
    Currently, actor state is accessible only via GObject properties and via
    pre-processor macros; the former are not very friendly for C developers,
    while the latter are not usable from language bindings. New functions have
    been added to fill in the gap; the macros have a "soft" deprecation, since
    compiler warnings cannot be used to detect their use.

    - Merge the Cally API reference into Clutter's
    The Cally API is part of the Clutter shared library; it makes sense to
    have the API references merged.

    - Improve visual handling with the GDK backend running on X11
    Cogl has its own visual, based on its preferred GLXFBConfig; this means
    that Clutter should use and expose the correct GdkVisual instance when
    creating the GdkWindow used for drawing the contents of the stage.

    - Improve input device handling in the GDK backend
    Properly detect touchpad devices; translate touch events.

  • List of bugs fixed since Clutter 1.22

    #707982 - Add PanAxis mode that automatically pins scroll based on initial
              movement
    #750496 - Touch events not correctly propagated through gdk backend
    #747489 - No access to the Visual used to build the CoglOnscreen
    #747951 - Tablet calibration targets do not respond to clicks
    #749739 - prepare ClutterSwipeAction for multi-finger swipes
    #749482 - x11: Fix touchpad detection

Change History (3)

comment:1 by Fernando de Oliveira, 9 years ago

Description: modified (diff)
Summary: clutter-1.24.0clutter-1.24.2

New point version 1.24.2

comment:2 by bdubbs@…, 9 years ago

Owner: changed from blfs-book@… to bdubbs@…
Status: newassigned

If anyone wants these tickets before I get them updated, please take it.

comment:3 by bdubbs@…, 9 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 16539.

Note: See TracTickets for help on using tickets.