Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-04 | Default applications: Add flac/x-flac format (mime-type) for media | Jorge Maldonado Ventura | 1 | -0/+2 | |
2020-09-08 | keyboard-properties-a11y-notifications.ui: Fix a11y warnings | Colomban Wendling | 2 | -465/+201 | |
Fix a11y warnings by making the widget hierarchy more semantic, as well as making it saner (no more space-filled labels to create margins). | |||||
2020-09-04 | mate-about-me-fingerprint: Use g_variant_is_of_type for checking types | rbuj | 1 | -2/+2 | |
2020-09-02 | default-applications: Set icon-name in ui file | rbuj | 2 | -52/+52 | |
2020-08-16 | about-me: migrate from dbus-glib to GDBus | Wu Xiaotian | 4 | -100/+285 | |
2020-08-06 | keyboard-a11y: Add UI for capslock-beep | Colomban Wendling | 3 | -0/+92 | |
2020-07-20 | Remove unused macros | rbuj | 4 | -16/+2 | |
2020-07-08 | Remove unused variable from capplet_notebook_scroll_event_cb | rbuj | 8 | -23/+31 | |
2020-06-30 | common: migrate to GDBus | Wu Xiaotian | 3 | -37/+34 | |
2020-06-07 | appearance-ui: Remove unused function button_press_block_cb | rbuj | 1 | -10/+0 | |
2020-05-26 | Add tab scrolling support for GTK3 | tamplan | 2 | -5/+23 | |
mate-window-properties and mate-appearance-properties | |||||
2020-04-25 | mate-theme-info: Use of memory after it is freed | rbuj | 1 | -2/+1 | |
2020-03-10 | remove warnings: function declaration isn’t a prototype | rbuj | 5 | -7/+7 | |
2020-03-09 | mate-about-me: Fix memory leak | rbuj | 1 | -0/+1 | |
2020-03-09 | appearance: Fix memory leak | rbuj | 1 | -1/+0 | |
2020-03-07 | windows: Remove unused function | rbuj | 1 | -17/+0 | |
2020-03-02 | Do not collect the translation for Icon | rbuj | 11 | -11/+11 | |
2020-02-16 | time-admin: dereference of NULL ‘db’ in function ‘CreateCityList’ | rbuj | 1 | -4/+5 | |
2020-02-06 | mate-theme-info: fix memory leak | rbuj | 1 | -16/+18 | |
2020-02-06 | mate-wp-info: fix memory leak | rbuj | 1 | -0/+1 | |
2020-02-06 | glib-genmarshal: Using --header and --body at the same time is deprecated | rbuj | 2 | -2/+2 | |
2020-02-06 | build: use warning flags | rbuj | 12 | -20/+35 | |
2020-02-04 | time-admin: make portable backward file path | rbuj | 1 | -1/+1 | |
2020-02-04 | appearance: backgrounds dir should be portable | rbuj | 2 | -4/+6 | |
2020-02-02 | appearance: remove I/O error on window close | rbuj | 1 | -6/+16 | |
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 |