summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* window: fix crash in get_client_pidredhat-1888993Alberts Muktupāvels2020-10-201-5/+17
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=1888993
* bump version to 3.38.0, update NEWS3.38.0Alberts Muktupāvels2020-10-102-2/+8
|
* compositor-xrender: use GRand to generate random numbersAlberts Muktupāvels2020-10-101-3/+9
|
* window: make window_is_terminal privateJasper St. Pierre2020-10-102-9/+5
|
* stack: don't ignore workspace in get_default_focus_windowAlberts Muktupāvels2020-10-103-7/+20
| | | | | | Commit 00b3e2af07a3 stopped using workspace argument. Redo that change to use passed in workspace instead of assuming it is always active workspace.
* Update Indonesian translationAndika Triwidada2020-10-041-395/+227
|
* Update Greek translationEfstathios Iosifidis2020-10-011-1117/+1277
| | | | (cherry picked from commit 0d37646cadea7665dbcad8a1c238540101925740)
* Updated Spanish translationDaniel Mustieles2020-09-231-210/+237
|
* Update Turkish translationEmin Tufan Çetin2020-09-201-161/+187
|
* compositor-vulkan: use enumeration type to find nickAlberts Muktupāvels2020-09-131-20/+9
|
* main: use enumeration type to find valueAlberts Muktupāvels2020-09-132-9/+13
|
* compositor: add MetaCompositorXPresentAlberts Muktupāvels2020-09-128-1/+328
| | | | https://gitlab.gnome.org/GNOME/metacity/-/issues/13
* compositor-xrender: add meta_compositor_xrender_drawAlberts Muktupāvels2020-09-122-35/+61
|
* compositor: add ready_to_redraw vfuncAlberts Muktupāvels2020-09-122-0/+16
|
* compositor-xrender: move root buffer creation to vfuncAlberts Muktupāvels2020-09-122-25/+44
|
* compositor-xrender: add meta_compositor_xrender_create_root_bufferAlberts Muktupāvels2020-09-122-40/+55
|
* compositor-xrender: make derivableAlberts Muktupāvels2020-09-122-134/+204
|
* compositor-xrender: fix memory leaksAlberts Muktupāvels2020-09-121-0/+12
|
* revert "ci: stop using clang for coverity job"Alberts Muktupāvels2020-09-121-4/+2
| | | | This reverts commit 1d70b1be2cfdd55f5af3108ec2ddf9f06a960f5a.
* ci: use GITLAB_USER_EMAIL environment variableAlberts Muktupāvels2020-09-121-1/+1
|
* ci: stop using clang for coverity jobAlberts Muktupāvels2020-09-121-2/+4
|
* window-props: remove support for _NET_WM_PIDAlberts Muktupāvels2020-09-123-77/+0
|
* window-props: use meta_window_get_client_pidAlberts Muktupāvels2020-09-121-7/+11
|
* delete: use meta_window_get_client_pidAlberts Muktupāvels2020-09-121-2/+5
|
* bell: use meta_window_get_client_pidAlberts Muktupāvels2020-09-121-1/+5
|
* window: add meta_window_get_client_pidAlberts Muktupāvels2020-09-122-0/+39
|
* Update Brazilian Portuguese translationEnrico Nicoletto2020-09-091-241/+267
|
* Update Ukrainian translationYuri Chornoivan2020-09-061-18/+20
|
* Update Polish translationPiotr Drąg2020-09-061-4/+7
|
* prefs: don't use define in string concatenationAlberts Muktupāvels2020-09-061-1/+1
| | | | https://gitlab.gnome.org/GNOME/metacity/-/commit/676fea75be3fefed957a6b67cdb87cff92972895#note_906088
* Update Polish translationPiotr Drąg2020-09-061-174/+153
|
* data: Fix translator comment in Icon key of the desktop filePiotr Drąg2020-09-061-1/+1
| | | | This exact wording will make Damned Lies ignore this key.
* Update Ukrainian translationYuri Chornoivan2020-09-061-276/+210
|
* prefs: add new compositor settingAlberts Muktupāvels2020-09-058-48/+212
| | | | And deprecate old compositing-manager setting.
* compositor-vulkan: do not change compositing-manager settingAlberts Muktupāvels2020-09-053-4/+13
|
* core: remove unused functionsAlberts Muktupāvels2020-09-042-131/+3
|
* core: Remove META_CORE_IS_TITLEBAR_ONSCREENFlorian Müllner2020-09-042-4/+0
| | | | | | | The functionality is no longer needed outside of core/, so remove the getter. https://bugzilla.gnome.org/show_bug.cgi?id=652369
* window: fix coerced valueMarek Ch2020-09-041-1/+1
| | | | (int) 0.5 = 0, so there always was 0 instead of 50%
* Mark broken markup in Uyghur translation as fuzzyAndre Klapper2020-09-031-0/+1
|
* draw-workspace: use correct enum typeAlberts Muktupāvels2020-07-271-1/+1
|
* Fix broken markup in Hausa UI translationAndre Klapper2020-07-241-2/+2
|
* Update Romanian translationFlorentina Mușat2020-07-211-1837/+1860
|
* compositor-xrender: do not create shadows when disabledAlberts Muktupāvels2020-07-133-5/+15
| | | | https://gitlab.gnome.org/GNOME/metacity/-/issues/12
* stack-tracker: don't log warnings on race conditionsAlberts Muktupāvels2020-07-111-12/+18
| | | | | Based on mutter commit: https://gitlab.gnome.org/GNOME/mutter/-/commit/53f61f3778a41bb2e316
* window-props: change debug message for WM_PROTOCOLSAlberts Muktupāvels2020-06-281-4/+2
|
* compositor-vulkan: fix buildAlberts Muktupāvels2020-06-061-0/+2
| | | | | | VK_PHYSICAL_DEVICE_TYPE_RANGE_SIZE enum was removed in 1.2.140. https://gitlab.gnome.org/GNOME/metacity/-/issues/10
* Update Ukrainian translationYuri Chornoivan2020-05-301-1727/+1043
| | | | (cherry picked from commit 8e02c8e7a7da5432935779d000ba0c0bb5fd2eba)
* build: document library version change processAlberts Muktupāvels2020-05-041-0/+11
|
* build: disable static library by defaultAlberts Muktupāvels2020-05-041-1/+1
|
* bump version to 3.37.1, update NEWS3.37.1Alberts Muktupāvels2020-05-012-3/+12
|