Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-06 | Fix desktop schemas paths | Brent Hull | 17 | -19/+19 | |
2012-11-03 | fix FSF address in mate-bg-crossfade.h | Nelson Marques | 1 | -2/+2 | |
2012-11-03 | bump version to 1.5.3mate-desktop-1.5.3 | Stefano Karapetsas | 1 | -1/+1 | |
2012-11-03 | add function to load system settings instead of the user settings | Stefano Karapetsas | 2 | -6/+38 | |
this is needed in mate-screensaver | |||||
2012-11-02 | fix thumbnails path for glib >= 2.34 | Stefano Karapetsas | 1 | -14/+28 | |
2012-10-22 | bump version to 1.5.2mate-desktop-1.5.2 | Stefano Karapetsas | 1 | -1/+1 | |
2012-10-18 | remove MATE from Categories in .desktop files | Nelson Marques | 1 | -1/+1 | |
2012-10-18 | add missing key in gsettings schema | Stefano Karapetsas | 1 | -0/+5 | |
2012-10-18 | update POTFILES.in | Stefano Karapetsas | 1 | -16/+16 | |
2012-10-18 | mate-aboud: code improvements | Stefano Karapetsas | 5 | -117/+49 | |
disable gnucat by default install gnucat pixmaps only if enabled translate some spanish comments dropped support for old glib version (now minimun version is increased) add "translator-credits" msgid to show translators | |||||
2012-10-17 | bump version to 1.5.1mate-desktop-1.5.1 | Stefano Karapetsas | 1 | -1/+1 | |
2012-10-17 | Update mate-about/mate-about.h | Perberos | 1 | -1/+1 | |
missing comma | |||||
2012-10-16 | Update mate-about/mate-about.h | Perberos | 1 | -0/+1 | |
adding artist | |||||
2012-10-16 | Merge pull request #31 from perberos/master | Perberos | 5 | -11/+33 | |
algunos fixs en mate-desktop | |||||
2012-10-16 | adding gsettings install on PKGBUILD | Perberos | 2 | -4/+27 | |
2012-10-16 | wrong false true condition | Perberos | 1 | -3/+3 | |
2012-10-16 | fixing some deprecated variable name on configure file | Perberos | 4 | -7/+6 | |
2012-10-16 | fix g_free call | Stefano Karapetsas | 1 | -3/+4 | |
2012-10-15 | add retro-compatibility for glib < 2.31 | Stefano Karapetsas | 1 | -1/+65 | |
2012-10-12 | mate-about: add nelson and clem as authors | Stefano Karapetsas | 1 | -0/+2 | |
2012-10-12 | mate-about: put MATE authors as first | Stefano Karapetsas | 1 | -5/+6 | |
add Rowen as artist | |||||
2012-10-08 | delete old .in schemasmate-desktop-1.5.0 | Stefano Karapetsas | 16 | -555/+0 | |
2012-10-08 | fix internationalization support for gsettings schemas | Stefano Karapetsas | 17 | -3/+560 | |
2012-10-04 | add internationalization support for gsettings schemas | Stefano Karapetsas | 31 | -442/+461 | |
2012-10-04 | add missing key in gsettings schema | Stefano Karapetsas | 1 | -1/+6 | |
2012-09-28 | Fix possible double-free when destroying private windows | Stefano Karapetsas | 1 | -0/+6 | |
This could cause free'ing random data when the members of ->windows were destroyed, but ->windows itself wasn't. As it was != NULL, we'd be free memory that wouldn't belong to us anymore. https://bugzilla.gnome.org/show_bug.cgi?id=634534 (patch suggested in MATE by NiceAndGently on https://github.com/mate-desktop/mate-desktop/issues/23) | |||||
2012-09-28 | Update libmate-desktop/display-name.c | Stefano Karapetsas | 1 | -1/+1 | |
patch reported by NiceandGently taken from fedora downstream gnome-desktop | |||||
2012-09-13 | add missing key in schema | Stefano Karapetsas | 1 | -0/+10 | |
2012-09-12 | remove unused include | Stefano Karapetsas | 1 | -1/+0 | |
2012-09-07 | fix thumbnails factory | Stefano Karapetsas | 2 | -48/+51 | |
on nautilus, thumbnail path is set by g_file_info_get_attribute_byte_string (info, G_FILE_ATTRIBUTE_THUMBNAIL_PATH); but this gives path in ~/.thumbnails, not ~/.cache/thumbnails, so revert to the old location | |||||
2012-09-07 | avoid format=NULL assertion warning | Stefano Karapetsas | 1 | -1/+2 | |
2012-09-06 | fix gsettings schema name | Stefano Karapetsas | 2 | -2/+2 | |
2012-09-03 | fix org.mate.interface.gschema.xml | Stefano Karapetsas | 2 | -1/+0 | |
2012-09-03 | Merge branch 'master' of github.com:mate-desktop/mate-desktop | Stefano Karapetsas | 13 | -17/+112 | |
2012-09-03 | migrate to gsettings | Stefano Karapetsas | 6 | -128/+73 | |
2012-09-03 | update to latest thumbnail spec (code taken from gnome-desktop) | Stefano Karapetsas | 1 | -270/+652 | |
2012-09-03 | add gsetting schemas from deprecated libmate | Stefano Karapetsas | 18 | -0/+620 | |
2012-08-18 | Merge pull request #26 from steev/master | Stefano Karapetsas | 1 | -0/+2 | |
Use -lm when we use math functions. | |||||
2012-08-17 | Add -lm since we use sqrt, floor, fmod and pow. | Steev Klimaszewski | 1 | -0/+2 | |
Just like with libmatekbd, we are underlinking so we need -lm when using sqrt, floor, fmod and pow. Signed-off-by: Steev Klimaszewski <[email protected]> | |||||
2012-08-04 | syntax error fix on gnucat configure.in | Perberos | 1 | -1/+1 | |
2012-08-02 | Added --disable-gnucat... | Steve Zesch | 1 | -0/+8 | |
2012-08-01 | Merge pull request #22 from spaghetti2514/master | Perberos | 5 | -3/+88 | |
Added copyleft compatible gnucat | |||||
2012-07-31 | Added copyleft compatible gnucat | Spaghetti | 5 | -3/+88 | |
2012-07-25 | Merge pull request #20 from NiceandGently/master | Steve Zesch | 7 | -14/+14 | |
incorrect-fsf-address part of issue #18 | |||||
2012-07-25 | fix incorrect-fsf-address | Nice&Gently | 7 | -14/+14 | |
2012-07-19 | Preparing for 1.4.1 release.mate-desktop-1.4.1 | Steve Zesch | 2 | -1/+52 | |
2012-07-19 | Removed the --disable-nyancat configure flag. | Steve Zesch | 1 | -13/+0 | |
2012-07-19 | Merge pull request #17 from perberos/master | Steve Zesch | 5 | -88/+2 | |
my first pull | |||||
2012-07-19 | removing nyancat due copyleft incompatible | Perberos | 5 | -88/+2 | |
2012-07-19 | Merge pull request #1 from mate-desktop/master | Perberos | 3 | -44/+266 | |
up |