Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-03-17 | release 1.18.3v1.18.31.18 | monsta | 2 | -1/+10 | |
2018-03-17 | build: drop unneeded pangoxft requirement | monsta | 1 | -6/+0 | |
closes https://github.com/mate-desktop/marco/issues/288 | |||||
2018-03-08 | Fix mismatched enums in keybinding detection for switch-panels and ↵ | Victor Kareh | 2 | -0/+6 | |
switch-panels-backward | |||||
2018-03-02 | compositor: don't try to paint window that is not viewable, fix #324 | Jan Niklas Hasse | 1 | -0/+3 | |
Based on metacity commit: a0b8c85c4c0cfb9a378d7c5554af15fdd7703155 From: Alberts Muktupāvels <[email protected]> | |||||
2018-03-02 | XFIXES regions are leaked during paint_windows if more than one | Jan Burgmeier | 1 | -2/+9 | |
META_COMP_WINDOW_DESKTOP is available (#329) | |||||
2018-02-13 | Fixes move_to_center moving window between monitors | Omar Zeidan | 1 | -1/+5 | |
2017-11-06 | release 1.18.2v1.18.2 | raveit65 | 2 | -1/+7 | |
2017-11-06 | sync with transifex | raveit65 | 98 | -181/+182 | |
2017-11-06 | sync with transifex | raveit65 | 12 | -301/+305 | |
2017-08-18 | Fix synthetic keybinding/button-grab window (#342) | Victor Kareh | 2 | -0/+22 | |
* Determine focused window when processing synthetic events When a client is passively grabbing keybindings that it does not need, it sends them up for other clients to process. Often in this situation, the event contains the wrong window (either root, for global keybindings, or the original client itself). This means that Marco will attempt to process the event for the wrong window. This is not an issue for global keybindings within Marco, as the focused window does not matter. However, for shortcuts that operate directly on specific windows, the event gets lost. This change addresses this by determining what the currently-focused window is, regardless of which client forwarded the event. * Determine window under pointer when processing synthetic events When a client is passively grabbing mouse clicks that it does not need, it sends them up for other clients to process. Often in this situation, the event contains the wrong window (either root, for global keybindings, or the original client itself). This means that Marco will attempt to process the event for the wrong window. This change addresses this by determining what the current window under the mouse pointer is, regardless of which client forwarded the event. * Remove unused development data | |||||
2017-06-30 | ui: Fix invalid object construction in frames | Ikey Doherty | 1 | -4/+0 | |
This legacy construct was carried over from the gtk2/gtk3 port, and attempts to initialise MetaFrames with a GtkWindow `type` property. This property doesn't actually exist, and will cause marco to completely crash when running with `MARCO_DEBUG=1` for local build testing. Signed-off-by: Ikey Doherty <[email protected]> | |||||
2017-05-10 | release 1.18.1v1.18.1 | raveit65 | 2 | -1/+7 | |
2017-05-10 | sync with transifex | raveit65 | 8 | -167/+169 | |
2017-05-10 | ui: avoid deprecated GdkDeviceManager | Alberts Muktupāvels | 1 | -0/+9 | |
taken from: https://git.gnome.org/browse/metacity/commit/?id=7ec9a6f | |||||
2017-05-10 | build: Use non-deprecated feature test macros | Dmitry Shachnev | 4 | -4/+4 | |
_SVID_SOURCE has been deprecated in newer versions of glibc breaking -WError; the recommended replacement of _DEFAULT_SOURCE is fairly new, so switch to _XOPEN_SOURCE instead. Based on mutter commits b159d6a5e17219557574defb6c3788d9b0c39757 and b159d6a5e17219557574defb6c3788d9b0c39757. https://bugzilla.gnome.org/show_bug.cgi?id=763782 taken from: https://git.gnome.org/browse/metacity/commit/?id=56bcf350fb599ec2caf68af4f0f92b1c3999027c | |||||
2017-05-10 | tile-preview: avoid a deprecation warning | Alberts Muktupāvels | 1 | -3/+4 | |
Taken from: https://git.gnome.org/browse/metacity/commit/?id=3380502 | |||||
2017-05-10 | Revert "compositor: fix possible crash closing/destroying window" | raveit65 | 3 | -32/+9 | |
This reverts commit 768fdd8d3852e67555a585da28b6404a97853cbd. fixes probably "strange window switching foreground/background behavior" https://github.com/mate-desktop/marco/issues/251 | |||||
2017-03-13 | release 1.18.0v1.18.0 | raveit65 | 1 | -2/+2 | |
2017-03-13 | update NEWS for the latest compositing change | monsta | 1 | -0/+1 | |
2017-03-13 | schema: make compositing on by default | monsta | 1 | -1/+1 | |
2017-03-13 | sync with transifex | raveit65 | 19 | -3639/+3607 | |
2017-03-13 | update NEWS for 1.18 | monsta | 1 | -10/+11 | |
2017-02-07 | theme-viewer: don't use deprecated gtk_widget_override_font | raveit65 | 1 | -1/+23 | |
taken from: https://git.gnome.org/browse/metacity/commit/?id=02fa1e1 | |||||
2017-02-07 | theme-viewer: don't use deprecated GtkAlignment | raveit65 | 1 | -17/+10 | |
taken from: https://git.gnome.org/browse/metacity/commit/?id=66d54f5 | |||||
2017-02-07 | theme-viewer: port GtkAction to GAction | raveit65 | 1 | -86/+113 | |
2017-02-07 | theme-viewer: don't use deprecated gtk_scrolled_window_add_with_viewport | raveit65 | 1 | -2/+2 | |
2017-02-07 | theme-viewer: port GtkTable to GtkGrid | raveit65 | 1 | -38/+36 | |
2017-01-30 | workspace: switch wrapping behavior for 'classic' and 'toroidal' | Kevin S.C. Decker | 1 | -10/+10 | |
2017-01-17 | Added functionality to ignore applications while show-desktop is triggered | Illia Danko | 4 | -3/+61 | |
2017-01-17 | Bump version to 1.17.1v1.17.1 | Martin Wimpress | 2 | -2/+9 | |
2017-01-17 | Sync translations. | Martin Wimpress | 88 | -24788/+24532 | |
2017-01-13 | Update marco NEWS to use consistent, project wide, markdown-like formatting. ↵ | Martin Wimpress | 1 | -63/+72 | |
This will make generating release announcements easier. | |||||
2017-01-06 | theme-viewer: use GtkStyleContext | monsta | 1 | -10/+22 | |
picked from upstream: https://git.gnome.org/browse/metacity/commit/src/ui/theme-viewer.c?id=238e83a98cf014c9b1082d21541e63f102d441d6 https://git.gnome.org/browse/metacity/commit/src/ui/theme-viewer.c?id=c9099b4a90932a22c86b960c8b4dc7cd1458defe | |||||
2017-01-06 | theme-viewer: use GdkRGBA instead of GdkColor | monsta | 1 | -14/+17 | |
2017-01-06 | theme-viewer: remove unused code | monsta | 1 | -307/+0 | |
same as done upstream: https://git.gnome.org/browse/metacity/commit/?id=93e8c8d8b399200291965357f893fff404426eae | |||||
2016-12-05 | Added functionality to disable display preselected tab window border | Illia Danko | 6 | -42/+84 | |
2016-11-28 | po: actually add new language from Transifex | monsta | 1 | -0/+1 | |
2016-11-25 | Revert "fix distcheck" (use translations for theme-viewer again) | monsta | 2 | -1/+1 | |
This reverts commit 562f3d4cc6e9674a602e8b4bf796c00a41e69368. | |||||
2016-11-25 | actually build theme-viewer | monsta | 1 | -7/+4 | |
2016-11-25 | theme-viewer: fix build | monsta | 1 | -9/+10 | |
2016-11-23 | release 1.17.0v1.17.0 | raveit65 | 1 | -0/+3 | |
2016-11-23 | sync with transiflex | raveit65 | 13 | -170/+2416 | |
2016-11-08 | fix distcheck | raveit65 | 2 | -1/+1 | |
move theme-viewer.c to POTFILES.skip temporary until marco-theme-viewer is buildable for gtk+-3 | |||||
2016-10-15 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 40 | -3478/+88 | |
2016-09-19 | release 1.16.0v1.16.0 | raveit65 | 1 | -1/+1 | |
2016-09-18 | update NEWS for 1.16 | monsta | 1 | -1/+2 | |
2016-09-18 | sync with Transifex | monsta | 12 | -323/+337 | |
2016-07-15 | distcheck: explicitly use currently selected GTK+ version | raveit65 | 1 | -0/+3 | |
2016-07-01 | po: drop languages not present on Transifex | monsta | 3 | -6170/+0 | |
2016-06-08 | release 1.15.0v1.15.0 | raveit65 | 2 | -2/+6 | |