Neil Roberts
1e84798546
Bug 1075 - Difficult to bind clutter_stage_new
...
* clutter/clutter-stage.c (clutter_stage_dispose): Unrealize the
stage before removing the update idle handler. Otherwise
unrealizing causes another redraw to be queued and if the stage
object remains alive it will cause an assert and abort.
2008-07-31 08:54:43 +00:00
Neil Roberts
6974c31ad5
* clutter/clutter-stage.c (clutter_stage_class_init): Added the
...
'perspective' property. All of the machinery was there to
implement the property but somehow the call that actually installs
it was missing.
2008-07-30 21:09:58 +00:00
Emmanuele Bassi
ba257b0196
2008-07-30 Emmanuele Bassi <ebassi@openedhand.com>
...
* clutter/clutter-fixed.h:
* clutter/clutter-units.h: Fix the upper and lower boundaries of
ClutterFixed and ClutterUnit types; G_MAXINT16 and G_MININT16
were not enough to describe those values.
2008-07-30 15:47:43 +00:00
Ross Burton
56be7fb7ea
2008-07-30 Ross Burton <ross@openedhand.com>
...
* clutter/clutter-main.c:
Destroy the debugging timer when the context is freed.
* clutter/clutter-stage.c:
Free the stage title when the stage is finalized.
2008-07-30 15:01:37 +00:00
Neil Roberts
d6496254d6
* clutter/clutter-model.c (clutter_model_set_sorting_column): This
...
function is supposed to accept -1 to disable sorting. However it
checks for whether the column is >= the number of columns, but
clutter_model_get_n_columns() returns an unsigned int so the
column number also gets promoted to unsigned for the
comparison. Therefore -1 is always greater than the number of
columns so it wouldn't let you set it.
2008-07-30 10:32:25 +00:00
Ross Burton
88a561fa01
2008-07-30 Ross Burton <ross@openedhand.com>
...
* clutter/version.xml.in:
* cogl/version.xml.in:
Remove trailing newline as it upsets Devhelp
2008-07-30 09:17:57 +00:00
Ross Burton
51563ba73e
2008-07-30 Ross Burton <ross@openedhand.com>
...
* clutter/version.xml.in:
* cogl/version.xml.in:
Remove trailing newline as it upsets Devhelp
2008-07-30 09:17:57 +00:00
Djihed Afifi
12ae5cc4fe
Updated Arabic Translation by Khaled Hosny.
...
svn path=/trunk/; revision=3798
2008-07-29 01:35:18 +00:00
Wouter Bolsterlee
bd00b58949
Dutch translation updated by Wouter Bolsterlee.
...
2008-07-29 Wouter Bolsterlee <wbolster@svn.gnome.org>
* nl.po: Dutch translation updated by Wouter Bolsterlee.
svn path=/trunk/; revision=3797
2008-07-28 23:27:07 +00:00
Thomas James Alexander Thurman
deaebc5d2e
DOAP file (first pass, anyway).
...
* metacity.doap (added): DOAP file (first pass, anyway).
svn path=/trunk/; revision=3796
2008-07-27 03:47:47 +00:00
Neil Roberts
7df15542e4
* clutter/clutter-timeline.c (clutter_timeline_list_markers): When
...
requesting the list of markers it was returning the marker data as
a string instead of the name so it was copying garbage.
2008-07-26 14:00:32 +00:00
Daniel Nylander
7f6a2ebc76
sv.po: Updated Swedish translation
...
svn path=/trunk/; revision=3795
2008-07-25 21:50:12 +00:00
Neil Roberts
0d700d7abb
* clutter/clutter-actor.c (clutter_actor_remove_clip)
...
(clutter_actor_set_clipu): Queue a redraw when the clip is
changed.
2008-07-25 11:29:12 +00:00
Leonardo Ferreira Fontenelle
7d9e4ee37d
Terminology fixes by Vladimir Melo.
...
2008-07-24 Leonardo Ferreira Fontenelle <leonardof@gnome.org>
* pt_BR.po: Terminology fixes by Vladimir Melo.
svn path=/trunk/; revision=3794
2008-07-25 02:08:04 +00:00
Neil Roberts
7c8fdee369
* clutter/clutter-script.c: The example in the documentation
...
showed a color being specified as '0xff0000ff' but it should be
'#ff0000ff'
2008-07-24 09:11:54 +00:00
Emmanuele Bassi
931c9edde3
2008-07-23 Emmanuele Bassi <ebassi@openedhand.com>
...
Bug 1062 - clutter_actor_query_coords() replacement in 0.8
* clutter/clutter-deprecated.h: Fix the deprecation warning
for clutter_actor_query_coords(). (Gwenole Beauchesne)
2008-07-23 12:20:35 +00:00
Daniel Nylander
7adbca2fdb
sv.po: Updated Swedish translation
...
svn path=/trunk/; revision=3793
2008-07-17 19:37:34 +00:00
Emmanuele Bassi
73433e9638
2008-07-17 Emmanuele Bassi <ebassi@openedhand.com>
...
Bug 1047 - API documentation from release tarball is not
installed by "make install"
* configure.ac:
* Makefile.am: Make the recursion into the documentation
directory depend on on whether we explicitly enable it or
if we are not inside an SVN checkout.
2008-07-17 12:21:01 +00:00
Emmanuele Bassi
bcfaacad5c
Put back Project as the top-level element
2008-07-17 11:20:44 +00:00
Emmanuele Bassi
d3d4f7be5a
Fix the dependencies in the Makefile template
2008-07-17 11:17:32 +00:00
Emmanuele Bassi
8baf249011
Update DOAP file
2008-07-17 11:11:18 +00:00
Emmanuele Bassi
1742dd6750
2008-07-17 Emmanuele Bassi <ebassi@openedhand.com>
...
* clutter/subclassing-ClutterActor.xml: Update the ClutterActor
subclassing section by removing the cogl_push/pop_matrix() calls
where not needed.
2008-07-17 10:40:19 +00:00
Neil Roberts
e33cce309a
* clutter/clutter-texture.c:
...
* clutter/clutter-rectangle.c:
* clutter/clutter-group.c:
* clutter/clutter-entry.c:
* clutter/clutter-clone-texture.c: Remove unnecessary calls to
cogl_{push,pop}_matrix. The matrix is preserved in
clutter_actor_paint whenever the actor's transformation is applied
so there should be no need to push the matrix in actor paint
implementations unless it does some additional transformations
itself.
2008-07-17 10:08:52 +00:00
Emmanuele Bassi
e1cc4d8e93
2008-07-16 Emmanuele Bassi <ebassi@openedhand.com>
...
* clutter.pc.in: Add a variable containing the COGL backend
inside the pkg-config file, for configure-time checks.
2008-07-16 16:53:41 +00:00
Neil Roberts
0064738678
* clutter/cogl/common/cogl-primitives.c (cogl_path_rel_curve_to):
...
Fixed a typo in the second parameter which meant the curve was
drawn incorrectly.
2008-07-14 19:22:17 +00:00
Neil Roberts
9fbdee463d
* clutter/cogl/common/cogl-primitives.c (cogl_path_rel_curve_to):
...
Fixed a typo in the second parameter which meant the curve was
drawn incorrectly.
2008-07-14 19:22:17 +00:00
Emmanuele Bassi
d3e2b27cff
2008-07-14 Emmanuele Bassi <ebassi@openedhand.com>
...
* clutter/clutter.h: Include missing installed files.
2008-07-14 13:46:31 +00:00
Luca Ferretti
3848fa17e5
Updated Italian translation.
...
2008-07-14 Luca Ferretti <elle.uca@libero.it>
* it.po: Updated Italian translation.
svn path=/trunk/; revision=3792
2008-07-14 10:38:02 +00:00
Tomas Frydrych
7a33510e0c
2008-07-14 Tomas Frydrych <tf@openedhand.com>
...
* clutter/clutter-stage.c:
(clutter_stage_hide_cursor):
Fixed C&P bug that made it impossible to show cursor once hidden.
Stripped trailing whitespace.
2008-07-14 08:49:22 +00:00
Thomas James Alexander Thurman
f9a0c6d456
Post-release bump to 2.23.89.
...
svn path=/trunk/; revision=3791
2008-07-14 01:30:25 +00:00
Thomas James Alexander Thurman
7ec8054491
2.23.55 release.
...
svn path=/trunk/; revision=3789
METACITY_2_23_55
2008-07-14 01:25:17 +00:00
Thomas Thurman
34fe81fabd
meta_display_screen_for_root() can return NULL, so check for that. Fixes
...
2008-07-13 Thomas Thurman <tthurman@gnome.org>
* src/core/display.c (event_callback): meta_display_screen_for_root()
can return NULL, so check for that. Fixes #422242 . Also tidying.
svn path=/trunk/; revision=3788
2008-07-14 00:41:25 +00:00
Matthew Allum
d5369aa9bf
2008-07-13 Matthew Allum <mallum@openedhand.com>
...
* clutter/x11/clutter-x11-texture-pixmap.c:
Call XSync in unredirect X error trap (Thanks to Andy Wingo)
2008-07-13 22:54:19 +00:00
Elijah Newren
dacf784498
Don't attempt to double-free struts, edges and regions if work areas have
...
2008-07-13 Elijah Newren <newren gmail com>
* src/core/workspace.c (meta_workspace_free): Don't attempt to
double-free struts, edges and regions if work areas have already
been invalidated at the time of freeing a workspace.
Possible fix to #361804 .
svn path=/trunk/; revision=3787
2008-07-13 22:16:23 +00:00
Neil Roberts
9faac520e4
* build/mingw/mingw-cross-compile.sh: Avoid using the --strip
...
option to tar because it isn't supported in the version shipped
with MSYS.
2008-07-13 17:55:53 +00:00
Thomas Thurman
24e63a0d2d
Don't allocate memory for log messages unless we're logging.
...
2008-07-12 Thomas Thurman <tthurman@gnome.org>
* src/core/constraints.c (do_screen_and_xinerama_relative_constraints):
Don't allocate memory for log messages unless we're logging.
svn path=/trunk/; revision=3786
2008-07-13 05:27:13 +00:00
Thomas Thurman
6bf62be4d0
This function can now officially return NULL. Two windows can't belong to
...
2008-07-12 Thomas Thurman <tthurman@gnome.org>
* src/core/group.c (meta_window_get_group): This function can now
officially return NULL.
* src/core/window.c (meta_window_same_application): Two windows can't
belong to the same application unless they both belong to some
application. (Both belonging to no application is not the same.)
Closes #453022 .
svn path=/trunk/; revision=3785
2008-07-13 03:26:39 +00:00
Tomas Frydrych
5f8dc01de3
2008-07-11 Tomas Frydrych <tf@openedhand.com>
...
* clutter/clutter-fixed.c:
Move G_IMPLEMENT_INLINES before all other #include statements (bug
#1038 ).
2008-07-11 10:36:07 +00:00
Tomas Frydrych
9b4daec78b
2008-07-11 Tomas Frydrych <tf@openedhand.com>
...
* clutter/clutter-fixed.c:
Changed #define G_IMPLEMENTS_INLINES to G_IMPLEMENT_INLINES (bug
#1038 ).
2008-07-11 10:12:05 +00:00
Emmanuele Bassi
1e57f38c4f
2008-07-10 Emmanuele Bassi <ebassi@openedhand.com>
...
* configure.ac: Post release bump to 0.3.1.
2008-07-10 16:39:46 +00:00
Matthew Allum
5972e9db45
008-07-10 Matthew Allum <mallum@openedhand.com>
...
* clutter/cogl/gles/cogl-fbo.c:
* clutter/cogl/gles/cogl-texture.c:
Fix warnings with eglnative build
2008-07-10 16:19:09 +00:00
Matthew Allum
34329a1ffb
008-07-10 Matthew Allum <mallum@openedhand.com>
...
* clutter/cogl/gles/cogl-fbo.c:
* clutter/cogl/gles/cogl-texture.c:
Fix warnings with eglnative build
2008-07-10 16:19:09 +00:00
Emmanuele Bassi
8ec5effcf6
Remove unused variable
2008-07-10 15:15:37 +00:00
Emmanuele Bassi
2c31e8ab04
2008-07-10 Emmanuele Bassi <ebassi@openedhand.com>
...
* clutter/clutter-sections.txt: Add the missing X11 backend
API.
2008-07-10 14:48:14 +00:00
Matej Urbančič
77820c9697
Updated Slovenian translation
...
svn path=/trunk/; revision=3783
2008-07-10 12:15:50 +00:00
Matej Urbančič
175efedd45
Updated Slovenian translation
...
svn path=/trunk/; revision=3782
2008-07-10 12:15:27 +00:00
Matthew Allum
12363448c7
2008-07-10 Matthew Allum <mallum@openedhand.com>
...
* README:
Sync up/improve ready for 0.8 release.
* AUTHORS:
Sync up to date - hope I havn't missed anyone..
2008-07-10 11:54:06 +00:00
Theppitak Karoonboonyanan
81f8dad99e
Updated Thai translation.
...
2008-07-10 Theppitak Karoonboonyanan <thep@linux.thai.net>
* th.po: Updated Thai translation.
svn path=/trunk/; revision=3781
2008-07-10 04:42:25 +00:00
Matthew Allum
18e1dfb232
2008-07-10 Matthew Allum <mallum@openedhand.com>
...
* clutter/glx/clutter-glx-texture-pixmap.c:
Assume TFP npots sized textures are always supported if TFP ext is!
(Based on patch from James Ketrenos)
2008-07-10 00:12:23 +00:00
Kjartan Maraas
aa70e34e34
Updated Norwegian bokmål translation.
...
2008-07-09 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Updated Norwegian bokmål translation.
svn path=/trunk/; revision=3780
2008-07-09 11:46:10 +00:00