Andika Triwidada
6bcbd1bfce
Updated Indonesian translation
2015-08-28 13:02:13 +00:00
Lionel Landwerlin
0e4d11bcd8
gdk: master clock: fix incorrect symbol use
...
https://bugzilla.gnome.org/show_bug.cgi?id=754134
2015-08-26 21:40:47 +01:00
Lionel Landwerlin
5b9c31a0ce
gdk: fix memory corruption
...
g_hash_table_replace will free the list pointer we're modifying.
Let's just do memory management ourselves.
https://bugzilla.gnome.org/show_bug.cgi?id=754134
2015-08-26 21:40:41 +01:00
Piotr Drąg
84ad306a65
Updated Polish translation
2015-08-26 17:38:58 +02:00
Chao-Hsiung Liao
6e6d5b152b
Updated Chinese (Taiwan) translation
2015-08-25 22:51:41 +00:00
Fran Dieguez
e26a0c3afc
Updated Galician translations
2015-08-25 15:51:15 +02:00
Daniel Mustieles
e10fd2d4c0
Updated Spanish translation
2015-08-25 11:01:18 +02:00
Pedro Albuquerque
8f20f86a80
Updated Portuguese translation
2015-08-25 06:20:10 +00:00
Alexandre Franke
81a560f9bf
Updated French translation
2015-08-24 16:02:38 +00:00
Emmanuele Bassi
84c5846aa0
image: Use internal function for the texture node
...
ClutterActor has a convenience function that removes the need to query
the actor's state and apply it to a ClutterTextureNode, so we should use
it.
2015-08-24 10:01:03 +01:00
Emmanuele Bassi
af010d5e2d
canvas: Use internal function for the texture node
...
ClutterActor has a convenience function that removes the need to query
the actor's state and apply it to a ClutterTextureNode, so we should use
it.
2015-08-24 09:59:53 +01:00
Emmanuele Bassi
cf7e37b53b
actor: Add internal "create textute node" function
...
To avoid excessive copy and paste. We could even consider making it
public before release.
2015-08-24 09:59:16 +01:00
Emmanuele Bassi
6cc12adf4d
Post-release version bump to 1.23.7
2015-08-21 15:02:47 +01:00
Emmanuele Bassi
113b7bac51
Release Clutter 1.23.6
2015-08-21 14:47:04 +01:00
Emmanuele Bassi
38e983b8e9
docs: Fix a typo in the BoxLayout:homogeneous description
...
https://bugzilla.gnome.org/show_bug.cgi?id=753895
2015-08-21 12:11:05 +01:00
Emmanuele Bassi
fe422ab61c
gdk: Use non-deprecated/non-Clutter specific X11 API
...
We are currently using deprecated/Clutter-specific API in Cogl to
retrieve the XVisualInfo associated with the (E)GLX context. Cogl 1.21.2
added new CoglRenderer API to achieve the same result.
2015-08-21 11:58:52 +01:00
Emmanuele Bassi
f5409ecd3a
Bump up requirement for Cogl
...
We're going to use API added in Cogl 1.21.
2015-08-21 11:57:59 +01:00
Emmanuele Bassi
956eec7964
conform/actor-pick: Add more verbose output on failure
...
Should help diagnosing issues.
2015-08-19 17:34:44 +01:00
Fran Dieguez
cff048a650
Updated Galician translations
2015-08-17 01:18:03 +02:00
Alexandre Franke
83869a17ea
Updated French translation
2015-08-15 11:37:47 +00:00
Daniel Mustieles
c73d8f82a0
Updated Spanish translation
2015-08-12 08:58:43 +02:00
Emmanuele Bassi
9a10c3cbee
Add an explicit dep on GIO
...
We use GIO types in the API, so we cannot just rely on our dependencies
to add GIO.
2015-08-11 09:14:19 +01:00
Aurimas Černius
bdf12d359a
Updated Lithuanian translation
2015-08-06 22:54:34 +03:00
Pedro Albuquerque
3a52b688cb
Updated Portuguese translation
2015-08-04 10:28:50 +00:00
Andika Triwidada
434f01c08f
Updated Indonesian translation
2015-08-03 11:23:29 +00:00
Anders Jonsson
6d649ec6d1
Fix typo (textues)
...
https://bugzilla.gnome.org/show_bug.cgi?id=746279
2015-08-01 21:55:07 +02:00
Jordi Mas
7016bff344
Fixes to Catalan translation
2015-08-01 11:20:25 +02:00
Adel Gadllah
9a510c0117
backend: Check for a known set of drivers
...
We want to use the Cogl GL3 driver, if possible, and then go through a
known list of Cogl drivers, before giving up and using COGL_DRIVER_ANY.
Based on original patch from Emmanuele Bassi.
We have to create and tear down the whole context when trying
out the drivers though because the extension checks do not happen
until cogl_context_init.
https://bugzilla.gnome.org/show_bug.cgi?id=742678
2015-07-26 16:05:07 +02:00
Carlos Garnacho
40f6a0135e
evdev: Set missing dx/dy fields on ClutterTouchpadPinchEvents
2015-07-24 19:17:12 +02:00
Sebastian Rasmussen
ec90e5c2be
Updated Swedish translation
2015-07-23 20:19:34 +00:00
Emmanuele Bassi
691be437ad
Post-release version bump to 1.23.5
2015-07-22 19:25:01 +01:00
Emmanuele Bassi
23596a0ca6
Release Clutter 1.23.4
2015-07-22 19:13:00 +01:00
Emmanuele Bassi
b834503b79
build: Fix for distcheck
2015-07-22 19:12:42 +01:00
Emmanuele Bassi
c748221598
docs: Add missing symbols
2015-07-22 19:11:08 +01:00
Stefan Sauer
8f976cad44
docs: give more hints about how to replace the anchor-point
...
In addition to pivot-point also mention _set_translation().
2015-07-22 18:41:39 +01:00
Emmanuele Bassi
13c722c026
x11: Remove unused enumeration
...
The ClutterX11XInputEventTypes enumeration has been unused inside
Clutter for the past 4 years and a half, since we switched to the
XInput 2 API.
The enumeration itself has always been private, and nobody should
have used it in the first place, but if something breaks, we can
revert this commit.
2015-07-20 13:05:06 +01:00
Emmanuele Bassi
9d40fafa2a
Do not generate backend-specific enumeration types
...
They should be part of the backend-specific API.
The only backend that has an enumeration type is the X11 one, and it's
small, so we can simply put it there.
This is not an ABI change: the backend-specific symbols are still in
the same SO. You'll be required to import clutter-x11.h to have access
to the GType method at the source level, whereas before just importing
clutter.h would have sufficed. The only user of that enumeration was a
function declared in clutter-x11.h, anyway.
2015-07-20 13:00:12 +01:00
Emmanuele Bassi
c2e63cf16b
build: Use the appropriate NAMESPACE variable everywhere
...
We're inconsistently using the NAMESPACE variable instead of passing
the --identifier-prefix and --symbol-prefix command line arguments to
the introspection scanner.
2015-07-19 13:17:49 +01:00
Emmanuele Bassi
e474684f2b
deprecated: Regenerate the compatibility key symbols
...
Now with the appropriate compiler warning that points to the replacement
key symbol.
2015-07-17 13:16:53 +01:00
Emmanuele Bassi
1506ec4a54
keysyms-update: Add deprecation notice for compat symbols
...
Now that we can warn about deprecated macros, we should finally do it
for the old, non-namespaced key symbol macros that we've been stringing
along since the 1.0 days.
2015-07-17 13:15:32 +01:00
Ting-Wei Lan
ad690c61b1
macros: Clang 3.4 and later versions can use deprecation macros for GCC
...
https://bugzilla.gnome.org/show_bug.cgi?id=752272
2015-07-14 02:39:40 +08:00
Nitin Sharma
4dfa4de5d0
actor: Check for NULL pointer for pspec
...
In function clutter_actor_set_final_state, the pspec pointer returned by calling
g_object_class_find_property is not checked for NULL.
2015-07-13 13:15:52 +01:00
Emmanuele Bassi
332aa3cf21
macros: Add fallback defines for non-GCC compilers
...
I forgot to add the fallback definitions in case we're not using GCC;
without them, anybody using non-GCC compilers will get a build error.
https://bugzilla.gnome.org/show_bug.cgi?id=752272
2015-07-11 23:58:12 +01:00
Ting-Wei Lan
7e0f588c91
trivial: Fix return value error in clutter_event_get_gesture_motion_delta
2015-07-11 18:09:45 +08:00
Emmanuele Bassi
a722cbebef
actor: Fully deprecate the state access macros
...
Now that we can warn without breaking the build, we should deprecate the
state access macros for ClutterActor.
2015-07-11 10:18:18 +01:00
Emmanuele Bassi
9bd3c8d2e6
conform: Do not use deprecated macros
...
Porting actor-graph is easier than porting actor-invariants, and we're
not really testing the internals of ClutterActor.
2015-07-11 10:18:18 +01:00
Emmanuele Bassi
ccd3fa0355
conform: Disable deprecation warnings
...
When testing the invariants we do also test deprecated API; there's no
need to warn.
2015-07-11 10:18:18 +01:00
Emmanuele Bassi
4040f2d556
gdk: Do not use deprecated macros
...
Use the replacement functions instead.
2015-07-11 10:18:18 +01:00
Emmanuele Bassi
eefbb88675
backend: Do not use deprecated macros
...
Use the replacement functions instead.
2015-07-11 10:18:18 +01:00
Emmanuele Bassi
02b44fcc60
cally: Drop use of deprecated macros
...
Use the equivalent functions instead.
2015-07-11 10:18:18 +01:00