summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 3.12.03.12.0Alberts Muktupāvels2014-06-142-5/+41
| | | | Update NEWS
* libmetacity-private: remove '-1' part from include dir nameAlberts Muktupāvels2014-06-142-2/+2
|
* theme: fix button backgroundAlberts Muktupāvels2014-06-092-26/+27
| | | | | | | | | | | 1) Added 'no background' if there is only one button and backgrounds no more overlap if transparency used. 2) Corrected bug with left button clickable region when window is maximized. Origin: Ubuntu Bug: https://bugzilla.gnome.org/show_bug.cgi?id=608511 Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/535088 Author: Nicolas Desfontaine <noop@free.fr>
* Bump library version to 1Dmitry Shachnev2014-06-091-1/+1
|
* tabpopup.c: don't show shadow for outline windowAlberts Muktupāvels2014-06-091-0/+16
| | | | Bug: https://bugzilla.gnome.org/show_bug.cgi?id=536573
* compositor-xrender: add new atom - METACITY_WINDOW_HAVE_SHADOWAlberts Muktupāvels2014-06-091-1/+56
|
* Partially revert 'tabpopup.c: improve'Alberts Muktupāvels2014-06-091-0/+9
|
* creating_themes: updated FSF's addressAlberts Muktupāvels2014-06-082-3/+3
|
* COPYING: updated FSF's addressAlberts Muktupāvels2014-06-081-6/+6
|
* tile-preview: updated FSF's addressAlberts Muktupāvels2014-06-082-6/+2
|
* tabpopup.c: improveAlberts Muktupāvels2014-06-081-41/+31
| | | | | * Fix missing white border on outline window. * Do not create outline_window if we are not going to use it.
* keybindings.c: remove unused functionAlberts Muktupāvels2014-06-061-37/+0
|
* tile-preview.c: fix deprecated warningsAlberts Muktupāvels2014-06-061-37/+37
|
* Add side-by-side tilingAlberts Muktupāvels2014-06-0627-143/+1037
| | | | | | 1. Manually applied this patch: https://github.com/SolusOS-discontinued/consortium/commit/b463e03f5bdeab307ceee6b969c681f29537c76d 2. Ported tile-preview.c to gtk3.
* add option to set window placement modeAlberts Muktupāvels2014-06-064-9/+150
| | | | | Adapted from patch by Chad Glendenin available at: http://chad.glendenin.com/metacity/patch.html
* misc: add myself as maintainerAlberts Muktupāvels2014-06-061-0/+8
|
* Updated Polish translationPiotr Drąg2014-06-051-330/+263
|
* theme-viewer.c: fix deprecated warningsAlberts Muktupāvels2014-06-041-83/+117
|
* remove METACITY_STOCK_* and related thingsAlberts Muktupāvels2014-06-046-55/+2
|
* menu.c: fix deprecated warningsAlberts Muktupāvels2014-06-041-14/+3
| | | | | Stop using image menu items. It is deprecated since gtk 3.10 version.
* keybindings.c: fix deprecated warningAlberts Muktupāvels2014-06-041-1/+1
|
* metacity-window-demo.c: fix deprecated warningsAlberts Muktupāvels2014-06-041-168/+224
| | | | | Port GtkUIManager to GtkBuilder, GtkActionGroup to GSimpleActionGroup.
* Add UXD shadows and bordersAlberts Muktupāvels2014-06-043-0/+264
| | | | | Author: Sam Spilsbury <smspillaz@gmail.com> Removed 'unity_' prefix.
* Add error handling to glibtop_get_proc_uidAlberts Muktupāvels2014-06-041-2/+9
| | | | | Author: Tomaž Šolc Bug: https://bugzilla.gnome.org/show_bug.cgi?id=603240
* Update previous commit for gtk+-3Alberts Muktupāvels2014-06-041-11/+13
| | | | | Previous patch was made for gtk+-2 version. Update it to work with gtk+-3 version.
* Cut with fading the Bar title when it's longer than the decoration barMarco Trevisan (Treviño)2014-06-041-0/+27
| | | | | | | | | With this patch, when an application title is longer than the decorator available space for title, the text is colored using a cairo linear pattern which is divided into two parts: * The first pixels - apha_margin are colored with the defined opaque color * The pixels from alpha_margin until the string end are colored using a cairo pattern going from the opaque color to the transparent one.
* Don't show the ws switcher if we only have oneAlberts Muktupāvels2014-06-041-0/+4
| | | | | | | Origin: Ubuntu Bug: https://bugzilla.gnome.org/show_bug.cgi Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/506944 Author: Didier Roche <didrocks@ubuntu.com>
* Update meta_show_dialog for gtk's removal of --screenAlberts Muktupāvels2014-06-044-10/+8
| | | | | | | | gtk3 no longer has the --screen command-line argument, which metacity was passing to zenity. Use --display (with an explicitly-specified screen number) instead. Author: Dan Winship Bug: https://bugzilla.gnome.org/show_bug.cgi?id=687938
* Add drag and drop support when using alt + tabAlberts Muktupāvels2014-06-041-1/+1
| | | | | Author: Matthias Clasen Bug: https://bugzilla.gnome.org/show_bug.cgi?id=135056
* Fix new window focusAlberts Muktupāvels2014-06-041-7/+13
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=534752
* enable compositing manager by defaultAlberts Muktupāvels2014-06-041-1/+1
|
* compositor-xrender.c: fix screen flickering on session startAlberts Muktupāvels2014-06-041-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=658036
* frames.c: don't try to remove source that does not existAlberts Muktupāvels2014-06-031-0/+2
|
* fixedtip: remove unused function parameterAlberts Muktupāvels2014-06-033-5/+3
|
* use force_save_user_rect=TRUE for maximized windows tooAlberts Muktupāvels2014-06-031-2/+0
| | | | | | | Force to save user rect for maximized windows too, otherwise when launching maximized application on non left monitor it will be moved to left monitor. Ubuntu bug: https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/727928
* More fixes from mutterAlberts Muktupāvels2014-06-036-132/+77
| | | | | | | | | | | | | | | 1) https://git.gnome.org/browse/mutter/commit/src/ui/ui.c?id=f1620abfad0caf85b5958e32736accb3fecef7f1 2) https://git.gnome.org/browse/mutter/commit/src/ui/ui.c?id=4e21d5d61010b0aa5ddc3acccd9598384c3e8f01 3) https://git.gnome.org/browse/mutter/commit/?id=28deea44d45808c846fa674d80497ee6408a3e6f 4) https://git.gnome.org/browse/mutter/commit/?id=b4344b5ab5ace489640d8477a07f71574a6dabd6 5) https://git.gnome.org/browse/mutter/commit/?id=d95da2dfbe493e0718644e53789f0f110cc48ed5 6) https://git.gnome.org/browse/mutter/commit/?id=e8209e7b221a4a108c132fa3a8ad27e9a8018a6d 7) https://git.gnome.org/browse/mutter/commit/?id=6900128b2f51e670146107c50abf3ee227123acf 8) https://git.gnome.org/browse/mutter/commit/?id=b58366d3ad380ccf391d4bc6d98e2cbd7830f449 9) https://git.gnome.org/browse/mutter/commit/?id=8b64a951c9c61b2f8b319121c6feaa6d8f3dac26 10) https://git.gnome.org/browse/mutter/commit/?id=b98e4e37addac48e09db817fda2ea0601a8bc54d 11) https://git.gnome.org/browse/mutter/commit/?id=4e21d5d61010b0aa5ddc3acccd9598384c3e8f01 12) https://git.gnome.org/browse/mutter/commit/?id=526bc34bba20b5f8d3055f2fb668a36a21357443
* Fix some deprecated warningsAlberts Muktupāvels2014-06-0310-182/+149
| | | | Again most fixes are copied from mutter.
* Makefiles: Change INCLUDES to AM_CPPFLAGSAlberts Muktupāvels2014-06-033-4/+4
|
* Build with gtk+-3.0Alberts Muktupāvels2014-06-0324-2078/+1020
| | | | | | Most changes are copied from mutter 3.4.0. So thanks to mutter developers! They done all hard work. This patch also removes unused functions.
* configure.ac: bump glib and gthread required versionsAlberts Muktupāvels2014-06-031-2/+1
|
* misc: remove deprecated g_[type/thread]_initAlberts Muktupāvels2014-06-032-7/+0
|
* ui.[c/h]: remove MetaImageWindow, it is unusedAlberts Muktupāvels2014-06-032-112/+0
|
* window.c: remove unused variablesAlberts Muktupāvels2014-06-031-14/+1
|
* testasyncgetprop.c: remove unused variableAlberts Muktupāvels2014-06-031-7/+6
|
* boxes.c: remove unused variableAlberts Muktupāvels2014-06-031-2/+0
|
* compositor-xrender.c: remove unused variablesAlberts Muktupāvels2014-06-031-4/+1
|
* themewidget: remove, it is unusedAlberts Muktupāvels2014-06-034-241/+0
|
* ui.[c/h]: remove unused functionAlberts Muktupāvels2014-06-032-30/+0
|
* misc: rename configure.in to configure.acAlberts Muktupāvels2014-06-032-1/+1
|
* Finnish translation updateLasse Liehu2014-05-301-388/+577
|