summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* main: check g_setenv return valueAlberts Muktupāvels2021-03-141-1/+4
| | | | Coverity CID: #1502679
* core: suppress logically dead code defectAlberts Muktupāvels2021-03-141-0/+1
| | | | Coverity CID: #1445660
* frame-style: use correct event to suppress defectsAlberts Muktupāvels2021-03-141-2/+2
| | | | Coverity CID: #1445653
* place: use correct event to suppress defectsAlberts Muktupāvels2021-03-141-2/+2
| | | | Coverity CID: #1445646
* frames: use correct event to suppress defectAlberts Muktupāvels2021-03-141-1/+1
| | | | Coverity CID: #1445650
* frame-style: suppress logically dead code defectsAlberts Muktupāvels2021-03-141-0/+9
| | | | | | Both enumeration values are handled outside of switch. Coverity CID: #1445653
* theme-metacity: fix memory leakAlberts Muktupāvels2021-03-141-0/+2
| | | | Coverity CID: #1502680
* place: suppress logically dead code defectsAlberts Muktupāvels2021-03-141-0/+6
| | | | | | Both enumeration values are handled outside of switch. Coverity CID: #1445661
* session: fix memory leakAlberts Muktupāvels2021-03-141-3/+1
| | | | Coverity CID: #1502682
* xprops: remove unneeded NULL checkAlberts Muktupāvels2021-03-141-5/+2
| | | | Coverity CID: #1418331
* frames: suppress logically dead code defectAlberts Muktupāvels2021-03-141-1/+5
| | | | | | | META_GRAB_OP_NONE enumeration value is intentionally added here to avoid compiler warning about unhandled value. Coverity CID: #1445650
* accellabel: simplify meta_accel_label_updateAlberts Muktupāvels2021-03-141-3/+0
|
* accellabel: remove signal_quote1 and signal_quote2Alberts Muktupāvels2021-03-142-4/+0
|
* accellabel: remove unneeded padding in class structAlberts Muktupāvels2021-03-141-6/+0
|
* accellabel: remove unused accel_seperatorAlberts Muktupāvels2021-03-142-4/+1
|
* stack-tracker: stop using GSliceAlberts Muktupāvels2021-03-141-5/+5
|
* draw-spec: stop using GSliceAlberts Muktupāvels2021-03-141-2/+2
|
* core: use g_memdup2Alberts Muktupāvels2021-03-143-3/+3
|
* metacity-message: use gettext macros from glibAlberts Muktupāvels2021-03-141-5/+1
|
* util: use gettext macros from glibAlberts Muktupāvels2021-03-141-4/+1
|
* Update Serbian translationМирослав Николић2021-02-051-207/+232
|
* Update German translationMario Blättermann2021-01-181-2/+3
|
* Update German translationPhilipp Kiemle2021-01-181-248/+274
|
* Update Catalan translationJordi Mas2021-01-121-2538/+7
|
* Update Romanian translationFlorentina Mușat2021-01-021-30/+65
|
* Updated Czech translationMarek Černocký2020-11-171-356/+188
|
* window: check XResQueryClientIds return valueAlberts Muktupāvels2020-10-221-5/+12
|
* session: check fcntl return valueAlberts Muktupāvels2020-10-211-3/+8
| | | | | | This function can fail. CID 1220275.
* 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
|