Matthew Allum
f68b04cad4
2007-02-15 Matthew Allum <mallum@openedhand.com>
...
* clutter/clutter-group.h:
Add missing clutter_group_remove_all declaration.
2007-02-15 23:23:32 +00:00
Changwoo Ryu
a850771e04
Updated Korean translation.
...
2007-02-15 Changwoo Ryu <cwryu@debian.org>
* ko.po: Updated Korean translation.
svn path=/trunk/; revision=3059
2007-02-15 06:18:57 +00:00
Duarte Loreto
6126940518
Updated Portuguese translation.
...
2007-02-15 Duarte Loreto <happyguy_pt@hotmail.com>
* pt.po: Updated Portuguese translation.
svn path=/trunk/; revision=3058
2007-02-15 00:12:20 +00:00
Ilkka Tuohela
82267f5afb
Updated Finnish translation
...
svn path=/trunk/; revision=3057
2007-02-14 12:24:56 +00:00
Matthew Allum
231b56b3e2
2007-02-14 Matthew Allum <mallum@openedhand.com>
...
* clutter/Makefile.am:
* clutter/clutter-main.c:
* clutter/clutter-stage.c:
* clutter/clutter-version.h.in:
* configure.ac:
* examples/super-oh.c:
Add CLUTTER_FLAVOUR define.
2007-02-13 23:31:57 +00:00
Matthew Allum
356970fbc1
2007-02-13 Matthew Allum <mallum@openedhand.com>
...
* examples/super-oh.c: (screensaver_setup):
Fix example to build with new glx api
2007-02-13 21:09:30 +00:00
Changwoo Ryu
22e6c6f7c9
Updated Korean translation.
...
2007-02-09 Changwoo Ryu <cwryu@debian.org>
* ko.po: Updated Korean translation.
svn path=/trunk/; revision=3056
2007-02-08 21:51:03 +00:00
Emmanuele Bassi
e2ee1249ee
2007-02-07 Emmanuele Bassi <ebassi@openedhand.com>
...
* clutter/clutter-debug.h: Define the CLUTTER_MARK()
macro even when CLUTTER_ENABLE_DEBUG is not
defined. (#215 )
2007-02-07 11:03:54 +00:00
Stéphane Raimbault
fe75a334b1
Updated French translation by Robert-André Mauchin.
...
2007-01-31 Stéphane Raimbault <stephane.raimbault@gmail.com>
* fr.po: Updated French translation by Robert-André Mauchin.
svn path=/trunk/; revision=3055
2007-01-31 22:04:43 +00:00
Tomas Frydrych
271e877593
fixed fixed point clutter_sine_func
2007-01-30 19:35:19 +00:00
Emmanuele Bassi
9661bd50b8
2007-01-30 Emmanuele Bassi <ebassi@openedhand.com>
...
* clutter/clutter-alpha.h:
* clutter/clutter-alpha.c: Add the square waveform
function clutter_square_func() to the precooked
alpha functions.
2007-01-30 16:51:49 +00:00
Priit Laes
2774292561
Updated Estonian translation by Ivar Smolin <okul@linux.ee>.
...
2007-01-27 Priit Laes <plaes@svn.gnome.org>
* et.po: Updated Estonian translation by Ivar Smolin <okul@linux.ee>.
svn path=/trunk/; revision=3051
2007-01-27 16:02:54 +00:00
Bruno Boaventura
e9f578b511
Change dialog icon because gnome-icon-theme have no more
...
2007-01-27 Bruno Boaventura <brunobol@gnome.org>
* src/metacity-dialog.c (kill_window_question): Change dialog
icon because gnome-icon-theme have no more "panel-force-quit".
Patch from Jaap A. Haitsma <jaap@haitsma.org>.
svn path=/trunk/; revision=3050
2007-01-27 04:18:15 +00:00
Matthew Allum
244cacd14b
2007-01-23 Matthew Allum <mallum@openedhand.com>
...
* Makefile.am:
* clutter.pc.in:
* clutter/Makefile.am:
* clutter/clutter-backend-glx.c:
* clutter/clutter-backend-glx.h:
* clutter/clutter-event.c:
* clutter/clutter-feature.c:
* clutter/clutter-group.c:
* clutter/clutter-main.c:
* clutter/clutter-main.h:
* clutter/clutter-private.h:
* clutter/clutter-stage-glx.c:
* clutter/clutter-stage-glx.h:
* clutter/clutter-stage.c:
* clutter/clutter-stage.h:
* clutter/clutter-util.c:
* clutter/clutter-util.h:
* clutter/pango/pangoclutter-render.c:
* configure.ac:
* examples/Makefile.am:
Initial work in supporting different GL backends (ie. GLX/EGL/DirectFB etc).
Currently just GLX supported and now mostly self contained.
* TODO:
Add a note about caching glenables
2007-01-23 20:29:11 +00:00
Jakub Friedl
2ee754ddaf
Updated Czech translation.
...
2007-01-22 Jakub Friedl <jfriedl@suse.cz>
* cs.po: Updated Czech translation.
svn path=/trunk/; revision=3049
2007-01-23 12:10:56 +00:00
Tomas Frydrych
685c583d51
more fixed point work
2007-01-23 11:48:04 +00:00
Tomas Frydrych
b8b0d01c91
work around punned-pointer problem
2007-01-19 20:00:41 +00:00
Emmanuele Bassi
ee6b583ec1
2007-01-19 Emmanuele Bassi <ebassi@openedhand.com>
...
Allow the ClutterGroup subclasses to override the add and
remove operations.
* clutter/clutter-group.c: Move the add and remove code from
clutter_group_add() and clutter_group_remove() to the signal
class closures; make the "add" and "remove" signals as
RUN_FIRST.
2007-01-19 17:56:35 +00:00
Tomas Frydrych
f924e2bbf7
more fixed point work
2007-01-19 16:04:06 +00:00
Emmanuele Bassi
f51d4659b8
2007-01-18 Emmanuele Bassi <ebassi@openedhand.com>
...
* configure.ac: Post release bump to 0.3.0.
2007-01-18 14:13:56 +00:00
Matthew Allum
db7bc870e7
2007-01-18 Matthew Allum <mallum@openedhand.com>
...
* clutter.doap:
Update for 0.2 release
2007-01-18 13:37:37 +00:00
Emmanuele Bassi
f52e6e9a20
2007-01-18 Emmanuele Bassi <ebassi@openedhand.com>
...
* clutter-sections.txt: Add forgotten ClutterGroup API.
2007-01-18 12:36:43 +00:00
Emmanuele Bassi
39720f248b
2007-01-18 Emmanuele Bassi <ebassi@openedhand.com>
...
* clutter/clutter-group.h: Add public functions
clutter_group_get_n_children() and clutter_group_get_nth_child().
* clutter/clutter-behaviour.h:
* clutter/clutter-behaviour.c: Fix header alignment; fix argument
name for apidoc.
2007-01-18 12:33:15 +00:00
Emmanuele Bassi
bf688bbbeb
2007-01-18 Emmanuele Bassi <ebassi@openedhand.com>
...
* clutter/Makefile.am: Use the build dir when linking to the
internal pango clutter renderer.
2007-01-18 11:25:26 +00:00
Matthew Allum
f2291525fd
Whoops fill in correct Changelog
2007-01-18 11:12:31 +00:00
Matthew Allum
8f8ad433b6
2007-01-18 Matthew Allum <mallum@openedhand.com>
...
* doc/reference/clutter-docs.sgml
Update.
2007-01-18 11:11:18 +00:00
Tomas Frydrych
614cd7e895
documentation fixed for clutter-fixed
2007-01-18 10:33:24 +00:00
Emmanuele Bassi
bf376d1aac
2007-01-18 Emmanuele Bassi <ebassi@openedhand.com>
...
* clutter/clutter-fixed.h: Remove some inline documentation to
make the header more readable.
* clutter/clutter-behaviour.c: The actors are store inside a
GSList and not in a GList, so change the list operations to
use the right API.
2007-01-18 08:54:10 +00:00
Emmanuele Bassi
763c7ca923
2007-01-18 Emmanuele Bassi <ebassi@openedhand.com>
...
* clutter-sections.txt: Remove old cruft.
* clutter-docs.sgml: Add index of symbols.
* tmpl/clutter-fixed.sgml: Fix doc template.
2007-01-18 08:53:50 +00:00
Tomas Frydrych
9ba314396b
fixed bug in clutter_color_darken/lighten()
2007-01-18 07:21:41 +00:00
Matthew Allum
f2c6a16363
2007-01-17 Matthew Allum <mallum@openedhand.com>
...
* configure.ac:
Bump up version to 0.2.0
2007-01-17 19:16:52 +00:00
Tomas Frydrych
7078dc5254
documentation for fixed point API
2007-01-17 16:00:00 +00:00
Emmanuele Bassi
9bd77e25b2
2007-01-17 Emmanuele Bassi <ebassi@openedhand.com>
...
* clutter/clutter-feature.h:
* clutter/clutter-feature.c: Move the GL headers from the
header file to the body.
* clutter/clutter-fixed.h:
* clutter/clutter-fixed.c: Fix apidoc.
* clutter/clutter-color.h:
* clutter/clutter-color.c: Ditto.
2007-01-17 13:51:14 +00:00
Tomas Frydrych
cbe5c47090
float -> fixed point
2007-01-17 13:25:51 +00:00
Tomas Frydrych
9a28ac34cd
fixed point sqrt
2007-01-17 13:03:52 +00:00
Hendrik Richter
f7a45f10ea
Updated German translation.
...
2007-01-16 Hendrik Richter <hendrikr@gnome.org>
* de.po: Updated German translation.
svn path=/trunk/; revision=3048
2007-01-16 21:11:20 +00:00
Thomas James Alexander Thurman
9626780635
fix silly thinko.
...
* doc/compositor-control.txt: fix silly thinko.
svn path=/trunk/; revision=3047
2007-01-16 19:11:13 +00:00
Thomas James Alexander Thurman
e3249d6e1b
post-release bump to 2.17.8.
...
* configure.in: post-release bump to 2.17.8.
svn path=/trunk/; revision=3046
2007-01-16 18:20:08 +00:00
Thomas James Alexander Thurman
419884a0cb
=================================================
...
metacity-2.17.5 archives ready for distribution:
metacity-2.17.5.tar.gz
=================================================
svn path=/trunk/; revision=3044
2007-01-16 18:17:14 +00:00
Emmanuele Bassi
2f0737491b
2007-01-16 Emmanuele Bassi <ebassi@openedhand.com>
...
* clutter-sections.txt: Remove clutter_vblank_method(): it's
private.
2007-01-16 18:13:57 +00:00
Thomas James Alexander Thurman
1b941ff508
New file.
...
* doc/compositor-control.txt: New file.
svn path=/trunk/; revision=3043
2007-01-16 17:45:18 +00:00
Thomas James Alexander Thurman
5d9ccfac37
Removed #ifdef SPIFFY_COMPOSITOR throughout the file. Replaced with check
...
* src/compositor.c (meta_compositor_new): Removed
#ifdef SPIFFY_COMPOSITOR throughout the file. Replaced with check
for environment variable METACITY_BLING, which may be temporary.
svn path=/trunk/; revision=3042
2007-01-16 17:02:39 +00:00
Emmanuele Bassi
8776fd5f8a
update NEWS with latest bug fixed
2007-01-16 15:03:29 +00:00
Emmanuele Bassi
4e765d1a34
2007-01-16 Emmanuele Bassi <ebassi@openedhand.com>
...
* clutter/clutter-feature.c: Use clutter_vblank_method() to
get the VBlank method name from the environment variable OR
the command line switch.
(clutter_feature_do_init): Move the check on the features
state here, to avoid an expensive function call, and inline
the function.
* clutter/clutter-fixed.c: Fix gtk-doc.
* clutter/clutter-main.c: Add a --clutter-vblank command line
switch controlling the VBlank method to be used: it overrides
the CLUTTER_VBLANK environment variable.
(pre_parse_hook), (clutter_init),
(clutter_init_with_args): Move thread initialisation before
type init, to avoid the warning that comes with newer GLib
versions.
* clutter/clutter-group.h:
* clutter/clutter-group.c: Mark clutter_group_show_all() and
clutter_group_hide_all() as deprecated.
2007-01-16 14:37:54 +00:00
Matthew Allum
c0aa013758
2007-01-16 Matthew Allum <mallum@openedhand.com>
...
* NEWS:
Minor tweaks
* TODO:
Sync up, mainly with 0.3 todo items
* clutter/clutter-behaviour.c:
* clutter/clutter-behaviour.h:
clutter_behaviour_get_n_actors() / clutter_behaviour_get_nth_actor()
Additions.
* clutter/clutter-stage.c: (clutter_stage_realize):
Experimental (disabled) visual setting code.
* clutter/clutter-feature.c:
Check for GL_EXT_texture_rectangle (#198 - Frederick Riss)
* clutter/clutter-group.c: (clutter_group_allocate_coords):
Fix for group size allocation (#199 - Frederick Riss)
* clutter/clutter-texture.c: (texture_upload_data):
Fix texture unpacking row length (#197 Frederick Riss)
* examples/Makefile.am:
Fix LDADD in build (#196 - Frederick Riss)
2007-01-16 14:19:39 +00:00
Tomas Frydrych
3b7a8c0c5c
replacement of floating point ops with fixed point
2007-01-16 10:39:18 +00:00
Tomas Frydrych
884cc0f5cf
added ClutterAngle type and fast clutter_angle_sin() function; fixed clutter_fixed to work for negative angles; added convenience macros clutter_fixex_cos and clutter_angle_cos
2007-01-16 08:14:53 +00:00
Tomas Frydrych
44a89898ca
pluged clutter_fixed_sin into clutter-alpha; updated change log
2007-01-15 19:43:09 +00:00
Tomas Frydrych
95840c47bf
implemented fixed point sin(); fixed CLUTTER_FIXED_TO_FLOAT/DOUBLE macros
2007-01-15 18:37:12 +00:00
Djihed Afifi
031b03513a
Updated Arabic Translation by Khaled Hosny.
...
svn path=/trunk/; revision=3041
2007-01-15 14:25:06 +00:00