summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* bump version to 3.30.0, update NEWS3.30.0Alberts Muktupāvels2018-09-022-1/+8
|
* core: remove MetaEventQueueAlberts Muktupāvels2018-09-025-226/+0
|
* screen: fix cast-function-type warningAlberts Muktupāvels2018-09-021-3/+1
|
* stack-tracker: fix cast-function-type warningAlberts Muktupāvels2018-09-021-2/+1
|
* main: fix cast-function-type warningAlberts Muktupāvels2018-09-021-2/+4
|
* menu: fix cast-function-type warningsAlberts Muktupāvels2018-09-021-2/+9
|
* prefs: fix cast-function-type warningAlberts Muktupāvels2018-09-021-2/+1
|
* edge-resistance: fix cast-function-type warningAlberts Muktupāvels2018-09-021-7/+1
|
* boxes: remove meta_rectangle_free_list_and_elementsAlberts Muktupāvels2018-09-024-73/+55
|
* util: remove meta_free_gslist_and_elementsAlberts Muktupāvels2018-09-023-13/+2
|
* keybindings: fix cast-function-type warningsAlberts Muktupāvels2018-09-023-88/+80
| | | | | And remove unused variables from MetaKeyHandler struct that was introduced in 179549b7cf464114bd155e787e96fc375e049386 commit.
* update .gitlab-ci.ymlAlberts Muktupāvels2018-09-021-1/+2
|
* update .gitlab-ci.ymlAlberts Muktupāvels2018-09-021-0/+1
|
* update .gitlab-ci.ymlAlberts Muktupāvels2018-09-021-0/+2
|
* add .gitlab-ci.ymlAlberts Muktupāvels2018-09-021-0/+37
|
* Update MSGID_BUGS_ADDRESS in po/MakevarsPiotr Drąg2018-08-161-3/+3
|
* prefs: stop using Gtk/DecorationLayout for button layoutAlberts Muktupāvels2018-06-251-102/+0
| | | | | GNOME Flashback will install GSettings override file to change button-layout default value.
* window: fix a copy/paste errorAlberts Muktupāvels2018-06-161-1/+1
|
* refer to monitors as "monitors" rather than "xineramas"Alberts Muktupāvels2018-06-1616-514/+531
| | | | Follow mutter and rename xineramas to monitors.
* remove Solaris Xinerama supportAlberts Muktupāvels2018-06-164-127/+21
| | | | | | Solaris should work with Xfree Xinerama according to these bugs: - https://bugzilla.gnome.org/show_bug.cgi?id=674727 - https://bugzilla.gnome.org/show_bug.cgi?id=580079
* Update zh_CN translationDz Chen2018-03-241-1078/+1222
|
* bump version to 3.28.0, update NEWS3.28.0Alberts Muktupāvels2018-03-112-1/+8
|
* frames: ignore gdk_window_process_all_updates deprecation warningsAlberts Muktupāvels2018-03-111-2/+10
|
* metaaccellabel: avoid implicit conversion warningAlberts Muktupāvels2018-03-111-1/+1
| | | | | warning: implicit conversion from ‘gfloat {aka float}’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
* require gtk+ 3.22.0Alberts Muktupāvels2018-03-116-95/+1
|
* avoid deprecated gdk error trap functionsAlberts Muktupāvels2018-03-114-11/+34
|
* build: enable subdir-objectsAlberts Muktupāvels2018-03-111-1/+1
|
* frames: avoid implicit conversion warningsAlberts Muktupāvels2018-03-111-4/+4
| | | | | warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
* libmetacity: avoid implicit conversion warningsAlberts Muktupāvels2018-03-111-4/+4
| | | | | warning: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Wdouble-promotion]
* Update Croatian translationgogo2018-03-101-3222/+1100
|
* Updated Danish translationJoe Hansen2018-03-031-1235/+10
|
* window: make docks and spashscreens appear focusedAlberts Muktupāvels2018-02-221-1/+11
| | | | | | | | | Set the NET_WM_STATE_FOCUSED property on windows of type dock or spashscreen so that they don't get the state GTK_STATE_FLAG_BACKDROP set by default. Based on xfwm4 commit: https://git.xfce.org/xfce/xfwm4/commit/?id=0feb29e78bb3
* update git.mk to latest versionAlberts Muktupāvels2018-02-222-1/+43
|
* Update Esperanto translationKristjan SCHMIDT2017-12-231-1015/+1022
|
* Updated Danish translationAsk Hjorth Larsen2017-11-111-488/+513
|
* compositor: fix missing shadow from some windowsAlberts Muktupāvels2017-10-201-7/+15
| | | | | | | If window is not client side decorated then we should add shadow also when using GTK+ theme. https://bugzilla.gnome.org/show_bug.cgi?id=789251
* window: don't manage InputOnly windowsAlberts Muktupāvels2017-10-171-2/+14
|
* bump version to 3.26.0, update NEWS3.26.0Alberts Muktupāvels2017-10-022-2/+9
|
* theme-viewer: unmark string from translationPiotr Drąg2017-10-021-1/+1
|
* theme-viewer: move combo boxes to sidebarAlberts Muktupāvels2017-10-022-264/+292
|
* Update Swedish translationAnders Jonsson2017-10-021-51/+51
|
* data: remove X-GNOME-BugzillaAlberts Muktupāvels2017-09-301-3/+0
|
* stack-tracker: keep override redirect windows on topRui Matos2017-09-301-0/+37
| | | | | https://git.gnome.org/browse/mutter/commit/?id=e3d5bc07 https://bugzilla.gnome.org/show_bug.cgi?id=780485
* screen: unset timeout ID after removalFlorian Müllner2017-09-301-0/+1
| | | | | | | Otherwise we may try to remove the now invalid ID again, resulting in a warning. https://bugzilla.gnome.org/show_bug.cgi?id=788292
* ui: fix memory leak when changing themeAlberts Muktupāvels2017-09-301-2/+3
| | | | | | g_set_object increments reference count of new_object. https://bugzilla.gnome.org/show_bug.cgi?id=788078
* main: do not call g_printerr in a signal handlerAlberts Muktupāvels2017-09-291-2/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=603510
* window: fix build warningsAlberts Muktupāvels2017-09-291-4/+12
| | | | this statement may fall through [-Wimplicit-fallthrough=]
* window: minor fixes from mutter e3d59832 commitAlberts Muktupāvels2017-09-291-11/+24
|
* Update Hungarian translationBalázs Úr2017-09-051-100/+103
|
* Updated Serbian translationМирослав Николић2017-08-122-662/+536
|