summaryrefslogtreecommitdiff
path: root/applets
AgeCommit message (Collapse)AuthorFilesLines
2020-07-29workspace-switcher: Fix leaking color stringTomas Bzatek1-3/+7
2020-07-29clock: Fix leaking GtkListStoreTomas Bzatek1-4/+4
The gtk_tree_view_set_model() adds its own reference.
2020-07-29clock: Fix list iterationTomas Bzatek1-11/+12
Iteration over a linked list should be done over a side control variable and list head needs to be preserved for proper list free.
2020-07-29clock: Fix leaking cairo surfaceTomas Bzatek1-0/+1
2020-07-08clock: Simplify notebook scroll-event callbackrbuj1-40/+35
2020-07-05build: Add built sources to CLEANFILES targetrbuj2-1/+5
2020-07-05Avoid using single-line cpp commentsrbuj7-13/+15
2020-07-05Use '#include <config.h>' instead of '#include "config.h"'rbuj14-14/+14
2020-05-25Fix some cast-function-type warnings introduced in GCC 8rbuj4-4/+11
2020-05-24preferences dialog: change show thumbnails radio to check button and bind ↵Konstantin Unruh2-72/+22
its active property to sensitivity state of GtkSpinButton
2020-03-02Do not collect the translation for Iconrbuj4-4/+4
2020-01-12Update copyright to 2020raveit657-7/+7
2019-12-13Clock applet: Fix string comparisonClement Lefebvre1-2/+5
2019-12-13clock applet: add a call to ATK to provide the current displayed timeJonathan Michalon1-2/+7
2019-12-04status-notifier: Render menu items as cairo surfaceVictor Kareh1-2/+8
2019-12-04status-notifier: Render icons as cairo surfaceVictor Kareh1-18/+30
Instead of GdkPixbuf, so that SNI icons can render correctly on HiDPI displays.
2019-11-21na-tray: increase min_icon_size valueraveit651-1/+1
This is better for HIDPI resolution with larger icons. And tray- applet can be displayed in in one row with a full-size top/bottom panel.
2019-11-15fix mate-panel can not find mo fileWu Xiaotian3-3/+3
2019-11-11migrate from intltool to gettextWu Xiaotian8-47/+54
2019-10-09fish: Use a higher resolution image for Wanda the FishVictor Kareh1-0/+0
2019-10-09Fetch clock formats using LC_TIME (as opposed to LANGUAGE)Clement Lefebvre1-0/+17
This is a port of https://github.com/linuxmint/cinnamon-desktop/commit/7cd7c008e05acf36efd87446256d28a8b89d187a Which fixed https://github.com/linuxmint/cinnamon-desktop/pull/132 This commit fixes the same issue in the MATE clock applet.
2019-09-27sn-item: avoid 'g_type_class_add_private'Pablo Barciela1-15/+12
2019-09-27notification_area/main: avoid 'g_type_class_add_private'Pablo Barciela1-5/+2
2019-09-27na-tray: avoid 'g_type_class_add_private'Pablo Barciela1-3/+2
2019-09-16clock-face: fix code formatingraveit651-310/+310
- replace tabs with spaces - fix a few indentation - reduce leading spaces (8 --> 4)
2019-09-14clock: avoid deprecated g_type_class_add_privateWu Xiaotian6-111/+104
2019-07-09[clock-applet] Add scroll interface tabs with mouse wheelLaurent Napias1-1/+70
2019-07-05Remove trailing whitespacesLaurent Napias12-30/+30
2019-06-23Make system-tray X11-onlyWilliam Wold2-2/+10
2019-06-21Strings resistanceLaurent Napias1-2/+1
2019-06-20Add supported platform values to *.mate-panel-applet filesWilliam Wold4-0/+7
2019-06-05na-tray: avoid deprecated g_type_class_add_privateAlberts Muktupavels1-5/+2
origin commit: https://gitlab.gnome.org/GNOME/gnome-panel/commit/cb2cc3a
2019-05-13Set compressed="true" for gresource text filesrbuj1-6/+6
shrink the size of binary files.
2019-05-09Determine libwnck version during configureVictor Kareh5-31/+55
2019-05-09Add version check for libwnckVictor Kareh1-2/+30
2019-05-09window-list: Show window previews on hoverVictor Kareh3-7/+417
When hovering on taskbar entries, display a popup with a thumbnail of the associated window. Popup goes away when leaving the button. If a window has not been mapped since the applet started, it will not display a thumbnail. Once mapped, however, it will use its latest available thumbnail as preview, even when minimized. Thumbnails can be turned on or off, and the size can be changed in the applet preferences dialog.
2019-03-22na-tray-child: avoid deprecated 'gtk_widget_set_double_buffered'Pablo Barciela1-7/+0
2019-02-17Ensure proper translation of the about dialog titlerbuj7-0/+7
Note that GTK+ sets a default title of _("About %s") on the dialog window (where %s is replaced by the name of the application, but in order to ensure proper translation of the title, applications should set the title property explicitly when constructing a GtkAboutDialog https://developer.gnome.org/gtk3/stable/GtkAboutDialog.html
2019-02-15Make translatable the copyright in about dialogrbuj7-44/+23
2019-01-29fix crash on removing traylukefromdc2-2/+3
*clear applet gsettings on dispose to stop crash and memory leak introduced in github.com/mate-desktop/mate-panel/commit/10b9c30fc79de5f8d9516ba153df233c4968da65 *tray: fix misplaced g_return_if_fail check
2019-01-29Applets: only compile X11 applets when X11 is enabledWilliam Wold1-2/+6
2019-01-29Clock: Wayland supportWilliam Wold2-2/+9
2019-01-29wncklet: Error if compiling without X11 supportWilliam Wold2-0/+8
2019-01-29Notification area: error if compiling without X11 supportWilliam Wold7-2/+43
2019-01-17clock: set horizontal padding for clock-buttonraveit651-2/+2
To make sure we have space left and right inside the button if applet is build-in-process.
2019-01-07Store fish surface size to enable rendering without backend specific codeWilliam Wold1-2/+11
2019-01-07Remove unused screen variable in fish appletWilliam Wold1-3/+0
2019-01-07Remove X specific functions from fish appletWilliam Wold1-11/+9
2019-01-03Clock: Fix weather icon size selection for panel heightlukefromdc1-2/+29
2019-01-03Clock: ensure weather icon resizes with panellukefromdc1-4/+37
Connect to the "change_size" signal and reload the icon at the correct size