summaryrefslogtreecommitdiff
path: root/capplets
AgeCommit message (Collapse)AuthorFilesLines
2020-07-08Remove unused variable from capplet_notebook_scroll_event_cbrbuj8-23/+31
2020-06-30common: migrate to GDBusWu Xiaotian3-37/+34
2020-06-07appearance-ui: Remove unused function button_press_block_cbrbuj1-10/+0
2020-05-26Add tab scrolling support for GTK3tamplan2-5/+23
mate-window-properties and mate-appearance-properties
2020-04-25mate-theme-info: Use of memory after it is freedrbuj1-2/+1
2020-03-10remove warnings: function declaration isn’t a prototyperbuj5-7/+7
2020-03-09mate-about-me: Fix memory leakrbuj1-0/+1
2020-03-09appearance: Fix memory leakrbuj1-1/+0
2020-03-07windows: Remove unused functionrbuj1-17/+0
2020-03-02Do not collect the translation for Iconrbuj11-11/+11
2020-02-16time-admin: dereference of NULL ‘db’ in function ‘CreateCityList’rbuj1-4/+5
2020-02-06mate-theme-info: fix memory leakrbuj1-16/+18
2020-02-06mate-wp-info: fix memory leakrbuj1-0/+1
2020-02-06glib-genmarshal: Using --header and --body at the same time is deprecatedrbuj2-2/+2
2020-02-06build: use warning flagsrbuj12-20/+35
2020-02-04time-admin: make portable backward file pathrbuj1-1/+1
2020-02-04appearance: backgrounds dir should be portablerbuj2-4/+6
2020-02-02appearance: remove I/O error on window closerbuj1-6/+16
2020-01-30Fix build using gcc 10 -fno-common flagrbuj2-1/+3
2020-01-12Update copyright to 2020raveit651-1/+1
2020-01-12about-me: Fix UI validationrbuj3-19/+106
2020-01-12mouse: Fix UI validationrbuj1-34/+67
2020-01-12time-admin: Add license info in time-admin.ui filerbuj1-1/+27
2020-01-12time-admin: Fix UI validationrbuj1-35/+47
2020-01-12at-properties: Fix UI validationrbuj1-12/+48
2019-12-27Search system themes in system data dirsJosé Romildo Malaquias2-15/+23
2019-12-24display: Fix UI validationrbuj1-10/+28
2019-12-24display: Enable help buttonrbuj1-32/+9
2019-12-24windows: Add window-properties.uirbuj4-189/+796
2019-12-05avoid redundant redeclarationsPablo Barciela1-2/+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-11-07migrate from intltool to gettextWu Xiaotian24-54/+86
2019-10-02default-applications: Load icons as cairo surfacesVictor Kareh1-43/+60
This helps them render sharply on 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-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.uirbuj8-312/+571
2019-08-16default-applications: Fix Word Processor top marginrbuj1-1/+0
2019-08-12mouse: Add support for Acceleration ProfilesVictor Kareh2-0/+49
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-23Stop propagate errorWu Xiaotian1-4/+5