Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-05 | travis(ci): enable notify_servers | raveit65 | 1 | -0/+2 | |
2019-10-02 | default-applications: Load icons as cairo surfaces | Victor Kareh | 1 | -48/+65 | |
This helps them render sharply on HiDPI displays. | |||||
2019-10-02 | icons: Force uniform size on icons (#505) | Victor Kareh | 1 | -8/+18 | |
Also scale properly for HiDPI displays | |||||
2019-09-20 | release 1.22.2v1.22.2 | raveit65 | 2 | -1/+12 | |
2019-09-20 | tx: sync with transifex | raveit65 | 141 | -35965/+254936 | |
2019-09-20 | tx: update resource for transifex | raveit65 | 1 | -86/+86 | |
2019-09-10 | fv: thumbnailer: add font/collection to the supported mimetypes | raveit65 | 1 | -1/+1 | |
We support collections but don't advertise the mimetype, so we fail to lookup the correct thumbnailer. origin commit: https://gitlab.gnome.org/GNOME/gnome-font-viewer/commit/e1c54dd | |||||
2019-09-07 | font-viewer: Add font/ttf and font/otf mime types | John Watts | 1 | -1/+1 | |
shared-mime-info 1.9 and newer use font/ttf and font/otf as the mime types for OpenType and TrueType fonts. | |||||
2019-07-28 | drop libXxf86 dependency | raveit65 | 1 | -7/+0 | |
The X server hasn't implemented it in over 10 years. and it was dropped from debian since a long time. fixes https://github.com/mate-desktop/mate-control-center/issues/481 | |||||
2019-06-12 | appearance.ui (cursor size scale) | Laurent Napias | 1 | -787/+793 | |
Add Adjudtement to change value by left/right arrows | |||||
2019-06-10 | Fix the icon sizes in Preferred Applications selector | Laurent Napias | 1 | -4/+7 | |
Fixes https://github.com/mate-desktop/mate-control-center/issues/358 (squashed 4a3d516c04e1c87e89e6ac5015c8ace0575729cd + 4962557c6f6af249bc3bf8b99baacbed473a16b4 for 1.22 branch) | |||||
2019-05-31 | add icon for the font viewer window | tamplan | 1 | -1/+3 | |
2019-05-31 | Fix grammar mistake | rbuj | 1 | -1/+1 | |
Reported by translators | |||||
2019-05-27 | travis: use fedora-30 and ubuntu-19.04 for building | raveit65 | 1 | -2/+2 | |
2019-04-22 | release 1.22.1v1.22.1 | raveit65 | 2 | -1/+12 | |
2019-04-22 | tx: sync with transifex | raveit65 | 248 | -2033/+2140 | |
2019-04-22 | tx: update resource file | raveit65 | 2 | -23/+23 | |
2019-04-22 | default-applications: Improve UI accessibility | Colomban Wendling | 1 | -361/+231 | |
Replace plain labels with frames as those properly group and label their contents for assistive technologies. There are no visual changes. | |||||
2019-04-22 | Use keyboard device icon like in other hardware devices | rbuj | 2 | -2/+2 | |
Accessibility: Add support for high contrast themes | |||||
2019-04-19 | control-center: Fix memory leak | rbuj | 2 | -1/+3 | |
Reported by clang: control-center.c:84:2: warning: Potential leak of memory pointed to by 'action' g_slist_free(key_list); ^~~~~~~~~~~~ | |||||
2019-04-12 | Use GtkSeparatorMenuItem in Apparence preview | rbuj | 1 | -2/+2 | |
It adds two menu item separators, before and after of Print menu item. Test: Run mate-appearance-properties Select Interface tab Clic on File menu item | |||||
2019-04-12 | Remove dead store detected by clang | rbuj | 4 | -8/+3 | |
marco-window-manager.c:408:17: warning: Value stored to 'i' is never read i = 0; ^ ~ theme-installer.c:813:3: warning: Value stored to 'filename' is never read filename = old_folder; ^ ~~~~~~~~~~ | |||||
2019-03-23 | Use icons provided by themes and remove not used icons | rbuj | 44 | -3824/+6 | |
2019-03-23 | help: update copyright | raveit65 | 1 | -1/+1 | |
2019-03-16 | yaml use lower boolean strings | Wu Xiaotian | 1 | -6/+6 | |
2019-03-16 | github release | Wu Xiaotian | 1 | -1/+20 | |
2019-03-13 | tx: update transifex config | raveit65 | 1 | -2/+2 | |
2019-03-13 | add installation instructions | sakib | 1 | -1/+3 | |
2019-03-13 | Travis: use github links for downloading tarballs | raveit65 | 1 | -11/+12 | |
2019-02-25 | release 1.22.0v1.22.0 | raveit65 | 2 | -1/+19 | |
2019-02-25 | tx: sync with transifex | raveit65 | 13 | -49/+181 | |
2019-02-16 | Prepare for docker-build 0.1.1 merge into master | Wu Xiaotian | 1 | -14/+13 | |
Please see mate-desktop/mate-dev-scripts#13 | |||||
2019-02-10 | Typo fix | rbuj | 1 | -1/+1 | |
2019-02-09 | tx: sync with transifex | raveit65 | 249 | -15932/+23980 | |
2019-02-08 | add archlinux build on travis-ci | Wu Xiaotian | 1 | -34/+71 | |
2019-02-08 | tx: update resources for transifex | raveit65 | 2 | -113/+153 | |
2019-02-08 | fixed distcheck fail on debian | Wu Xiaotian | 28 | -66/+35 | |
2019-02-03 | enable travis for all branches | Wu Xiaotian | 1 | -3/+3 | |
2019-02-03 | Add -Werror=format-security and show make distcheck failed with color | Wu Xiaotian | 1 | -5/+6 | |
2019-02-03 | script keep silent and distcheck always return 0 | Wu Xiaotian | 1 | -16/+15 | |
2019-02-03 | add missing dependency package git code of mate-menus for debian/ubuntu | Wu Xiaotian | 1 | -1/+3 | |
2019-02-03 | use the git code of mate-menus | Wu Xiaotian | 1 | -4/+6 | |
2019-02-03 | Initialize travis support | Wu Xiaotian | 1 | -0/+159 | |
2019-02-02 | eggcellrendererkeys: avoid deprecated 'gtk_widget_modify_bg/fg' | Pablo Barciela | 1 | -4/+55 | |
2019-02-02 | Update MCC help | rbuj | 1 | -12/+40 | |
Introduce &appname; macro Change help title from "Control Ceter" to "MATE Control Center Manual" Change a date, from "2006-03" to March 2006, in metadata intro section: Introduce mate-control-center-to-start subsection surrund a paragraph with note tag matecc-interface section (Usage): Add two tips: left pane & preference tool description preference tools are grouped single click to open a preference tool | |||||
2019-02-02 | default-applications: Use more common icon names for Office documents | Colomban Wendling | 1 | -2/+2 | |
"x-office-document" and "x-office-spreadsheet" are more common MIME icon names than their counterparts without the "x-" prefix. The latter seems not to even be available in "MATE" icon theme, but only in "Faenza" icon theme. The "x-"-prefixed variant on the other hand is available even in theme providing the unprefixed ones, meaning it will sill work with these. On my machine with not many themes, but only standard-ish ones: ```console $ find /usr/share/icons/ -name office-document.* | wc -l 8 $ find /usr/share/icons/ -name x-office-document.* | wc -l 54 ``` Thus, using the prefixed variant seems like a better choice. | |||||
2019-01-03 | mate-display-properties: Migrate from dbus-glib to GDBus | Wu Xiaotian | 1 | -71/+80 | |
2019-01-01 | Fix the runtime warning about gtk_widget_destroy. | Wu Xiaotian | 1 | -8/+29 | |
2019-01-01 | Fixed number of cols error after reload menus. | Wu Xiaotian | 1 | -3/+3 | |
After install/uninstall applications, each category of applications display as one long line. | |||||
2019-01-01 | Fixed crash when install/remove application. | Wu Xiaotian | 1 | -4/+17 | |
Fixed issue #403 If m-c-c is open, install/uninstall application, m-c-c is crash. |