| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=647706
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=695641
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=676856
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=676856
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=646761
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|