Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-09-08 | Removed the user-guide (moved to mate-user-guide) | Clement Lefebvre | 332 | -488509/+0 | |
2015-09-04 | First dev release bump | infirit | 1 | -2/+2 | |
2015-09-04 | Merge pull request #196 from monsta/randr | Clement Lefebvre | 6 | -77/+107 | |
xrandr fixes and cleanup | |||||
2015-09-04 | Merge pull request #195 from monsta/dconf | Clement Lefebvre | 2 | -23/+4 | |
drop dconf 0.10 compatibility (it's ancient) | |||||
2015-09-04 | mate-rr-labeler: Show output name in addition to display name. | Clement Lefebvre | 1 | -4/+7 | |
2015-09-03 | Mouse schema: Enabled enable middle-click emulation by default | Clement Lefebvre | 1 | -1/+1 | |
2015-09-03 | Fix spelling mistakes | infirit | 1 | -1/+1 | |
Thanks to Michael Steenbeek (@Gymnasiast) for pointing them out. | |||||
2015-09-02 | mate-rr: removed unused variable | Monsta | 1 | -3/+0 | |
2015-09-02 | mate-rr: unify laptop identification by output name | Monsta | 3 | -37/+24 | |
adapted from https://git.gnome.org/browse/gnome-desktop/commit?id=113c7c8252531665d9e9090c6f48cd3f6b16e120 and https://git.gnome.org/browse/gnome-desktop/commit?id=d9f5e5f58e86798c48995e1abc36e7c43174d132 | |||||
2015-09-02 | mate-rr: annotation fixes | Monsta | 3 | -1/+65 | |
mostly ported from https://git.gnome.org/browse/gnome-desktop/commit?id=6f1368bbc7d6649ed9340806def01ff00c407121 | |||||
2015-09-02 | mate-rr: actually implement mate_rr_output_get_possible_crtcs | Monsta | 1 | -0/+8 | |
ported from https://git.gnome.org/browse/gnome-desktop/commit?id=11eb5b0d93e46d2d63e1b108b0cf659ab8f30c77 | |||||
2015-09-02 | drop xrandr 1.2 compatibility (it's ancient) | Monsta | 2 | -36/+10 | |
2015-09-01 | Gtk3: Add setting to toggle overlay scrolling | infirit | 1 | -0/+5 | |
2015-08-25 | Merge pull request #199 from monsta/patch-1 | Martin Wimpress | 1 | -1/+0 | |
configure.ac: removed suspicious reference to win32 | |||||
2015-08-25 | configure.ac: removed suspicious reference to win32 | monsta | 1 | -1/+0 | |
2015-08-24 | Define max/min version of GLib | infirit | 2 | -1/+7 | |
This warns us of using symbols like g_assert_null not available in GLib 2.36 | |||||
2015-08-24 | configure.ac: remove excessive assignments | monsta | 1 | -2/+0 | |
2015-08-24 | configure.ac: drop obsolete macro | monsta | 1 | -1/+0 | |
It's been a no-op for a long time. See https://mail.gnome.org/archives/commits-list/2011-December/msg00681.html for example. | |||||
2015-08-23 | drop dconf 0.10 compatibility (it's ancient) | Monsta | 2 | -23/+4 | |
2015-08-20 | Sync translations with transifexmate-desktop-1.10.21.10 | mate-i18n | 18 | -235/+249 | |
2015-08-20 | Correct typo in version. | Martin Wimpress | 1 | -1/+1 | |
2015-08-20 | Bump version to 1.10.2 | Martin Wimpress | 1 | -1/+1 | |
2015-08-20 | Update NEWS. | Martin Wimpress | 1 | -0/+11 | |
2015-07-30 | Add annotations and fix documentation syntax warnings | infirit | 6 | -36/+70 | |
2015-07-30 | mate-bg: remove unused GdkScreen* arguments | infirit | 1 | -7/+5 | |
The GdkScreen* was being passed into some functions that weren't using it at all. Remove those extra arguments. | |||||
2015-07-28 | Sync translations with transifex | infirit | 149 | -13319/+109886 | |
2015-07-24 | rr: Embedded Display Port outputs considered as laptop's built-in display | Monsta | 1 | -1/+2 | |
from https://github.com/GNOME/gnome-desktop/commit/11997d32313cd67f24cb26e18c562fa4b75ea36f | |||||
2015-07-24 | rr: drop non-existent mate_rr_screen_create_clone_modes from header | Monsta | 1 | -2/+0 | |
from https://github.com/GNOME/gnome-desktop/commit/768fe7f5cf9c73ff78d4c5836b9186b5ba28313c | |||||
2015-07-24 | bg: objects without a filename are not slideshows | Monsta | 1 | -0/+3 | |
from https://github.com/GNOME/gnome-desktop/commit/e19df898281f83aa6db3d8fe57c720b29d98abee | |||||
2015-07-24 | rr: fix crash when XRRSetCrtcConfig fails | Monsta | 1 | -11/+12 | |
from https://github.com/GNOME/gnome-desktop/commit/4a95c179de8920ee8f78ae5e1f05df173e9d5bd8 | |||||
2015-07-24 | bg slideshow: fix crash when system date is earlier than start date | Monsta | 1 | -1/+1 | |
from https://github.com/GNOME/gnome-desktop/commit/d7cc5dadc3831b149bab1cd3e4af50e441546c2e | |||||
2015-07-21 | bg slideshow: smarter check for NULL pointers | Monsta | 1 | -1/+15 | |
2015-07-20 | Revert "changed checking for NULL a bit" | raveit65 | 1 | -6/+1 | |
This reverts commit 48df7a0c71a2df4050abae40ec9ca2b35dee7988. The commit causes a regression with timing xml background. see https://github.com/mate-desktop/mate-control-center/issues/159 | |||||
2015-07-10 | Bump version to 1.10.1mate-desktop-1.10.1 | infirit | 1 | -1/+1 | |
2015-07-10 | Update NEWS | infirit | 1 | -0/+4 | |
2015-07-09 | user guide: corrected yelp usage examples, they're more modern now | Monsta | 1 | -7/+6 | |
2015-07-09 | user-guide: removed broken link to non-existing a11y guide | Monsta | 1 | -1/+1 | |
2015-07-07 | Resurrect the old user-guide as it's complete and translated | Monsta | 331 | -2/+488511 | |
Big thanks to @NiceandGently for doing most of the work on this :) | |||||
2015-07-03 | Merge pull request #180 from leigh123linux/master | Martin Wimpress | 1 | -32/+54 | |
backport cinnamon-desktop fix for buggy image types | |||||
2015-07-03 | backport cinnamon-desktop fix for buggy image types | leigh123linux | 1 | -32/+54 | |
2015-06-27 | Merge pull request #176 from obache/neatsrc | Martin Wimpress | 2 | -3/+0 | |
Remove duplicated typedef | |||||
2015-06-27 | Remove duplicated typedef | OBATA Akio | 2 | -3/+0 | |
Such typedefs are in corresponding header files. | |||||
2015-06-15 | Add missing man pages for mate-color-select and mpaste. Closes #175. | Martin Wimpress | 3 | -2/+70 | |
2015-06-15 | Added keywords to mate-color-select.desktop.in.in | Martin Wimpress | 1 | -0/+1 | |
Add patch from http://anonscm.debian.org/cgit/pkg-mate/mate-desktop.git/commit/?h=debian/experimental&id=aa92b62e247ccb4b54c8beb519c21b8c678c43d3 - Close #174. | |||||
2015-06-12 | Sync translations with transifex | mate-i18n | 8 | -178/+1409 | |
2015-05-20 | Merge pull request #169 from monsta/csd-must-die | Martin Wimpress | 3 | -27/+0 | |
color select dialog: drop CSD/headerbar usage | |||||
2015-04-29 | color select dialog: drop CSD/headerbar usage | Monsta | 3 | -27/+0 | |
maybe it was relevant with GTK+ 3.12 where the developers forced CSD on all dialogs, but now it isn't. in GTK+ 3.14 they apparently realized they were wrong and stopped forcing CSD on dialogs: http://blogs.gnome.org/mclasen/2014/07/28/a-talk-in-9-images/ | |||||
2015-04-05 | Bump version to 1.10.0mate-desktop-1.10.0 | Stefano Karapetsas | 2 | -3/+3 | |
2015-04-05 | Correct FSF adress | posophe | 1 | -3/+3 | |
2015-04-05 | Fix missing return in non-void functions | posophe | 1 | -0/+1 | |