summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* ci: use ubuntu 21.04 imageAlberts Muktupāvels2021-10-221-2/+2
|
* Update Hungarian translationBalázs Úr2021-10-221-112/+112
|
* Update Dutch translationNathan Follens2021-10-221-108/+107
|
* style-info: add .metacity style class to windowAlberts Muktupāvels2021-10-221-0/+1
| | | | https://gitlab.gnome.org/GNOME/metacity/-/issues/23
* Updated Czech translationMarek Černocký2021-08-311-122/+122
|
* Update Chinese (China) translationBoyuan Yang2021-08-291-168/+189
|
* fix build with --disable-dependency-trackingZoltán Böszörményi2021-08-292-0/+3
| | | | | | | | | | | | | | | | | | | | With split build and source directories AND --disable-dependency-tracking (like the way Yocto builds are done) there's a reproducible make failure on my Fedora 33 build host: | Making all in src | make[2]: Entering directory '.../metacity/1_3.40.0-r0/build/src' | .../metacity/1_3.40.0-r0/recipe-sysroot-native/usr/bin/glib-mkenums --template ../../metacity-3.40.0/src/core/meta-enum-types.c.in ../../metacity-3.40.0/src/core/window-private.h ../../metacity-3.40.0/src/include/meta-compositor.h > \ | meta-enum-types.c.tmp && mv meta-enum-types.c.tmp core/meta-enum-types.c | .../metacity/1_3.40.0-r0/recipe-sysroot-native/usr/bin/glib-mkenums --template ../../metacity-3.40.0/src/core/meta-enum-types.h.in ../../metacity-3.40.0/src/core/window-private.h ../../metacity-3.40.0/src/include/meta-compositor.h > \ | meta-enum-types.h.tmp && mv meta-enum-types.h.tmp core/meta-enum-types.h | mv: cannot move 'meta-enum-types.c.tmp' to 'core/meta-enum-types.c'mv: cannot move 'meta-enum-types.h.tmp' to 'core/meta-enum-types.h': No such file or directory | : No such file or directory | make[2]: *** [Makefile:2240: core/meta-enum-types.c] Error 1 https://gitlab.gnome.org/GNOME/metacity/-/merge_requests/24 Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
* Replace Bugzilla link with link to GitLabAndre Klapper2021-08-241-1/+1
|
* core: drop use of volatileAlberts Muktupāvels2021-08-211-1/+1
|
* libmetacity: drop use of volatileAlberts Muktupāvels2021-08-211-1/+1
|
* window: offset gravity position by invisible bordersAlberts Muktupāvels2021-07-221-2/+15
| | | | https://gitlab.gnome.org/GNOME/metacity/-/issues/21
* main: use correct timestamp when closing displayAlberts Muktupāvels2021-07-191-2/+7
|
* main: add SIGINT handlerAlberts Muktupāvels2021-07-191-1/+14
| | | | | | | | | With this metacity will exit cleanly when hitting Ctrl + C. To preserve existing behaviour with XSMP do not change restart style hint to IfRunning. https://gitlab.gnome.org/GNOME/metacity/-/issues/21
* main: use g_unix_signal_add to add signal handlerAlberts Muktupāvels2021-07-191-35/+5
|
* session: always finish interactionAlberts Muktupāvels2021-07-191-0/+5
| | | | | | | | | | | After commits 0b3f45bb1bf8 and db37deb589ea SmcInteractDone and SmcSaveYourselfDone is only called if zenity dialog exits with 0 code. Finish interaction also when dialog is closed by pressing Cancel indicating that shutdown should be canceled. https://gitlab.gnome.org/GNOME/metacity/-/issues/20
* session: remove redundant assignmentAlberts Muktupāvels2021-07-191-1/+0
|
* window-props: don't set override-redirect window as parentAlberts Muktupāvels2021-06-211-0/+10
| | | | | | | | | | | | | | | | | | | | | | Before commit c656c658940d override-redirect windows was not registered with meta_display_register_x_window. This means that Metacity was treating WM_TRANSIENT_FOR hint as invalid if it was pointing to override-redirect window. EWMH specification [1] says that WM_TRANSIENT_FOR property is defined for managed windows and extends its usage for override-redirect windows. Client should set WM_TRANSIENT_FOR on override-redirect window if it is child/popup for another window. As specification does not say anyting about using override-redirect windows as parent for managed windows and because it causes crashes in Metacity ignore WM_TRANSIENT_FOR if it is pointing to override-redirect window. [1] https://specifications.freedesktop.org/wm-spec/wm-spec-latest.html#idm46291029654544 https://gitlab.gnome.org/GNOME/metacity/-/issues/18
* surface-xrender: restore opacity handlingAlberts Muktupāvels2021-06-171-1/+66
| | | | | | Commit 1021494e347da7045c1db834bf9e4f1b5e076f17 removed too much. https://gitlab.gnome.org/GNOME/metacity/-/issues/19
* Update Indonesian translationAndika Triwidada2021-05-291-122/+122
|
* Updated Spanish translationDaniel Mustieles2021-05-051-126/+126
|
* Update Romanian translationDaniel Șerbănescu2021-05-031-104/+104
|
* Update Polish translationPiotr Drąg2021-04-181-124/+124
|
* Update Brazilian Portuguese translationEnrico Nicoletto2021-04-141-126/+124
|
* Update Swedish translationAnders Jonsson2021-04-131-124/+124
|
* Update Ukrainian translationYuri Chornoivan2021-04-131-128/+129
|
* compositor: enable xpresentAlberts Muktupāvels2021-04-132-2/+2
| | | | https://gitlab.gnome.org/GNOME/metacity/-/issues/13
* Update Dutch translationNathan Follens2021-04-021-176/+203
| | | | (cherry picked from commit ec22b9368ee3ae44787949f5fa8f65aacb7bd4fe)
* bump version to 3.40.0, update NEWS3.40.0Alberts Muktupāvels2021-03-252-1/+6
|
* Update Basque translationAsier Sarasua Garmendia2021-03-191-170/+196
| | | | (cherry picked from commit bbe8c7f49a8ea94f8f54a7cb915897dfd845d240)
* misc: remove Coverity annotationsAlberts Muktupāvels2021-03-196-15/+0
|
* Update Hungarian translationBalázs Úr2021-03-161-214/+195
| | | | (cherry picked from commit 535adb5b9f77f71aea23240431ebe8eb10b0af29)
* bell: remove unused codeAlberts Muktupāvels2021-03-162-40/+0
|
* bell: remove tabsAlberts Muktupāvels2021-03-161-36/+41
|
* testboxes: fix test_find_closest_point_to_line testAlberts Muktupāvels2021-03-161-4/+12
| | | | Use g_assert_cmpfloat_with_epsilon to compare floating points.
* testboxes: use GRand to generate random numbersAlberts Muktupāvels2021-03-161-10/+9
| | | | Coverity CID: #1418268
* place: use GRand to generate random numbersAlberts Muktupāvels2021-03-161-3/+9
| | | | Coverity CID: #1445646
* display: add NULL check to fix coverity defectAlberts Muktupāvels2021-03-151-1/+1
| | | | | | | Coverity is right that window might be null but does not know that grab_op is not moving operation. Coverity CID: #1445663
* color-spec: fix dereference before null check defectAlberts Muktupāvels2021-03-151-2/+6
| | | | Coverity CID: #1445665
* window: fix logically dead code defectAlberts Muktupāvels2021-03-151-3/+9
| | | | | | We assert that at least one of the two directions are set! Coverity CID: #1418266
* theme-metacity: suppress logically dead code defectsAlberts Muktupāvels2021-03-151-0/+2
| | | | Coverity CID: #1445656, #1445659
* theme-gtk: suppress logically dead code defectAlberts Muktupāvels2021-03-151-0/+2
| | | | Coverity CID: #1445648
* Update Swedish translationAnders Jonsson2021-03-141-208/+232
|
* 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