profile/ivi/clutter.git
12 years agoDon't use any GL types or defines in Clutter
Neil Roberts [Fri, 23 Mar 2012 17:12:26 +0000 (17:12 +0000)]
Don't use any GL types or defines in Clutter

Some of the Clutter code was using GL types for the primitive types
such as GLint and GLubyte and then passing these to Cogl. This doesn't
make much sense because the Cogl functions directly take native C
types. This patch just replaces them with either a native C type or a
glib type.

Some of the cogl conformance tests are trying to directly call GL for
example to test creating a foreign texture. These tests have been
changed to manually define the GL enum values instead of relying on a
GL header to define them.

This is necessary because Cogl may soon stop including a GL header
from its public headers.

Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
12 years agoconfigure: Fix the -o operator in a call to test
Neil Roberts [Fri, 23 Mar 2012 16:34:17 +0000 (16:34 +0000)]
configure: Fix the -o operator in a call to test

The disjunction operator was misspelt as -O which tests whether the
following file is owned by the calling user. This doesn't take enough
arguments so bash was showing an error and the test was always
failing. This meant that NEED_XKB_UTILS was always false which should
have broken the build but the Makefile was mistakenly including
clutter-xkb-utils.c again if SUPPORT_WAYLAND is defined.

See 1b77565e for reference.

Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
12 years agobuild: Remove disabling Clutter's deprecation warnings while building it
Emmanuele Bassi [Thu, 22 Mar 2012 13:20:55 +0000 (13:20 +0000)]
build: Remove disabling Clutter's deprecation warnings while building it

Now that we have deprecation warnings and not full on symbol removal
from the headers, we can just skip Clutter's own, and use only GLib's.

12 years agohindi translation by Chandan Kumar
Rajesh Ranjan [Fri, 23 Mar 2012 09:18:59 +0000 (14:48 +0530)]
hindi translation by Chandan Kumar

12 years agoversion: Add 1.12 version macros
Emmanuele Bassi [Thu, 22 Mar 2012 10:11:11 +0000 (10:11 +0000)]
version: Add 1.12 version macros

12 years agoosx: Fix compilation warnings
Emmanuele Bassi [Wed, 21 Mar 2012 14:01:31 +0000 (14:01 +0000)]
osx: Fix compilation warnings

https://bugzilla.gnome.org/show_bug.cgi?id=672536

12 years agoFix fallback profile counter macro
Emmanuele Bassi [Wed, 21 Mar 2012 14:01:11 +0000 (14:01 +0000)]
Fix fallback profile counter macro

12 years ago[l10n] Updated German translation
Viktor Nyberg [Thu, 22 Mar 2012 11:40:12 +0000 (12:40 +0100)]
[l10n] Updated German translation

12 years agoUpdated Russian translation
Yuri Myasoedov [Wed, 21 Mar 2012 18:47:04 +0000 (22:47 +0400)]
Updated Russian translation

12 years agotable-layout: Remove dead code
Jasper St. Pierre [Wed, 21 Mar 2012 14:42:32 +0000 (10:42 -0400)]
table-layout: Remove dead code

If a column/row is expanding, n_expand has to be greater than 1.

https://bugzilla.gnome.org/show_bug.cgi?id=672557

12 years agotable-layout: Fix x/y-expand for spanning actors
Jasper St. Pierre [Wed, 21 Mar 2012 14:36:42 +0000 (10:36 -0400)]
table-layout: Fix x/y-expand for spanning actors

Ported to ClutterTableLayout from MxTable:

https://github.com/clutter-project/mx/commit/239e53146a678ae753b1fb9a862f4030c66a1d9b

https://bugzilla.gnome.org/show_bug.cgi?id=672557

12 years agotable-layout: Fix column visibility for spanning actors
Jasper St. Pierre [Wed, 21 Mar 2012 13:36:07 +0000 (09:36 -0400)]
table-layout: Fix column visibility for spanning actors

Ported to ClutterTableLayout from MxTable:

https://github.com/clutter-project/mx/commit/6633f185fcfb7ce8a6ef85276d09e4ee92f584b8

