[clutter] Created tag 1.11.2
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter] Created tag 1.11.2
- Date: Tue, 1 May 2012 13:04:52 +0000 (UTC)
The signed tag '1.11.2' was created.
Tagger: Emmanuele Bassi <ebassi linux intel com>
Date: Tue May 1 14:03:03 2012 +0100
Clutter 1.11.2 (snapshot)
Changes since the last tag '1.9.16':
Alejandro PiÃeiro (1):
a11y: stop to use text as the default accessible-name for ClutterText
Carles Ferrando (1):
[l10n]Updated Catalan (Valencian) translation
Chao-Hsiung Liao (1):
Updated Traditional Chinese translation(Hong Kong and Taiwan)
Christian Kirbach (2):
[l10n] Updated German translation
[l10n] Updated German translation
Chun-wei Fan (2):
Update test-interactive Visual C++ projects
Update Visual C++ property sheets
Cosimo Cecchi (3):
x11/device-manager-xi2: Flip deltas around
device-manager: don't select events for disabled devices
device-manager: select/unselect device events as device change
Daniel Korostil (1):
Uploaded Ukranian
Daniel Mustieles (1):
Updated Spanish translation
Daniel Nylander (1):
Updated Swedish translation
Emmanuele Bassi (117):
Post-release version bump to 1.9.17
timeline: Increment current-repeat after ::completed
cookbook/examples: Use real implicit animations
Post-branching version bump to 1.11.1
actor: Clarify and improve memory management of transitions
Use g_clear_object() instead of unref() + NULL
property-transition: Remove animatable from the ctor
docs: Add a section on actor animations
docs: Fix typo
docs: Reorganize the API reference index
paint-node: Initialize ClutterPaintOperation
conform: Set harsher environment for running tests
interactive/scrolling: Use the implicit animation API
docs: Clean up the animations sections of the Actor reference
Fix fallback profile counter macro
osx: Fix compilation warnings
version: Add 1.12 version macros
build: Remove disabling Clutter's deprecation warnings while building it
actor: Add IN_DESTRUCTION checks
actor: Add debug annotation in add_transition()
Remove unused fields from LayoutInfo
interactive/transitions: Add missing easing state save/restore
actor: Simplify setters of animatable properties
table-layout: Fix [xy]_expand
actor: Check easing duration when updating in-flight transitions
interactive/transitions: Jump to middle-click coordinates
interactive/animation: Use implicit animations instead of animate()
docs: Mention in-flight value changes
actor: Ensure we use the current easing duration and mode
actor: Minor optimization to avoid get_preferred_*
actor: Ensure that we correctly remove transitions
actor: Make :content-gravity animatable
interactive/bin-layout: Call save/restore easing state
actor: Make _clutter_actor_foreach_child() safe again
build: Remove -Waggregate-returns
osx: Fix build
x11/device-manager-xi2: Remove heuristics for touchscreen devices
enums: Add CLUTTER_INPUT_AXIS_DISTANCE
x11/device-manager-xi2: Add 'Abs Distance' axis
interactive/stage-sizing: Clean up
stage: Unset the natural size when fullscreening
x11/stage: Leave a comment about multi-head setup
actor: Do not queue_redraw() in set_opacity()
actor: Remove unnecessary relayout/redraw calls
actor: Fix completed transitions logic
actor: Clear MetaGroups when empty
actor: Check for mapped children in the default get_paint_volume()
interactive/snap-constaint: Modernize code
actor: Return a valid paint volume by default
Deprecate ClutterMedia
cally: Fix the pkg-config file
Be resilient in case there is no device manager
docs: Add the 1.12 symbols index to the API reference
Revert "actor: Unconditionally set show_on_set_parent"
actor: Call show() on set parent conditionally
macros: Define MIN_REQUIRED as the current version
media: Define CLUTTER_DISABLE_DEPRECATION_WARNINGS
path: Avoid integer overflow in get_distance()
Deprecate ClutterCairoTexture
Move the progress function registration to clutter-types.h
Add base geometric types
actor: Use ClutterPoint for the fixed position
actor: Use ClutterSize for minimum and natural fixed sizes
actor: Add position and size animatable properties
script: Support ClutterPoint and ClutterSize
color: Add initializers for ClutterColor
Move towards an alloc/init pair for base types
Add a function to compute the distance between points
event: Add distance and angle accessors
Use an epsilon for float comparison
Add a rect-contains-rect function
Add version annotation for newly added functions
docs: Add a reference section for geometric types
transition: Add interval convenience API
docs: Use the Transition convenience API
actor: Make add_transition() work regardless of easing state
easing: Add utility functions
interval: Allow passing NULL values to the constructor
Add ClutterKeyframeTransition
timeline: Add an internal function for advancing a timeline
Add ClutterTransitionGroup
keyframe-transition: Add direct accessors for key frames
Deprecate State and Animator
Deprecate ClutterAnimation, as well as clutter_actor_animate()
Add deprecation annotations
docs: Clean up the animation section
Fixes for the API reference
actor: Remove automatic transition init from add_transition()
actor: Add basic automatic expand flags
actor: Add private get_effective_x_align() method
bin-layout: Use the actor align/expand flags
interactive/bin-layout: Improve the example code
docs: XInclude the bin layout example
bin-layout: Deprecate BinLayout alignments
box-layout: Add the :orientation property
actor: Coalesce needs_[xy]_expand() into one method
actor: Ignore allocation flags
actor: Make :allocation animatable
box-layout: Deprecate the animation API
table-layout: Deprecate the animation API
layout-manager: Deprecate the layout animation
interactive/table-layout: Enable animations
Add ClutterScrollActor
docs: Add ScrollActor to the API reference
docs: Clean up index
Deprecate ClutterAlpha
docs: Specify scroll_to_point() coordinate space
docs: Add missing symbols to the sections file
docs: Mention that patches must pass the conformance tests
Disable deprecation warnings in deprecated classes
animatable: Disable deprecation warnings
docs: Annotation fixes
docs: Fix typo in the <structname> tag
docs: Replace unknown <envvar> tag with <varname>
Add missing symbols
conform/actor-graph: Add missing NULL terminator
Release Clutter 1.11.2
Fran DiÃguez (1):
Updated Galician translations
Ihar Hrachyshka (1):
Updated Belarusian translation.
Jasper St. Pierre (10):
actor: Freeze property change notifications on destroy
table-layout: Remove unused 'shrink' field.
table-layout: Fix column visibility for spanning actors
table-layout: Fix x/y-expand for spanning actors
table-layout: Remove dead code
actor: Invalidate the current state when popping easing states
text: Bubble up a click and quit early for just static text
actor: Not-actors don't have metas
actor: Unconditionally set show_on_set_parent
conform: Make sure that raising/lowering children doesn't change state
Jonh Wendell (2):
Updated Brazilian Portuguese translation
Updated Brazilian Portuguese translation
Jordi Serratosa (1):
[l10n] Fixes on Catalan translation
Kenneth Nielsen (1):
Updated Danish translation
Neil Roberts (5):
wayland: Fix some missing includes
configure: Fix the -o operator in a call to test
Don't use any GL types or defines in Clutter
clutter-stage-cogl: Use CoglPrimitive for the debug redraw code
Remove calls to cogl_disable_fog
Owen W. Taylor (1):
ClutterText: Fix length passed to clutter_text_buffer_set_text()
Peter Hutterer (1):
Rename XINPUT_2_2 define to HAVE_XINPUT_2_2
Piotr DrÄg (2):
Updated POTFILES.in
Updated POTFILES.in
Rajesh Ranjan (1):
hindi translation by Chandan Kumar
Rico Tzschichholz (1):
build: Remove superfluous ','
Rob Bradford (2):
wayland: Only try and resize the framebuffer if there is a valid framebuffer
build: Bump pango dependency to 1.30
Robert Bragg (2):
include standalone cogl-wayland-server/client headers
clutter-wayland-compositor.h: Adds missing header guards
Rudolfs Mazurs (1):
Updated Latvian translation.
Stefano Facchini (1):
canvas: avoid emission of "draw" signal when the size is zero
Tristan Van Berkom (1):
Properly manage timeline refcounting in clutter_animation_set_timeline()
Viktor Nyberg (1):
[l10n] Updated German translation
Yuri Myasoedov (1):
Updated Russian translation
kkrothap redhat com (1):
Updated Telugu Translations
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]