summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* libmetacity: correcty center titlewip/window-scaling-factorAlberts Muktupāvels2016-03-241-6/+11
|
* libmetacity: scale window decorations on HiDPI displaysAlberts Muktupāvels2016-03-244-100/+180
| | | | | | | | | As we opt out of GTK+/Clutter's HiDPI handling, we need to apply the window scaling factor manually to decorations, both the geometry and when drawing. Based on mutter commit: https://git.gnome.org/browse/mutter/commit/?id=57c1078ee742d9f01e80e7fe05c88adfec4b4ac3
* libmetacity: add get_window_scaling_factorAlberts Muktupāvels2016-03-232-0/+19
| | | | | Based on mutter commit: https://git.gnome.org/browse/mutter/commit/?id=57c1078ee742d9f01e80e7fe05c88adfec4b4ac3
* libmetacity: move scale_border functionAlberts Muktupāvels2016-03-233-10/+14
|
* ui: disable scaling support in GTK+Alexander Larsson2016-03-231-0/+5
| | | | | | | | | | We can't really support the GTK+ automatic scaling, as to much code relies on the GdkWindow and XWindow sizes, etc to match. In order to keep working we just disable the scaling, meaning we will pick up the larger fonts, but nothing else. Its not ideal but it works for now. https://bugzilla.gnome.org/show_bug.cgi?id=706388
* Updated Brazilian Portuguese translationRafael Fontenelle2016-03-201-1090/+1208
|
* Updated Turkish translationMuhammet Kara2016-03-191-1038/+1283
|
* build: Use non-deprecated feature test macrosDmitry Shachnev2016-03-174-4/+4
| | | | | | | | | | | _SVID_SOURCE has been deprecated in newer versions of glibc breaking -WError; the recommended replacement of _DEFAULT_SOURCE is fairly new, so switch to _XOPEN_SOURCE instead. Based on mutter commits b159d6a5e17219557574defb6c3788d9b0c39757 and b159d6a5e17219557574defb6c3788d9b0c39757. https://bugzilla.gnome.org/show_bug.cgi?id=763782
* Updated Czech translationMarek Černocký2016-03-141-3/+3
|
* Updated Czech translationMarek Černocký2016-03-141-1078/+1096
|
* Updated Hungarian translationBalázs Úr2016-03-121-99/+19
|
* Updated Serbian translationМирослав Николић2016-03-092-28/+50
|
* Updated Hungarian translationGábor Kelemen2016-03-041-1076/+1277
|
* Updated Spanish translationDaniel Mustieles2016-03-031-73/+48
|
* Updated German translationMario Blättermann2016-03-011-620/+671
|
* Updated Spanish translationLuis Enrique Ortega Rojas2016-03-011-61/+42
|
* Updated Spanish translationLuis Enrique Ortega Rojas2016-02-261-50/+31
|
* Updated Spanish translationLuis Enrique Ortega Rojas2016-02-251-206/+228
|
* Updated Polish translationPiotr Drąg2016-02-231-617/+652
|
* Slightly improve grammar in the new gschema filePiotr Drąg2016-02-231-7/+7
|
* Updated Serbian translationМирослав Николић2016-02-232-552/+434
|
* Updated Spanish translationLuis Enrique Ortega Rojas2016-02-231-3876/+4073
|
* libmetacity: fix build warningAlberts Muktupāvels2016-02-231-0/+1
|
* remove unmaintained themesAlberts Muktupāvels2016-02-23124-8765/+1
|
* libmetacity: remove meta_theme_get_nameAlberts Muktupāvels2016-02-236-64/+1
|
* theme: redo theme settingsAlberts Muktupāvels2016-02-2318-254/+255
|
* theme: stop hiding titlebar buttons in dialogsFlorian Müllner2016-02-221-3/+0
| | | | | | | As design patterns have evolved, dialogs that use CSD do use titlebar buttons, so it's time to re-enable them for SSD as well. https://bugzilla.gnome.org/show_bug.cgi?id=641630
* libmetacity: fix get_shadow_extentsAlberts Muktupāvels2016-02-221-1/+1
|
* data: remove obsolete info from desktop fileAlberts Muktupāvels2016-02-221-6/+0
|
* data: use preferences-system-windows as metacity iconAlberts Muktupāvels2016-02-221-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=759310
* ui: set x11 as only allowed backendAlberts Muktupāvels2016-02-221-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=762445
* Updated Serbian translationМирослав Николић2016-02-222-2102/+2452
|
* use upstream gettext & itstoolAlberts Muktupāvels2016-02-1821-210/+617
|
* libmetacity: link with math libraryAlberts Muktupāvels2016-02-151-0/+1
|
* libmetacity: don't draw titlebar in fullscreenAlberts Muktupāvels2016-02-151-0/+3
|
* theme-viewer: don't allow to set all frame flagsAlberts Muktupāvels2016-02-151-0/+34
|
* theme-viewer: disable sidebar while theme is not selectedAlberts Muktupāvels2016-02-152-1/+9
|
* libmetacity: fix titlebar in GTK+ themeAlberts Muktupāvels2016-02-153-30/+23
|
* build: fix distcheckAlberts Muktupāvels2016-02-121-1/+1
|
* doc: remove creating_themesAlberts Muktupāvels2016-02-125-1090/+0
| | | | Preferred way is to use GTK+ theme for window decorations.
* remove metacity-schemas.convertAlberts Muktupāvels2016-02-122-8/+0
| | | | Upgrading from 2.34.2 to 3.20 is not supported.
* po: remove unneeded fileAlberts Muktupāvels2016-02-121-12/+0
|
* remove metacity-wm.desktopAlberts Muktupāvels2016-02-124-31/+3
| | | | Window manager properties in the control center are long gone.
* libmetacity: remove meta_theme_get_theme_typeAlberts Muktupāvels2016-02-123-27/+1
|
* Updated German translationMario Blättermann2016-02-081-245/+278
|
* libmetacity: don't expose MetaFrameLayoutAlberts Muktupāvels2016-02-078-7/+15
|
* libmetacity: don't expose private functionsAlberts Muktupāvels2016-02-072-0/+11
|
* libmetacity: don't expose MetaDrawSpecAlberts Muktupāvels2016-02-074-6/+10
|
* libmetacity: don't expose MetaColorSpecAlberts Muktupāvels2016-02-077-8/+14
|
* libmetacity: don't expose MetaGradientSpecAlberts Muktupāvels2016-02-077-56/+35
|