https://bugzilla.gnome.org/show_bug.cgi?id=672557

12 years agotable-layout: Remove unused 'shrink' field.
Jasper St. Pierre [Wed, 21 Mar 2012 13:35:37 +0000 (09:35 -0400)]
table-layout: Remove unused 'shrink' field.

Ported to ClutterTableLayout from MxTable:

https://github.com/clutter-project/mx/commit/053a1b04290e6ac307f90033babf761179d1db89

https://bugzilla.gnome.org/show_bug.cgi?id=672557

12 years agoactor: Freeze property change notifications on destroy
Jasper St. Pierre [Thu, 16 Feb 2012 19:06:25 +0000 (14:06 -0500)]
actor: Freeze property change notifications on destroy

12 years agoUpdated Telugu Translations
kkrothap@redhat.com [Wed, 21 Mar 2012 14:03:23 +0000 (19:33 +0530)]
Updated Telugu Translations

12 years agodocs: Clean up the animations sections of the Actor reference
Emmanuele Bassi [Wed, 21 Mar 2012 13:30:28 +0000 (13:30 +0000)]
docs: Clean up the animations sections of the Actor reference

12 years agointeractive/scrolling: Use the implicit animation API
Emmanuele Bassi [Wed, 21 Mar 2012 12:57:26 +0000 (12:57 +0000)]
interactive/scrolling: Use the implicit animation API

12 years agobuild: Remove superfluous ','
Rico Tzschichholz [Wed, 21 Mar 2012 12:59:54 +0000 (13:59 +0100)]
build: Remove superfluous ','

12 years agoUpdated Brazilian Portuguese translation
Jonh Wendell [Wed, 21 Mar 2012 11:53:43 +0000 (08:53 -0300)]
Updated Brazilian Portuguese translation

12 years agoconform: Set harsher environment for running tests
Emmanuele Bassi [Tue, 20 Mar 2012 16:18:20 +0000 (16:18 +0000)]
conform: Set harsher environment for running tests

Set the MALLOC_CHECK_ and MALLOC_PERTURB_ environment variables to catch
allocation issues.

12 years agopaint-node: Initialize ClutterPaintOperation
Emmanuele Bassi [Tue, 20 Mar 2012 16:11:52 +0000 (16:11 +0000)]
paint-node: Initialize ClutterPaintOperation

Don't leave it to the compiler.

12 years agoclutter-wayland-compositor.h: Adds missing header guards
Robert Bragg [Tue, 20 Mar 2012 14:06:10 +0000 (14:06 +0000)]
clutter-wayland-compositor.h: Adds missing header guards

Reviewed-by: Neil Roberts <neil@linux.intel.com>
Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
12 years agowayland: Fix some missing includes
Neil Roberts [Fri, 9 Mar 2012 18:24:14 +0000 (18:24 +0000)]
wayland: Fix some missing includes

The commit 90e5088 added some extra compiler warning options that were
triggering warnings when enabling the wayland build due to missing
header includes. This adds those header includes in.

Reviewed-by: Robert Bragg <robert@linux.intel.com>
Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
12 years agoinclude standalone cogl-wayland-server/client headers
Robert Bragg [Tue, 20 Mar 2012 13:50:42 +0000 (13:50 +0000)]
include standalone cogl-wayland-server/client headers

Because the wayland-server-protocol.h header includes symbols that
collide with wayland-client-protocol.h Cogl now provides top level
<cogl/cogl-wayland-server.h> and <cogl/cogl-wayland-client.h> headers so
that applications can ensure they only include one of the wayland
protocol headers in a particular compilation unit. This updates clutter
accordingly to include those headers.

Reviewed-by: Neil Roberts <neil@linux.intel.com>
Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
12 years agowayland: Only try and resize the framebuffer if there is a valid framebuffer
Rob Bradford [Tue, 20 Mar 2012 13:31:28 +0000 (13:31 +0000)]
wayland: Only try and resize the framebuffer if there is a valid framebuffer

12 years agodocs: Reorganize the API reference index
Emmanuele Bassi [Tue, 20 Mar 2012 13:06:48 +0000 (13:06 +0000)]
docs: Reorganize the API reference index

