Alexander Shopov
1baefc4807
Updated Bulgarian translation
2013-01-09 07:00:36 +02:00
Alexander Shopov
86d6baf30f
Updated Bulgarian translation
2013-01-09 06:15:06 +02:00
Jasper St. Pierre
3a3be74e37
Remove some server calls for core devices
...
These were missed in the first porting.
https://bugzilla.gnome.org/show_bug.cgi?id=691363
2013-01-08 15:54:50 -05:00
Jasper St. Pierre
f57d64337b
display: Use XI2 constants for mode/detail focus event values
...
This makes no function difference, except conceptual clarity.
https://bugzilla.gnome.org/show_bug.cgi?id=691363
2013-01-08 15:54:50 -05:00
Jasper St. Pierre
e69fcc860c
display: Remove some more core events
...
I apparently forgot to remove these.
https://bugzilla.gnome.org/show_bug.cgi?id=691363
2013-01-08 15:54:50 -05:00
Jasper St. Pierre
afbca61524
main: Remove call to clutter_x11_enable_xinput
...
The call is deprecated and is called by default upstream.
https://bugzilla.gnome.org/show_bug.cgi?id=691363
2013-01-08 15:54:50 -05:00
Jasper St. Pierre
66d37e06ba
compositor: Remove unused code fetching _XSETROOT_ID
...
We don't use this atom anywhere, so don't bother fetching it.
https://bugzilla.gnome.org/show_bug.cgi?id=691363
2013-01-08 15:54:50 -05:00
Tomeu Vizoso
5bce5f88d9
Use the correct type for GLintptr
...
On 32bit, intptr_t has a different type than khronos_intptr_t.
https://bugzilla.gnome.org/show_bug.cgi?id=691296
(cherry picked from commit a77222385812a696a999a871cde439f50b648f69)
2013-01-08 14:56:25 +01:00
Neil Roberts
f1baa4d60f
Clear the scissor before calling glBlitFramebuffer in swap_region
...
glBlitFramebuffer is affected by the scissor so we need to ensure
there is an empty clip flushed before using it. This is similar to
what is done in _cogl_blit_framebuffer().
https://bugzilla.gnome.org/show_bug.cgi?id=690451
Reviewed-by: Robert Bragg <robert@linux.intel.com>
Tested-by: Aaron Plattner <aplattner@nvidia.com>
(cherry picked from commit 65da3f88af9c7b8d72758d116c2652aff68195c1)
2013-01-07 16:37:29 +00:00
Colin Walters
7e2d6cb6ec
README: Minor update, really just to trigger a rebuild
...
...after cogl bumped soname.
2013-01-05 14:16:57 -05:00
Robert Bragg
015a47b77a
Post-release version bump to 1.12.3
2013-01-04 17:37:21 +00:00
Robert Bragg
0f2ce5e77c
Release 1.12.2 (release)
2013-01-04 17:23:45 +00:00
Robert Bragg
3cc3c19e85
Updates NEWS for the 1.12.2 release
2013-01-04 17:23:45 +00:00
Robert Bragg
ab00855967
build: only build cogland with wayland-server 0.85
...
This ensures we only try to build cogland if we have wayland-server
0.85.x since the api is incompatible with later versions.
2013-01-04 17:23:45 +00:00
Damien Lespiau
70f71e2627
doc: Generate a valid cogl-context.xml
...
The automagic paragraph support of gtk-doc is way too simple to support
things like multi-paragraphs <note>s. Let's trick gtk-doc and make it
generate a valid docbook snippet for cogl-context.
Without this, cogl-context remains absent of the reference
documentation, how sad is this?!
(cherry picked from commit 606b472d91450e3221da6631020f534892e866a9)
2013-01-04 17:02:02 +00:00
Debarshi Ray
b9f775fe02
ui: Suppress warnings from -Werror=maybe-uninitialized
2013-01-03 17:30:44 +01:00
Jasper St. Pierre
90cf43da9f
display: Expose the xinput opcode
...
This is needed by the shell to filter out certain events
https://bugzilla.gnome.org/show_bug.cgi?id=690590
2013-01-02 13:41:56 -05:00
Matthias Clasen
bab51cbbe4
Remove unnecessary python check
...
A grep for fix-meta-rectangle.py in the source tree comes up
empty, and building mutter works just fine without AM_PATH_PYTHON.
https://bugzilla.gnome.org/show_bug.cgi?id=690956
2013-01-02 08:01:14 -05:00
Chun-wei Fan
bb8ef4e5c0
test-interactive-clutter.vc(x)projin: Fix includes
...
We need to include the gdk-pixbuf headers as well...
2012-12-28 15:54:33 +08:00
Chun-wei Fan
26380730bf
Fix Clutter Visual C++ projects
...
Fix the *_GDK configs as GDK headers will include GDK-Pixbuf headers as
well.
2012-12-28 15:46:51 +08:00
Nilamdyuti Goswami
e782426736
Assamese translation updated
2012-12-27 21:33:18 +05:30
Rafael Ferreira
1071e9970f
Updated Brazilian Portuguese Translation
2012-12-27 03:56:51 -02:00
Piotr Drąg
5d64bdf3d9
Updated Polish translation
2012-12-26 21:41:21 +01:00
Yaron Shahrabani
8012a315e3
Updated Hebrew translation.
2012-12-26 19:50:51 +02:00
Daniel Mustieles
acd6df34da
Updated Spanish translation
2012-12-26 11:59:29 +01:00
Giovanni Campagna
6431abbc85
Check that the application is responding when activating a window
...
Currently, we ping windows only when attempting to delete them, but
if the application is not responding, we want to show the dialog
as soon as possible. Given that we cannot be passively notified that
the window stopped responding with the current X11 protocol, a good
workaround is to ping the window when activating it.
If the window stops responding while active, it is expected the user
will try to switch window or open the overview, and when coming back
he'll get the failure dialog.
https://bugzilla.gnome.org/show_bug.cgi?id=684340
2012-12-25 18:39:10 +01:00
Giovanni Campagna
57ff0f7071
MetaWindow: add a public method for checking if the application is responding
...
Add meta_window_check_alive(), which is a simple wrapper over
meta_display_ping_window(), and takes care of showing the "Application
is not responding dialog" if needed.
https://bugzilla.gnome.org/show_bug.cgi?id=684340
2012-12-25 18:39:09 +01:00
Adel Gadllah
2a2ac52726
automaximize: Make it optional
...
Make automaximize optional by adding a gsetting "auto-maximize"
(defaults to true).
https://bugzilla.gnome.org/show_bug.cgi?id=680990
2012-12-25 13:37:22 +01:00
A S Alam
a91eeb24d4
update Punjabi Translation for master
2012-12-25 08:50:47 +05:30
Fran Diéguez
581960abc8
Updated Galician translations
2012-12-24 23:03:34 +01:00
Fran Diéguez
e57208d425
Updated Galician translations
2012-12-24 22:54:03 +01:00
Khaled Hosny
3a307b5d24
Update Arabic translation
2012-12-24 13:19:00 +02:00
Chun-wei Fan
9cc076b14c
Update Visual C++ property sheets
...
Remove unneeded items.
2012-12-24 12:23:27 +08:00
Dimitris Spingos
5a025b9515
Updated Greek translation
2012-12-23 18:54:54 +02:00
Jasper St. Pierre
4e21d5d610
ui: Don't use deprecated GtkStyleContext API
...
Update for deprecations.
https://bugzilla.gnome.org/show_bug.cgi?id=690593
2012-12-23 03:17:26 -05:00
Piotr Drąg
77a9decc00
Updated Polish translation
2012-12-23 04:11:54 +01:00
Daniel Mustieles
02c2cf1960
Updated Spanish translation
2012-12-21 12:26:57 +01:00
Ray Strode
748064678f
prefs: drop errnoneous semi-colon
...
This fixes a compiler warning and spurious
enqueuing of WORKSPACE_NAMES change.
https://bugzilla.gnome.org/show_bug.cgi?id=690573
2012-12-20 14:27:26 -05:00
Yaron Shahrabani
982d554450
Updated Hebrew translation.
2012-12-20 13:29:07 +02:00
Mattias Põldaru
0e5f8997cf
[l10n] Updated Estonian translation
2012-12-19 18:23:18 +02:00
Daniel Mustieles
c742b33200
Updated Spanish translation
2012-12-19 13:25:12 +01:00
Aleksej Kabanov
fa8878509e
Updated Russian translation
2012-12-19 11:39:46 +04:00
Giovanni Campagna
6111d3ee4a
window: recompute modal dialog attached status when the window type changes
...
We want to maintain the invariant that an attached modal dialog is always
of type MODAL_DIALOG, so recompute is_attached_dialog() when the window
type changes.
https://bugzilla.gnome.org/show_bug.cgi?id=690454
2012-12-18 23:18:58 +01:00
Adel Gadllah
3876a1a192
Support bypass compositor hints
...
Add support for _NET_WM_BYPASS_COMPOSITOR and _NET_WM_DONT_BYPASS_COMPOSITOR
as proposed here: https://mail.gnome.org/archives/wm-spec-list/2012-February/msg00010.html
https://bugzilla.gnome.org/show_bug.cgi?id=683020
2012-12-18 19:02:34 +01:00
Florian Müllner
6f3ae06362
Bump version to 3.7.3
...
Update NEWS
3.7.3
2012-12-18 13:31:41 +01:00
Matej Urbančič
4ce3fbbfdc
Updated Slovenian translation
2012-12-18 08:39:23 +01:00
Emmanuele Bassi
f7f2635fbf
Post-release version bump to 1.13.3
2012-12-18 01:57:23 +00:00
Emmanuele Bassi
790ecbaf94
Release Clutter 1.13.2
2012-12-18 01:40:39 +00:00
Emmanuele Bassi
c000fb7b83
build: Fix distcheck in the cookbook
...
Someday, somebody will have to explain to me how not touching
anything for a whole release cycle ends up breaking the build.
Adding the top_srcdir/doc/cookbook path to the includes fixes the
distcheck.
2012-12-18 01:40:39 +00:00
Emmanuele Bassi
9016cba473
examples: Remove clutter_x11_enable_xinput()
...
It is unnecessary, and deprecated.
2012-12-18 01:27:32 +00:00