summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* compositor: use window maskwip/test-3-18Alberts Muktupāvels2016-04-142-16/+42
|
* frame: always use the client window's visualAlberts Muktupāvels2016-04-141-42/+4
|
* compositor: add window maskAlberts Muktupāvels2016-04-142-127/+132
|
* compositor: use correct xid when removing windowAlberts Muktupāvels2016-04-141-1/+7
|
* compositor: add client_regionAlberts Muktupāvels2016-04-141-0/+79
|
* compositor: rename border_size to frame_regionAlberts Muktupāvels2016-04-141-23/+32
|
* window: clear the frame borders before calculating the unfullscreen rectJasper St. Pierre2016-04-141-0/+2
| | | | | | Going from fullscreen to unfullscreen involves a frame border size, so in order to properly interpret the saved rect size, we need to make sure that the frame borders are fully up to date.
* window: use the correct frame size during unmaximizeAlberts Muktupāvels2016-04-141-0/+6
| | | | | | | | | | When unmaximizing, we changed bits of window state, then called out to code that used the frame extents *before* we cleared old cached extents. Clear the cache up-front as soon as we change the window state. Based on mutter commit: https://git.gnome.org/browse/mutter/commit/?id=8d5ab6b5b34a3dbeaba6033c31d06090579ed574
* compositor: add window back to compositorAlberts Muktupāvels2016-04-132-20/+18
| | | | | | | | | Remove window from compositor when calling meta_window_free and make sure to re-add window to the compositor when we re-create MetaWindow on MapRequest. https://bugzilla.gnome.org/show_bug.cgi?id=504876 https://bugzilla.gnome.org/show_bug.cgi?id=751833
* frame: cache bordersOwen W. Taylor2016-04-136-5/+57
| | | | | | | | | | | | Cache the computed border size so we can fetch the border size at any time without worrying that we'll be spending too much time in the theme code (in some cases we might allocate a PangoFontDescription or do other significant work.) The main effort here is clearing the cache when various bits of window state change that could potentially affect the computed borders. https://bugzilla.gnome.org/show_bug.cgi?id=707194
* frame: expose meta_frame_get_maskAlberts Muktupāvels2016-04-122-8/+4
|
* theme (gtk+): stop hiding titlebar buttons in dialogsFlorian Müllner2016-04-111-2/+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
* Updated Swedish translationAnders Jonsson2016-04-101-544/+840
|
* compositor: try to use root window backgroundAlberts Muktupāvels2016-04-041-0/+29
|
* bump version to 3.18.3, update NEWS3.18.3Alberts Muktupāvels2016-03-302-1/+7
|
* fix distcheckAlberts Muktupāvels2016-03-301-2/+1
|
* data: use preferences-system-windows as metacity iconAlberts Muktupāvels2016-03-301-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=759310
* don't use libmetacity-private with metacityAlberts Muktupāvels2016-03-301-2/+97
| | | | This partially reverts commit d982d0a50f5941944e60cd519a0ba935733f4b2c.
* theme: scale window decorations on HiDPI displaysIain Lane2016-03-241-84/+141
| | | | | | | | | | 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. Backport of 643ce3e12598e7347f23bd9116b82d6609249b95, 7e5058da54d8043d1288b7ff8fd234c2ca6ccbd8 and e6cf7fd3f8edd74eadf38ff0ccf326817605850c with extra changes.
* gradient: sync code with mutter before it was removedAlberts Muktupāvels2016-03-242-43/+116
|
* 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
* bump version to 3.18.2, update NEWS3.18.2Alberts Muktupāvels2016-02-162-1/+7
|
* Updated German translationMario Blättermann2016-01-251-214/+212
|
* Updated German translationMario Blättermann2016-01-251-210/+210
|
* theme-viewer: fix segfaultAlberts Muktupāvels2016-01-121-10/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=758674
* Updated German translationMario Blättermann2016-01-031-284/+353
|
* Updated Portuguese translationPedro Albuquerque2015-10-241-472/+596
|
* bump version to 3.18.1, update NEWS3.18.1Alberts Muktupāvels2015-10-122-1/+6
|
* Updated Vietnamese translationTrần Ngọc Quân2015-10-121-677/+781
| | | | Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
* Updated Brazilian Portuguese translationRafael Fontenelle2015-10-031-247/+268
|
* use LT_LIB_M to find the math libraryAlberts Muktupāvels2015-09-302-3/+4
|
* replace deprecated AM_PROG_LIBTOOL with LT_INITAlberts Muktupāvels2015-09-301-2/+6
|
* i18n: use localedirAlberts Muktupāvels2015-09-272-2/+16
|
* configure.ac: change 'show build info' to 'show summary'Alberts Muktupāvels2015-09-261-1/+1
|
* bump version to 3.18.0, update NEWS3.18.0Alberts Muktupāvels2015-09-232-2/+14
|
* window: fix window resizingAlberts Muktupāvels2015-09-231-6/+7
| | | | | Fix regression introduced in this commit: de3b166e56fe5c6507c0efd05f7ee71309eb0a5e
* effects: remove hackAlberts Muktupāvels2015-09-231-20/+1
| | | | | | Remove hack added in 766d46b70d397ed6966d8b1f7fd5bd63ee7f2bcf. https://bugzilla.gnome.org/show_bug.cgi?id=752775
* compositor-xrender: include old shape in damageAlberts Muktupāvels2015-09-231-0/+27
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=755001
* workspace: fix build with --disable-canberraAlberts Muktupāvels2015-09-201-11/+15
|
* session: fix build warningsAlberts Muktupāvels2015-09-201-36/+42
|
* theme: fix build warningsAlberts Muktupāvels2015-09-201-79/+161
|
* theme-viewer: fix build warningsAlberts Muktupāvels2015-09-201-4/+16
|
* theme-parser: fix build warningsAlberts Muktupāvels2015-09-201-9/+28
|
* tabpopup: fix build warningsAlberts Muktupāvels2015-09-201-8/+1
|
* menu: fix build warningsAlberts Muktupāvels2015-09-201-10/+4
|
* xprops: fix build warningsAlberts Muktupāvels2015-09-201-1/+7
|
* frames: fix build warningsAlberts Muktupāvels2015-09-201-86/+142
|
* window-props: fix build warningsAlberts Muktupāvels2015-09-201-0/+1
|
* workspace: fix build warningsAlberts Muktupāvels2015-09-201-1/+5
|
* stack: fix build warningsAlberts Muktupāvels2015-09-201-9/+7
|