12 years agodocs: Fix typo
Emmanuele Bassi [Tue, 20 Mar 2012 12:06:21 +0000 (12:06 +0000)]
docs: Fix typo

12 years agodocs: Add a section on actor animations
Emmanuele Bassi [Tue, 20 Mar 2012 11:55:41 +0000 (11:55 +0000)]
docs: Add a section on actor animations

Detail the implicit and explicit animation models used by ClutterActor.

12 years agoproperty-transition: Remove animatable from the ctor
Emmanuele Bassi [Tue, 20 Mar 2012 11:47:41 +0000 (11:47 +0000)]
property-transition: Remove animatable from the ctor

Should not have been there in the first place: the animatable will be
set either using ClutterTransition API, or when adding the transition
to a ClutterActor.

12 years agoUse g_clear_object() instead of unref() + NULL
Emmanuele Bassi [Tue, 20 Mar 2012 11:22:07 +0000 (11:22 +0000)]
Use g_clear_object() instead of unref() + NULL

12 years agoactor: Clarify and improve memory management of transitions
Emmanuele Bassi [Tue, 20 Mar 2012 11:17:53 +0000 (11:17 +0000)]
actor: Clarify and improve memory management of transitions

When adding a transition to a ClutterActor, the actor should hold a
reference on it, and release it only when we remove it. This makes
transitions just like other objects held by ClutterActor.

12 years agoPost-branching version bump to 1.11.1
Emmanuele Bassi [Tue, 20 Mar 2012 10:22:26 +0000 (10:22 +0000)]
Post-branching version bump to 1.11.1

12 years agoUpdate Visual C++ property sheets
Chun-wei Fan [Tue, 20 Mar 2012 08:36:51 +0000 (16:36 +0800)]
Update Visual C++ property sheets

-"Install" the newly-introduced headers
-Fix the situation when the Clutter sources are not unpacked in the root
 folder of a drive (ex: Clutter is unpacked in c:\blah or d:\blah, instead
 of c:\ or d:\)

12 years agoUpdate test-interactive Visual C++ projects
Chun-wei Fan [Tue, 20 Mar 2012 08:16:57 +0000 (16:16 +0800)]
Update test-interactive Visual C++ projects

Link to GDK-Pixbuf as well.

12 years agocookbook/examples: Use real implicit animations
Emmanuele Bassi [Mon, 19 Mar 2012 18:10:26 +0000 (18:10 +0000)]
cookbook/examples: Use real implicit animations

Instead of clutter_actor_animate().

12 years agotimeline: Increment current-repeat after ::completed
Emmanuele Bassi [Mon, 19 Mar 2012 18:05:29 +0000 (18:05 +0000)]
timeline: Increment current-repeat after ::completed

The ::completed signal emission is part of the current cycle; repeating,
like the automatic reverse of the timeline's direction, happens after
the ::completed chain of handlers has been called.

12 years agoUpdated Traditional Chinese translation(Hong Kong and Taiwan)
Chao-Hsiung Liao [Mon, 19 Mar 2012 15:45:28 +0000 (23:45 +0800)]
Updated Traditional Chinese translation(Hong Kong and Taiwan)

12 years agoPost-release version bump to 1.9.17
Emmanuele Bassi [Mon, 19 Mar 2012 15:23:08 +0000 (15:23 +0000)]
Post-release version bump to 1.9.17

12 years agoRelease Clutter 1.9.16 (1.10 release candidate 1)
Emmanuele Bassi [Mon, 19 Mar 2012 15:10:04 +0000 (15:10 +0000)]
Release Clutter 1.9.16 (1.10 release candidate 1)

12 years agodocs: Fixes for the API reference
Emmanuele Bassi [Mon, 19 Mar 2012 14:57:46 +0000 (14:57 +0000)]
docs: Fixes for the API reference

12 years agoconform/anchors: Fix a dubious test
Emmanuele Bassi [Mon, 19 Mar 2012 14:47:55 +0000 (14:47 +0000)]
conform/anchors: Fix a dubious test

Changing the scale gravity should not affect the scale factors as well;
it was just a side-effect of the wrong implementation of the setter.

