Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-10-22 | Open default application using async function | Xiaotian Wu | 1 | -17/+22 | |
2023-10-20 | replace deprecated gtk_image_menu_item* | raveit65 | 2 | -4/+6 | |
2023-10-07 | rfkill: change bus name to org.mate.SettingsDaemon | Xiaotian Wu | 2 | -2/+2 | |
2023-10-07 | rfkill: allow another message bus connection to claim the bus name. | Xiaotian Wu | 1 | -3/+2 | |
2023-10-07 | xrandr: migrate from dbus-glib to GDBus | Wu Xiaotian | 4 | -66/+138 | |
2023-10-07 | media-keys: migrate from dbus-glib to GDBus | Wu Xiaotian | 4 | -96/+232 | |
2023-09-28 | smartcard: migrate from dbus-glib to GDBus | Wu Xiaotian | 1 | -45/+70 | |
2023-09-22 | datetime: migrate from dbus-glib to gdbus | Wu Xiaotian | 5 | -527/+607 | |
2023-06-29 | a11y-keyboard-atspi: Fix memory leak | Colomban Wendling | 1 | -6/+6 | |
Fix fairly large memory leak when beeping on keys while caps lock is enabled. The libatspi2 docs and API were quite misleading, so I overlooked the fact the event parameter should be freed in the callback. This changes the constness of the callback argument, which is new in libatspi2 2.40 -- yet the actual behavior didn't change, only the qualifier was removed, see [1]. This might however bring up a compiler warning when building against libatspi2 < 2.40; but on the other hand it fixed build with clang >= 16, see #399. As it is unlikely to build with clang >= 16 and libatspi2 < 2.40, I think it's a good compromise. [1] https://gitlab.gnome.org/GNOME/at-spi2-core/-/commit/7dfb0b7fc2d1710ef7fad54f910fa4c6a5e3af17 | |||||
2022-11-03 | a11y-keyboard: migrate from dbus-glib to GDBus | Wu Xiaotian | 1 | -28/+28 | |
2022-11-03 | Relax High DPI limits | Fabio Pugliese Ornellas | 1 | -2/+4 | |
2022-08-17 | msd-keyboard-xkb: use G_N_ELEMENTS macro | rbuj | 1 | -8/+4 | |
2022-08-08 | Add setting for adjustment of audio volume above 100 per cent: Part 3 | Gordon Norman Squash | 1 | -1/+14 | |
There is often a need for the user to increase the audio playback volume above the volume level known as "100% volume". While increasing the audio volume above 100% can result in degraded audio quality, sometimes the audio was, for example, originally recorded at an extremely low volume, and the user has no other option to clearly hear the audio. Unfortunately, most MATE applications with volume controls do not allow the user to set the volume level above 100%. For example, the main MATE Sound Preferences dialog lets you set the audio volume beyond 100% (when possible), whereas the Volume Control Applet, Volume Control status icon, and special "multimedia" volume control keys do not. In fact, if the user even tries to change the volume using any of the latter methods, and the current volume level is above 100%, these latter methods will all reduce the volume to 100%, even if the user tried to increase the volume! This is part 3 of a patch to change this situation. This patch adds this capability to the handlers for the "multimedia" volume control keys -- if the appropriate setting is enabled in the MATE Volume Control Dialog (see patch 2), then the user can increase the audio volume beyond 100% by pressing the "Volume Up" key on their keyboard (if they have such a key). While this patch is smaller than patch 2, it is equally important since the original feature request was for the multimedia keys and not for anything else in particular. | |||||
2022-03-14 | Fix implicit conversion changes signedness: 'gboolean' to 'guint' | rbuj | 2 | -2/+2 | |
2022-03-10 | datetime: declaration shadows a variable in the global scope | rbuj | 1 | -5/+1 | |
2022-03-10 | Fix build warnings about missing field initializer | rbuj | 1 | -1/+2 | |
2022-03-10 | Cppcheck: function parameter can be declared with const | rbuj | 5 | -10/+10 | |
2022-03-10 | Use GLib's new g_clear_signal_handler() function to simplify code | rbuj | 1 | -0/+6 | |
2022-03-10 | housekeeping: disconnect manager's changed settings signal on finalize | rbuj | 1 | -13/+24 | |
2022-01-23 | xrdb: wrong type field in printf format string | rbuj | 1 | -3/+3 | |
2021-11-28 | datetime: fix memory leak | rbuj | 1 | -2/+4 | |
2021-11-24 | Use a blank line at most | rbuj | 30 | -50/+0 | |
2021-09-18 | xrandr: fix typo reported by translators | raveit65 | 1 | -1/+1 | |
2021-06-23 | update copyright to 2021 | raveit65 | 129 | -0/+129 | |
2021-04-26 | xsettings: Improve Qt HiDPI environment settings | Oleksandr Chekhovskyi | 1 | -4/+7 | |
These settings seem to produce better results in various scenarios. Link to discussion: https://github.com/mate-desktop/mate-settings-daemon/pull/368 | |||||
2021-04-26 | xsettings: Set Xft.dpi in X resources to scaled_dpi | Oleksandr Chekhovskyi | 1 | -2/+2 | |
This makes it match Xft/DPI in XSETTINGS. Applications relying on Xft.dpi on HiDPI screens will now work correctly. Behavior is now consistent with GNOME, relevant commits from gsd: https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/commit/047f030235972fdab5e15aff484006caf914216a https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/commit/25c7cc703118c69b224acf9c4f7af09a31f50a34 | |||||
2021-04-02 | rfkill: g_memdup is dreprecated from glib 2.68 | rbuj | 1 | -0/+8 | |
2021-02-23 | media-keys: memory leak | rbuj | 1 | -1/+1 | |
2021-02-23 | keyboard: Remove warning -Wcast-function-type | rbuj | 1 | -5/+6 | |
2021-02-23 | xsettings: Remove warning -Wcast-function-type | rbuj | 1 | -5/+8 | |
2021-02-23 | background: Remove conversion warnings | rbuj | 1 | -2/+2 | |
2021-02-23 | media-keys: Remove conversion warnings | rbuj | 3 | -24/+26 | |
2021-02-17 | housekeeping: Remove warning -Wcast-function-type | rbuj | 1 | -2/+1 | |
2021-02-13 | housekeeping: override finalize method in MsdHousekeepingManager | rbuj | 1 | -0/+10 | |
2021-02-13 | housekeeping: promote MsdHousekeepingManager class to final type | rbuj | 2 | -55/+33 | |
2021-02-12 | typing-break: promote MsdTypingBreakManager class to final type | rbuj | 2 | -81/+52 | |
2021-02-12 | sound: promote MsdSoundManager class to final type | rbuj | 2 | -56/+33 | |
2021-02-02 | cppcheck warning: struct member is never used | rbuj | 1 | -0/+2 | |
2021-02-02 | background: promote MsdBackgroundManager class to final type | rbuj | 2 | -141/+92 | |
2021-02-01 | cppcheck warning: Variable is assigned a value that is never used | rbuj | 3 | -11/+5 | |
2021-02-01 | cppcheck warning: known condition is always true | rbuj | 3 | -8/+6 | |
2021-01-31 | cppcheck warning: null pointer redundant check | rbuj | 1 | -2/+1 | |
2021-01-28 | housekeeping: Do not use deprecated gtk_image_new_from_stock | rbuj | 1 | -1/+1 | |
2021-01-07 | Remove warning -Wshadow | rbuj | 4 | -6/+8 | |
2020-12-04 | Use g_slist_free_full | rbuj | 3 | -10/+5 | |
2020-12-04 | msd-background-manager: use g_list_free_full | rbuj | 1 | -2/+1 | |
2020-10-11 | msd-media-keys-manager: 'GTimeVal' is deprecated | rbuj | 1 | -4/+1 | |
2020-09-05 | a11y-keyboard: Add support for togglekeys-backend setting | Colomban Wendling | 1 | -5/+23 | |
2020-09-05 | a11y-keyboard: Delay registration of the plugin | Colomban Wendling | 1 | -1/+5 | |
Delay registration of the a11y keyboard plugin to run after the non-a11y keyboard one to avoid numlock state change conflicts. | |||||
2020-09-05 | a11y-keyboard: Add sanity checks on beep sequence preferences | Colomban Wendling | 1 | -6/+9 | |