Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-04-21 | mate-conf-import: Add support for more applets | Stefano Karapetsas | 1 | -2/+7 | |
2013-04-21 | Fixes to use make dist | Stefano Karapetsas | 2 | -22/+27 | |
2013-04-08 | mate-conf-import: Add support for more applets and different default panel ↵ | Stefano Karapetsas | 1 | -3/+102 | |
layouts | |||||
2013-04-07 | mate-conf-import: Check if mateconf files exists and are valid before use them | Stefano Karapetsas | 1 | -6/+17 | |
2013-04-07 | mate-conf-import: Check if an applet/object file exists | Stefano Karapetsas | 1 | -0/+4 | |
2013-04-07 | mate-conf-import: Add support for matecomponent-applet | Stefano Karapetsas | 1 | -0/+2 | |
2013-04-07 | mate-conf-import: Fix empty string values | Stefano Karapetsas | 1 | -2/+3 | |
2013-04-07 | mate-conf-import: Improve comments | Stefano Karapetsas | 1 | -3/+24 | |
2013-04-06 | mate-conf-import: Add support for action applets | Stefano Karapetsas | 1 | -0/+2 | |
2013-04-06 | Add hack for new background path in mate-conf script | Stefano Karapetsas | 1 | -5/+12 | |
2013-04-06 | Add initial script to migrate 1.4 configuration | Stefano Karapetsas | 1 | -0/+310 | |
2013-04-03 | Merge pull request #57 from dmashal/master | Stefano Karapetsas | 1 | -1/+1 | |
Fix makefile for automake 1.13 | |||||
2013-04-03 | Fix makefile for automake 1.13 | Dan Mashal | 1 | -1/+1 | |
2013-04-01 | Remove gnucatmate-desktop-1.6.0 | Stefano Karapetsas | 6 | -97/+3 | |
2013-03-31 | mate-about: Fix email address | Stefano Karapetsas | 1 | -1/+1 | |
2013-03-31 | Bump version to 1.6.0 | Stefano Karapetsas | 1 | -2/+2 | |
2013-03-31 | Sync translations with transifex | Stefano Karapetsas | 6 | -255/+3359 | |
2013-03-28 | Add empty ChangeLog to allow build from git | Stefano Karapetsas | 1 | -0/+2 | |
2013-03-26 | Merge pull request #56 from NiceandGently/master | Stefano Karapetsas | 1 | -1/+1 | |
change backgrounds installation path in gsettings file | |||||
2013-03-24 | "Removed ChangeLog" | Steve Zesch | 1 | -711/+0 | |
2013-03-23 | Bump version to 1.5.8mate-desktop-1.5.8 | Stefano Karapetsas | 1 | -1/+1 | |
2013-03-23 | Use Menta as default theme | Stefano Karapetsas | 1 | -2/+2 | |
2013-03-22 | change backgrounds installation path | raveit | 1 | -1/+1 | |
2013-03-14 | Sync translations with transifex | Stefano Karapetsas | 10 | -301/+4184 | |
2013-03-14 | Add some MATE contributors in about window | Stefano Karapetsas | 1 | -2/+14 | |
2013-02-24 | Add transifex configuration file | Stefano Karapetsas | 1 | -0/+7 | |
2013-02-21 | Bump version to 1.5.7mate-desktop-1.5.7 | Stefano Karapetsas | 1 | -1/+1 | |
2013-02-21 | Add check if default MATE background exists before to use it | Stefano Karapetsas | 1 | -2/+13 | |
Closes https://github.com/mate-desktop/mate-settings-daemon/issues/39 | |||||
2013-02-20 | Don't thumbnail thumbnails in .cache/thumbnails | Stefano Karapetsas | 1 | -1/+2 | |
2013-02-10 | Sync translations with transifex | Stefano Karapetsas | 15 | -472/+11442 | |
2013-02-07 | Bump version to 1.5.6mate-desktop-1.5.6 | Stefano Karapetsas | 1 | -1/+1 | |
2013-02-07 | mate-about: Update copyright | Stefano Karapetsas | 1 | -1/+2 | |
2012-12-26 | Merge pull request #48 from cygwinports/master | Stefano Karapetsas | 2 | -0/+148 | |
Add mateconf-gsettings-data-convert file | |||||
2012-12-25 | Add mateconf-gsettings-data-convert file | Yaakov Selkowitz | 2 | -0/+148 | |
2012-12-17 | Merge pull request #47 from jasmineaura/develop | Stefano Karapetsas | 1 | -94/+289 | |
[mate-bg] cache improvements | |||||
2012-12-18 | [mate-bg] change cache dir from "wallpaper" to "mate/background" | Jasmine Hassan | 1 | -1/+3 | |
2012-12-17 | [mate-bg] small cleanup | Jasmine Hassan | 1 | -8/+9 | |
2012-12-17 | [mate-bg] Do not add timeout for one-slide slideshows | Jasmine Hassan | 1 | -4/+16 | |
If a slideshow is made of only one slide, then there's no animation. So we just override the duration of the slide to G_MAXUINT, and we do not add timeouts for such durations. https://bugzilla.gnome.org/show_bug.cgi?id=630498 http://git.gnome.org/browse/gnome-desktop/commit/?id=adf18a2cf78c26a33c7a00210fc29020e935e0c1 | |||||
2012-12-17 | [mate-bg] Cache resized wallpaper to help CPU at startup | Jasmine Hassan | 1 | -68/+250 | |
Resized and transformed wallpapers are stored in ~/.cache/wallpaper/. The cache is refreshed for each new current wallpaper depending on the resolution or transformation, and each time the source image is refreshed. The source image format is preserved. https://bugzilla.gnome.org/show_bug.cgi?id=608419 Adapted from: http://git.gnome.org/browse/gnome-desktop/commit/?id=63c36f78980a4982d364e37e6c1e6219af2ecd32 http://git.gnome.org/browse/gnome-desktop/commit/?id=ae7a732da1bdced139b109a453fac78c2b9f2fc6 http://git.gnome.org/browse/gnome-desktop/commit/?id=43e13d709d8d35b3484e8b2aaf126f1d91fae7ad | |||||
2012-12-17 | [mate-bg] minor cleanup/fix | Jasmine Hassan | 1 | -24/+22 | |
unref pixbuf cache when *either* width *or* height change | |||||
2012-12-15 | Merge pull request #46 from jasmineaura/develop | Stefano Karapetsas | 2 | -155/+137 | |
[mate-bg] revise setting up root pixmap / transparency | |||||
2012-12-13 | [mate-bg] cleanup, refactor, plug possible X client leak(s) | Jasmine Hassan | 2 | -155/+137 | |
Part of the original code (from gnome-desktop) for setting root pixmap seems very similar to, and may have been adapted from common source: http://people.debian.org/~lunar/xwpset.c The original concept all dates back to an Eterm/Esetroot technique that became commonly used (ex. xchat) for window transparency over desktop: http://www.eterm.org/docs/view.php?doc=ref#trans Wisdom can be gained from studying various similar implementations. Examples: https://github.com/derf/feh/blob/master/src/wallpaper.c http://ag.cs.uvic.ca/static/debian5/sources/blackbox_0.70.1/blackbox-0.70.1.orig/util/bsetroot.cc http://files.minuslab.net/SetBG.cc The changes should hopefully help avoid this: https://bugzilla.gnome.org/show_bug.cgi?id=681928 and consequences as these: https://bugzilla.gnome.org/show_bug.cgi?id=680356 https://bugzilla.gnome.org/show_bug.cgi?id=680354 | |||||
2012-12-03 | bump version to 1.5.5mate-desktop-1.5.5 | Stefano Karapetsas | 1 | -1/+1 | |
2012-12-03 | Merge pull request #45 from jasmineaura/develop | Stefano Karapetsas | 3 | -22/+35 | |
Move MATE_BG_KEY defines to headers, and add "background-fade" option | |||||
2012-12-03 | [mate-bg|schema] add "background-fade" setting, and define the key in header | Jasmine Hassan | 2 | -0/+8 | |
to make the fading effect optional, either when caja or m-s-d is drawing the bg. This is hopefully useful for those running on older hardware, as the fading effect could delay login/startup a bit. For reference, see: https://bugzilla.gnome.org/show_bug.cgi?id=623174 | |||||
2012-12-03 | [mate-bg] prefix defines BG_KEY's w/ MATE & move from .c to .h | Jasmine Hassan | 2 | -22/+27 | |
and define "show-desktop-icons" here too, to be used by Caja & m-s-d | |||||
2012-12-01 | Merge pull request #44 from jasmineaura/develop | Stefano Karapetsas | 2 | -10/+44 | |
[mate-bg] add 2 new gsettings functions | |||||
2012-12-02 | [mate-bg] add 2 new gsettings functions | Jasmine Hassan | 2 | -10/+44 | |
Because of the need to use now in Caja: Add mate_bg_load_from_system_gsettings() and mate_bg_save_to_gsettings(), making mate_bg_load_from_system_preferences() and mate_bg_save_to_preferences() wrappers around them, respectively. Both new funcs take GSettings argument, and the latter takes a boolean argument, to optionally apply the reset-to-schema-defaults settings. This will be used for desktop background reset-drop. | |||||
2012-12-01 | Merge pull request #43 from jasmineaura/develop | Stefano Karapetsas | 4 | -71/+114 | |
GSettings review, add 2 new funcs (for Caja), and global 'show-desktop-icons' option | |||||
2012-12-01 | [configure] bump GIO version to 2.26.0 | Jasmine Hassan | 1 | -1/+1 | |
needed for g_settings_delay(), which was pre-existing in mate-bg.c |