Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
2012-07-05 | Preparing for 1.4.0 release.mate-desktop-1.4.0 | Steve Zesch | 3 | -44/+266 | |
2012-06-29 | sync translations with transifex | Stefano Karapetsas | 6 | -865/+249 | |
2012-06-29 | add po gnome copyrights file | Stefano Karapetsas | 1 | -0/+1370 | |
2012-06-05 | Update master | Perberos | 1 | -12/+5 | |
2012-04-23 | use appropriate include for "N_" | Stefano Karapetsas | 1 | -1/+1 | |
2012-04-23 | add missing include for "N_" | Stefano Karapetsas | 1 | -4/+1 | |
http://developer.gnome.org/glib/2.30/glib-I18N.html#N-:CAPS | |||||
2012-04-22 | removing N_() outside code scope | Perberos | 1 | -0/+4 | |
2012-04-20 | restore some copyrights deleted by transifex | Stefano Karapetsas | 8 | -25/+41 | |
2012-04-20 | sync translations with transifex | Stefano Karapetsas | 3 | -20/+23 | |
2012-04-16 | sync translations with transifex | Stefano Karapetsas | 84 | -20819/+9675 | |
2012-04-07 | updated de translation | Stefano Karapetsas | 1 | -185/+54 | |
2012-04-07 | updated it translation | Stefano Karapetsas | 1 | -188/+64 | |
2012-04-06 | re-add mate-version.xml.in.in | Stefano Karapetsas | 3 | -0/+10 | |
some apps, like mate-system-monitor, are using it thanks to benpicco | |||||
2012-04-06 | update gettext package name | Stefano Karapetsas | 1 | -1/+1 | |
2012-04-06 | update about strings for MATE | Stefano Karapetsas | 1 | -14/+15 | |
2012-02-23 | update translations (ar, ia*) | Stefano Karapetsas | 3 | -278/+340 | |
ia (interlingua) is a new translation | |||||
2012-02-22 | Preparing for 1.2 releasemate-desktop-1.2.0 | Steve Zesch | 3 | -4/+48 | |
2012-02-22 | some ugly gtk3 porting | Perberos | 4 | -102/+222 | |
2012-02-22 | set patch on archlinux script | Perberos | 1 | -7/+8 | |
2012-02-22 | GOptionEntry was added on glib 2.6 | Perberos | 2 | -13/+71 | |
2012-01-29 | fix some things for MATE | stefano | 5 | -21/+383 | |