summaryrefslogtreecommitdiff
path: root/icons
AgeCommit message (Collapse)AuthorFilesLines
2020-03-26Add 48x48 iconsrbuj13-284/+12
2020-03-26Add 96x96 iconsrbuj13-1/+35
2020-03-26Add 64x64 iconsrbuj13-1/+35
for SVG in scalable/*.svg; do file=${SVG##*/}; echo "rsvg-convert -w 64 -h 64 $SVG -o 64x64/${file%.svg}.png"; done | sh
2020-03-26Add 256x256 iconsrbuj13-1/+35
for SVG in scalable/*.svg; do file=${SVG##*/}; echo "rsvg-convert -w 256 -h 256 $SVG -o 256x256/${file%.svg}.png"; done | sh
2020-03-26Clean scalable svg filesrbuj9-2510/+2541
find . -name *.svg -exec inkscape --convert-dpi-method=none --verb=FileVacuum --verb=FileSave --verb=FileQuit {} \;
2017-01-05remove ancient code leftoversmonsta3-7/+0
once it was some easter egg, now it's just a non-working garbage
2015-01-08icons: Replace gnome logo with a MATE oneJoel Barrios5-147/+162
mate-panel.svg ha a GNOME logo instead of a MATE one.
2012-01-27removing autogenerated filesPerberos7-4061/+0
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos106-0/+17357