12 years agox11/keymap: Silence deprecation warnings around a fallback
Emmanuele Bassi [Mon, 19 Mar 2012 14:40:46 +0000 (14:40 +0000)]
x11/keymap: Silence deprecation warnings around a fallback

We still use XKeycodeToKeysym() in a fallback path in case we're not
running on a decent enough system; XKeycodeToKeysym() is deprecated as
of version 1.12 of the X server, but since I don't want to copy a bunch
of code from GDK or, god forbid, from Xlib, for a fallback path, it's
probably more reasonable to just silence the compiler warnings - at
least until we can drop all the X compatibility crap, and just use
modern, or semi-modern, API.

12 years agox11: Add support for touch events
Emmanuele Bassi [Mon, 19 Mar 2012 14:28:34 +0000 (14:28 +0000)]
x11: Add support for touch events

For the time being, we just relay everything we get from the X server to
the Clutter application.

12 years agoevent: Add ClutterTouchEvent
Emmanuele Bassi [Mon, 19 Mar 2012 13:47:19 +0000 (13:47 +0000)]
event: Add ClutterTouchEvent

The ClutterTouchEvent structure contains the data relative to a touch
event.

12 years agogdk: Relay scroll delta from GDK
Emmanuele Bassi [Mon, 19 Mar 2012 12:19:26 +0000 (12:19 +0000)]
gdk: Relay scroll delta from GDK

12 years agox11: Reset scroll valuators
Emmanuele Bassi [Mon, 19 Mar 2012 14:27:54 +0000 (14:27 +0000)]
x11: Reset scroll valuators

We need to clear up the state on enter and leave, as well as when the X
server tells us that the device has changed.

12 years agox11: Add support for scroll valuators on XInput2.2
Emmanuele Bassi [Mon, 19 Mar 2012 12:16:53 +0000 (12:16 +0000)]
x11: Add support for scroll valuators on XInput2.2

12 years agoevent: Expose precise scrolling information
Emmanuele Bassi [Mon, 19 Mar 2012 12:15:41 +0000 (12:15 +0000)]
event: Expose precise scrolling information

Some events may contain precise scrolling information coming from
devices like trackpads and touchscreens. ClutterEvent should allow
setting and getting this information.

12 years agoCheck for XInput 2.2 extension
Emmanuele Bassi [Mon, 19 Mar 2012 12:13:01 +0000 (12:13 +0000)]
Check for XInput 2.2 extension

12 years ago[l10n]Updated Catalan (Valencian) translation
Carles Ferrando [Mon, 19 Mar 2012 00:15:12 +0000 (01:15 +0100)]
[l10n]Updated Catalan (Valencian) translation

12 years ago[l10n] Updated Catalan translation
Gil Forcada [Mon, 19 Mar 2012 00:15:07 +0000 (01:15 +0100)]
[l10n] Updated Catalan translation

12 years agoUpdated French translation
Bruno Brouard [Sun, 18 Mar 2012 20:41:05 +0000 (21:41 +0100)]
Updated French translation

12 years agoUpdated Bulgarian translation
Alexander Shopov [Sun, 18 Mar 2012 18:29:17 +0000 (20:29 +0200)]
Updated Bulgarian translation

12 years agoUpdated Swedish translation
Daniel Nylander [Sun, 18 Mar 2012 10:04:34 +0000 (11:04 +0100)]
Updated Swedish translation

12 years agoactor: Add ::transitions-completed signal
Emmanuele Bassi [Sun, 18 Mar 2012 08:07:56 +0000 (08:07 +0000)]
actor: Add ::transitions-completed signal

While you can get a per-transition notification of completion, it can be
convenient to also have a way to notify that all the transitions
involving an actor are complete. A simple signal triggered by the
removal of the last transition fits the bill pretty neatly.

12 years agoscript-parser: Fix build
Jasper St. Pierre [Sun, 18 Mar 2012 07:07:31 +0000 (03:07 -0400)]
script-parser: Fix build

12 years agoUpdated Czech translation
Marek Černocký [Sun, 18 Mar 2012 06:57:52 +0000 (07:57 +0100)]
Updated Czech translation

