summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-06-16CI: fix meson distcheckraveit651-0/+2
2019-06-15release 1.23.1v1.23.1raveit651-0/+11
2019-06-15tx: sync with transifexraveit6511-170/+1634
2019-06-15tx: update transifex resourceraveit651-327/+344
2019-06-13pre-bump versionraveit653-2/+4
2019-06-12schemas: Define schema for a default messengerrbuj4-0/+12
Defines a schema that allows users to specify a default instant messaging application.
2019-06-11check both {$prefix,/usr}/share/locale dirs for translationWu Xiaotian1-15/+31
2019-06-11Add test code for mate-languages.Wu Xiaotian5-1/+116
2019-06-10Change url project's websiteLaurent Napias1-1/+1
2019-06-08configure: drop check for itstoolraveit651-1/+0
2019-06-02Travis CI: Fix icon namePablo Barciela1-1/+1
the icon name was changed since the commit: https://github.com/mate-desktop/mate-desktop/commit/d83bccb64d612034be471c0724edd129519c3584 and it was moved with the commit: https://github.com/mate-desktop/mate-desktop/commit/6109546780fde4bc8e9986c3f258960a5fdd76bf
2019-06-01[ci] Add cppcheck html reportPablo Barciela1-1/+4
2019-05-31Create FUNDING.ymlMartin Wimpress1-0/+9
2019-05-27travis: use fedora-30 and ubuntu-19.10 for buildingraveit651-6/+8
2019-05-27bump version in meson.buildraveit651-1/+1
2019-05-27travis: use ninja dist for releaseraveit651-2/+2
2019-05-25build: use localedir instead of DATADIRNAMEMarty E. Plummer1-1/+1
Signed-off-by: Marty E. Plummer <[email protected]>
2019-05-22add abi checkMarty E. Plummer3-0/+302
Signed-off-by: Marty E. Plummer <[email protected]>
2019-05-22treewide: add meson buildMarty E. Plummer13-0/+484
Signed-off-by: Marty E. Plummer <[email protected]>
2019-04-23travis: enable 'cppcheck' in debianPablo Barciela1-0/+4
2019-04-21release 1.23.0v1.23.0raveit651-0/+24
2019-04-21sync with transifexraveit65116-5270/+6597
2019-04-12travis: add meson dependencyraveit651-0/+4
2019-04-11[ci] run after_script when use autotoolsWu Xiaotian1-3/+5
2019-04-11enable meson build on travisWu Xiaotian1-1/+1
2019-04-08Use mate-desktop icon instead of mate for mate-aboutrbuj1-1/+1
2019-04-08Simplify icons/Makefile.amrbuj9-53/+22
2019-04-08Use radial gradient (Blur 13.9%, Opacity 73.4%) for MATE logo shadowrbuj7-22/+57
2019-04-04i18n: port from intltool to gettextMarty E. Plummer29-96/+151
Signed-off-by: Marty E. Plummer <[email protected]>
2019-04-04.travis.yml: add autopoint to debianMarty E. Plummer1-0/+1
Signed-off-by: Marty E. Plummer <[email protected]>
2019-04-04mate-about: subdir mate-version.xml.in.inMarty E. Plummer4-14/+11
Signed-off-by: Marty E. Plummer <[email protected]>
2019-04-04configure.ac: subdir some of the build cruftMarty E. Plummer2-9/+15
Signed-off-by: Marty E. Plummer <[email protected]>
2019-03-31github releaseraveit651-10/+27
2019-03-25mate-desktop-thumbnail: avoid 'NULL' parameterPablo Barciela1-1/+1
Fixes Clang static analyzer warning: mate-desktop-thumbnail.c:933:54: warning: Null pointer passed as an argument to a 'nonnull' parameter g_checksum_update (checksum, (const guchar *) uri, strlen (uri)); ^~~~~~~~~~~~
2019-03-25mate-thumbnail-pixbuf-utils: Fix division by zeroPablo Barciela1-3/+9
Fixes Clang static analyzer warning: mate-thumbnail-pixbuf-utils.c:160:17: warning: Division by zero *dest++ = r / n_pixels; ~~^~~~~~~~~~
2019-03-25mate-bg: Fix memory leakPablo Barciela1-0/+2
Fixes Clang static analyzer warning: mate-bg.c:2764:2: warning: Potential leak of memory pointed to by 'size' g_queue_push_tail (parser->stack, g_strdup (name)); ^~~~~~~~~~~~~~~~~
2019-03-23pre-bump versionraveit652-1/+3
2019-03-22tx: update resource filerbuj1-45/+56
2019-03-22Make translatable the program name in mate about dialogrbuj2-2/+2
2019-03-22Make translatable the copyright info in mate about dialogrbuj2-5/+4
2019-03-21GEN png icons from hicolor_apps_scalable_mate.svgrbuj18-12/+49
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-03-17[Security] Use 'g_strlcpy' instead of 'strcpy'Pablo Barciela2-2/+2
Fixes Clang static analyzer warnings: mate-rr-config.c:549:3: warning: Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 strcpy (output->priv->vendor, "???"); ^~~~~~ mate-desktop-item.c:2118:2: warning: Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 strcpy (the_exec, exec); ^~~~~~
2019-03-17[Security] test-ditem: Use 'g_strlcat' instead of 'strcat'Pablo Barciela1-1/+1
Fixes Clang static analyzer warning: test-ditem.c:94:2: warning: Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119 strcat (path, "/foo.desktop"); ^~~~~~
2019-03-15mate-hsv: avoid duplicate initialization in variablePablo Barciela1-1/+0
avoid Clang static analyzer warning: mate-hsv.c:913:19: warning: Value stored to 'priv' during its initialization is never read MateHSVPrivate *priv = hsv->priv; ^~~~ ~~~~~~~~~
2019-03-13[ci] Enable Clang Static AnalyzerWu Xiaotian1-7/+68
2019-03-11mate-hsv: avoid deprecated 'gdk_device_grab/ungrab'Pablo Barciela1-10/+9
2019-03-11mate-colorsel: avoid deprecated 'GtkHSV', use 'MateHSV' insteadPablo Barciela1-11/+12
2019-03-11MateHSV implementation (GtkHSV fork)Pablo Barciela5-0/+1565
2019-02-23release 1.22.0v1.22.0raveit652-2/+17
2019-02-23tx: sync with transifexraveit652-3/+5