| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-10-05 | applet: Do not override the process' text domain | Colomban Wendling | 1 | -7/+1 | |
| When loaded as in-process applet, we must not call `textdomain()` or we will override mate-panel's text domain. Instead, properly use gi18n-lib.h header that provides the same API but uses the compile-time `GETTEXT_PACKAGE` value for each call. Actually drop the whole i18n setup logic that is provided already by mate-panel's factory macros. Fixes #219. | |||||
| 2023-10-05 | applet: Actually use translations | Colomban Wendling | 1 | -4/+4 | |
| 2023-08-18 | Wayland: Allow building do not disturb applet in process | lukefromdc | 1 | -2/+5 | |
| 2021-06-22 | Update copyright to 2021 | raveit65 | 1 | -0/+1 | |
| 2021-02-24 | build: allow users to disable gettext support (--disable-nls) | rbuj | 1 | -0/+4 | |
| 2021-01-16 | Update copyright to 2021 | rbuj | 1 | -1/+1 | |
| 2020-11-28 | applet: Resize icon size with panel | Victor Kareh | 1 | -9/+50 | |
| Also render as scaled cairo surface to support HiDPI displays. | |||||
| 2020-11-27 | mate-notification-applet: avoid segfault after removing the applet | rbuj | 1 | -2/+3 | |
| 2020-11-26 | Group common constants in a single file | rbuj | 1 | -2/+1 | |
| 2020-11-26 | Add Do Not Disturb Applet | rbuj | 1 | -0/+218 | |
