Skip to content

Releases: mate-desktop/mate-netbook

mate-netbook 1.27.0 release

11 Nov 20:05
Compare
Choose a tag to compare

Changes since the last release: v1.26.0...v1.27.0

mate-netbook 1.27.0

  • tx: sync with transifex
  • tx: update resource
  • tx: migrate config file
  • ci: drop -Wunused-parameter compiler cflag from debian build
  • Use a blank line at most

mate-netbook 1.26.0 release

07 Aug 12:37
Compare
Choose a tag to compare

Changes since the last release: v1.24.0...v1.26.0

mate-netbook 1.26.0

  • Translations update
  • update copyright to 2021
  • mate-window-picker-applet: Do not build the path to the menu file
  • mate-maximus-autostart.desktop: The Encoding key is deprecated
  • mate-window: Replace GtkStock icons
  • Update copyright to 2021
  • Remove USE_MATE2_MACROS from autogen.sh (legacy)
  • build: silent build warnings for distcheck
  • windows-picker: fix make clean command
  • use MATE_COMPILE_WARNINGS from mate-common

mate-netbook 1.24.0 release

10 Feb 12:14
Compare
Choose a tag to compare

Changes since the last release: v1.23.0...v1.24.0

mate-netbook 1.24.0

  • Translations update
  • add MSGID_BUGS_ADDRESS url
  • migrate from intltools to gettext

mate-netbook 1.23.0 release

22 Dec 14:56
Compare
Choose a tag to compare

Changes since the last release: v1.22.2...v1.23.0

mate-netbook 1.23.0

  • Translations update
  • task-item: avoid 'g_type_class_add_private'
  • task-list: avoid 'g_type_class_add_private'
  • task-title: avoid 'g_type_class_add_private'
  • maximus-app: avoid 'g_type_class_add_private'
  • maximus-bind: avoid 'g_type_class_add_private'
  • Use the same variable name for return value than elsewhere
  • Remove cppcheck warnings with better variables scope
  • Remove unused variable declaration in applet.c and task-list.c
  • Fix an unseen compilation warning
  • Add an option to disable the bold face of the window title in applet
  • Make the 'show-home-title' feature work again
  • Remove a bunch of compilation warning
  • Refactor the on_active_window_changed function
  • Remove a runtime error due to event->time sending buggy values
  • Change preference label for the window picker applet, and add a tooltip
  • Cleanup whitespaces
  • maximus: Fix 'Segmentation fault'

mate-netbook 1.22.0

  • Initialize Travis CI support

mate-netbook 1.21.0

  • Translations update
  • avoid deprecated 'gdk_error_trap_push/pop/pop_ignored' and 'gdk_flush'
  • disable deprecation warnings for distcheck
  • tomboykeybinder: avoid deprecated 'gdk_keymap_get_default'
  • transifex: update config with branch specific resoures

mate-netbook 1.20.0

  • require GTK+ 3.22 and GLib 2.50

mate-netbook 1.19.0

  • WidthOfScreen and HeightOfScreen implementation
  • window picker: disconnect signal handlers in dispose function
  • window picker: add icon to prefs dialog
  • window picker: disable vertical expand of button in prefs dialog
  • window picker: add icon for taskbar to About dialog
  • maximus: don't crash on invalid window ID
  • Translations update

mate-netbook 1.18.0

  • NEWS: use consistent, project wide, markdown-like formatting
    to make generating release announcements easier
  • Build: require mate-panel >= 1.17
  • Move to GTK+3 (require GTK+ >= 3.14), drop GTK+2 code and
    --with-gtk build option
  • Translations update

mate-netbook 1.16.1

  • Window Picker Applet: fix invisible icons in GTK+3 build
  • Window Picker Applet: fix occasional runtime warning about
    workspace being NULL
  • Translations update

mate-netbook 1.16.0

  • Window Picker Applet: use GtkAboutDialog instead of MateAboutDialog
  • Window Picker Applet: prevent possible crash
  • mate-maximus: port from libunique to GApplication
  • Drop dependencies on libmate-desktop and libunique
  • Translations update

mate-netbook 1.14.0

  • Drop MateConf migration script
  • GTK+3: fix some deprecations
  • Several fixes and cleanups
  • Translations update
  • Fix Changelog generation

mate-netbook 1.12.0

  • Window Picker Applet: have background automatically painted
  • Retrieve strings directly from gschema (requires intltool 0.50.1)
  • Several small fixes and cleanups

mate-netbook 1.10.0

  • translation update

mate-netbook 1.9.91

  • Use MateAboutDialog

mate-netbook 1.8.0

  • Add GTK3 support
  • Use libwnck instead of libmatewnck
  • Fix long delay with different window managers than marco

mate-netbook 1.5.0

  • Migrate to GSettings and drop mateconf
  • Drop libmateui
  • Update to new libmatepanelapplet-4.0

mate-netbook 1.22.2 release

23 Sep 20:48
f33a3ad
Compare
Choose a tag to compare

Changes since the last release: v1.22.1...v1.22.2

mate-netbook 1.22.2

tx: sync with transifex
Use the same variable name for return value than elsewhere
Remove cppcheck warnings with better variables scope
Remove unused variable declaration in applet.c and task-list.c
Add an option to disable the bold face of the window title in applet
Make the 'show-home-title' feature work again
Fix several compilation warnings
Refactor the on_active_window_changed function
Remove a runtime error due to event->time sending buggy values
Change preference label for the window picker applet, and add a tooltip
Cleanup whitespaces

mate-netbook 1.22.1 release

22 Apr 21:02
Compare
Choose a tag to compare

Changes since the last release: v1.22.0...v1.22.1

mate-netbook 1.22.1

tx: sync with transifex
maximus: Fix 'Segmentation fault'