fb7b820187
Cleanup: split MetaSide from MetaDirection
...
The MetaDirection enumeration had META_SIDE_* values in it that
were used in some places where an enum with only four directions
was needed. Split this off into a separate enum called MetaSide
and use that enum name where appropriate.
2009-03-17 16:53:01 -04:00
3a2d775196
Updated Greek translation by Jennie Petoumenou.
...
svn path=/branches/gnome-2-26/; revision=4203
2009-03-13 16:36:43 +00:00
c780fde38e
Translation updated by Mattias Põldaru
...
2009-03-13 Priit Laes <plaes at svn dot gnome dot org>
* et.po: Translation updated by Mattias Põldaru
svn path=/branches/gnome-2-26/; revision=4202
2009-03-13 09:56:31 +00:00
a47bb96536
Add a MetaScreen:restacked signal and expose MetaWindow.layer
...
Expose restacking and a window's stack layer to allow a compositor
to insert elements into the window stack in the right location.
(See Bug 571827 – hide panel when screensaver is active)
src/core/stack.h src/include/common.h: Move MetaStackLayer to
a public header.
src/core/screen.c src/core/screen-private.h src/core/stack.c:
Add a ::restacked signal emitted after we finish restracking.
src/core/window.h src/include/window.h: Add meta_window_get_layer()
2009-03-12 17:07:27 -04:00
0e256a21a5
Use GDestroyNotify instead of custom type, for better introspectability
2009-03-25 10:50:40 -04:00
3b864f8af5
Delay creation of overlay window until we are ready to show the stage.
...
The overlay window was created before the plugins are loaded. Because the
composite extension immediately maps the window, we ended blanking the screen
while plugins, etc., were loading. This commit reorganizes the code so that
the overlay window is only created just before we are ready to show the
stage.
The significant impact of this change is that plugins cannot manipulate the
overlay window during their initial loading, i.e., they cannot call the
input-region API (the plugin should hook into the "show" signal if it needs
to do anything of this sort).
The commit also removes the XClearArea() call on the overlay window that
seems to have served no real purpose.
2009-03-30 16:56:52 +01:00
540fc4b76b
Bump mutter to 0.5
release-2.25.144_0.5
2009-03-19 16:12:35 +00:00
f78390b094
Notify the compositor of new windows slightly sooner.
...
In particular, make it so that we call meta_compositor_add_window() on
a new window before calling meta_compositor_sync_stack() to position
it. The list returned by mutter_plugin_get_windows() is only updated
by sync_stack(), but sync_stack() only pays attention to windows that
add_window() has already been called on. So without this change, a
newly-mapped window will not be returned by
mutter_plugin_get_windows() until after the *next* restacking.
http://bugzilla.openedhand.com/show_bug.cgi?id=1512
2009-03-18 15:09:15 -04:00
0b635aafae
Make prototype for meta_window_find_root_ancestor() public.
2009-03-19 16:01:32 +00:00
8ae90af01f
Bump to 2.25.144_0.4
release-2.25.144_0.4
2009-03-17 15:40:06 +00:00
31f48c0cf0
Removed unnecessary g_object_ref/unref() bracketing around g_object_notify().
2009-03-17 12:28:00 +00:00
cd0ef08783
Added MetaWindow::fullscreen property (read only).
2009-03-17 12:27:13 +00:00
4203fd2993
Added MetaWorkspace::n-windows property (read-only).
2009-03-17 08:54:19 +00:00
54e56a47da
Moved meta_window_get_outer_rect() prototype to window.h
...
Useful for plugins.
2009-03-17 08:35:17 +00:00
d8a28621cc
Bumped mutter version to 0.3
release-2.25.144_0.3
2009-03-12 15:37:30 +00:00
177bfe38f6
Added entries for Oriya language Translation updation.
...
svn path=/branches/gnome-2-26/; revision=4201
2009-03-12 09:54:31 +00:00
b19b2e146a
Updated Oriya Translation.
...
svn path=/branches/gnome-2-26/; revision=4200
2009-03-12 09:53:13 +00:00
92d347f566
Updated Telugu Translation
...
svn path=/branches/gnome-2-26/; revision=4190
2009-03-11 14:21:33 +00:00
cafd18bb2c
Updated LINGUAS entry
...
svn path=/branches/gnome-2-26/; revision=4189
2009-03-11 14:20:40 +00:00
ce3e339201
Updated ChangeLog entry
...
svn path=/branches/gnome-2-26/; revision=4188
2009-03-11 14:20:13 +00:00
a863f0d955
Added Entry for Bengali India Translation Updation
...
svn path=/branches/gnome-2-26/; revision=4187
2009-03-10 17:08:56 +00:00
d7e84d4e11
Updated Bengali India Translation
...
svn path=/branches/gnome-2-26/; revision=4186
2009-03-10 17:08:22 +00:00
cb4c9aa64f
Updated Czech translation.
...
2009-03-08 Petr Kovar <pknbe@volny.cz >
* cs.po: Updated Czech translation.
svn path=/branches/gnome-2-26/; revision=4184
2009-03-08 19:24:57 +00:00
15f4656d9a
Updated Hebrew translation
...
svn path=/branches/gnome-2-26/; revision=4183
2009-03-07 12:38:46 +00:00
cba863dc5f
Updated Hebrew translation
...
svn path=/branches/gnome-2-26/; revision=4182
2009-03-07 12:33:24 +00:00
9e3af9b51f
Updated Italian translation by Luca Ferretti
...
svn path=/branches/gnome-2-26/; revision=4180
2009-03-06 21:32:28 +00:00
143e566498
updating translation for Punjabi
...
svn path=/branches/gnome-2-26/; revision=4179
2009-03-05 02:11:22 +00:00
000aaaf95d
Updated Italian translation
...
2009-03-04 Luca Ferretti <elle.uca@libero.it >
* it.po: Updated Italian translation
svn path=/branches/gnome-2-26/; revision=4178
2009-03-04 15:34:04 +00:00
3fe6268f10
Updated French translation by Frédéric Peters and Claude Paroz.
...
2009-03-02 Claude Paroz <claude@2xlibre.net >
* fr.po: Updated French translation by Frédéric Peters and Claude Paroz.
svn path=/branches/gnome-2-26/; revision=4176
2009-03-02 21:28:18 +00:00
f749f9ceef
tamil translation updated
...
svn path=/branches/gnome-2-26/; revision=4175
2009-03-02 10:50:53 +00:00
c284a90663
Updated Slovenian translation
...
svn path=/branches/gnome-2-26/; revision=4174
2009-03-02 10:39:19 +00:00
50442cf96b
Updated Portuguese translation.
...
2009-02-28 Duarte Loreto <happyguy_pt@hotmail.com >
* pt.po: Updated Portuguese translation.
svn path=/branches/gnome-2-26/; revision=4173
2009-02-28 16:44:22 +00:00
4bfacf4a39
Updated Finnish translation
...
svn path=/branches/gnome-2-26/; revision=4172
2009-02-28 15:55:21 +00:00
d587a4b859
Updated British English translation.
...
2009-02-23 Philip Withnall <philip@tecnocode.co.uk >
* en_GB.po: Updated British English translation.
svn path=/branches/gnome-2-26/; revision=4169
2009-02-23 18:48:25 +00:00
8d5b142664
Updated Catalan translation by David Planella
...
svn path=/branches/gnome-2-26/; revision=4168
2009-02-23 14:38:03 +00:00
e44664a3b5
Updated Finnish translation
...
svn path=/branches/gnome-2-26/; revision=4167
2009-02-23 13:48:53 +00:00
31599eb282
Updated Finnish translation
...
svn path=/branches/gnome-2-26/; revision=4166
2009-02-23 13:41:29 +00:00
1c978e7333
Updated German translation.
...
* de.po: Updated German translation.
svn path=/branches/gnome-2-26/; revision=4164
2009-02-21 14:05:52 +00:00
6c4a5fa38c
Updated Brazilian Portuguese translation.
...
svn path=/branches/gnome-2-26/; revision=4161
2009-02-20 13:54:41 +00:00
1726df6eaf
Updated Romanian translation from Adi Roiban.
...
svn path=/branches/gnome-2-26/; revision=4160
2009-02-19 19:54:44 +00:00
4312600248
Updated Finnish translation
...
svn path=/branches/gnome-2-26/; revision=4158
2009-02-19 08:04:32 +00:00
30af106563
2.25.233 fix
...
svn path=/branches/gnome-2-26/; revision=4155
2009-02-18 09:35:11 +00:00
32c6966e4b
Updated Korean translation
...
svn path=/branches/gnome-2-26/; revision=4154
2009-02-18 00:16:29 +00:00
3e9d7da4da
Translation updated.
...
2009-02-17 Gabor Kelemen <kelemeng@gnome.hu >
* hu.po: Translation updated.
svn path=/branches/gnome-2-26/; revision=4152
2009-02-17 01:48:06 +00:00
58594ef2be
Updated Dutch translation by Wouter Bolsterlee.
...
2009-02-16 Wouter Bolsterlee <wbolster@svn.gnome.org >
* nl.po: Updated Dutch translation by Wouter Bolsterlee.
svn path=/branches/gnome-2-26/; revision=4150
2009-02-16 18:35:37 +00:00
1c2a88373c
Updated Danish translation
...
svn path=/branches/gnome-2-26/; revision=4149
2009-02-15 13:05:15 +00:00
d039176d75
2.25.233
...
svn path=/branches/gnome-2-26/; revision=4147
2009-02-14 23:01:07 +00:00
19a0eb1761
Updated be@latin.po
...
svn path=/branches/gnome-2-26/; revision=4146
2009-02-14 17:38:05 +00:00
eea098d22d
Updated Thai translation.
...
2009-02-13 Theppitak Karoonboonyanan <thep@linux.thai.net >
* th.po: Updated Thai translation.
svn path=/branches/gnome-2-26/; revision=4142
2009-02-13 13:25:44 +00:00
ecfe3a6533
Updated Basque translation.
...
2009-02-12 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org >
* eu.po: Updated Basque translation.
svn path=/branches/gnome-2-26/; revision=4140
2009-02-12 20:58:09 +00:00