* Sun May 12 2019 sor.alexei@meowr.ru
- Update to version 1.22.1:
* window: Set atom__NET_WM_STATE_FOCUSED for
meta_window_appears_focused.
* window: Make docks and spashscreens appear focused.
* Do not judge whether the window is decorated or not.
* screen: Fix use of memory after it is freed.
* [Security] Use "g_strlcpy" instead of "strcpy".
* compositor-xrender: Fix memory leak.
* Update translations.
* Tue Mar 05 2019 sor.alexei@meowr.ru
- Update to version 1.22.0:
* Use frame window to determine scale.
* window: Add _NET_WM_STATE_FOCUSED hint to _NET_WM_STATE.
* Avoid deprecated GtkStock.
* theme: Revert theme format version 3.6.
* doc: Add info for 3.5 and 3.6 theme format versions.
* Convert frame region handling to cairo regions.
* theme: Add invisible_border to metacity theme.
* Add support for app-menu button in theme.
* Remove option to attach modal dialogues.
* theme: Replace mutter/metacity with marco.
* theme: Replace char array element comparisons with strncmp.
* tabpopup.c: Always show 5px outline border.
* tabpopup.c: Improvements.
* Don't show the ws switcher if we only have one.
* theme: Allow disabling fallback colours in gtk:custom().
* theme: Allow using custom colours from the GTK+ theme.
* theme: Add tiled_left/tiled_right frame states.
* theme: Add background functions for single buttons.
* theme-parser: Use peek_required_version() for validation.
* Add frame type for attached modal dialogues.
* Optionally attach modal dialogues.
* Add meta_window_get_transient_for() method.
* Allow a theme to specify ellipsize width for a title.
* Add frame_x_center/frame_y_center variables for themes.
* metacity-theme-3.xml: Add a flexible version mechanism.
* theme-parser: Remove unused define.
* screen: Remove get_current_monitor in favour of
get_current_xinerama.
* Increase icon size on tab and workspace popups.
* screen: Avoid 'NULL' in 'meta_error_trap...' functions.
* prefs: Avoid deprecated g_settings_list_keys.
* Enable silent output when building.
* Use meta_error_trap_push instead of
meta_error_trap_push_with_return.
* errors.c: Avoid deprecated 'gdk_error_trap...' functions.
* frames.c: Drop unused variables.
* compositor-xrender: Avoid deprecated gdk_error_trap_push/pop.
* Update translations.
* Sat Dec 22 2018 sor.alexei@meowr.ru
- Update to version 1.20.3:
* Disable deprecation warnings for distcheck.
* Update translations.
* Sat Jun 16 2018 sor.alexei@meowr.ru
- Update to version 1.20.2:
* Correct resize popup position on HiDPI displays.
* Fix frame geometry to avoid stuck resize cursor.
* Update translations.
Version: 1.20.1-bp150.1.3
* Wed Apr 11 2018 sor.alexei@meowr.ru
- Update to version 1.20.1:
* Fix cursor size on HiDPI displays.
* Fix mismatched enums in keybinding detection for switch-panels
and switch-panels-backward.
* Fix move_to_center moving window between monitors.
* Support HiDPI window decorations.
* Update translations.
* Fri Mar 09 2018 sor.alexei@meowr.ru
- Update to version 1.20.0:
* Require GTK+ 3.22 and GLib 2.50.
* Store a window flag when user resizes from tiled.
* Allow tiled windows to be resized horizontally.
* Avoid deprecated gdk_screen_get_monitor_(),
gdk_screen_width/height(), gdk_screen_get_width() functions.
* display: Don't use deprecated GdkDeviceManager.
* tools: Remove marco-mag and marco-grayscaletools.
* Force a window scale of 1 for the window manager, instead of
using the default or user configured scale.
* Avoid deprecated gdk_display_get_screen, gdk_screen_get_number.
* Alt+Tab - define arrow keycode + numpad arrows.
* Allow use of arrows while in a Alt+Tab pop up.
* README: Fix names of GSettings keys.
* keybindings: Remove uppercase from "current workspace".
* Add a hotkey to rename the current workspace.
* Fix windows not going to save_rect when restoring.
* Allow horizontal and vertical resizing when a corner tiled.
* Fix a window getting reset to saved_rect when untiling from a
corner.
* Add keybindings for corner tiling.
* Implement simple corner tiling by mouse drag.
* Implementation of WidthOfScreen and HeightOfScreen.
* XFIXES regions are leaked during paint_windows.
* Add stricter logic for running without XPresent support.
* Make XPresent optional.
* Remove debug output.
* Add in some changes from xfwm4.
* Cancel present_pending flag when erroring out.
* XPresent extension support - first pass.
* build: Drop unneeded pangoxft requirement.
* A small bugfix for the move_to_X keybinds.
* Bugfix for monitors of different sizes.
* Restructured monitor keybinds and adjust save_rect.
* Implement simple shortcuts to move a window to another monitor.
* gschema: Fix typos.
* compositor: Don't try to paint a window that is not viewable.
* Fix wrong results in meta_window_titlebar_is_onscreen() for
windows without a frame.
* Add support for the Gtk3 _GTK_SHOW_WINDOW_MENU event.
* A more elegant solution for handling new move-to-workspace
keybinds.
* Implement a setting to disable top tiling.
* Implement tabpopup when moving a window to different workspace.
* keybindings.c: Fix abuild warning.
* Reset tile_resized to false when fullscreening.
* Update translations.
- Add marco-gtk-3.20.patch: Restore GLib 2.48 and GTK+ 3.20 support.
* Mon Nov 06 2017 sor.alexei@meowr.ru
- Update to version 1.18.2:
* Fix Synthetic keybinding/button-grab window.
* ui: Fix invalid object construction in frames.
* Update translations.
* Thu May 11 2017 sor.alexei@meowr.ru
- Update to version 1.18.1:
* Fix a strange window switching foreground/background behaviour.
* Fix come deprecations.
* Update translations.
* Tue Mar 14 2017 sor.alexei@meowr.ru
- Update to version 1.18.0:
* NEWS: Use consistent, project wide, markdown-like formatting to
make generating release announcements easier.
* Move to GTK+3 (require GTK+ >= 3.14), drop the GTK+2 code and
- -with-gtk build option.
* Theme viewer: Fix build for GTK+3 and fix some GTK+ deprecations.
* Add an ability to disable showing preselected window border on
alt-tab.
* Add an ability to ignore applications when show-desktop is
triggered.
* Schema: Make compositing on by default.
* Workspaces: Switch wrapping behaviour for "classic" and
"toroidal" modes (it was reversed somehow).
* Update translations.
* Tue Sep 20 2016 sor.alexei@meowr.ru
- Update to version 1.16.0:
* Make distcheck use a currently selected GTK+ version.
* Update translations.
* Sun May 22 2016 sor.alexei@meowr.ru
- Update to version 1.14.2:
* GTK+3: Fix a typo with deprecated GtkMisc.
* GTK+3 fixedtip: Add style class tooltip.
* Update translations.
* Wed Apr 20 2016 sor.alexei@meowr.ru
- Update to version 1.14.1:
* Fix a crash on showing Alt-Tab thumbnails with compositor on.
* Update translations.
- Remove marco-1.14.0-fix-thumb-crash.patch.
* Tue Apr 12 2016 sor.alexei@meowr.ru
- Add marco-1.14.0-fix-thumb-crash.patch from upstream: fix a
crash on showing Alt-Tab thumbnails.
* Sat Apr 09 2016 sor.alexei@meowr.ru
- Update to version 1.14.0:
* Correct description of compositing-fast-alt-tab GSettings key
(mention that it disables thumbnails).
* GTK+3: Re-add ability to show alt-tab thumbnails when
compositor is on.
* Update translations.
* Add Changelog generation.
* Sun Feb 21 2016 sor.alexei@meowr.ru
- Update to version 1.13.1:
* Bump libmarco-private's sover for Gtk3 build.
* Mon Jan 25 2016 sor.alexei@meowr.ru
- Update to version 1.13.0:
* Gtk3: Fix several deprecations.
* Drop MateConf migration script.
* Fix visual glitches appearing after unmaximising Chromium
window.
* Mon Jan 11 2016 sor.alexei@meowr.ru
- Add missing XCursor, Xinerama and XRandR dependencies.
* Wed Jan 06 2016 sor.alexei@meowr.ru
- Add missing XComposite dependency.
* Sun Nov 29 2015 sor.alexei@meowr.ru
- Update to 1.12.1:
* Fix animation issues that led to crashes and visual glitches.
* Gtk3 fixes.
* Update translations.
* Thu Nov 05 2015 sor.alexei@meowr.ru
- Update to 1.12.0.
- Provide "windowmanager".
* Tue Oct 27 2015 sor.alexei@meowr.ru
- Update to 1.11.1:
* Use Alt-` for switching between windows of the same application.
* Gtk3: Draw 1px tile border for tile preview.
* Add manual and by-pointer window placement.
* More improvements and bug fixes.
* Tue Oct 27 2015 sor.alexei@meowr.ru
- Update to 1.10.3:
* Fix crash with minimise animation.
* Fix crash with window moving in some distributions (boo#953036).
* Fri Aug 21 2015 sor.alexei@meowr.ru
- Update to 1.10.2:
* Remove outdated assertion.
* Make minimize item insensitive when window should not be
minimized.
* Fix crash when struts change during grab operation.
* Fix switching of fullscreen Direct3D applications running in
Wine.
* Update translations.
* Fri Jun 12 2015 sor.alexei@meowr.ru
- Update to 1.10.1:
* Assorted bugfixes.
- Spec cleanup.