12 years agoUpdated Czech translation
Adam Matoušek [Sun, 18 Mar 2012 06:38:15 +0000 (07:38 +0100)]
Updated Czech translation

12 years agox11/stage: fix multi-stage support
Lionel Landwerlin [Sat, 17 Mar 2012 23:52:48 +0000 (23:52 +0000)]
x11/stage: fix multi-stage support

When handling Configure events from the X server we update the
internal copy of the window size. Unfortunately we may be updating the
wrong stage implementation because we use the one related to the event
translator (which is the first created stage).

This patch fix flickering/redrawning issues with multi-stage by
looking for the right stage implementation associated with an XEvent.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@linux.intel.com>
12 years agoUpdated Portuguese translation
Duarte Loreto [Sun, 18 Mar 2012 00:19:04 +0000 (00:19 +0000)]
Updated Portuguese translation

12 years agoscript: Add 'context' to the translatable definitions
Emmanuele Bassi [Sat, 17 Mar 2012 22:55:33 +0000 (22:55 +0000)]
script: Add 'context' to the translatable definitions

This should cover all the possible options.

12 years agoUpdated Serbian translation
Мирослав Николић [Sat, 17 Mar 2012 19:45:56 +0000 (20:45 +0100)]
Updated Serbian translation

12 years agoactor: Avoid popping the easing state stack once too many
Emmanuele Bassi [Sat, 17 Mar 2012 16:49:35 +0000 (16:49 +0000)]
actor: Avoid popping the easing state stack once too many

If restore_easing_state() is called on the last easing state on the
stack, clean up the stack, so that we don't leave stale pointers
around to later segfault on.

12 years agoactor: Remove the implicit easing state save
Emmanuele Bassi [Sat, 17 Mar 2012 16:46:38 +0000 (16:46 +0000)]
actor: Remove the implicit easing state save

When setting the easing mode, duration, or delay without having ever
called clutter_actor_save_easing_state(). It's confusing, and not
really nice.

In the future, we'll have a default easing state implicitly created by
the actor itself, but for the time being explicitly opting in is
preferrable.

12 years agoUse G_VALUE_INIT instead of { 0, }
Emmanuele Bassi [Sat, 17 Mar 2012 16:38:06 +0000 (16:38 +0000)]
Use G_VALUE_INIT instead of { 0, }

The macro avoids warnings from anal-retentive compilers.

12 years agoUpdated Lithuanian translation
Aurimas Černius [Sat, 17 Mar 2012 16:30:43 +0000 (18:30 +0200)]
Updated Lithuanian translation

12 years agoAdd initializer utilities for ClutterVertex
Emmanuele Bassi [Sat, 17 Mar 2012 16:29:09 +0000 (16:29 +0000)]
Add initializer utilities for ClutterVertex

Similar to what we did for ClutterActorBox.

12 years agoactor: Fix set_scale_with_gravity()
Emmanuele Bassi [Sat, 17 Mar 2012 16:17:39 +0000 (16:17 +0000)]
actor: Fix set_scale_with_gravity()

Add a scale-gravity internal setter, and make set_scale_with_gravity()
call it, along with the scale factor.

12 years agoAdd some utility initializers to ClutterActorBox
Emmanuele Bassi [Sat, 17 Mar 2012 15:27:26 +0000 (15:27 +0000)]
Add some utility initializers to ClutterActorBox

12 years agoUpdated Galician translations
Fran Diéguez [Sat, 17 Mar 2012 14:04:38 +0000 (15:04 +0100)]
Updated Galician translations

12 years agoosx/stage: Synthesize an enter event on show
Emmanuele Bassi [Fri, 16 Mar 2012 23:10:28 +0000 (23:10 +0000)]
osx/stage: Synthesize an enter event on show

If the pointer is inside the window frame when it's shown then we need
to synthesize and emit a NSMouseEnterEvent ourselves, as Quartz won't
do it for us.

This is a bit of a blind commit - but it's taken from an equivalent
patch that has been verified to work in GDK.

