summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-06-20Release 1.26.6v1.26.61.26lukefromdc2-1/+5
2024-06-20Reapply "Fix travis deployment"lukefromdc1-1/+2
This reverts commit 474d6ee766326b2418aed95b3cfd0c794f464e96.
2024-06-20Release 1.26.5v1.26.5lukefromdc2-1/+5
2024-06-20ci: use jammy not focallukefromdc1-1/+1
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
2024-06-18Revert "Fix travis deployment"lukefromdc1-2/+1
This reverts commit a7d6f3d9f08c091e98793e8b8912b87af5408307.
2024-06-18Fix travis deploymentlukefromdc1-1/+2
2023-11-27release 1.26.4v1.26.4raveit652-8/+17
2023-11-27tx: sync with transifexraveit6515-26/+3550
2023-11-22wnck-pager: Fix workspace switcher aspect ratiolukefromdc1-1/+153
2023-11-13libmate-panel-applet/Makefile.am: Fix build with gettext 0.22Brahmajit Das1-1/+1
With gettext-0.22 we are getting build errors like: /usr/bin/msgfmt --desktop --keyword Name --keyword Description --template org.mate.panel.TestApplet.mate-panel-applet.desktop.in -d ../po -o org.mate.panel.TestApplet.mate-panel-applet /usr/bin/msgfmt: no input file should be given if --desktop and -d are specified Try '/usr/bin/msgfmt --help' for more information. make[3]: *** [Makefile:1035: org.mate.panel.TestApplet.mate-panel-applet] Error 1 make[3]: *** Waiting for unfinished jobs.... Bug: https://bugs.gentoo.org/908877 Signed-off-by: Brahmajit Das <[email protected]>
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
2023-05-02release 1.26.3v1.26.3raveit652-1/+12
2023-05-02tx: pull from transifexraveit65360-698/+1066
2023-05-02tx: migrate to new APIraveit651-16/+17
2022-12-02windows-list.ui: lower gtk3 required versionraveit651-1/+1
2022-07-02panel-applet: Fix leak in no-background code pathColomban Wendling1-2/+3
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-26release 1.26.2v1.26.2raveit652-1/+11
2022-01-26tx: pull from transifex serverraveit6545-318/+596
2022-01-26clock: fix memory leakrbuj1-0/+2
2022-01-26panel-test-applets: fix memory leakrbuj1-2/+2
2022-01-21wncklet: The values stored in the wrapper hash table are incorrectrbuj1-16/+2
2021-12-19Upscale in panel_xutils_set_strutrbuj4-24/+13
2021-12-19panel-toplevel: fix the computed dimension for (non) auto hidden panelsrbuj1-1/+1
2021-12-19struts: add support for _GNOME_WM_STRUT_AREAAlberts Muktupāvels3-6/+35
In addition to existing properties set also new _GNOME_WM_STRUT_AREA property that allows creating struts between monitors. https://mail.gnome.org/archives/wm-spec-list/2018-December/msg00000.html https://gitlab.freedesktop.org/xdg/xdg-specs/merge_requests/22 https://gitlab.gnome.org/GNOME/gnome-panel/merge_requests/3 Upscale area strut because of 73e025b0eab94fe06cdafee61c347fb5fe6f7545
2021-09-25release 1.26.1v1.26.1raveit652-1/+9
2021-09-25tx: sync with transifexraveit65361-11222/+15147
2021-09-25tx: update resourceraveit651-32/+32
2021-09-13branch 1.26raveit652-45/+6
2021-09-13tx: update transifex configraveit651-3/+3
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-08-26Updated installation instructions ; added missing build dependencyYannick Mauray (frenchguych)1-1/+6
2021-08-26fix mate-desktop-item-edit executablembkma1-0/+4
2021-08-04release 1.26.0v1.26.0raveit652-1/+8
2021-08-04tx: sync with transifexraveit6514-129/+250
2021-08-04tx: update resourceraveit651-30/+30
2021-08-03Use absolute path g_get_home_dir replaces "~/"zhuyaliang1-0/+15
2021-07-28Fix clock applet add location crashzhuyaliang2-3/+3
2021-07-15Add the function of monitor panel launcher fileszhuyaliang2-0/+42
2021-07-02release 1.25.3v1.25.3raveit652-1/+33
2021-07-02sync with transifexraveit65358-70710/+73919