Ryan Lortie
ad1e23ce7d
idle-monitor: avoid XSyncBadAlarm X error
...
If we fail to find the IDLETIME counter, then the alarm variable will be
uninitialised. Most code paths are careful to check this before
submitting XSync calls, but there is one check missing.
https://bugzilla.gnome.org/show_bug.cgi?id=724364
2014-02-14 10:09:47 -05:00
Adel Gadllah
197d170364
stage_cogl: Don't scale the current_damage when adding to the damage_list
...
Otherwise we will union the scaled rectange with the clip_region which is
unscaled causing us to redraw a larger area.
2014-02-14 13:16:52 +01:00
Daniel Mustieles
f01716f9bc
Updated Spanish translation
2014-02-14 10:19:07 +01:00
Daniel Korostil
52d411bd85
Updated Ukrainian translation
2014-02-13 22:39:28 +02:00
Bastien Nocera
32b3d27bb9
GestureActions: Add per-action thresholds
...
Instead of relying on the dnd drag threshold, add per-action
horizontal and vertical thresholds. Use them in the swipe action
as well.
https://bugzilla.gnome.org/show_bug.cgi?id=724242
2014-02-13 18:53:24 +01:00
Bastien Nocera
54e2657cb0
GestureActions: Set threshold-trigger-edge at right time
...
It was set during the _init(), and swiftly overridden with the
default value in construct. Do it in constructed() instead.
https://bugzilla.gnome.org/show_bug.cgi?id=724242
2014-02-13 18:53:24 +01:00
Giovanni Campagna
0c5a6ad775
window: don't set _NET_WM_FULLSCREEN_MONITORS to bogus values
...
Prior to the DisplayConfig merge, we would set _NET_WM_FULLSCREEN_MONITORS
to (unsigned)-1 when unset. After that, we would have invalid
reads inside meta_screen_monitor_index_to_xinerama_index() (called
with -1).
The way I read the specification, the proper way to indicate
that the window is back to fullscreen on all monitors is to
remove the property, so do that.
Also, add an assertion that meta_screne_monitor_index_to_xinerama_index()
is doing the right thing.
https://bugzilla.gnome.org/show_bug.cgi?id=724258
2014-02-13 13:16:51 +01:00
Giovanni Campagna
2be5401b1e
window: fix invalid read in computing the input shape
...
If we are reported only one rectangle in the input shape, we should
not try to read more.
https://bugzilla.gnome.org/show_bug.cgi?id=724257
2014-02-13 13:13:35 +01:00
Giovanni Campagna
3aac2bf934
window: don't set _NET_WM_FULLSCREEN_MONITORS to bogus values
...
Prior to the DisplayConfig merge, we would set _NET_WM_FULLSCREEN_MONITORS
to (unsigned)-1 when unset. After that, we would have invalid
reads inside meta_screen_monitor_index_to_xinerama_index() (called
with -1).
The way I read the specification, the proper way to indicate
that the window is back to fullscreen on all monitors is to
remove the property, so do that.
Also, add an assertion that meta_screne_monitor_index_to_xinerama_index()
is doing the right thing.
https://bugzilla.gnome.org/show_bug.cgi?id=724258
2014-02-13 13:09:28 +01:00
Giovanni Campagna
e053f7f2f4
window: fix invalid read in computing the input shape
...
If we are reported only one rectangle in the input shape, we should
not try to read more.
https://bugzilla.gnome.org/show_bug.cgi?id=724257
2014-02-13 13:09:28 +01:00
Kjartan Maraas
094f196bb5
Updated Norwegian bokmål translation
2014-02-12 20:29:41 +01:00
Kjartan Maraas
f7ac4e77de
Updated Norwegian bokmål translation
2014-02-12 20:29:05 +01:00
Kjartan Maraas
3313d3190e
Updated Norwegian bokmål translation
2014-02-12 20:26:00 +01:00
Jasper St. Pierre
f16e9b2ee7
wayland-surface: Make set_margin double-buffered as well
2014-02-10 14:16:06 -05:00
Emmanuele Bassi
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
Emmanuele Bassi
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
Emmanuele Bassi
92c0c77947
conform/color: Add more test coverage
...
https://bugzilla.gnome.org/show_bug.cgi?id=662818
2014-02-10 18:01:38 +00:00
Emmanuele Bassi
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
Emmanuele Bassi
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
Emmanuele Bassi
d157602924
timeline: Fix bad logic in check
...
https://bugzilla.gnome.org/show_bug.cgi?id=711540
2014-02-10 17:43:16 +00:00
Emmanuele Bassi
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
Kjartan Maraas
fb6a7cda70
Updated Norwegian bokmål translation
2014-02-10 08:12:29 +01:00
Jasper St. Pierre
06380938d4
wayland-surface: Make set_fullscreen / set_maximized and friends double-buffered
2014-02-09 18:23:39 -05:00
Ryan Lortie
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
Jasper St. Pierre
9c20de1adb
default: Make the map animation more friendly
2014-02-09 11:54:08 -05:00
Jasper St. Pierre
593db0baee
default: Make the map animation more friendly
2014-02-09 11:53:15 -05:00
Jasper St. Pierre
6b66553493
display: Remove unused variable
2014-02-09 11:53:15 -05:00
Ryan Lortie
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
Adel Gadllah
ddaae9c923
Fix build
...
I broke it while cherry picking the last commit.
2014-02-09 16:39:04 +01:00
Adel Gadllah
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
Adel Gadllah
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
Jorge Pérez Pérez
a1378e0833
Updated Aragonese translation
2014-02-09 13:28:11 +01:00
Milo Casagrande
54ac92bd83
[l10n] Updated Italian translation.
2014-02-09 12:36:03 +01:00
Milo Casagrande
dd2debfc52
[l10n] Updated Italian translation.
2014-02-09 12:33:41 +01:00
Marek Černocký
79e96a6a1a
Updated Czech translation
2014-02-09 09:49:57 +01:00
Andika Triwidada
3324470916
Updated Indonesian translation
2014-02-09 03:39:40 +00:00
Jasper St. Pierre
6561b53346
display: Clean up screen management code
2014-02-07 19:52:34 -05:00
Jasper St. Pierre
def5e86673
wayland: Add support for the set_margin request
2014-02-07 19:28:36 -05:00
Jasper St. Pierre
0c213c8fee
wayland: Add support for the delete event
2014-02-07 19:28:36 -05:00
Jasper St. Pierre
912a0abd26
wayland: Remove edges
...
This is an upstream change to xdg-shell.
2014-02-07 19:28:36 -05:00
Jasper St. Pierre
d694260ad2
xwayland: Fix xwayland
...
Don't give us a freed pointer here.
2014-02-07 19:28:05 -05:00
Jasper St. Pierre
8566566451
xwayland: Split out the XWayland stuff into its own private struct
2014-02-07 16:21:27 -05:00
Jasper St. Pierre
0ce64e46e8
build: Don't build client-protocols for things
...
We don't use these.
2014-02-07 16:21:27 -05:00
Fran Diéguez
9e3b355a70
Updated Galician translations
2014-02-07 01:32:28 +01:00
Khaled Hosny
497541730f
Update Arabic translation
2014-02-06 15:35:03 +02:00
Rico Tzschichholz
a8336669a3
shaped-texture: Fix unused variable warning
...
(cherry picked from commit 101a13c86daaea0a6cd0b7421f7a186fbf4ca3f9)
2014-02-05 22:51:46 +01:00
Rico Tzschichholz
101a13c86d
shaped-texture: Fix unused variable warning
2014-02-05 22:50:34 +01:00
Jasper St. Pierre
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
Jasper St. Pierre
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
Jasper St. Pierre
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