12 years agodocs: Change the short description of ClutterActor
Emmanuele Bassi [Fri, 16 Mar 2012 18:10:34 +0000 (18:10 +0000)]
docs: Change the short description of ClutterActor

The Actor class is not abstract any more.

12 years agoAnnotate functionality added in 1.10
Emmanuele Bassi [Fri, 16 Mar 2012 17:30:26 +0000 (17:30 +0000)]
Annotate functionality added in 1.10

12 years agoDebugging cleanups
Emmanuele Bassi [Fri, 16 Mar 2012 16:16:40 +0000 (16:16 +0000)]
Debugging cleanups

Add some more debugging notes to the layout and paint node output.

12 years agoactor: Remove an has_allocation() check
Emmanuele Bassi [Fri, 16 Mar 2012 16:13:11 +0000 (16:13 +0000)]
actor: Remove an has_allocation() check

The get_content_box() method should always succeed; if the actor does
not have an allocation, we are just going to return a 0-box.

12 years agointeractive/image-box: Clarify the label contents
Emmanuele Bassi [Fri, 16 Mar 2012 15:05:42 +0000 (15:05 +0000)]
interactive/image-box: Clarify the label contents

12 years agoactor: Restore a lost queue_relayout()
Emmanuele Bassi [Fri, 16 Mar 2012 14:26:28 +0000 (14:26 +0000)]
actor: Restore a lost queue_relayout()

It got lost during a rebase conflict resolution.

12 years agoUpdated Polish translation
Piotr Drąg [Fri, 16 Mar 2012 14:25:30 +0000 (15:25 +0100)]
Updated Polish translation

12 years agoUpdated British English translation
Bruce Cowan [Fri, 16 Mar 2012 14:18:12 +0000 (14:18 +0000)]
Updated British English translation

12 years agoUpdated POTFILES.in
Piotr Drąg [Fri, 16 Mar 2012 14:12:38 +0000 (15:12 +0100)]
Updated POTFILES.in

12 years agoAssamese translation updated
Nilamdyuti Goswami [Fri, 16 Mar 2012 14:00:46 +0000 (19:30 +0530)]
Assamese translation updated

12 years agoUpdated Slovenian translation
Matej Urbančič [Fri, 16 Mar 2012 13:58:09 +0000 (14:58 +0100)]
Updated Slovenian translation

12 years agoUpdated Spanish translation
Daniel Mustieles [Fri, 16 Mar 2012 13:13:57 +0000 (14:13 +0100)]
Updated Spanish translation

12 years agobuild: Remove maintainer flags from cookbook/examples
Emmanuele Bassi [Fri, 16 Mar 2012 12:21:19 +0000 (12:21 +0000)]
build: Remove maintainer flags from cookbook/examples

The code should be a tad more relaxed.

12 years agopo: Update POTFILES.in
Emmanuele Bassi [Fri, 16 Mar 2012 12:19:33 +0000 (12:19 +0000)]
po: Update POTFILES.in

12 years agoRename 'bilinear' scaling filter to 'trilinear'
Emmanuele Bassi [Fri, 16 Mar 2012 12:05:11 +0000 (12:05 +0000)]
Rename 'bilinear' scaling filter to 'trilinear'

Yes, it's not really the proper GL name for a linear-on-every-axis of a
texture plus linear-between-mipmap-levels minification filter, but it
has three redeeming qualities as a name:

  - LINEAR_MIPMAP_LINEAR sucks, as it introduces GL concepts like
    mipmaps in the API naming, while we're trying to avoid that;
  - people using GL already know what 'trilinear' means in this context
    without going all Khronos on their asses;
  - we're using 2D textures anyway, so 'linear on two axes and linear
    between mipmap levels' can be effectively approximated to
    'trilinear'.

I mean, if even the OpenGL official wiki says:

  Unfortunately, what most people think of as "trilinear" is not linear
  filtering of a 3D texture, but what in OpenGL terms is GL_LINEAR mag
  filter and GL_LINEAR_MIPMAP_LINEAR in the min filter in a 2D texture.
  That is, it is bilinear filtering of each appropriate mipmap level,
  and doing a third linear filter between the adjacent mipmap levels.
  Hence the term "trilinear".
                -- http://www.opengl.org/wiki/Texture

