Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2020-09-05 | a11y-keyboard: Manually beep for togglekeys | Colomban Wendling | 1 | -0/+63 | |
This allows a customizable and possibly different beep sequence when a togglekey is enabled or disabled. This is very useful for the user to know for sure whether the feature got enabled or disabled. Back in the days of buzzers, XKB was supposed to use different sounds for each of those, but this is no longer the case now in the vast majority of setups the beeps are intercepted and use a single recorded sound. XKB beeps are also unfortunately not configurable, although they possibly should be on paper: in theory, one could alter the bell used by listening to `XkbBellNotify` events, which provides a way to discriminate bells through a name. Unfortunately XKB's togglekeys seems to suffer from a bug (?) for a long time, in that it will always ring the `AX_IndicatorOn` bell if there is *at least one* indicator on at the moment the bell is rung, and `AX_IndicatorOff` if and only if *all* indicators are off. This makes it virtually useless as it is not possible to discriminate between an indicator getting turned on or off in most cases, especially with NumLock which often stays always on. Given this behavior dates at the very least as far back as X.org 1.16 which is from 2014, it probably is not very realistic to rely on a fix. So instead implement togglekeys on our end by listening to the `XkbIndicatorStateNotify` events. | |||||
2020-08-15 | add G_GNUC_UNUSED in some unused parameters | Pablo Barciela | 20 | -84/+99 | |
2020-08-08 | a11y-keyboard: Don't show UI for unavailable feature in the pref dialog | Colomban Wendling | 1 | -0/+15 | |
2020-08-08 | a11y-keyboard: Don't create a dummy object if AT-SPI is not available | Colomban Wendling | 3 | -39/+25 | |
Instead guard the caller to only use it if available. | |||||
2020-08-08 | a11y-keyboard-atspi: Switch to a final type and reduce boilerplate | Colomban Wendling | 2 | -42/+28 | |
2020-08-08 | a11y-keyboard: capslock-beep: Try and detect non-buggy libatspi2 | Colomban Wendling | 1 | -10/+7 | |
Try and avoid the workaround for buggy libatspi2 if we can know the version we're using has it fixed. | |||||
2020-08-08 | a11y-keyboard: capslock-beep: Don't ring on CapsLock itself | Colomban Wendling | 1 | -26/+8 | |
Ringing when a locking modifier gets enabled/disabled is already taken care of by the `togglekeys` settings, so don't provide redundant functionality and allow better settings granularity. | |||||
2020-08-08 | a11y-keyboard: Refactor in the hope the AT-SPI bug gets fixed | Colomban Wendling | 1 | -32/+31 | |
2020-08-08 | a11y-keyboard: Add support for ringing the bell when CapsLock is active | Colomban Wendling | 6 | -1/+357 | |
2020-07-17 | msd-media-keys-manager: comparison of unsigned expression in '< 0' is always ↵ | rbuj | 1 | -1/+1 | |
false | |||||
2020-07-16 | msd-a11y-keyboard-manager: implicit declaration of function 'd' | rbuj | 1 | -4/+4 | |
2020-07-13 | build: Use MATE_DEBUG_CHECK macro | rbuj | 1 | -13/+6 | |
2020-06-27 | add git.mk to generate .gitignore | tamplan | 22 | -0/+43 | |
2020-06-13 | plugin xsettings: Fix memory leak on delayed_toggle_bg_draw | rbuj | 1 | -0/+4 | |
2020-05-24 | housekeeping: Remove the warning about GTimeVal is deprecated | rbuj | 1 | -19/+21 | |
2020-05-11 | mpris: Use namespace instead of a whitelist for player names | rbuj | 4 | -39/+402 | |
2020-04-25 | build: Using --header and --body at the same time is deprecated | rbuj | 1 | -1/+1 | |
2020-04-16 | mouse: Remove warnings about absolute value function for long | rbuj | 1 | -4/+4 | |
2020-04-16 | Remove warnings about function declaration isn’t a prototype | rbuj | 4 | -10/+10 | |
2020-04-06 | use MATE_COMPILE_WARNINGS from mate-common | rbuj | 20 | -67/+100 | |
2020-03-05 | housekeeping: Fix iconname of mate-disk-usage-analyzer | rbuj | 1 | -1/+1 | |
2020-01-09 | Merge pull request #303 from eworm-de/dbus-dir | Christian Hesse | 1 | -1/+1 | |
actually use the configured dbus directory | |||||
2019-12-22 | avoid redundant redeclarations | Pablo Barciela | 18 | -53/+14 | |
2019-12-05 | xrandr: add bigger icon sizes for tray-applet | raveit65 | 9 | -162/+195 | |
2019-08-30 | switch to use gettext | Wu Xiaotian | 38 | -100/+118 | |
2019-08-20 | msd-clipboard-plugin: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-08-20 | msd-clipboard-manager: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-08-20 | msd-smartcard-plugin: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-08-20 | msd-smartcard-manager: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -9/+4 | |
2019-08-20 | msd-smartcard: remove unused struct members | Pablo Barciela | 1 | -3/+0 | |
2019-08-20 | msd-smartcard: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -7/+2 | |
2019-08-20 | msd-rfkill-manager: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |