Thomas Thurman
d819b99d99
Ignore values of .../mouse_button_modifier key if the key's missing.
...
2008-10-26 Thomas Thurman <tthurman@gnome.org>
* src/core/prefs.c (mouse_button_mods_handler): Ignore values
of .../mouse_button_modifier key if the key's missing.
Closes Launchpad bug #258054 , Launchpad bug #266929 .
svn path=/trunk/; revision=4001
2008-10-26 17:25:42 +00:00
Tomas Frydrych
b5ac24e9c1
meta_screen_append_new_workspace()
2008-10-24 11:11:28 +01:00
Tomas Frydrych
d1635d13cb
meta_screen_remove_workspace()
2008-10-24 11:03:43 +01:00
Tomas Frydrych
f80e39e2ca
mutter_plugin_get_screen()
2008-11-03 10:07:12 +00:00
Tomas Frydrych
a7a0a0300f
Exposed meta_screen_get_workspace_by_index.
2008-11-03 10:03:58 +00:00
Tomas Frydrych
685bbb2e64
Fixed format
2008-11-03 09:59:01 +00:00
Matthew Allum
e85f67f564
Fix minor warning
2008-10-31 23:37:46 +00:00
Matthew Allum
a2b47741ae
Merge branch 'dev' into clutter
2008-10-31 23:13:27 +00:00
Matthew Allum
eeb762e1e2
Remove overlay debug message.
2008-10-31 23:12:40 +00:00
Emmanuele Bassi
6c5fc6b3d6
Make metacity.schemas compliant again
...
The clutter_plugins schema key did not define the type of the
elements inside the list, thus making gconftool choke when installing
the Metacity schemas.
Since clutter_plugins is a list of strings, the trivial fix is
to add the corresponding <list_type> element to the schema XML.
2008-10-31 16:57:00 +00:00
Matthew Allum
3991e82539
Set TFP texture filter-quality to high (as to enable mipmaps)
2008-10-31 16:28:33 +00:00
Tomas Frydrych
312cbf3e04
Added G_MODULE_BIND_LOCAL for plugin load.
...
See http://bugzilla.openedhand.com/show_bug.cgi?id=1216 .
2008-10-31 08:08:08 +00:00
Tomas Frydrych
ce2bfc008d
mutter_window_get_description()
...
Human redable description useful for debugging, now accessible to plugins and
and also for override redirect windows.
2008-10-30 08:30:42 +00:00
Tomas Frydrych
b2fe0097e6
mutter_plugin_get_xdisplay()
2008-10-29 13:27:35 +00:00
Tomas Frydrych
e4501f801e
mutter_plugin_set_stage_input_region()
2008-10-29 13:03:03 +00:00
Tomas Frydrych
7bef175590
MUTTER_PLUGIN_DIR variable/define
...
Define for use in plugin manager
Makefile variable for plugin pc file and plugin installation.
2008-10-29 10:28:48 +00:00
Tomas Frydrych
a4a102726e
Removed tridy-grid and scratch plugin
2008-10-29 09:01:50 +00:00
Matthew Allum
a42ea69d0e
Tweak workspace switcher to display all windows
2008-10-28 23:04:51 +00:00
Tomas Frydrych
8f594c93cd
Added StructureNotifyMask for override redirect windows.
...
We need to be getting ConfigureNotify events for these, so we can respond
to changes in position of these windows. We cannot add this to windows
Metacity manages, as this makes it got mental.
2008-10-28 13:02:33 +00:00
Tomas Frydrych
8f8a193c7e
Revert "Add StructureNotifyMask windows the compositor is interested in."
...
This reverts commit f76f4dc898c435d9a15bc96a9aad89526f69fcb2.
2008-10-28 12:27:30 +00:00
Matthew Allum
c283fbe9b3
Merge branch 'clutter' of ssh://gitserver@git.o-hand.com/metacity-clutter into clutter
2008-10-28 11:34:05 +00:00
Matthew Allum
53d89a7fd5
Tweak/fix/improve workspace switching effect
2008-10-28 11:30:29 +00:00
Tomas Frydrych
68c2f75558
Changes necessary to build plugins out of tree:
...
metacity-plugins.pc.in
installation necessary header files
fixed misplaced inclusion of config.h
2008-10-28 10:45:45 +00:00
Tomas Frydrych
2a3445c865
Add StructureNotifyMask windows the compositor is interested in.
2008-10-27 17:17:09 +00:00
Tomas Frydrych
10f9a7f252
Forced live_hidden_windows to TRUE
2008-10-27 12:29:49 +00:00
Tomas Frydrych
b1c5a2e221
Added mutter_get_plugin() to mutter-plugin.h
...
So we can completely hide the struct name from plugins.
2008-10-27 10:34:32 +00:00
Tomas Frydrych
1d6e70a49d
Fixed stale comment.
2008-10-27 09:38:21 +00:00
Tomas Frydrych
310970a91b
De-C99fied default and scratch plugins.
2008-10-27 09:33:58 +00:00
Tomas Frydrych
07c1003905
Live previews for hidden windows.
...
ClutterActors for hidden windows (such windows on different than active
workspaces and windows that are minimized) are available, and reflect the
actual state of the window. This is intended for use in task-switchers etc.
This feature is disabled by default (due to increased demand on resources),
and can be enabled through the metacity/general/live_hidden_windows gconf key.
A trivial sample window switcher is included in the scratch plugin (activated
by clicking on the slide out panel).
2008-10-24 10:07:24 +01:00
Matthew Allum
273d213509
Integrate in Ebassi's workspace switching code from ui-hackfest branch.
2008-10-23 15:36:33 +01:00
Gil Forcada Codinachs
8201b0361a
Added Asturian translation on behalf of Mikel González
...
svn path=/trunk/; revision=3999
2008-10-23 13:55:20 +00:00
Frederic Peters
f97f20e3b0
added missing @id on <book> top element.
...
* doc/creating_themes/C/creating-metacity-themes.xml: added missing @id
on <book> top element.
svn path=/trunk/; revision=3998
2008-10-23 13:45:58 +00:00
Frederic Peters
fc4ef3417f
renamed document to creating-metacity-themes to match other manuals usage
...
* doc/creating_themes/Makefile.am:
* doc/creating_themes/C/creating_metacity_themes.xml: renamed document
to creating-metacity-themes to match other manuals usage of dashes.
svn path=/trunk/; revision=3997
2008-10-23 13:43:26 +00:00
Matthew Allum
4d441a6f7b
Make the overlay message a little less in your face..
2008-10-23 12:53:01 +01:00
Thomas James Alexander Thurman
c1348f0322
Post-release bump to 2.25.8.
...
svn path=/trunk/; revision=3996
2008-10-23 04:42:57 +00:00
Thomas James Alexander Thurman
647f75c4e8
2.25.5 release.
...
svn path=/trunk/; revision=3994
2008-10-23 04:32:03 +00:00
Thomas Thurman
348795b94d
Post-release bump to 2.25.5.
...
2008-10-23 Thomas Thurman <tthurman@gnome.org>
* configure.in: Post-release bump to 2.25.5.
svn path=/trunk/; revision=3993
2008-10-23 04:29:11 +00:00
Thomas Thurman
bb539466d5
fix stupid thinko which caused defaults to be incorrect "space" needs to
...
2008-10-23 Thomas Thurman <tthurman@gnome.org>
* src/core/schema-bindings.c: fix stupid thinko which
caused defaults to be incorrect
* src/include/window-bindings.h: "space" needs to be
lowercase
svn path=/trunk/; revision=3992
2008-10-23 04:27:31 +00:00
Thomas Thurman
ab9bdf228b
Support _NET_WM_STATE_STICKY (i.e. allow third-party apps to decide
...
2008-10-23 Thomas Thurman <tthurman@gnome.org>
Support _NET_WM_STATE_STICKY (i.e. allow third-party apps to decide
whether a window is on all workspaces). Bug found by Ka-Hing
Cheung. Closes #557536 .
* src/core/window.c (set_net_wm_state): report it
* src/core/window.c (meta_window_client_message): set sticky
if we receive it
* src/core/window-props.c: set sticky if we find it
* src/core/atomnames.h: add _NET_WM_STATE_STICKY
svn path=/trunk/; revision=3991
2008-10-23 04:09:14 +00:00
Thomas Thurman
c91475f20f
support builds outside tree properly. ditto. ditto.
...
2008-10-22 Thomas Thurman <tthurman@gnome.org>
* src/core/schema-bindings.c: support builds outside tree properly.
* src/Makefile.am: ditto.
* po/POTFILES.skip: ditto.
svn path=/trunk/; revision=3990
2008-10-23 04:03:54 +00:00
Thomas Thurman
445b6ae6ed
support builds outside tree properly. ditto.
...
2008-10-22 Thomas Thurman <tthurman@gnome.org>
* src/core/schema-bindings.c: support builds outside tree properly.
* src/Makefile.am: ditto.
svn path=/trunk/; revision=3989
2008-10-23 04:02:48 +00:00
Thomas Thurman
2e9857b560
support builds outside tree properly.
...
2008-10-22 Thomas Thurman <tthurman@gnome.org>
* src/core/schema-bindings.c: support builds outside tree properly.
svn path=/trunk/; revision=3988
2008-10-23 04:01:14 +00:00
Tomas Frydrych
3cc7b2c74d
Fixed how windows are added to avoid duplication.
2008-10-22 17:12:15 +01:00
Tomas Frydrych
275cccb136
Fixed process_reparent()
2008-10-22 14:40:06 +01:00
Thomas James Alexander Thurman
8c1a5c6a11
2.25.3 release.
...
svn path=/trunk/; revision=3987
2008-10-22 13:12:57 +00:00
Thomas Thurman
7a9da7eb69
bump to 2.25.3 (thought the release script had already done this)
...
2008-10-22 Thomas Thurman <tthurman@gnome.org>
* configure.in: bump to 2.25.3 (thought the release script
had already done this)
svn path=/trunk/; revision=3986
2008-10-22 13:09:59 +00:00
Thomas Thurman
788cbc91b2
Fixes to make distcheck work again.
...
2008-10-22 Thomas Thurman <tthurman@gnome.org>
Fixes to make distcheck work again.
* src/Makefile.am: include *-binding.h, and make the schema
building work when builddir != srcdir
* po/POTFILES.in (src/core/keybindings.): include *-binding.h
svn path=/trunk/; revision=3985
2008-10-22 13:08:44 +00:00
Götz Waschk
9cb0b6ff52
add libm reference. Closes #557357 .
...
2008-10-22 Götz Waschk <waschk@mandriva.org>
* configure.in: add libm reference. Closes #557357 .
svn path=/trunk/; revision=3984
2008-10-22 12:08:48 +00:00
Jordi Mallach
22d5f3fa57
New Valencian (Southern Catalan) translation based on the Catalan file.
...
2008-10-22 Jordi Mallach <jordi@sindominio.net>
* ca@valencia.po: New Valencian (Southern Catalan) translation
based on the Catalan file.
* LINGUAS: Added Valencian (Southern Catalan) (ca@valencia).
svn path=/trunk/; revision=3981
2008-10-22 07:57:08 +00:00
Jordi Mallach
627dcede64
Apply Catalan fixes from Robert Millan.
...
2008-10-22 Jordi Mallach <jordi@sindominio.net>
* ca.po: Apply Catalan fixes from Robert Millan.
svn path=/trunk/; revision=3980
2008-10-22 07:54:17 +00:00