summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
...
* Update .gitignoreJasper St. Pierre2013-08-201-0/+1
|
* menu: Remove support for icon items from the window menuJasper St. Pierre2013-08-131-1/+0
| | | | | | | | 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
* test-focus: test program for focus window managementDan Winship2013-05-221-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=647706
* Improve a bit the look of the main page of the API docsTomeu Vizoso2013-03-141-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=695641
* docs: Fix cross-reference generationTomeu Vizoso2013-03-141-3/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=676856
* Build reference docsJasper St. Pierre2013-03-141-0/+12
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=676856
* keybindings: Import keybinding files from MetacityFlorian Müllner2012-11-121-0/+2
| | | | | | | 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
* keybindings: Add toggle-tile-left/right bindingsFlorian Müllner2011-12-131-0/+1
| | | | | | | 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
* Port preferences to GSettingsFlorian Müllner2011-11-111-1/+2
| | | | | | | | | | 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
* .gitignore: Ignore generated POT file (po/*.pot)Tommi Vainikainen2011-09-271-0/+1
|
* test-attached: new program for testing attached dialogsDan Winship2011-08-271-1/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=646761
* .gitignore: updateDan Winship2011-03-181-2/+1
|
* Allow mutter to be used as a libraryDan Winship2011-03-071-0/+1
| | | | | | | | | | | | | | | 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
* Update the Git ignore fileEmmanuele Bassi2010-01-191-11/+20
|
* Basic plugin infastructure and a sample simple plugin.Tomas Frydrych2008-09-181-0/+60