Skip to content

mate-panel 1.25.3 release

Compare
Choose a tag to compare
@raveit65 raveit65 released this 02 Jul 11:40
· 148 commits to master since this release

Changes since the last release: v1.25.2...v1.25.3

mate-panel 1.25.3

  • update translations
  • update copyright to 2021
  • workspace-switcher: support xmonad WM
  • window-list.c: use g_settings_* functions directly instead of using stored values
  • window-list.ui: use GtkNotebook
  • Replace deprecated GCompletion with GtkEntryCompletion
  • struts: add panel_xutils_unset_strut
  • panel-xutils: tab to spaces
  • panel-struts: tab to spaces
  • Make Recent Documents list in Places menu of configurable length (#1216)
  • Add window list disable mouse scrolling function
  • Add panel-ditem-editor-dialog.ui
  • notification_area: Add XAyatanaLabel and XAyatanaNewLabel to interface description
  • notification_area: move XAyatana(New)Label case at the bottom
  • notification_area: fix memory leak
  • Add text label display function for notification area
  • Redundant NULL check before freeing a variable
  • build: Use PACKAGE_URL variable
  • Update copyright to 2021
  • panel-toplevel: declaration of 'allocation' shadows a parameter
  • panel-menu-items: declaration of 'item' shadows a previous local
  • Local variable shadows outer variable warning reported by cppcheck
  • Variable is reassigned a value before the old one has been used
  • wncklet: remove extra ref on gdk_x11_window_foreign_new_for_display
  • panel-properties-dialog: show dialog on _present instead of _new
  • wncklet: search the window before creating a new one
  • wncklet: Condition ~wm_name is always true
  • wncklet: variable is assigned a value that is never used
  • wncklet: missing breaks on switch cases