Balázs Úr
bb983d6b5d
Initial Hungarian translation
2013-09-26 00:20:44 +02:00
Balázs Úr
e87c470220
Initial Hungarian translation
2013-09-26 00:18:38 +02:00
Giovanni Campagna
cb5e1e2776
Bump version to 3.10.0.1
...
Update NEWS
3.10.0.1-wayland
2013-09-25 20:00:16 +02:00
Owen W. Taylor
dd64f62b2f
Bump version to 3.10.0.1
...
Update NEWS
3.10.0.1
2013-09-25 13:38:32 -04:00
Giovanni Campagna
e965cf32d4
MetaWindowActor: fix updates with multiple size changes in one frame
...
We must set x11_size_changed even if we are frozen, as every window
size change makes the X server drop the pixmap, and we might lose
the information at the next thaw() if the window changes size
twice in one frame (so we would keep drawing with the old pixmap
until something else causes another resize)
2013-09-25 19:23:58 +02:00
Owen W. Taylor
7b84590c71
MetaWindowActor: fix updates with multiple size changes in one frame
...
We must set size_changed even if we are frozen, as every window
size change makes the X server drop the pixmap, and we might lose
the information at the next thaw() if the window changes size
twice in one frame (so we would keep drawing with the old pixmap
until something else causes another resize)
Fix done together with Giovanni Campagna <gcampagn@redhat.com>
2013-09-25 13:13:19 -04:00
Giovanni Campagna
ce5e0b20b5
Bump version to 3.10.0
...
Update NEWS
3.10.0-wayland
2013-09-24 14:09:29 +02:00
Emmanuele Bassi
18f71891ce
Post-release version bump to 1.16.1
2013-09-24 00:56:40 +01:00
Emmanuele Bassi
eae876c44e
Release Clutter 1.16.0
2013-09-24 00:45:33 +01:00
Emmanuele Bassi
fb8eacfb02
device: Guard against divisions by zero
...
The range of a device could be 0, so we need to bail out from the
scaling during the axis translation.
https://bugzilla.gnome.org/show_bug.cgi?id=707033
2013-09-23 23:21:19 +01:00
Florian Müllner
2601b30c7e
Bump version to 3.10.0
...
Update NEWS.
3.10.0
2013-09-23 22:53:11 +02:00
Robert Bragg
fa855b7c45
Start clearly separating deprecated code
...
This makes a start on clearly factoring the deprecated code of core Cogl
into a deprecated/ directory. Ideally we want to get to the point where
all code here can be re-worked in terms of the public 2.0 api so that it
can be kept indefinitely for cogl 1.x api compatibility without
cluttering the core code base itself. If we can do this then we can
avoid maintaining the Cogl 1.x branches in parallel with master which
would reduce the maintenance effort.
2013-09-23 18:38:49 +01:00
Robert Bragg
6328a42f35
Bump version to 1.17.1
2013-09-23 18:38:23 +01:00
Robert Bragg
3b14acdbcc
remove spurious COGL_GTYPE_DEFINE_CLASS reference
...
Commit 7b25c8f5caad mistakenly added a reference to a
COGL_GTYPE_DEFINE_CLASS() macro that does not yet exist so this patch
removes it.
Reviewed-by: Neil Roberts <neil@linux.intel.com>
2013-09-23 18:37:29 +01:00
Kenneth Nielsen
e90022f3c7
Updated Danish translation
2013-09-23 19:36:54 +02:00
Kenneth Nielsen
935724e538
Updated Danish translation
2013-09-23 19:36:40 +02:00
Neil Roberts
922241a2ac
Build a .xz file on release instead of a .bzip2 file
...
Previously when we released a .bzip2 file the Gnome release scripts
will just convert this to a .xz file and generate its own checksum.
The .bzip2 is never actually available on the FTP server. This isn't
ideal because we were listing the checksum of the .bzip2 file in the
release message but that is useless information. This patch changes it
to generate a .xz file instead which is also what Clutter does.
Reviewed-by: Robert Bragg <robert@linux.intel.com>
(cherry picked from commit cd20c869f303a3526335e77b1913c0555e226a3f)
2013-09-23 18:22:32 +01:00
Robert Bragg
fd29893b2c
Post-release version bump to 1.16.1
2013-09-23 16:27:09 +01:00
Robert Bragg
05299fc2ea
Release 1.16.0 (release)
2013-09-23 15:27:41 +01:00
Robert Bragg
522069a55a
Updates NEWS for the 1.16.0 release
2013-09-23 15:24:19 +01:00
Lionel Landwerlin
447488dd5b
cogl-gst: add missing annotations
...
Reviewed-by: Robert Bragg <robert@linux.intel.com>
2013-09-23 15:02:32 +01:00
Lionel Landwerlin
d33f8ca070
texture: add missing annotations
...
Reviewed-by: Robert Bragg <robert@linux.intel.com>
2013-09-23 15:02:31 +01:00
Lionel Landwerlin
fbba3478a8
fence: add scope annotation
...
Reviewed-by: Robert Bragg <robert@linux.intel.com>
2013-09-23 15:02:31 +01:00
Lionel Landwerlin
84bdd679df
buffer: add missing transfer annotations
...
Reviewed-by: Robert Bragg <robert@linux.intel.com>
2013-09-23 15:02:31 +01:00
Lionel Landwerlin
c1597a3364
pixel-buffer: add missing transfer annotation
...
Reviewed-by: Robert Bragg <robert@linux.intel.com>
2013-09-23 15:02:31 +01:00
Lionel Landwerlin
bd69f5963c
frame-info: add missing annotation
...
Reviewed-by: Robert Bragg <robert@linux.intel.com>
2013-09-23 15:02:31 +01:00
Lionel Landwerlin
232842c1f7
matrix-stack: add missing transfer annotation
...
Reviewed-by: Robert Bragg <robert@linux.intel.com>
2013-09-23 15:02:31 +01:00
Lionel Landwerlin
28e37775c0
matrix: add missing transfer annotation
...
Reviewed-by: Robert Bragg <robert@linux.intel.com>
2013-09-23 15:02:31 +01:00
Lionel Landwerlin
59fa8b22bd
index-buffer: add missing transfer annotation
...
Reviewed-by: Robert Bragg <robert@linux.intel.com>
2013-09-23 15:02:31 +01:00
Lionel Landwerlin
8dc7480002
attribute-buffer: add missing annotation
...
Reviewed-by: Robert Bragg <robert@linux.intel.com>
2013-09-23 15:02:31 +01:00
Lionel Landwerlin
de0cb3aba2
attribute-buffer: add missing transfer annotations
...
Reviewed-by: Robert Bragg <robert@linux.intel.com>
2013-09-23 15:02:31 +01:00
Lionel Landwerlin
7583f5fc3f
attribute: add constructor annotation
...
Reviewed-by: Robert Bragg <robert@linux.intel.com>
2013-09-23 15:02:31 +01:00
Lionel Landwerlin
7b25c8f5ca
attribute: add missing transfer annotations
...
Reviewed-by: Robert Bragg <robert@linux.intel.com>
2013-09-23 15:02:31 +01:00
Lionel Landwerlin
db513174f0
primitive: add missing description
...
Reviewed-by: Robert Bragg <robert@linux.intel.com>
2013-09-23 15:02:31 +01:00
Lionel Landwerlin
34838553c0
primitive: add scope annotation
...
Reviewed-by: Robert Bragg <robert@linux.intel.com>
2013-09-23 15:02:31 +01:00
Lionel Landwerlin
dc5b440f07
primitive: add missing transfer annotations
...
Reviewed-by: Robert Bragg <robert@linux.intel.com>
2013-09-23 15:02:31 +01:00
Lionel Landwerlin
5516235921
display: add missing transfer annotation
...
Reviewed-by: Robert Bragg <robert@linux.intel.com>
2013-09-23 15:02:31 +01:00
Lionel Landwerlin
2008493a46
renderer: add missing scope annotation
...
Reviewed-by: Robert Bragg <robert@linux.intel.com>
2013-09-23 15:02:31 +01:00
Lionel Landwerlin
c042051c01
renderer: add missing transfer annotation
...
Reviewed-by: Robert Bragg <robert@linux.intel.com>
2013-09-23 15:02:31 +01:00
Lionel Landwerlin
3ad8307ab3
context: add scope annotation
...
Reviewed-by: Robert Bragg <robert@linux.intel.com>
2013-09-23 15:02:31 +01:00
Lionel Landwerlin
d25b5f0314
context: improve constructor annotation
...
Reviewed-by: Robert Bragg <robert@linux.intel.com>
2013-09-23 15:02:31 +01:00
Lionel Landwerlin
9d2fc82077
onscreen: add scope annotations
...
Reviewed-by: Robert Bragg <robert@linux.intel.com>
2013-09-23 15:02:31 +01:00
Lionel Landwerlin
6ed5a43b82
onscreen: add constructor annotation
...
Reviewed-by: Robert Bragg <robert@linux.intel.com>
2013-09-23 15:02:31 +01:00
Lionel Landwerlin
777be3895d
onscreen: add missing transfer annotation
...
Reviewed-by: Robert Bragg <robert@linux.intel.com>
2013-09-23 15:02:31 +01:00
Lionel Landwerlin
6e3e14bb50
framebuffer: add missing transfer annotation
...
Reviewed-by: Robert Bragg <robert@linux.intel.com>
2013-09-23 15:02:31 +01:00
Lionel Landwerlin
95b0c4c558
bitmap: add missing annotations
...
Reviewed-by: Robert Bragg <robert@linux.intel.com>
2013-09-23 15:02:31 +01:00
Lionel Landwerlin
7cc83d58a2
sub-texture: add missing transfer annotaion
...
Reviewed-by: Robert Bragg <robert@linux.intel.com>
2013-09-23 15:02:30 +01:00
Lionel Landwerlin
7fa9b0dfdd
atlas-texture: add missing transfer annontations
...
Reviewed-by: Robert Bragg <robert@linux.intel.com>
2013-09-23 15:02:30 +01:00
Lionel Landwerlin
1cb2747ea0
texture-rectangle: add missing transfer annotations
...
Reviewed-by: Robert Bragg <robert@linux.intel.com>
2013-09-23 15:02:30 +01:00
Lionel Landwerlin
dfa0bdc9ed
texture-3d: add missing transfer annotations
...
Reviewed-by: Robert Bragg <robert@linux.intel.com>
2013-09-23 15:02:30 +01:00