Tomas Frydrych
0864743fd1
2008-02-20 Emmanuele Bassi <ebassi@openedhand.com>
...
* clutter/clutter-marshal.list:
* clutter/glx/Makefile.am:
* clutter/glx/clutter-backend-glx.c:
* clutter/glx/clutter-backend-glx.h:
* clutter/glx/clutter-glx.h:
* clutter/x11/Makefile.am:
ClutterX11TexturePixmap and ClutterGLXTexturePixmap actors (#713 ;
patch by Johan Bilien).
2008-02-20 12:43:54 +00:00
Emmanuele Bassi
8c451b8a67
2008-02-20 Emmanuele Bassi <ebassi@openedhand.com>
...
* clutter/clutter-actor.h:
* clutter/clutter-actor.c:
(clutter_actor_get_abs_opacity): Add function that does what
get_opacity() does now...
(clutter_actor_get_opacity): ... and make get_opacity() do what
it's supposed to be doing. The original get_opacity() returned
a composited value, and there's no way to actually extract the
real opacity value set with set_opacity().
* clutter/clutter-clone-texture.c:
* clutter/clutter-rectangle.c:
* clutter/clutter-texture.c: Update to use get_abs_opacity().
* clutter/clutter-entry.c:
* clutter/clutter-label.c: Ditto. Also, never change the stored
alpha value. (#804 )
* tests/Makefile.am:
* tests/test-opacity.c: Test suite for the get_opacity() and
get_abs_opacity() API, and correct opacity handling.
* README: Add note about the change in get_opacity().
2008-02-20 10:59:47 +00:00
Chris Lord
015eba286f
* clutter/clutter-model.c: (clutter_model_resort):
...
Don't return when there's no sort function set, leave that to the
model sub-class
2008-02-19 12:31:50 +00:00
Emmanuele Bassi
6af626aabd
2008-02-18 Emmanuele Bassi <ebassi@openedhand.com>
...
* configure.ac:
* README: Post stable release bump to 0.7.1
2008-02-18 17:42:00 +00:00
Emmanuele Bassi
c1071f3661
Release 0.6.0
2008-02-18 15:53:19 +00:00
Emmanuele Bassi
68f618ce0b
2008-02-18 Emmanuele Bassi <ebassi@openedhand.com>
...
* clutter/clutter-list-model.c:
(clutter_list_model_iter_set_value): Fix a typo in the conversion
code.
2008-02-18 14:32:57 +00:00
Chris Lord
f677e33588
* README:
...
Fix spelling mistake and a typo
2008-02-18 12:39:24 +00:00
Emmanuele Bassi
383add1ab2
2008-02-18 Emmanuele Bassi <ebassi@openedhand.com>
...
* clutter-docs.sgml: Add building instructions for OSX
2008-02-18 11:06:23 +00:00
Emmanuele Bassi
117b00e0f9
2008-02-18 Emmanuele Bassi <ebassi@openedhand.com>
...
* clutter/clutter-actor.c:
(clutter_actor_get_box_from_vertices): Avoid a masking warning
caused by math.h utter braindamage.
2008-02-18 09:56:37 +00:00
Emmanuele Bassi
cbbab92b78
2008-02-18 Emmanuele Bassi <ebassi@openedhand.com>
...
* clutter/clutter-actor.c: Document the fact that ancestor can
be NULL in the relative transformation API, and what are the
effects.
2008-02-18 09:43:01 +00:00
Emmanuele Bassi
5da2cf7b1a
2008-02-18 Emmanuele Bassi <ebassi@openedhand.com>
...
* clutter-animation.sgml: Fix warning
* creating-your-own-behaviours.sgml: Add a paragraph about
setting an initial state on the actors.
2008-02-18 09:40:52 +00:00
Matthew Allum
41fb7b6a30
2008-02-15 Matthew Allum <mallum@openedhand.com>
...
* clutter/pango/pangoclutter-render.c: (draw_glyph):
More safety checks (#796 , Tero Saarni)
2008-02-15 20:22:08 +00:00
Matthew Allum
eec9c8526c
2008-02-15 Matthew Allum <mallum@openedhand.com>
...
* clutter-docs.sgml:
Minor tweakery.
2008-02-15 17:47:07 +00:00
Emmanuele Bassi
d467a15f9d
2008-02-15 Emmanuele Bassi <ebassi@openedhand.com>
...
* clutter-sections.txt: Fix ClutterMedia section.
2008-02-15 17:16:38 +00:00
Chris Lord
9b780c2716
* clutter/clutter-entry.c:
...
* clutter/clutter-group.c:
* clutter/clutter-label.c:
* clutter/clutter-rectangle.c:
* clutter/clutter-texture.c:
More documentation fixes
2008-02-15 17:11:50 +00:00
Chris Lord
ecd62417d2
* clutter/clutter-entry.c: (clutter_entry_class_init):
...
More documentation fixes
2008-02-15 16:40:26 +00:00
Chris Lord
2c4bdc7636
* clutter/clutter-label.c: (clutter_label_class_init):
...
More documentation fixes
2008-02-15 16:26:00 +00:00
Emmanuele Bassi
82e9342ef4
2008-02-15 Emmanuele Bassi <ebassi@openedhand.com>
...
* clutter-docs.sgml: Move ClutterStage from the base actors
to the container actors section.
2008-02-15 16:20:28 +00:00
Tomas Frydrych
3a498a481f
2008-02-15 Tomas Frydrych <tf@openedhand.com>
...
* clutter-docs.sgml:
Build instructions for Linux and Windows.
2008-02-15 16:17:31 +00:00
Emmanuele Bassi
f14837a6d1
2008-02-15 Emmanuele Bassi <ebassi@openedhand.com>
...
* clutter-animation.sgml: Fix the animations documentation.
2008-02-15 15:50:21 +00:00
Chris Lord
94f884f2ef
* clutter/clutter-clone-texture.c:
...
* clutter/clutter-texture.c: (clutter_texture_class_init):
More documentation fixes
2008-02-15 15:49:44 +00:00
Chris Lord
d722fb9220
* clutter/clutter-actor.c:
...
* clutter/clutter-container.c:
* clutter/clutter-media.c:
* clutter/clutter-rectangle.c:
* clutter/clutter-stage.c: (clutter_stage_class_init):
* clutter/clutter-stage.h:
* clutter/clutter-texture.c:
* doc/reference/clutter-docs.sgml:
Fix more documentation
2008-02-15 15:18:02 +00:00
Emmanuele Bassi
66f244b1cc
2008-02-15 Emmanuele Bassi <ebassi@openedhand.com>
...
* clutter/clutter-actor.[ch]:
* clutter/clutter-types.h:
* doc/reference/clutter-docs.sgml: Fix a lot of documentation.
2008-02-15 Matthew Allum <mallum@openedhand.com>
2008-02-15 14:39:25 +00:00
Matthew Allum
97b9cd92f0
2008-02-15 Matthew Allum <mallum@openedhand.com>
...
* clutter/cogl/gles/cogl.c: (cogl_paint_init):
Remove depth test getting turned on by default (unlike GL backend)
2008-02-15 14:30:45 +00:00
Tomas Frydrych
fa7a114ce8
2008-02-15 Tomas Frydrych <tf@openedhand.com>
...
* configure.ac:
* clutter/clutter-version.h.in:
* build/msvc_2k5/clutter-version.h:
Removed unused --without-fpu configure option and CLUTTER_NO_FPU
macro
2008-02-15 13:04:33 +00:00
Tomas Frydrych
e87b45a00f
2008-02-15 Tomas Frydrych <tf@openedhand.com>
...
* build/mingw/README:
* build/mingw/mingw-cross-compile.sh:
Script that automates cross compilation with mingw by Neil Roberts
<bpeeluk@yahoo.co.uk>
2008-02-15 11:49:33 +00:00
Matthew Allum
37828de057
2008-02-15 Matthew Allum <mallum@openedhand.com>
...
* clutter-docs.sgml:
Overhaul the overview.
2008-02-15 11:33:55 +00:00
Emmanuele Bassi
409cda1166
2008-02-15 Emmanuele Bassi <ebassi@openedhand.com>
...
* clutter-animation.sgml: Fix some of the grammar; add a timeout-based
animation example.
* creating-your-own-behaviours.sgml: Fix some of the linking.
* subclassing-ClutterActor.sgml: Remove the FIXMEs; add the initial
structure of a section about containers.
2008-02-15 11:27:34 +00:00
Emmanuele Bassi
37a923f0ee
2008-02-15 Emmanuele Bassi <ebassi@openedhand.com>
...
* clutter-docs.sgml: Fix varlistentry usage.
2008-02-15 10:52:19 +00:00
Emmanuele Bassi
d76f7e42ea
2008-02-15 Emmanuele Bassi <ebassi@openedhand.com>
...
* clutter/clutter-actor.[ch]: Rename
clutter_actor_get_box_from_vertices() to
clutter_actor_box_get_from_vertices().
* clutter/clutter-group.c (clutter_group_query_coords): Fix the
query_coords() implementation.
2008-02-15 10:46:38 +00:00
Emmanuele Bassi
a4c0b1e939
2008-02-15 Emmanuele Bassi <ebassi@openedhand.com>
...
* clutter-sections.txt: Add last-minute API additions.
* subclassing-ClutterActor.sgml: Fix some of the notes; the
Container implementation will need its own section.
2008-02-15 10:46:20 +00:00
Tomas Frydrych
78341d2e28
2008-02-15 Tomas Frydrych <tf@openedhand.com>
...
* clutter/clutter-actor.c:
* clutter/clutter-actor.h:
(clutter_group_query_coords):
Added function to translate vertex array to a bounding box.
(clutter_actor_is_scaled):
(clutter_actor_is_rotated):
Fixed documentation.
2008-02-15 09:40:41 +00:00
Tomas Frydrych
4d53cb1037
2008-02-15 Tomas Frydrych <tf@openedhand.com>
...
* clutter/clutter-group.c: (clutter_group_query_coords):
Disabled new code taking into account actor scale and rotation.
2008-02-15 09:13:58 +00:00
Tomas Frydrych
ea9b7b6550
2008-02-14 Tomas Frydrych <tf@openedhand.com>
...
* clutter/clutter-actor.c:
* clutter/clutter-actor.h:
(clutter_actor_is_scaled):
(clutter_actor_is_rotated):
Convenience functions to test whether actor is scaled or rotated.
(clutter_actor_apply_relative_transform_to_point):
Removed unused variable.
* clutter/clutter-group.c:
(clutter_group_query_coords):
Use clutter_actor_get_relative_vertices() to calculate bounding
boxes of children that are scaled or rotated.
2008-02-15 09:13:50 +00:00
Tomas Frydrych
02ae0fcd9e
2008-02-14 Tomas Frydrych <tf@openedhand.com>
...
* clutter/clutter-actor.c:
* clutter/clutter-actor.h:
(clutter_actor_get_relative_vertices):
(clutter_actor_apply_relative_transform_to_point):
Functions to calculate actor vertices in the plane of a given
ancestor.
2008-02-14 15:59:38 +00:00
Matthew Allum
617bd87c5a
2008-02-14 Matthew Allum <mallum@openedhand.com>
...
* clutter-animation.sgml:
Add new animation docs. Needs work.
2008-02-14 15:03:21 +00:00
Matthew Allum
d903a79d81
2008-02-13 Matthew Allum <mallum@openedhand.com>
...
* Makefile.am:
* clutter-docs.sgml:
Add new appendix + FIXME for building
* creating-your-own-behaviours.sgml:
Add new initial doc on custom behaviour creation.
* subclassing-ClutterActor.sgml:
Add FIXME notes.
2008-02-13 16:46:07 +00:00
Chris Lord
aa9e91e261
* clutter/clutter-texture.c: (texture_get_tile_pixbuf),
...
(clutter_texture_get_pixbuf):
Fix copying textures to pixbufs for tiled textures and correct #ifndef
typo
* clutter/clutter-util.c:
Amend documentation
2008-02-12 17:17:52 +00:00
Matthew Allum
9c625d187d
2008-02-12 Matthew Allum <mallum@openedhand.com>
...
* clutter/clutter-texture.c: (texture_get_tile_pixbuf):
ifdef out 'leaked' GL only API call.
2008-02-12 15:17:28 +00:00
Tomas Frydrych
14de7190d2
2008-02-12 Tomas Frydrych <tf@openedhand.com>
...
* clutter/clutter-texture.c (texture_update_data):
Fixed incorrect calculation of offset into texture data (needs to
use width of the texture, not of the updated area).
2008-02-12 13:41:44 +00:00
Tomas Frydrych
161163cf14
2008-02-12 Tomas Frydrych <tf@openedhand.com>
...
* clutter/clutter-texture.c (texture_update_data):
Fixed incorrect aligment of texture data.
2008-02-12 13:12:31 +00:00
Tomas Frydrych
b40643b86e
2008-02-12 Tomas Frydrych <tf@openedhand.com>
...
* clutter/x11/clutter-event-x11.c (event_translate):
Ignore events directed at the stage window once they have been
passed to the filter functions.
2008-02-12 12:39:22 +00:00
Matthew Allum
3ef9e235ef
2008-02-11 Matthew Allum <mallum@openedhand.com>
...
* clutter/clutter-actor.c:
Minor documentation tweak to class description.
* clutter/clutter-behaviour-scale.c:
'Force' start + end vals of scale behaviour
(#779 , Havoc Pennington)
2008-02-11 20:31:16 +00:00
Emmanuele Bassi
bab8b24aed
2008-02-11 Emmanuele Bassi <ebassi@openedhand.com>
...
* README:
* NEWS: Release 0.5.6
* configure.ac: Post release bump to 0.5.7.
* clutter/clutter-behaviour-scale.c:
* tests/test-fbo.c: Fix compilation warnings.
2008-02-11 16:29:31 +00:00
Tomas Frydrych
3c1792bc86
2008-02-11 Tomas Frydrych <tf@openedhand.com>
...
* clutter/clutter-actor.c (clutter_actor_transform_stage_point):
Moved part of the calculation to floating point to avoid overflow
of ClutterFixed range for large actors (bug 613).
2008-02-11 10:56:57 +00:00
Matthew Allum
dbaa94ae14
oops
2008-02-10 13:05:51 +00:00
Matthew Allum
2bc7289aee
2008-20-10 Matthew Allum <mallum@o-hand.com>
...
* clutter/osx/clutter-stage-osx.c
Fix up a couple of typos breaking build.
2008-02-10 13:05:08 +00:00
Emmanuele Bassi
d192f73b78
2008-02-08 Emmanuele Bassi <ebassi@openedhand.com>
...
* clutter/clutter-actor.c: Add actor box diagram and notes.
2008-02-08 16:13:15 +00:00
Emmanuele Bassi
7ce1a60140
2008-02-08 Emmanuele Bassi <ebassi@openedhand.com>
...
* actor-box.png:
* Makefile.am: Add actor-box.png.
2008-02-08 16:12:58 +00:00
Emmanuele Bassi
143be77205
2008-02-08 Emmanuele Bassi <ebassi@openedhand.com>
...
* clutter/clutter-behaviour-path.c: Move the nice graph and
description from the Path behaviour...
* clutter/clutter-behaviour.c: ... to the main Behaviour class.
2008-02-08 15:39:41 +00:00