Releases: mate-desktop/mate-panel
mate-panel 1.24.0 release
Changes since the last release: v1.23.3...v1.24.0
mate-panel 1.24.0
- update translations
- build: show warning flags on configure summary
mate-panel 1.23.3 release
Changes since the last release: v1.23.2...v1.23.3
mate-panel 1.23.3
- update translations
- Avoid double a11y description on panel toplevels
- Update copyright to 2020
- Clock applet: Fix string comparison
- clock applet: add a call to ATK to provide the current displayed time
- status-notifier: Render menu items as cairo surface
- status-notifier: Render icons as cairo surface
- na-tray: increase min_icon_size value
- fix mate-panel can not find mo file
- migrate from intltool to gettext
- build: %.gschema.xml files were already generated by autogen.sh
- pull from transifex with fixed greek language
mate-panel 1.23.2 release
Changes since the last release: v1.23.1...v1.23.2
mate-panel 1.23.2
- update translations
- fish: Use a higher resolution image for Wanda the Fish
- Fetch clock formats using LC_TIME (as opposed to LANGUAGE)
- Change the panel menu descriptions to better identify them
- Load layouts from absolute paths
- Set compiler debug flags using MATE_DEBUG_CHECK
- sn-item: avoid 'g_type_class_add_private'
- notification_area/main: avoid 'g_type_class_add_private'
- na-tray: avoid 'g_type_class_add_private'
- clock-face: fix code formating
- clock: avoid deprecated g_type_class_add_private
- When determining whether the pos is in the applet, use ad->cells to calc.
- build: use AC_STRUCT_DIRENT_D_TYPE instead of custom macro
- panel-toplevel: avoid deprecated 'gtk_css_provider_get_default'
- panel-toplevel: fix applets placement on expanded vertical panel
- panel-toplevel: fix coding style and spacing a bit
- Fix GTK Layer Shell include and CFLAGS
- [clock-applet] Add scroll interface tabs with mouse wheel
- Keep menu button popup from covering up menu on Wayland
- Keep applet menus from covering up applets on Wayland
- Add comment headers to wayland backend files
- Add Wayland backend
- Remove trailing whitespaces
- Use monitor size instead of screen size in panel-toplevel.c
- Add panel_multimonitor_get_bounds ()
mate-panel 1.22.2 release
Changes since the last release: v1.22.1...v1.22.2
mate-panel 1.22.2
- update translations
- When determining whether the pos is in the applet, use ad->cells to calc.
- panel-toplevel: fix applets placement on expanded vertical panel
- panel-toplevel: fix coding style and spacing a bit
- Fix Makefile.am to install in a given prefix path
- Revert "menu-bar: transfer focus correctly on alt-F1"
- fix reloading the default layout after panel reset
- fix random crashes on panel reset
- Fix panel applet keyboard focus trap
mate-panel 1.23.1 release
Changes since the last release: v1.23.0...v1.23.1
mate-panel 1.23.1
tx: update resource for transifex
Wayland support for panel-toplevel.c
Fix unused variable in panel-widget.c
Wayland support for panel-layout.c
Wayland support for panel-profile.c
Wayland support for main.c
Wayland support for panel-applet-container.c
Fix out-of-process applets on X11 by fixing mate-panel-applet.c
Wayland support for mate-panel-applet.c
Wayland support for libegg
In mate-panel-applet-factory.c, only set screen when used
Make system-tray X11-only
Make panel-struts X11-only
Reinit panel-multimonitor when screen is changed
Reinit panel-multimonitor when a monitor is invalidated
Make panel-multimonitor Wayland ready
Update to the new panel_multimonitor functions
Refactor panel_multiscreen functions into panel_multimonitor ones
Rename panel-multiscreen files panel-multimonitor
Make panel-background Wayland ready
Make panel-background-monitor X11-only
CI: add gtk-layer-shell git repo
Strings resistance
Fix Makefile.am to install in a given prefix path
Error in the correct place when applets are loaded on a platform they don't support
Add supported platform values to *.mate-panel-applet files
Load and store what platforms applets support
panel-addto support disabling applets
Panel addto Wayland support
Add MATE_PANEL_APPLET_LIB_PREFIX environment variable
Switch out wayland protocols for gtk-layer-shell dependency
Update FSF address
revert menu-bar: transfer focus correctly on alt-F1
na-tray: avoid deprecated g_type_class_add_private
Create FUNDING.yml
fix reloading the default layout after panel reset
fix random crashes on panel reset
[mate-panel] Avoid deprecated g_type_class_add_private
[libmate-panel-applet] Avoid deprecated g_type_class_add_private
Set compressed="true" for gresource text files
panel-toplevel: Clarify calculation precedence for '&' and '?'
button-widget: Clarify calculation precedence for '&' and '?'
Determine libwnck version during configure
Add version check for libwnck
window-list: Show window previews on hover
Fix panel applet keyboard focus trap
[ci] Add cppcheck html report
mate-panel 1.22.1 release
Changes since the last release: v1.22.0...v1.22.1
mate-panel 1.22.1
tx: sync with transifex
add volume-applet to fedora layout
help: update copyright
[Security] panel-keyfile: Use 'g_strlcpy' instead of 'strcpy'
mate-panel 1.23.0 release
Changes since the last release: v1.22.0...v1.23.0
mate-panel 1.23.0
- sync with transifex
- add volume-applet to fedora layout
- Show single empty panel, even if no default layout is found
- Dropped *-protocol suffix from generated files
- help: update copyright
- [Security] panel-keyfile: Use 'g_strlcpy' instead of 'strcpy'
- na-tray-child: avoid deprecated 'gtk_widget_set_double_buffered'
- [ci] Enable clang-analyzer
- Wayland support for several files
- Error if compiling panel-plug-private.h without X11 support
- Don't build X11 specific files when X11 support is not enabled
- Remove unneeded X11 includes
- GdkRectangle monitor -> monitor_geom
- Change panel_toplevel_get_monitor_geometry to fill in a GdkRectangle instead of 4 ints