Florian Müllner
37de96ce86
build: Fix merge fallout
...
Commit 3ba8532bdc
accidentally added a no-longer-existent file
back to DiSTFILES.
2014-04-15 22:58:51 +02:00
Jasper St. Pierre
3ba8532bdc
Revert "wayland: make parallel installable with regular mutter"
...
This reverts commit ea3d2b4759
.
2014-04-09 15:14:11 -07:00
Florian Müllner
333d78f338
Update .gitignore
2014-04-09 12:29:15 -07:00
Jasper St. Pierre
216ff7ebe5
Update .gitignore
...
It seems the new automake likes to litter these files all around.
2014-03-31 23:47:40 -04:00
Jasper St. Pierre
fd392cc1e7
Remove "xrandr" from the name of the generated DBus files
...
It's about generic display config, not XRandR specifically.
2014-03-31 23:44:47 -04:00
Jasper St. Pierre
91ad92c968
Update .gitignore
2014-03-18 22:08:04 -04:00
Jasper St. Pierre
0cdf3bd383
Update .gitignore
2014-03-18 13:18:52 -04: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
Jasper St. Pierre
ab080e3e6b
Add support for xdg-shell
...
Replace our existing support for wl_shell with xdg_shell, the new proposal
for how Wayland surfaces should work.
2013-11-12 16:53:13 -05:00
Jasper St. Pierre
5d1fcc26c0
Update .gitignore
2013-09-03 10:57:28 -04:00
Giovanni Campagna
ea3d2b4759
wayland: make parallel installable with regular mutter
...
Modify all visible instances of mutter with mutter-wayland
(libraries, folders, pkgconfig, etc.), so that the wayland
branch can be installed alongside the usual X11 mutter.
https://bugzilla.gnome.org/show_bug.cgi?id=705497
2013-08-26 15:00:29 +02:00
Jasper St. Pierre
13312527de
Update .gitignore
2013-08-23 18:23:33 -04:00
Jasper St. Pierre
77290b6736
Update .gitignore
2013-08-20 17:04:43 -04:00
Jasper St. Pierre
e633606ca9
menu: Remove support for icon items from the window menu
...
We don't show these by default, and it uses deprecated API.
This also removes our only use of the stock icons, so remove
those as well.
https://bugzilla.gnome.org/show_bug.cgi?id=704437
2013-08-13 09:39:01 -04:00
Dan Winship
4f1d62170b
test-focus: test program for focus window management
...
https://bugzilla.gnome.org/show_bug.cgi?id=647706
2013-05-22 13:46:15 -04:00
Tomeu Vizoso
460dc9f2ef
Improve a bit the look of the main page of the API docs
...
https://bugzilla.gnome.org/show_bug.cgi?id=695641
2013-03-14 18:07:04 -04:00
Tomeu Vizoso
be46869782
docs: Fix cross-reference generation
...
https://bugzilla.gnome.org/show_bug.cgi?id=676856
2013-03-14 18:02:43 -04:00
Jasper St. Pierre
a3826987e6
Build reference docs
...
https://bugzilla.gnome.org/show_bug.cgi?id=676856
2013-03-14 17:56:36 -04:00
Florian Müllner
bdf47aeac4
keybindings: Import keybinding files from Metacity
...
Fallback mode is going away, so we should stop depending on Metacity
for keybinding files for common bindings.
https://bugzilla.gnome.org/show_bug.cgi?id=687672
2012-11-12 19:27:35 +01:00
Florian Müllner
34f6ffd1ad
keybindings: Add toggle-tile-left/right bindings
...
Having keybindings for side-by-side tiling has been requested for
a long time, so add this support now.
https://bugzilla.gnome.org/show_bug.cgi?id=648700
2011-12-13 14:36:40 +01:00
Florian Müllner
d0910da036
Port preferences to GSettings
...
Move preferences to GSettings, using mainly shared schemas from
gsettings-desktop-schemas.
Unlike GConf, GSettings support is not optional, as Gio is already
a hard dependency of GTK+.
https://bugzilla.gnome.org/show_bug.cgi?id=635378
2011-11-11 20:26:38 +01:00
Tommi Vainikainen
289561ddf3
.gitignore: Ignore generated POT file (po/*.pot)
2011-09-27 09:48:13 +03:00
Dan Winship
368a90c82a
test-attached: new program for testing attached dialogs
...
https://bugzilla.gnome.org/show_bug.cgi?id=646761
2011-08-27 13:12:25 -04:00
Dan Winship
6e6ed81c19
.gitignore: update
2011-03-18 13:54:18 -04:00
Dan Winship
bb50f65532
Allow mutter to be used as a library
...
Move all of the mutter code into a new libmutter-wm.so, split its
main() method into meta_get_option_context(), meta_init() and
meta_run(), add methods for using in-process plugins, and add
libmutter-wm.pc pointing to the new library.
The mutter binary is now just a tiny program that links against
libmutter-wm. The --version and --mutter-plugins options are handled
at the mutter level, not in libmutter-wm, and a few strange unused
command-line options (--no-force-fullscreen and --no-tab-popup) have
been removed.
https://bugzilla.gnome.org/show_bug.cgi?id=643959
2011-03-07 18:19:53 -05:00
Emmanuele Bassi
5de10c34b7
Update the Git ignore file
2010-01-19 02:06:31 +00:00
Tomas Frydrych
9b3a0d1ad8
Basic plugin infastructure and a sample simple plugin.
2008-09-18 16:09:11 +01:00