then the horse has already been flogged to death, and I don't intend to
be accused of necrophilia and sadism by flogging it some more.

Prior art: every single GL tutorial in the history of ever;
CoreAnimation's scaling filter enumerations.

If people want to start using 1D or 3D textures they they are probably
going to be using Cogl API directly, and that has the GL naming scheme
for minification and magnification filters anyway.

12 years agodocs: Add ClutterActorClass.paint_node() description
Emmanuele Bassi [Fri, 16 Mar 2012 12:01:28 +0000 (12:01 +0000)]
docs: Add ClutterActorClass.paint_node() description

12 years agopaint-nodes: Make part of the API internal
Emmanuele Bassi [Fri, 16 Mar 2012 11:57:34 +0000 (11:57 +0000)]
paint-nodes: Make part of the API internal

At least for the time being, we only expose the parts of the API that we
want to use internally and for new, out-of-tree Content implementations.

The full PaintNode tree API will be made public in 1.12 once we branch
master.

12 years agodocs: Fixes for ClutterImage's API reference
Emmanuele Bassi [Thu, 15 Mar 2012 19:08:20 +0000 (19:08 +0000)]
docs: Fixes for ClutterImage's API reference

12 years agoUpdate release notes
Emmanuele Bassi [Thu, 15 Mar 2012 19:02:39 +0000 (19:02 +0000)]
Update release notes

12 years agodocs: Fixes for the API reference
Emmanuele Bassi [Thu, 15 Mar 2012 18:26:42 +0000 (18:26 +0000)]
docs: Fixes for the API reference

12 years agointeractive/image-box: Remove unneeded stuff
Emmanuele Bassi [Tue, 13 Mar 2012 17:19:15 +0000 (17:19 +0000)]
interactive/image-box: Remove unneeded stuff

12 years agoactor: Unconditionally emit ::paint
Emmanuele Bassi [Mon, 12 Mar 2012 16:19:08 +0000 (16:19 +0000)]
actor: Unconditionally emit ::paint

It's a bit late in the game for changing the emission of the paint
signal with actors that use paint nodes - mostly because we have both
implicit paint nodes (background color, content) and explicit paint
nodes (the paint_node virtual).

When we branch for 1.12 we can revert this change.

12 years agopo: Update POTFILES.in
Emmanuele Bassi [Mon, 12 Mar 2012 16:07:55 +0000 (16:07 +0000)]
po: Update POTFILES.in

12 years agopaint-node: Make texture template pipeline clamp to edge
Emmanuele Bassi [Mon, 12 Mar 2012 15:52:55 +0000 (15:52 +0000)]
paint-node: Make texture template pipeline clamp to edge

It's safer, and consistent with the rest of Clutter, to make sure that
the template pipeline we use for ClutterTextureNode has its wrap mode
set to clamp-to-edge.

12 years agoimage: Add set_area() method
Emmanuele Bassi [Mon, 12 Mar 2012 15:46:34 +0000 (15:46 +0000)]
image: Add set_area() method

This method allows replacing an area inside the texture data used by a
ClutterImage.

12 years agoimage: Add get_texture()
Emmanuele Bassi [Mon, 12 Mar 2012 15:25:38 +0000 (15:25 +0000)]
image: Add get_texture()

Allow retrieving the Cogl texture used by the ClutterImage.

12 years agoactor: Fix RESIZE_ASPECT mode for the content box
Emmanuele Bassi [Fri, 9 Mar 2012 16:26:44 +0000 (16:26 +0000)]
actor: Fix RESIZE_ASPECT mode for the content box

12 years agoDocumentation fixes
Emmanuele Bassi [Fri, 9 Mar 2012 17:11:19 +0000 (17:11 +0000)]
Documentation fixes

12 years agointeractive/image-box: Add a pure Image test, suitable for docs
Emmanuele Bassi [Fri, 9 Mar 2012 16:26:34 +0000 (16:26 +0000)]
interactive/image-box: Add a pure Image test, suitable for docs