summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-12-24display: Enable help buttonrbuj1-32/+9
2019-12-24windows: Add window-properties.uirbuj5-189/+797
2019-12-05avoid redundant redeclarationsPablo Barciela7-14/+1
2019-12-04Travis CI: add '-Wredundant-decls' to 'CFLAGS' variablePablo Barciela1-1/+1
2019-12-04keybindings: Fix schema creation in makefilegm101-1/+1
This fixes the contents of the first schema file getting copied into the second.
2019-12-03appearance: Fix desktop file creationgm101-1/+1
This fixes the contents of the first desktop file getting copied into the second.
2019-12-01shell: Fix typo in keyword namePablo Barciela1-1/+1
Closes https://github.com/mate-desktop/mate-control-center/issues/512
2019-11-24travis ci: drop libXxf86misc-devel BR for fedora:latestraveit651-1/+0
2019-11-24travis ci: use fedora:latestraveit651-1/+1
2019-11-07tx: add fixes to makepot scriptraveit651-0/+2
2019-11-07tx: update resource for transifexraveit651-1280/+1461
2019-11-07migrate from intltool to gettextWu Xiaotian38-98/+244
2019-10-14Travis CI: don't build mate-menus from tarballPablo Barciela1-19/+3
2019-10-06Travis CI: use Debian "testing" instead "sid"Pablo Barciela1-1/+1
2019-10-05travis(ci): enable notify_serversraveit651-0/+2
2019-10-02default-applications: Load icons as cairo surfacesVictor Kareh1-43/+60
This helps them render sharply on HiDPI displays.
2019-10-01icons: Force uniform size on icons (#505)Victor Kareh1-8/+18
Also scale properly for HiDPI displays
2019-09-13remove warning: "__sun" is not defined, evaluates to 0rbuj1-1/+1
mate-about-me-password.c:39:5: warning: "__sun" is not defined, evaluates to 0 [-Wundef] 39 | #if __sun | ^~~~~
2019-09-09fv: thumbnailer: add font/collection to the supported mimetypesraveit651-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-07font-viewer: Add font/ttf and font/otf mime typesJohn Watts1-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-28Travis CI: clang: -enable-checker alpha.deadcode.UnreachableCodePablo Barciela1-0/+1
2019-08-22time-admin: fix memory leakrbuj1-0/+1
2019-08-21time-admin: Don't share «void QuitApp(TimeAdmin *ta)» methodrbuj3-13/+12
2019-08-21default-applications: Remove messenger options from ui filerbuj1-56/+0
2019-08-21time-admin: Remove unreachable coderbuj4-91/+24
2019-08-20time-admin: Simplify date & time displayingrbuj4-60/+76
2019-08-20time-admin: Save button cannot be enabled if NTP sync is activerbuj1-1/+1
2019-08-20time-admin: Display current time in time-admin.ui on startuprbuj1-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-20time-admin: Rename adjustament to adjustment in time-admin.uirbuj1-6/+6
sed -i -e 's/adjustament/adjustment/g' capplets/time-admin/src/time-admin.ui
2019-08-20time-admin: A11y time-admin.uirbuj1-1/+11
2019-08-20time-admin: Add time-admin.uirbuj9-312/+572
2019-08-16default-applications: Fix Word Processor top marginrbuj1-1/+0
2019-08-13release 1.23.2v1.23.2raveit652-1/+11
2019-08-13tx: sync with transifexraveit65223-13987/+17133
2019-08-13tx: update transifex resourceraveit651-54/+81
2019-08-12travis: update mate-desktop and mate-settings-daemon required versionsVictor Kareh1-10/+10
2019-08-12mouse: Add support for Acceleration ProfilesVictor Kareh3-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-02appearance: fix memory leakWu Xiaotian1-0/+1
2019-08-01appearance: add new font for userWu Xiaotian2-2/+105
2019-07-27gla11y: use version 0.3 which already defaults to using python3Samuel Thibault2-4/+2
2019-07-23Stop propagate errorWu Xiaotian1-4/+5
2019-07-23at-properties: migrate from dbus-glib to gdbusWu Xiaotian1-49/+44
2019-07-18release 1.23.1v1.23.1raveit652-1/+27
2019-07-18tx: sync with transifexraveit6521-474/+509
2019-07-18tx: update resource for transifexraveit652-116/+111
2019-07-17fix build error when not installed gla11yWu Xiaotian1-1/+3
2019-07-17remove lightdm-settings supportWu Xiaotian1-4/+1
2019-07-17launch lightdm-settings if installedWu Xiaotian1-22/+28
2019-07-17use current running DM preferences programWu Xiaotian4-12/+222
2019-07-17support lightdm-gtk-greeter-settings as login preferences programWu Xiaotian1-6/+13