2010-12-03 06:27:30 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update clutter to 1.4.2.
Clutter 1.4.2 (30/11/2010)
===============================================================================
* List of changes since Clutter 1.4.0
>> Optimize ClutterText's preferred height computations when
in single line mode.
>> Fix build for CEx100 backend.
>> Fix the example code in the Cookbook recipes to be C90 compliant.
>> Add optimizations in ClutterActor for show, hide and queue_relayou().
>> Build fixes for introspection data.
>> Trap glXDestroyPixmap() to avoid an ordering issue when freeing
pixmaps.
>> Fix segfaults with empty XSettings and font names.
>> Do not use exclusive pointer grabs in ClickAction.
>> Fixes for the win32 backend.
>> Do not destroy materials and shaders when not needed.
>> Leaks fixed.
|
2010-11-21 14:20:54 by OBATA Akio | Files touched by this commit (3) | |
Log message:
Update clutter to 1.4.0.
Release Notes for Clutter 1.4
-------------------------------------------------------------------------------
* ClutterLayoutManager sub-classes overriding the set_container() virtual
function should chain up to the parent class's implementation.
* The ClutterTexture:filename property is now readable, as well as writable;
this allows querying the Texture for the filename storing the image data.
The value will be unset when using the set_from_*_data() family of
functions.
* If both the :sync-size and the :keep-aspect-ratio properties of a
ClutterTexture are set to TRUE, then the texture actor will update its
ClutterActor:request-mode property depending on the orientation of the
image data - height-for-width for landscape, and width-for-height for
portrait. Square image data will default to height-for-width, like all
actors. You can still explicitly override the :request-mode value, or
you can unset the :sync-size property to control the size yourself.
* All the key symbol macros have been renamed from CLUTTER_* to
CLUTTER_KEY_*. The old names are still available inside the
clutter-keysyms-compat.h header, which is included by clutter-keysyms.h
unless CLUTTER_DISABLE_DEPRECATED is defined.
|
2010-11-18 13:26:54 by OBATA Akio | Files touched by this commit (1) |
Log message:
Add an missing file to PKGCONFIG_OVERRIDE.
|
2010-11-17 22:13:09 by Matthias Drochner | Files touched by this commit (2) |
Log message:
this pkg doesn't need the whole gkt2 but just the gdk-pixbuf part
(ride on last night's PKGREV bump)
|
2010-11-15 23:59:19 by David Brownlee | Files touched by this commit (1062) |
Log message:
PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome
|
2010-10-16 16:05:18 by OBATA Akio | Files touched by this commit (4) |
Log message:
Update clutter to 1.2.14.
Clutter 1.2.14 (24/09/2010)
===============================================================================
* List of changes since Clutter 1.2.12
> Backport GLES detection logic, and remove an unwanted GL dependency
when building EGLX backends against Mesa.
> Fix build on Quartz.
> Plug leaks in CoglProgram and CoglShader.
> Fixes for CoglShader usage on GLES2.
> Backport a fix in the request mode of ClutterBoxLayout.
> Documentation fixes.
Many thanks to:
Neil Roberts
Alexandros Frantzis
Nate Stedman
|
2010-09-14 13:03:18 by Thomas Klausner | Files touched by this commit (1096) |
Log message:
Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.
Per discussion on pkgsrc-changes.
|
2010-08-01 11:04:33 by OBATA Akio | Files touched by this commit (2) |
Log message:
Fixes build on Darwin 8.11.0 without X.
|
2010-07-16 16:56:11 by OBATA Akio | Files touched by this commit (2) |
Log message:
I've forgoten to add comments before commit.
|
2010-07-16 16:31:46 by OBATA Akio | Files touched by this commit (3) |
Log message:
Update clutter to 1.2.12.
Clutter 1.2.12 (14/07/2010)
===============================================================================
* List of changes since Clutter 1.2.10
> Provide a fallback for MESA_copy_sub_buffer by using the
EXT_blit_framebuffer extension. (BCP#2128)
> Never promote clipped redraws to fullscreen redraws. (BCP#2136)
> Fix rounding error in ClutterText. (BCP#2170)
> Fix drawing of transparent stages on X11. (BCP#2050)
> ClutterAnimator bug fixes.
> ClutterAnimation fixes for vector-based API. (BCP#2149)
> Fixes for the Windows backend event handling. (BCP#2135)
> Fixes for the setup of the GL context on OSX. (BCP#1394)
> Documentation improvements. (BCP#2081, BCP#2133)
> Build fixes for the conformance test suite. (BCP#1930)
|