Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-30 | Fix build using gcc 10 -fno-common flag | rbuj | 2 | -1/+3 | |
2020-01-12 | Update copyright to 2020 | raveit65 | 1 | -1/+1 | |
2020-01-12 | about-me: Fix UI validation | rbuj | 3 | -19/+106 | |
2020-01-12 | mouse: Fix UI validation | rbuj | 1 | -34/+67 | |
2020-01-12 | time-admin: Add license info in time-admin.ui file | rbuj | 1 | -1/+27 | |
2020-01-12 | time-admin: Fix UI validation | rbuj | 1 | -35/+47 | |
2020-01-12 | at-properties: Fix UI validation | rbuj | 1 | -12/+48 | |
2019-12-27 | Search system themes in system data dirs | José Romildo Malaquias | 2 | -15/+23 | |
2019-12-24 | display: Fix UI validation | rbuj | 1 | -10/+28 | |
2019-12-24 | display: Enable help button | rbuj | 1 | -32/+9 | |
2019-12-24 | windows: Add window-properties.ui | rbuj | 4 | -189/+796 | |
2019-12-05 | avoid redundant redeclarations | Pablo Barciela | 1 | -2/+1 | |
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-11-07 | migrate from intltool to gettext | Wu Xiaotian | 24 | -54/+86 | |
2019-10-02 | default-applications: Load icons as cairo surfaces | Victor Kareh | 1 | -43/+60 | |
This helps them render sharply on 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-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 | 8 | -312/+571 | |
2019-08-16 | default-applications: Fix Word Processor top margin | rbuj | 1 | -1/+0 | |
2019-08-12 | mouse: Add support for Acceleration Profiles | Victor Kareh | 2 | -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-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-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-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-02 | Add scroll tabs with mouse wheel in severals capplets | Laurent Napias | 8 | -14/+107 | |
2019-06-25 | Remove compilation warnings | zhuyaliang | 3 | -5/+6 | |
2019-06-25 | Merge pull request #471 from mate-desktop/markup | mouse | 3 | -37/+10 | |
time-admin: theming | |||||
2019-06-25 | [ci] add gla11y in docker container | Wu Xiaotian | 8 | -9/+9 | |
2019-06-24 | time-admin: Don't set window title for message-box dialog | rbuj | 1 | -1/+0 | |
2019-06-24 | time-admin: Don't set font size/color for regular controls | rbuj | 3 | -36/+10 | |
Themes and Appearance | |||||
2019-06-24 | Merge pull request #468 from mate-desktop/dialog-buttons | mouse | 4 | -63/+56 | |
time-admin: shortcuts, images & shared code for buttons | |||||
2019-06-23 | use theme's icon preferences-system-time | Wu Xiaotian | 11 | -42/+8 | |
2019-06-23 | time-admin: Fix license notice in time-zone.h|c, time-map.h|c | rbuj | 4 | -64/+100 | |
2019-06-22 | capplets: Remove the macro MATELOCALEDIR where it's not required | rbuj | 9 | -12/+3 | |
2019-06-22 | capplets: Use capplet_init | rbuj | 5 | -28/+9 | |
2019-06-19 | time-admin: shortcuts, images & shared code for buttons | rbuj | 4 | -63/+56 | |
- Add & enable mnemonic accelerator keys - Show Save/Close button icons in Time/Date manager window - Remove DialogAddButtonWithIconName from shares |