summaryrefslogtreecommitdiff
path: root/applets
AgeCommit message (Collapse)AuthorFilesLines
2024-06-18status-notifier: Plug large leak with icons from pathsColomban Wendling1-1/+6
When loading an icon from a path rather than the icon theme, we scale it down to match the scale we need[^1], but we leaked the original pixbuf in this case. Fixes #1444. [^1]: See commit e5c8646d8f6167fe2d3634a4604a1bf9ec8ee5af
2023-11-22wnck-pager: Fix workspace switcher aspect ratiolukefromdc1-1/+153
2023-11-13status-notifier: Show AttentionIcon when Status is NeedsAttentionColomban Wendling1-9/+30
Fixes #1412.
2023-11-13status-notifier: fix typoAlberts Muktupāvels3-3/+3
Cherry-picked from gnome-panel commit 1cc654e16dc06edccaef8c877db4e0da30ceeeaa.
2023-11-13status-notifier: fix a typoAlberts Muktupāvels1-3/+3
Cherry-picked from gnome-panel commit 55667a735ea33336f5b0912631b184b95ea2140b.
2023-10-13notification-area: stop warning on removallukefromdc1-1/+1
*Use automatic signal handling for changing icon size so this code doesn't get called when the applet is removed
2022-12-02windows-list.ui: lower gtk3 required versionraveit651-1/+1
2022-07-02clock: Fix memory leakColomban Wendling1-1/+2
2022-07-02wncklet: Fix crash thumbnailing dying or otherwise inaccessible windowsColomban Wendling1-0/+8
Fixes https://github.com/mate-desktop/mate-desktop/issues/478
2022-07-02notification_area: Reduce lifetime of the settings local variable (#1309)Robert Antoni Buj Gelonch1-2/+2
2022-04-26Register SNI host only if SNI is enabledIlya Fedin1-1/+6
This prevents duplication of tray icons
2022-02-20wncklet: do not exceed workspace number when setting n_rowsrbuj1-4/+7
2022-01-26clock: fix memory leakrbuj1-0/+2
2022-01-21wncklet: The values stored in the wrapper hash table are incorrectrbuj1-16/+2
2021-09-02fix show window thumbnails check buttonmbkma2-15/+14
adapt ui file to reverted window-list.c
2021-09-02Revert "window-list.c: use g_settings_* functions directly instead of using ↵mbkma1-104/+355
stored values" This reverts commit ce8167e1b498e47ca6f667f83acaf21d407135bb.
2021-07-28Fix clock applet add location crashzhuyaliang2-3/+3
2021-06-10workspace-switcher: support xmonad WMmu1-1/+19
2021-05-09window-list.c: use g_settings_* functions directly instead of using stored ↵mbkma1-355/+104
values - use g_settings_bind when possible
2021-05-09window-list.ui: use GtkNotebookmbkma1-317/+307
Set some callback functions in the ui file.
2021-04-05Add window list disable mouse scrolling functionzhuyaliang3-0/+93
2021-02-22notification_area: Add XAyatanaLabel and XAyatanaNewLabel to interface ↵rbuj1-1/+9
description
2021-02-22notification_area: move XAyatana(New)Label case at the bottomrbuj1-4/+4
2021-02-22notification_area: fix memory leakrbuj1-3/+5
2021-02-20Add text label display function for notification areazhuyaliang1-1/+21
2021-02-07Redundant NULL check before freeing a variablerbuj4-95/+47
2021-02-04build: Use PACKAGE_URL variablerbuj6-8/+8
2021-01-16Update copyright to 2021rbuj7-7/+7
2021-01-07Local variable shadows outer variable warning reported by cppcheckrbuj1-5/+5
2021-01-06wncklet: remove extra ref on gdk_x11_window_foreign_new_for_displayrbuj1-0/+15
2021-01-05wncklet: search the window before creating a new onerbuj1-4/+7
2020-12-25wncklet: Condition ~wm_name is always truerbuj1-2/+4
2020-12-25wncklet: variable is assigned a value that is never usedrbuj1-2/+2
2020-12-25wncklet: missing breaks on switch casesrbuj1-4/+11
2020-12-15Signal name is 'value-changed' for GtkSpinButtonrbuj3-7/+9
2020-12-11remove function calls to mate_panel_applet_set_background_widgetmbkma6-13/+0
keep mate_panel_applet_set_background_widget for compatibility
2020-12-11window-list: remove intermediate steps to get scaled thumbnailrbuj1-32/+6
2020-12-11window-list: Get thumbnail size and scale in preview_window_thumbnailrbuj1-24/+31
2020-12-08window-list: Render thumbnails as cairo surfacesVictor Kareh1-30/+51
This allows thumbnail previews to be properly rendered on HiDPI displays and ensures that the window surface is flushed before painting it.
2020-12-05fish: Do not to include the math.h library to get the PI valuerbuj1-4/+3
2020-11-20wncklet: function declaration isn't a prototyperbuj1-3/+2
2020-11-18configure: remove warning about option 'subdir-objects' is disabledrbuj1-0/+2
2020-10-21Show label about options not available on WaylandWilliam Wold2-2/+22
2020-10-21Disable controls not applicable to WaylandWilliam Wold2-4/+29
2020-10-21Set minimized windows control sensitivity with the parent boxWilliam Wold2-6/+4
2020-10-21Suppress applet's default context menu for window buttonsWilliam Wold1-0/+21
2020-10-21Switch to C-style comments as requestedWilliam Wold7-53/+53
2020-10-21Fix workspace switcher on X11William Wold1-6/+2
2020-10-21Fix showdesktop applet on X11William Wold1-9/+7
2020-10-21Link with libwaylandWilliam Wold1-8/+9