Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-12-04 | keybindings: Fix schema creation in makefile | gm10 | 1 | -1/+1 | |
This fixes the contents of the first schema file getting copied into the second. | |||||
2019-12-03 | appearance: Fix desktop file creation | gm10 | 1 | -1/+1 | |
This fixes the contents of the first desktop file getting copied into the second. | |||||
2019-12-01 | shell: Fix typo in keyword name | Pablo Barciela | 1 | -1/+1 | |
Closes https://github.com/mate-desktop/mate-control-center/issues/512 | |||||
2019-11-24 | travis ci: drop libXxf86misc-devel BR for fedora:latest | raveit65 | 1 | -1/+0 | |
2019-11-24 | travis ci: use fedora:latest | raveit65 | 1 | -1/+1 | |
2019-11-07 | tx: add fixes to makepot script | raveit65 | 1 | -0/+2 | |
2019-11-07 | tx: update resource for transifex | raveit65 | 1 | -1280/+1461 | |
2019-11-07 | migrate from intltool to gettext | Wu Xiaotian | 38 | -98/+244 | |
2019-10-14 | Travis CI: don't build mate-menus from tarball | Pablo Barciela | 1 | -19/+3 | |
2019-10-06 | Travis CI: use Debian "testing" instead "sid" | Pablo Barciela | 1 | -1/+1 | |
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 | -43/+60 | |
This helps them render sharply on HiDPI displays. | |||||
2019-10-01 | icons: Force uniform size on icons (#505) | Victor Kareh | 1 | -8/+18 | |
Also scale properly for HiDPI displays | |||||
2019-09-13 | remove warning: "__sun" is not defined, evaluates to 0 | rbuj | 1 | -1/+1 | |
mate-about-me-password.c:39:5: warning: "__sun" is not defined, evaluates to 0 [-Wundef] 39 | #if __sun | ^~~~~ | |||||
2019-09-09 | 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-08-28 | Travis CI: clang: -enable-checker alpha.deadcode.UnreachableCode | Pablo Barciela | 1 | -0/+1 | |
2019-08-22 | time-admin: fix memory leak | rbuj | 1 | -0/+1 | |
2019-08-21 | time-admin: Don't share «void QuitApp(TimeAdmin *ta)» method | rbuj | 3 | -13/+12 | |
2019-08-21 | default-applications: Remove messenger options from ui file | rbuj | 1 | -56/+0 | |
2019-08-21 | time-admin: Remove unreachable code | rbuj | 4 | -91/+24 | |
2019-08-20 | time-admin: Simplify date & time displaying | rbuj | 4 | -60/+76 | |
2019-08-20 | time-admin: Save button cannot be enabled if NTP sync is active | rbuj | 1 | -1/+1 | |
2019-08-20 | time-admin: Display current time in time-admin.ui on startup | rbuj | 1 | -6/+19 | |
gtk_spin_button_set_value(GTK_SPIN_BUTTON(ta->HourSpin),LocalTime->tm_hour); gtk_spin_button_set_value(GTK_SPIN_BUTTON(ta->MinuteSpin),LocalTime->tm_min); char *str = g_strdup_printf ("%02d", LocalTime->tm_sec); gtk_entry_set_text(GTK_ENTRY(ta->SecondSpin),str); g_free (str); | |||||
2019-08-20 | time-admin: Rename adjustament to adjustment in time-admin.ui | rbuj | 1 | -6/+6 | |
sed -i -e 's/adjustament/adjustment/g' capplets/time-admin/src/time-admin.ui | |||||
2019-08-20 | time-admin: A11y time-admin.ui | rbuj | 1 | -1/+11 | |
2019-08-20 | time-admin: Add time-admin.ui | rbuj | 9 | -312/+572 | |
2019-08-16 | default-applications: Fix Word Processor top margin | rbuj | 1 | -1/+0 | |
2019-08-13 | release 1.23.2v1.23.2 | raveit65 | 2 | -1/+11 | |
2019-08-13 | tx: sync with transifex | raveit65 | 223 | -13987/+17133 | |
2019-08-13 | tx: update transifex resource | raveit65 | 1 | -54/+81 | |
2019-08-12 | travis: update mate-desktop and mate-settings-daemon required versions | Victor Kareh | 1 | -10/+10 | |
2019-08-12 | mouse: Add support for Acceleration Profiles | Victor Kareh | 3 | -2/+51 | |
Currently libinput supports Adaptive and Flat acceleration profiles. We can use these to change mouse behavior. Synaptic touchpads are not supported through libinput, so I have not included a UI change for this (even though it's technically supported in gsettings). The Default acceleration profile reads the value from the libinput defaults and sets them as the current profile. Usually ends up being Adaptive. | |||||
2019-08-02 | appearance: fix memory leak | Wu Xiaotian | 1 | -0/+1 | |
2019-08-01 | appearance: add new font for user | Wu Xiaotian | 2 | -2/+105 | |
2019-07-27 | gla11y: use version 0.3 which already defaults to using python3 | Samuel Thibault | 2 | -4/+2 | |
2019-07-23 | Stop propagate error | Wu Xiaotian | 1 | -4/+5 | |
2019-07-23 | at-properties: migrate from dbus-glib to gdbus | Wu Xiaotian | 1 | -49/+44 | |
2019-07-18 | release 1.23.1v1.23.1 | raveit65 | 2 | -1/+27 | |
2019-07-18 | tx: sync with transifex | raveit65 | 21 | -474/+509 | |
2019-07-18 | tx: update resource for transifex | raveit65 | 2 | -116/+111 | |
2019-07-17 | fix build error when not installed gla11y | Wu Xiaotian | 1 | -1/+3 | |
2019-07-17 | remove lightdm-settings support | Wu Xiaotian | 1 | -4/+1 | |
2019-07-17 | launch lightdm-settings if installed | Wu Xiaotian | 1 | -22/+28 | |
2019-07-17 | use current running DM preferences program | Wu Xiaotian | 4 | -12/+222 | |
2019-07-17 | support lightdm-gtk-greeter-settings as login preferences program | Wu Xiaotian | 1 | -6/+13 | |
2019-07-17 | replace Tab with space | Wu Xiaotian | 1 | -34/+34 | |
2019-07-12 | 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-07-08 | Use python3 for gla11y | Samuel Thibault | 2 | -4/+4 | |
2019-07-02 | Add scroll tabs with mouse wheel in severals capplets | Laurent Napias | 8 | -14/+107 | |