Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-08-18 | window: expand tile size cycling support | raveit65 | 3 | -1/+8 | |
2020-08-04 | Remove multiple empty lines | rbuj | 56 | -159/+0 | |
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 'N;/^\n$/D;P;D;' {} \; | |||||
2020-08-04 | Remove trailing spaces/tabs | rbuj | 13 | -86/+86 | |
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/[[:space:]]*$//' {} \; find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/\t*$//' {} \; | |||||
2020-07-07 | common: window icon (META_DEFAULT_ICON_NAME) is no longer available | rbuj | 1 | -1/+1 | |
2020-06-30 | Travis CI: enable irc notifications with tagged commits | Pablo Barciela | 1 | -1/+1 | |
2020-06-24 | release 1.25.0v1.25.0 | raveit65 | 3 | -2/+24 | |
2020-06-24 | sync with transifex | raveit65 | 26 | -397/+667 | |
2020-06-24 | [ci] fix release tarball on travis CI failed | Wu Xiaotian | 1 | -1/+3 | |
2020-06-16 | Remove enum conversion warnings | rbuj | 4 | -6/+6 | |
2020-05-27 | workspace: Don't try to use per-workspace MRU lists as a hint for focusing | rcaridade145 | 5 | -40/+18 | |
A prior commit switched from focusing the topmost window as the default window to focusing the MRU window. This was done in alignment with the introduction of per-workspace MRU lists to avoid problems where the window stack was inadvertently changed when focusing windows during window switches. Now that focusing windows don't have as big an impact on the stacking order, we can revert back to focusing the top window, which is less confusing to the user. For now, leave per-workspace MRU lists, as they're a pretty good approximation of a global MRU list, and it works well enough. https://bugzilla.gnome.org/show_bug.cgi?id=620744 Based on commit https://gitlab.gnome.org/GNOME/metacity/-/commit/f628d8f8901f46fa9e00707ae9d7ccfd1e85f427 | |||||
2020-05-27 | stack: make meta_window_raise() and meta_window_lower() smarter | rcaridade145 | 1 | -3/+39 | |
https://bugzilla.gnome.org/show_bug.cgi?id=620744 Based on commit https://gitlab.gnome.org/GNOME/metacity/-/commit/9245f9588bd7c17ccbe04df65c1579313cbad07b | |||||
2020-05-27 | compositor: fix possible crash closing/destroying window . Fixes to previous ↵ | rcaridade145 | 5 | -9/+48 | |
commit. Partially restore call to destroy_win in compositor when calling meta_window_free. This is needed to ensure that we never call meta_window_get_frame_bounds while windows is destroying. https://bugzilla.gnome.org/show_bug.cgi?id=751833 Based on commit https://gitlab.gnome.org/GNOME/metacity/-/commit/a9f28dbc26f5211ef08889109db3dc8c7ba76aca | |||||
2020-05-27 | window: fix crash if workspace is null | rcaridade145 | 1 | -1/+2 | |
Based on commit https://gitlab.gnome.org/GNOME/metacity/-/commit/24d35569bdb78d1da3b53ed1a6d81d365d60bed0 | |||||
2020-05-27 | In the pop-up workspace switcher, show the selected workspace with | William Bader | 1 | -1/+10 | |
a dark color when compositing is disabled. Updates #566 which changed the selected workspace to a light color on a light background. | |||||
2020-05-26 | Use rounded values instead of truncate them | rbuj | 2 | -3/+6 | |
If the decimal value is from .1 to .5, round(arg) returns the integer value less than the argument. Otherwise, if the decimal value is from .6 to .9, it returns the integer value greater than the arg. | |||||
2020-04-19 | ci: don't run configure with autogen.sh | raveit65 | 1 | -1/+1 | |
2020-04-19 | build: silent build warnings for distcheck | raveit65 | 1 | -0/+4 | |
2020-04-19 | Travis CI: enable irc notifications with broken builds | Pablo Barciela | 1 | -0/+12 | |
2020-04-18 | Travis CI: debian build: add clang compiler | Pablo Barciela | 1 | -0/+8 | |
2020-04-18 | Travis CI: debian build: add -Wsign-compare -Wunused-parameter to CFLAGS | Pablo Barciela | 1 | -3/+5 | |
2020-04-10 | build: do not override the default value for MATE_COMPILE_WARNINGS | rbuj | 1 | -1/+1 | |
2020-04-08 | ci: variables, drop obsolete Warn_Cflags | raveit65 | 1 | -1/+0 | |
2020-04-06 | ci: build with mate-common-1.24.1 tarball | raveit65 | 1 | -3/+3 | |
2020-04-06 | [ci] enable meson build on travis | Wu Xiaotian | 2 | -1/+5 | |
2020-04-05 | [ci] fix build environment issue | Wu Xiaotian | 1 | -14/+16 | |
2020-04-02 | Remove unnecessary warnings about visible region | Victor Kareh | 2 | -11/+8 | |
Also reformat recent code change to fix styling issues. | |||||
2020-03-13 | Travis CI: ubuntu build: add gcc | Pablo Barciela | 1 | -1/+1 | |
2020-03-13 | Travis CI: use Ubuntu devel instead 19.10 | Pablo Barciela | 1 | -2/+1 | |
2020-03-11 | meson: improve | Wu Xiaotian | 2 | -55/+50 | |
2020-03-08 | Guard against null changes introduced by previous commit | rcaridade145 | 1 | -2/+6 | |
2020-03-08 | Introduce nullpointer checks and return null if validation fails | rcaridade145 | 1 | -4/+7 | |
2020-02-28 | util: meta_bug raises SIGABRT so it shouldn't return | rbuj | 2 | -2/+2 | |
2020-02-24 | add meson build files to EXTRA_DIST | raveit65 | 8 | -8/+48 | |
2020-02-21 | remove warning: 'GTimeVal' is deprecated | rbuj | 6 | -50/+34 | |
2020-02-21 | theme: avoid deprecated g_memmove | rcaridade145 | 1 | -3/+3 | |
https://gitlab.gnome.org/GNOME/glib/commit/6554c91b https://gitlab.gnome.org/GNOME/glib/commit/6e4a7fca based on https://gitlab.gnome.org/GNOME/metacity/commit/359f60a6 | |||||
2020-02-21 | frames: don't bother painting the background | rcaridade145 | 1 | -23/+0 | |
GDK (and also GTK+!) do this for us already. based on https://gitlab.gnome.org/GNOME/metacity/commit/1dcde194 | |||||
2020-02-20 | travis: update config for new travis validation | raveit65 | 2 | -182/+183 | |
2020-02-09 | release 1.24.0v1.24.0 | raveit65 | 2 | -2/+8 | |
2020-02-09 | tx: sync with transifex | raveit65 | 6 | -32/+41 | |
2020-02-06 | window: handle legacy fullscreen requests | rcaridade145 | 2 | -24/+30 | |
https://gitlab.gnome.org/GNOME/metacity/commit/1fafd279006ece8cf664fd777143cdfafbefad6d window: handle legacy fullscreen requests Doing this on the actual resize requests makes more sense than handling it as a window-manager imposed constraints, so move the code accordingly. Adapted from mutter patch by Florian Müllner: https://git.gnome.org/browse/mutter/commit/?id=fba022cc06b8c7e80ef36f48d6577a251384cc4b https://bugzilla.gnome.org/show_bug.cgi?id=781946 Bug 781946 - Non-native decorated windows stuck maximised on secondary screen with Marco/Metacity | |||||
2020-02-04 | frame: remove unused variable 'status' | rbuj | 1 | -1/+0 | |
2020-01-22 | Xprops fix memory leak. | rcaridade145 | 1 | -7/+13 | |
Origin commit : https://gitlab.gnome.org/GNOME/metacity/commit/c87f73f3b4413720a2f3e6a672826d3fec7f77a9 " XmbTextPropertyToTextList documentation says that XFreeStringList should be used to free the storage for the list and its contents. " | |||||
2019-12-06 | release 1.23.2v1.23.2 | raveit65 | 3 | -4/+54 | |
2019-12-06 | tx: sync with transifex | raveit65 | 105 | -61837/+64267 | |
2019-12-06 | Revert "compositor: fix possible crash closing/destroying window" | Victor Kareh | 3 | -32/+9 | |
This reverts commit df56628979abc17474b001c58c28c6f3637ada9d. It causes an issue where windows remain in the background even when being drawn in the foreground. | |||||
2019-12-05 | theme.c: Fix window control hidpi rendering for all themes. | Michael Webster | 1 | -3/+15 | |
By scaling the pixbuf when loading, existing assets can be used. | |||||
2019-12-05 | tabpopup: Increase max number of columns | Victor Kareh | 2 | -2/+2 | |
2019-12-02 | Travis CI: add '-Wredundant-decls' to 'CFLAGS' variable | Pablo Barciela | 1 | -1/+1 | |
2019-11-24 | travis ci: use fedora:latest | raveit65 | 1 | -1/+1 | |
2019-11-18 | tx: add fixes to makepot script | raveit65 | 1 | -0/+2 | |