Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-11-14 | add dropbox-status icons | raveit65 | 53 | -0/+349 | |
2019-11-14 | re-generate network-wired icons from new SVGs | raveit65 | 61 | -1309/+10211 | |
2019-11-11 | add 2 svg sources for nm-applet | raveit65 | 2 | -0/+5054 | |
2019-10-31 | ci: add autopoint | Wu Xiaotian | 1 | -2/+2 | |
2019-10-31 | migrate from intltool to gettext | Wu Xiaotian | 5 | -6/+87 | |
2019-10-12 | release 1.23.2v1.23.2 | raveit65 | 2 | -2/+12 | |
2019-10-12 | tx: sync with transifex | raveit65 | 5 | -10/+10 | |
2019-10-07 | Travis CI: use Debian "testing" instead "sid" | Pablo Barciela | 1 | -1/+1 | |
2019-10-06 | travis(ci): enable notify_servers | raveit65 | 1 | -0/+2 | |
2019-10-01 | Add mate/256x256/actions/mail-send.png | rbuj | 3 | -8/+173 | |
2019-08-22 | Fix mate/22x22/devices/printer.png | rbuj | 2 | -1/+1 | |
2019-08-21 | Upscale 22x22px icons to 24x24px adding 1px to the edges | rbuj | 314 | -324/+324 | |
Helper script: dirs=() for dir in $(find ./mate/24x24 -mindepth 1 -maxdepth 1 -type d); do directory=$(basename $dir) if [ -f "mate/22x22/$directory/Makefile.am" ]; \ then cp mate/22x22/$directory/Makefile.am mate/24x24/$directory/Makefile.am sed -i -e 's/-w=22 -h=22/-w=24 -h=24/g' mate/24x24/$directory/Makefile.am dirs+=($directory) fi done ./autogen.sh for dir in ${dirs[@]}; do make -C mate/24x24/$dir clean-png-icons build-png-icons done Change: - @inkscape -z $^ --export-area=A:B:C:D -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=A-1:B-1:C+1:D+1 -w=24 -h=24 -e=$@ 1> /dev/null | |||||
2019-08-20 | Gen png mimetypes icons from paper-sheets.svg - Mate theme | rbuj | 85 | -0/+516 | |
clean & build: make -C mate/16x16/mimetypes clean-png-icons build-png-icons make -C mate/22x22/mimetypes clean-png-icons build-png-icons make -C mate/24x24/mimetypes clean-png-icons build-png-icons make -C mate/32x32/mimetypes clean-png-icons build-png-icons make -C mate/48x48/mimetypes clean-png-icons build-png-icons make -C mate/256x256/mimetypes clean-png-icons build-png-icons | |||||
2019-08-19 | preferences-system-time.png files are not generated from sources | rbuj | 6 | -6/+0 | |
Test: $ ./autogen.sh --prefix=/usr $ make -C mate clean-png-icons build-png-icons | |||||
2019-07-26 | Use radial gradient (Blur 13.9%, Opacity 73.4%) for MATE logo shadow | rbuj | 6 | -22/+57 | |
Icons pulled from mate-desktop: https://github.com/mate-desktop/mate-desktop/commit/01c40983fb0c016549158b690fb8a5e54fbe508e cp mate-desktop/icons/16x16/apps/mate-desktop.png mate-icon-theme/mate/16x16/apps/mate-desktop.png cp mate-desktop/icons/22x22/apps/mate-desktop.png mate-icon-theme/mate/22x22/apps/mate-desktop.png cp mate-desktop/icons/24x24/apps/mate-desktop.png mate-icon-theme/mate/24x24/apps/mate-desktop.png cp mate-desktop/icons/32x32/apps/mate-desktop.png mate-icon-theme/mate/32x32/apps/mate-desktop.png cp mate-desktop/icons/48x48/apps/mate-desktop.png mate-icon-theme/mate/48x48/apps/mate-desktop.png cp mate-desktop/icons/scalable/apps/mate-desktop.svg mate-icon-theme/mate/scalable/apps/mate-desktop.svg history | cut -c 8- | |||||
2019-07-03 | release 1.23.1v1.23.1 | raveit65 | 1 | -0/+6 | |
2019-07-03 | tx: sync with transifex | raveit65 | 3 | -2/+33 | |
2019-06-22 | add missing preferences-system-time icon | raveit65 | 13 | -0/+809 | |
Fixes https://github.com/mate-desktop/mate-icon-theme/issues/37 | |||||
2019-06-20 | pre-bump version | raveit65 | 2 | -1/+3 | |
2019-06-10 | Change url project's website | Laurent Napias | 1 | -1/+1 | |
2019-06-03 | use folder icon as example | raveit65 | 2 | -2/+2 | |
2019-05-31 | Create FUNDING.yml | Martin Wimpress | 1 | -0/+9 | |
2019-05-28 | travis: use fedora-30 and ubuntu-19.10 for building | raveit65 | 1 | -2/+2 | |
2019-05-10 | rename mate logo | raveit65 | 6 | -0/+0 | |
fixes https://github.com/mate-desktop/mate-panel/issues/959 | |||||
2019-04-09 | release 1.23.0v1.23.0 | raveit65 | 1 | -0/+7 | |
2019-04-09 | sync with transifex | raveit65 | 118 | -123/+123 | |
2019-04-08 | Display the volume status with a better contrast in panels | rbuj | 6 | -5/+5 | |
Upscale 22x22 volume status icons instead of downscale 32x32 | |||||
2019-04-08 | Upgrade svg source files to Inkscape 0.92.4 | rbuj | 206 | -66738/+5590 | |
$ inkscape -V Inkscape 0.92.4 (unknown) $ find . -type f -name Makefile.am -print0 | xargs -0 sed -i 's/ --convert-dpi-method=scale-document//g' $ find . -type f -name Makefile.am -print0 | xargs -0 sed -i 's/ --convert-dpi-method=scale-viewbox//g' $ find ./src -name *.svg -exec inkscape --convert-dpi-method=none --verb=FileVacuum --verb=FileSave --verb=FileQuit {} \; | |||||
2019-04-08 | Gen png icons from source - Mate theme | rbuj | 1221 | -839/+19761 | |
clean & build: make -C mate clean-png-icons make -C mate build-png-icons | |||||
2019-03-31 | github release | raveit65 | 1 | -0/+19 | |
2019-03-30 | pre-bump version | raveit65 | 2 | -1/+3 | |
2019-03-30 | Gen png icons from source. Mate: apps, categories & devices | rbuj | 523 | -1889/+4924 | |
clean & build: make -C mate clean-png-icons make -C mate build-png-icons | |||||
2019-03-24 | Update terminal icons for mate theme | rbuj | 26 | -4/+208 | |
icons: apps/utilities-terminal apps/utilities-system-monitor clean & build: make -C mate clean-png-icons make -C mate build-png-icons | |||||
2019-02-23 | release 1.22.0v1.22.0 | raveit65 | 2 | -1/+6 | |
2019-02-23 | tx: sync with transifex | raveit65 | 2 | -0/+31 | |
2019-02-23 | tx: update resource for transifex | raveit65 | 1 | -3/+3 | |
2019-02-20 | Enable Travis CI for all branches | raveit65 | 1 | -6/+0 | |
2019-02-20 | Initialize Travis CI support | raveit65 | 1 | -0/+83 | |
2018-12-20 | release 1.21.1v1.21.1 | raveit65 | 1 | -0/+6 | |
2018-12-20 | tx: sync with transifex | raveit65 | 118 | -117/+538 | |
2018-11-24 | Merge pull request #28 from zhangxianwei8/master | raveit65 | 2 | -0/+74 | |
Add video single and joined display symbolic svg icons | |||||
2018-11-24 | Add video single and joined display symbolic svg icons | Zhang Xianwei | 2 | -0/+74 | |
Refer to https://github.com/mate-desktop/mate-settings-daemon/pull/250 Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-10-15 | pre-bump version | raveit65 | 2 | -1/+3 | |
2018-10-08 | symlink input-touchpad.svg icon | raveit65 | 1 | -0/+1 | |
2018-10-07 | add a symlink for bluetooth icon | raveit65 | 6 | -0/+6 | |
fixes missing blueberry menu icon in f29 | |||||
2018-10-07 | add icons for touchpad | raveit65 | 13 | -0/+1420 | |
2018-06-22 | release 1.21.0v1.21.0 | raveit65 | 1 | -0/+3 | |
2018-06-22 | sync with transifex | raveit65 | 117 | -992/+835 | |
2018-06-14 | pre-bump version | raveit65 | 2 | -1/+3 | |
2018-03-23 | tx: update config with branch specific resoures | raveit65 | 1 | -2/+2 | |