f73b4d334a
actor: Extend :scale-[xyz] factors in the negative range
...
The corresponding methods accept negative values already.
https://bugzilla.gnome.org/show_bug.cgi?id=706311
2014-02-10 18:35:12 +00:00
dd08b6fd98
docs: Explicitly mention that Transition is abstract
...
https://bugzilla.gnome.org/show_bug.cgi?id=710232
2014-02-10 18:32:36 +00:00
92c0c77947
conform/color: Add more test coverage
...
https://bugzilla.gnome.org/show_bug.cgi?id=662818
2014-02-10 18:01:38 +00:00
33ebe92fdb
color: Fix documentation of 'hsla()' parsing
...
The documentation for the s and l components is incorrect; these have to
be percentage values and must have a '%' character right after the
number.
Based on a patch by: Pablo Pissanetzky <pablo@trickplay.com >
https://bugzilla.gnome.org/show_bug.cgi?id=662818
2014-02-10 17:54:06 +00:00
2662788bbc
build: Add -Werror=logical-op
...
Caught a couple of checks that evaluated to always true.
https://bugzilla.gnome.org/show_bug.cgi?id=711540
2014-02-10 17:43:16 +00:00
d157602924
timeline: Fix bad logic in check
...
https://bugzilla.gnome.org/show_bug.cgi?id=711540
2014-02-10 17:43:16 +00:00
dd034cccad
x11: Fix bad logic in axis check
...
https://bugzilla.gnome.org/show_bug.cgi?id=711540
2014-02-10 17:43:16 +00:00
fb6a7cda70
Updated Norwegian bokmål translation
2014-02-10 08:12:29 +01:00
06380938d4
wayland-surface: Make set_fullscreen / set_maximized and friends double-buffered
2014-02-09 18:23:39 -05:00
87b20d7f2a
autogen.sh: use #!/bin/sh instead of #!/bin/bash
...
We don't have any bashisms in this file, so we may as well use sh.
https://bugzilla.gnome.org/show_bug.cgi?id=722530
2014-02-09 11:54:51 -05:00
9c20de1adb
default: Make the map animation more friendly
2014-02-09 11:54:08 -05:00
593db0baee
default: Make the map animation more friendly
2014-02-09 11:53:15 -05:00
6b66553493
display: Remove unused variable
2014-02-09 11:53:15 -05:00
9935b4fd66
autogen.sh: use #!/bin/sh instead of #!/bin/bash
...
We don't have any bashisms in this file, so we may as well use sh.
https://bugzilla.gnome.org/show_bug.cgi?id=722530
2014-02-09 10:56:26 -05:00
ddaae9c923
Fix build
...
I broke it while cherry picking the last commit.
2014-02-09 16:39:04 +01:00
0c7a7d7527
Disable clutter's high dpi scaling
...
mutter needs some work to work with high dpi scaling so disable
the scaling until that is fixed.
https://bugzilla.gnome.org/show_bug.cgi?id=723931
2014-02-09 16:25:37 +01:00
45ff615b46
Disable clutter's high dpi scaling
...
mutter needs some work to work with high dpi scaling so disable
the scaling until that is fixed.
https://bugzilla.gnome.org/show_bug.cgi?id=723931
2014-02-09 16:22:19 +01:00
a1378e0833
Updated Aragonese translation
2014-02-09 13:28:11 +01:00
54ac92bd83
[l10n] Updated Italian translation.
2014-02-09 12:36:03 +01:00
dd2debfc52
[l10n] Updated Italian translation.
2014-02-09 12:33:41 +01:00
79e96a6a1a
Updated Czech translation
2014-02-09 09:49:57 +01:00
3324470916
Updated Indonesian translation
2014-02-09 03:39:40 +00:00
6561b53346
display: Clean up screen management code
2014-02-07 19:52:34 -05:00
def5e86673
wayland: Add support for the set_margin request
2014-02-07 19:28:36 -05:00
0c213c8fee
wayland: Add support for the delete event
2014-02-07 19:28:36 -05:00
912a0abd26
wayland: Remove edges
...
This is an upstream change to xdg-shell.
2014-02-07 19:28:36 -05:00
d694260ad2
xwayland: Fix xwayland
...
Don't give us a freed pointer here.
2014-02-07 19:28:05 -05:00
8566566451
xwayland: Split out the XWayland stuff into its own private struct
2014-02-07 16:21:27 -05:00
0ce64e46e8
build: Don't build client-protocols for things
...
We don't use these.
2014-02-07 16:21:27 -05:00
9e3b355a70
Updated Galician translations
2014-02-07 01:32:28 +01:00
497541730f
Update Arabic translation
2014-02-06 15:35:03 +02:00
a8336669a3
shaped-texture: Fix unused variable warning
...
(cherry picked from commit 101a13c86d
)
2014-02-05 22:51:46 +01:00
101a13c86d
shaped-texture: Fix unused variable warning
2014-02-05 22:50:34 +01:00
18cfcc0221
shaped-texture: Make sure to set the texture tower's texture
...
This was part of the Wayland branch that I forgot to cherry-pick properly.
2014-02-05 15:39:28 -05:00
8daefd92df
shaped-texture: Move unobscured_region processing here
...
We want to remove a bunch of auxilliary duties from the MetaWindowActor
and MetaSurfaceActor, including some details of how culling is done.
Move the unobscured region culling code to the MetaShapedTexture, which
helps the actor become "more independent".
https://bugzilla.gnome.org/show_bug.cgi?id=720631
2014-02-05 15:18:12 -05:00
b580ccfe56
cullable: Reset the culling state instead of skipping the traversal
...
When we traversed down to reset the culling state, previously we
would just skip any actors that wanted culling. In order to properly
reset the unobscured_region before painting, we need to traverse down
to these places as well. Do this by calling cull_out with NULL regions
for both arguments, and adapt existing cull_out implementations to
match.
https://bugzilla.gnome.org/show_bug.cgi?id=720631
2014-02-05 15:17:18 -05:00
d3c2607e53
window-actor: Move all buffer management and damage correction here
...
We want ShapedTexture to be a dumb actor that knows how to
pick/paint fairly easily, without any "platform knowledge", so to say...
2014-02-05 15:16:38 -05:00
f6db756326
shaped-texture: Move unobscured_region processing here
...
We want to remove a bunch of auxilliary duties from the MetaWindowActor
and MetaSurfaceActor, including some details of how culling is done.
Move the unobscured region culling code to the MetaShapedTexture, which
helps the actor become "more independent".
https://bugzilla.gnome.org/show_bug.cgi?id=720631
2014-02-05 14:42:38 -05:00
27ab516f41
cullable: Reset the culling state instead of skipping the traversal
...
When we traversed down to reset the culling state, previously we
would just skip any actors that wanted culling. In order to properly
reset the unobscured_region before painting, we need to traverse down
to these places as well. Do this by calling cull_out with NULL regions
for both arguments, and adapt existing cull_out implementations to
match.
https://bugzilla.gnome.org/show_bug.cgi?id=720631
2014-02-05 14:24:08 -05:00
9542b464bf
window-actor: Clean up whitespace
2014-02-05 14:14:41 -05:00
f64cea3fc3
window-actor: Clean up whitespace
2014-02-05 14:13:33 -05:00
1ebaaa1950
shaped-texture: Clean up code flow a bit
...
This is easier for me to read.
2014-02-05 14:10:50 -05:00
71efbf0330
shaped-texture: Constify clip
...
This matches upstream
2014-02-05 14:10:49 -05:00
7a33fa6817
shaped-texture: Clean up code flow a bit
...
This is easier for me to read.
2014-02-05 14:07:27 -05:00
a6539463be
shaped-texture: Remove get_clip
...
It seems that this code is trying to transform from "surface coordinates"
(the size of texture that's being displayed) to "actor coordinates"
(the actor's allocation), but I can't find any place where the two are
different. As such, let's just go back to using "surface coordinates"
everywhere and see what breaks.
2014-02-05 14:05:18 -05:00
ee5dc42612
GLX winsys: fix feature handling for INTEL_swap_event
...
The declaration of INTEL_swap_event was treating winsys features as
if they were a bitfield, but they aren't. The end result was that
instead of reporting two features when INTEL_swap_event is present,
we report none.
https://bugzilla.gnome.org/show_bug.cgi?id=719741
Reviewed-by: Robert Bragg <robert@linux.intel.com >
2014-02-05 13:44:38 +00:00
67560db7b8
updated kn.po
2014-02-05 16:25:53 +05:30
6b7f7c66ec
xrandr: Use specified output property name for backlight control
...
Backlight controls are set using the "BACKLIGHT" XRANDR output property.
This should be "Backlight" according to the XRANDR spec [1].
Some drivers (Intel) export both properties and some only the specified property (nvidia).
Users of drivers that only export the specified property cannot change their backlight using XRANDR.
[1] http://cgit.freedesktop.org/xorg/proto/randrproto/tree/randrproto.txt section 9.1
https://bugzilla.gnome.org/show_bug.cgi?id=723606
2014-02-05 08:32:34 +00:00
b8e096db82
Bump version to 3.11.5
...
Update NEWS.
3.11.5-wayland
2014-02-04 22:59:20 +01:00
79a3b23cec
Bump version to 3.11.5
...
Update NEWS.
3.11.5
2014-02-04 22:45:18 +01:00