Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-11 | Forces a window scale of 1 for the window manager, instead of using the ↵ | Martin Wimpress | 1 | -0/+5 | |
default or user configured scale. Closes #335 (#336) | |||||
2017-07-29 | avoid deprecated gdk_display_get_screen | ZenWalker | 13 | -35/+19 | |
2017-07-18 | update issue_template | raveit65 | 1 | -0/+3 | |
2017-07-15 | avoid deprecated gdk_screen_get_number | ZenWalker | 1 | -1/+1 | |
2017-07-14 | Alt/tab - define arrow keycode + numpad arrows | Pierre-Louis Dubouilh | 2 | -2/+8 | |
2017-07-14 | Allow use of arrows while in alt+tab popup | Pierre-Louis Dubouilh | 1 | -0/+9 | |
2017-06-27 | 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-06-25 | README: fix names of GSettings keys | monsta | 1 | -5/+5 | |
thanks to James Ward for spotting it | |||||
2017-06-08 | move issue_template.md again | raveit65 | 1 | -0/+16 | |
2017-06-08 | move issue_template.md | raveit65 | 1 | -16/+0 | |
2017-06-08 | Create issue_template.md | raveit65 | 1 | -0/+16 | |
2017-06-05 | keybindings: remove uppercase from "current workspace" | monsta | 1 | -1/+1 | |
for consistency with all the other bindings | |||||
2017-06-05 | Added hotkey to rename current workspace | Felipe Barriga Richards | 6 | -0/+259 | |
2017-05-20 | Restore Polish translation credits from GNOME | Piotr Drąg | 1 | -6/+11 | |
2017-05-10 | release 1.19.0v1.19.0 | raveit65 | 1 | -0/+4 | |
2017-05-10 | sync with transifex | raveit65 | 8 | -167/+169 | |
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-04-23 | ui: avoid deprecated GdkDeviceManager | Alberts Muktupāvels | 1 | -0/+9 | |
taken from: https://git.gnome.org/browse/metacity/commit/?id=7ec9a6f | |||||
2017-04-23 | 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-04-23 | tile-preview: avoid a deprecation warning | Alberts Muktupāvels | 1 | -3/+4 | |
Taken from: https://git.gnome.org/browse/metacity/commit/?id=3380502 | |||||
2017-03-30 | pre-bump version | raveit65 | 2 | -1/+3 | |
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 | |