summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-03-18libslab: fix search icon misalignedZhang Xianwei6-281/+4
Make use GtkSearchEntry instead of builtin NldSearchEntry fixes #299 Signed-off-by: Zhang Xianwei <[email protected]> (squashed afcb324eb181a9c6cb0b3c8e8589ed99391a63a0 + 172e05f957cfcf4b94c469f9b0933ce414faaf8a for 1.18 branch)
2018-03-18Fix Window Border theme cannot be deletedZhang Xianwei1-1/+1
The directory "marco-1" does not exist, replacing it with "metacity-1". Fixes #316 Signed-off-by: Zhang Xianwei <[email protected]>
2017-12-25Enable default broswer setting support for text/htmlcxy_uestc1-0/+1
2017-12-24libslab: restore missing variable initializationmonsta1-1/+2
it got lost after https://github.com/mate-desktop/mate-control-center/commit/457e9331e9d4fb082455ce505c3d3f4bfda9bc38
2017-12-21fix support for external localizations in .desktop filesmonsta1-6/+16
fixes https://github.com/mate-desktop/mate-control-center/issues/239 fixes https://github.com/mate-desktop/mate-control-center/issues/260
2017-12-21Add the support for cursor sizes of 96 and 128. It could be useful for ↵Alex ARNAUD1-1/+1
low-vision persons to be able to increase the size of the their cursors greater than 64. If the cursor theme doesn't provide cursor sizes greater than 64 the behavior is the same.
2017-12-21man: fix titles of several manpagesmonsta3-3/+3
squashed 4d911870c2a6fcbe401e0a597b7410b8c7f17017 + ae9962c5675ed58af8da0346cc7cd8e7899d4db5
2017-12-21display scrollarea: fix a -Wuninitialized build warningraveit651-0/+1
2017-06-16release 1.18.2v1.18.2raveit652-1/+9
2017-06-16sync with transifexraveit65101-4466/+4480
2017-06-16libslab: make ThemedIcon use style_updated instead of style_setmonsta1-3/+3
makes icons in m-c-c shell properly react to icon theme change
2017-06-16libslab: correct icon loading codemonsta1-4/+5
fixes loading app icons from /usr/share/pixmaps when the icon theme doesn't have an icon with chosen name fixes https://github.com/mate-desktop/mate-control-center/issues/283
2017-06-16Restore Polish translation credits from GNOMEPiotr Drąg1-6/+10
2017-06-16about-me-password UI: set max_width_chars for description-labelraveit651-0/+1
This reduce the width of the dialog
2017-04-05Bump version to 1.18.1v1.18.1Martin Wimpress2-1/+8
2017-03-28Add support for switching themes on Metacity >= 3.20.Martin Wimpress1-1/+6
2017-03-17appearance-ui: add primary-toolbar style class for toolbar in interface previewraveit651-0/+3
fixes https://github.com/flexiondotorg/ubuntu-mate-themes/issues/52
2017-03-13keyboard-properties-xkbot: avoid deprecated GtkAlignmentv1.18.0raveit651-5/+9
2017-03-13theme-thumbnail: avoid deprecated GtkAlignmentraveit651-4/+4
2017-03-13release 1.18.0raveit651-1/+1
2017-03-13sync with transifexraveit65101-45572/+45289
2017-03-13update NEWS for 1.18, also add 1.16.1 entriesmonsta1-29/+27
2017-03-11mouse-properties.ui: use {x/y}alignment for labelsraveit651-12/+12
2017-03-11appearance.ui: fix warningsraveit651-106/+118
2017-03-09mouse-properties UI: use xalign widget for labelsraveit651-6/+6
2017-03-08font-viewer font-view: fix a runtime warningraveit651-6/+32
font-view: strip empty lines when they're the last line https://git.gnome.org/browse/gnome-font-viewer/commit/?h=gnome-3-6&id=f51507c font-view: strip "Version" string from the version field No need to show "Version" twice https://git.gnome.org/browse/gnome-font-viewer/commit/?h=gnome-3-6&id=2e481de
2017-03-08font-viewer font-view: Support TTC fontsraveit651-5/+8
https://bugzilla.gnome.org/show_bug.cgi?id=752005 taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=11d181c
2017-03-08font-viewer font-model: Support TTC fontsraveit652-24/+61
https://bugzilla.gnome.org/show_bug.cgi?id=752005 taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=e512b0b
2017-03-08font-viewer font-thumbnailer: Extract face index from URIraveit651-1/+7
The URI passed to gnome-thumbnail-font can now have a face index, embedded as a URI fragment. The fragment part is parsed as a 32-bit integer, and it may include a "0x" prefix, to support FreeType extension for GX fonts: http://freetype.org/freetype2/docs/reference/ft2-base_interface.html#FT_Open_Face https://bugzilla.gnome.org/show_bug.cgi?id=752005 taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=920c834
2017-03-08font-viewer: sushi-font-widget: Add face_index argumentraveit653-19/+37
sushi_font_widget_new() now takes face index as the second argument. All callers changed. The face index of the widget can be accessed through the "face-index" property. Setting the "uri" property with g_object_set() no longer starts font loading, while it does when it is set through the constructor. This is to prevent the same font from being loaded twice, when both "uri" and "face-index" are set with g_object_set(). To start loading, you can explicitly call sushi_font_widget_load() after setting the properties. https://bugzilla.gnome.org/show_bug.cgi?id=752005 taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=3c48f73
2017-03-08font-viewer font-utils: Add face_index argumentraveit653-4/+9
font_utils_get_font_name_for_file() now takes face index as the third argument. All callers changed.
2017-03-08sushi-font-loader: Add face_index argumentraveit655-5/+11
sushi_new_ft_face_from_uri{,_async}() now takes face index as the third argument. All callers changed. https://bugzilla.gnome.org/show_bug.cgi?id=752005 taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=28bab70
2017-03-08font-viewer: change name to MATE font viewer in desktop fileraveit651-1/+1
2017-03-08pre-bump versionraveit652-1/+3
2017-03-08font-viewer: fix a runtime warningraveit651-1/+1
2017-03-08font-viewer: fix former deprecation commit of gtk_misc_set_alignmentraveit651-4/+12
2017-03-08font-viewer: avoid deprecated gtk_arrow_newraveit651-1/+1
2017-03-02network-properties.ui: avoid deprecated widgetsraveit651-362/+289
2017-03-02mouse-properties.ui: avoid deprecated widgetsraveit651-156/+151
2017-03-02keyboard-properties-options-dialog.ui: avoid deprecated widgetsraveit651-33/+45
2017-03-02keyboard-properties-model-chooser.ui: avoid deprecated widgetsraveit651-53/+73
2017-03-02keyboard-properties-layout-chooser.ui: avoid deprecated widgetsraveit651-117/+130
2017-03-02keyboard-properties-dialog.ui: avoid deprecated widgetsraveit651-253/+539
2017-03-02keyboard-properties-a11y-notifications.ui: avoid deprecated widgetsraveit651-138/+255
2017-03-02mate-keybinding-properties.ui: avoid deprecated widgetsraveit651-165/+202
2017-03-01mate-default-applications-properties.ui: avoid deprecated widgetsraveit651-1161/+1357
2017-03-01at-enable-dialog.ui: avoid deprecated widgetsraveit651-97/+150
2017-03-01about-me ui: avoid deprecated widgetsraveit653-87/+186
2017-03-01appearance.ui: avoid deprecated widgetsraveit651-1263/+1489
2017-02-20font-viewer: remove declaration of non-existent functionmonsta1-2/+0
fixes a build warning