Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-07 | release 1.24.0 | raveit65 | 1 | -2/+2 | |
2020-02-06 | build: show warning flags on configure summary | rbuj | 1 | -0/+1 | |
2020-01-31 | autoconf: AC_PROG_CC was called before AX_CHECK_ENABLE_DEBUG | rbuj | 1 | -5/+5 | |
2020-01-19 | update to 1.23.3v1.23.3 | raveit65 | 1 | -1/+1 | |
2020-01-09 | Deprecate mate_desktop_thumbnail_scale_down_pixbuf() | Bastien Nocera | 1 | -1/+1 | |
As scaling down by huge factors is now fixed in gdk-pixbuf. Require the newer gdk-pixbuf as well, to avoid running into a pre-fix version. https://bugzilla.gnome.org/show_bug.cgi?id=775991 origin commit: https://gitlab.gnome.org/GNOME/gnome-desktop/commit/cb64228 | |||||
2020-01-09 | thumbnail: Always use external gdk-pixbuf thumbnailer | Bastien Nocera | 1 | -1/+2 | |
Instead of special-casing gdk-pixbuf-supported image formats, use an external thumbnailer. This will give us the ability to: - cancel running thumbnail operations - avoid memory leaks, buffer overflows, double-frees, etc. in the image loaders having an impact on the application - limit resource usage when thumbnailing https://bugzilla.gnome.org/show_bug.cgi?id=768064 origin commit: https://gitlab.gnome.org/GNOME/gnome-desktop/commit/b69fde6 https://gitlab.gnome.org/GNOME/gnome-desktop/commit/dba6d95 | |||||
2019-10-22 | build: introduce RELEASE_YEAR variable for mate-about dialog | rbuj | 1 | -0/+4 | |
Test 1: ./autogen.sh --prefix=/usr cat mate-about/mate-about.h make && sudo make install Test 2: mkdir builddir meson setup builddir --prefix=/usr cat builddir/mate-about/mate-about.h sudo ninja -C builddir install | |||||
2019-08-11 | Bump version to 1.23.2 | Victor Kareh | 1 | -1/+1 | |
2019-07-24 | make 'rsvg-convert' optional | Pablo Barciela | 1 | -3/+1 | |
2019-06-13 | pre-bump version | raveit65 | 1 | -1/+1 | |
2019-06-08 | configure: drop check for itstool | raveit65 | 1 | -1/+0 | |
2019-04-04 | i18n: port from intltool to gettext | Marty E. Plummer | 1 | -22/+4 | |
Signed-off-by: Marty E. Plummer <[email protected]> | |||||
2019-04-04 | mate-about: subdir mate-version.xml.in.in | Marty E. Plummer | 1 | -1/+1 | |
Signed-off-by: Marty E. Plummer <[email protected]> | |||||
2019-04-04 | configure.ac: subdir some of the build cruft | Marty E. Plummer | 1 | -0/+1 | |
Signed-off-by: Marty E. Plummer <[email protected]> | |||||
2019-03-23 | pre-bump version | raveit65 | 1 | -1/+1 | |
2019-03-21 | GEN png icons from hicolor_apps_scalable_mate.svg | rbuj | 1 | -0/+6 | |
Update icon cache and avoid conflict with mate theme: PNG icons are created if they are not present in icon folder. To remove png icons: cd icons; make clean-png-icons $ cat test.py import gtk screen = gtk.gdk.screen_get_default() icon_theme = gtk.icon_theme_get_for_screen(screen) print icon_theme.lookup_icon("mate-desktop", 16, 0).get_filename() print icon_theme.lookup_icon("mate-desktop", 22, 0).get_filename() print icon_theme.lookup_icon("mate-desktop", 24, 0).get_filename() print icon_theme.lookup_icon("mate-desktop", 32, 0).get_filename() print icon_theme.lookup_icon("mate-desktop", 48, 0).get_filename() print icon_theme.lookup_icon("mate-desktop", 128, 0).get_filename() print icon_theme.lookup_icon("mate-desktop", 256, 0).get_filename() print icon_theme.lookup_icon("mate", 16, 0).get_filename() print icon_theme.lookup_icon("mate", 22, 0).get_filename() print icon_theme.lookup_icon("mate", 24, 0).get_filename() print icon_theme.lookup_icon("mate", 32, 0).get_filename() print icon_theme.lookup_icon("mate", 48, 0).get_filename() print icon_theme.lookup_icon("mate", 128, 0).get_filename() print icon_theme.lookup_icon("mate", 256, 0).get_filename() print icon_theme.lookup_icon("mate", 1000, 0).get_filename() $ python test.py /usr/share/icons/hicolor/16x16/apps/mate-desktop.png /usr/share/icons/hicolor/22x22/apps/mate-desktop.png /usr/share/icons/hicolor/24x24/apps/mate-desktop.png /usr/share/icons/hicolor/32x32/apps/mate-desktop.png /usr/share/icons/hicolor/48x48/apps/mate-desktop.png /usr/share/icons/hicolor/128x128/apps/mate-desktop.png /usr/share/icons/hicolor/scalable/apps/mate-desktop.svg /usr/share/icons/mate/16x16/apps/mate.png /usr/share/icons/mate/22x22/apps/mate.png /usr/share/icons/mate/24x24/apps/mate.png /usr/share/icons/mate/32x32/apps/mate.png /usr/share/icons/mate/48x48/apps/mate.png /usr/share/icons/mate/scalable/apps/mate.svg /usr/share/icons/mate/scalable/apps/mate.svg /usr/share/icons/mate/scalable/apps/mate.svgT | |||||
2019-02-23 | release 1.22.0v1.22.0 | raveit65 | 1 | -2/+2 | |
2019-02-08 | Fixed make distcheck fail on debian. | Wu Xiaotian | 1 | -2/+0 | |
2018-10-11 | pre-bump version | raveit65 | 1 | -1/+1 | |
2018-08-27 | pre-bump version | raveit65 | 1 | -1/+1 | |
2018-07-03 | add mate-language apis | yetist | 1 | -1/+4 | |
2018-05-31 | bump version | raveit65 | 1 | -1/+1 | |
2018-01-28 | drop additional checks for min GLib version | monsta | 1 | -8/+0 | |
2018-01-27 | building: bump required glib version to 2.50.0 | raveit65 | 1 | -9/+5 | |
and droped GLIB_VERSION_MAX_ALLOWED No need of useless warnings! | |||||
2018-01-27 | release 1.20 | raveit65 | 1 | -2/+2 | |
2018-01-27 | building: remove < gtk+-3.22 bits and bump required gtk+ version | raveit65 | 1 | -1/+1 | |
2018-01-05 | bump version to 1.19.3 | monsta | 1 | -1/+1 | |
2017-12-24 | release 1.19.2v1.19.2 | raveit65 | 1 | -1/+1 | |
2017-10-14 | release 1.19.1v1.19.1 | raveit65 | 1 | -1/+1 | |
2017-03-30 | pre-bump version | raveit65 | 1 | -1/+1 | |
2017-03-13 | Bump version to 1.18.0 | Martin Wimpress | 1 | -2/+2 | |
2017-02-02 | pe-bump version | raveit65 | 1 | -1/+1 | |
2017-01-18 | Bump version to 1.17.2v1.17.2 | Martin Wimpress | 1 | -1/+1 | |
2017-01-17 | Drop mpaste. | Martin Wimpress | 1 | -8/+0 | |
2017-01-12 | Bump version to 1.17.1v1.17.1 | Martin Wimpress | 1 | -1/+1 | |
2016-11-20 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -39/+5 | |
2016-09-18 | release 1.16.0v1.16.0 | raveit65 | 1 | -2/+2 | |
2016-07-02 | update to 1.15.1 releasev1.15.1 | raveit65 | 1 | -1/+1 | |
2016-06-07 | release 1.15.0v1.15.0 | raveit65 | 1 | -2/+2 | |
2016-05-21 | update to 1.14.1 releasev1.14.1 | raveit65 | 1 | -1/+1 | |
2016-04-05 | release 1.14.0 | raveit65 | 1 | -1/+1 | |
2016-01-05 | pre-bump version to 1.13.0 | Wolfgang Ulbrich | 1 | -1/+1 | |
2016-01-02 | remove ancient mate-conf-import tool | Monsta | 1 | -9/+0 | |
2015-10-31 | release 1.12.0 | Wolfgang Ulbrich | 1 | -1/+1 | |
2015-10-07 | remove useless yelp dependency | raveit65 | 1 | -4/+0 | |
2015-09-18 | Merge branch 'master' of https://github.com/clefebvre/mate-desktop into ↵ | Clement Lefebvre | 1 | -11/+0 | |
clefebvre-master Conflicts: configure.ac user-guide/mate-user-guide.desktop.in.in | |||||
2015-09-14 | Fix missing icons on GTK3 with custom icon theme | Balló György | 1 | -0/+1 | |
2015-09-08 | Removed the user-guide (moved to mate-user-guide) | Clement Lefebvre | 1 | -11/+0 | |
2015-09-08 | define max/min version of GLib | infirit | 1 | -0/+6 | |
2015-09-08 | Rework gsettings schema building | infirit | 1 | -1/+19 | |
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files |