Skip to content

Releases: leanflutter/window_manager

v0.3.9

18 May 04:06
Compare
Choose a tag to compare
  • fix(windows): fix TitleBar buttons does not display correctly #415
  • fix(windows): crash after deconstruction #423
  • fix(windows): WindowManager.IsFocused() method (#461)

v0.3.7

08 Oct 12:46
Compare
Choose a tag to compare
  • [windows] Wrong window position in fullscreen mode with external monitor #405
  • [windows] fix: incorrect window size before/after setTitleBarStyle #401
  • [windows] Fix #389 setAsFrameless on titleBarStyle.normal #400

v0.3.6

27 Aug 14:14
Compare
Choose a tag to compare
  • [macos & windows] Fix incorrect centering when multi-screen
  • [windows] feat: restore Windows 7 support (#388)
  • [windows] Better fullscreen implementation (#367)

v0.3.5

01 Jul 05:05
Compare
Choose a tag to compare
  • [macos] fixes setMinimumSize and setMaximumSize (#341)
  • [windows] Remove app cut at the bottom and force refresh when back from fullscreen (#359), Fixes #311, #266, #228, #355, #237
  • [linux] fix: on-close event handler not be triggered on flutter >= 3.10 (#343)
  • [linux] feat: Dock Window to Screen like Taskbar (#347)

v0.3.4

21 May 07:57
Compare
Choose a tag to compare
  • [macos] Fix blur and focus events when the MainFlutterWindow extends from NSPanel

v0.3.3

21 May 07:56
Compare
Choose a tag to compare
  • [macos] feat: setTitleBarStyle() restores window frame on Linux (#323)
  • [macos] Implement isVisibleOnAllWorkspaces & setVisibleOnAllWorkspaces methods

v0.3.2

08 Apr 10:50
Compare
Choose a tag to compare
  • [macos] Feature to set labeled badge on taskbar aka dock (#305)
  • [linux] remove the margins of the window frame (#318)
  • Add AlwaysOnBottom support for Windows (#306)
  • [Windows] make setMinimum/MaximumSize() dpi change awareable (#231)
  • remove frameless on set title bar style on macos (#240)
  • chore: Add windowButtonVisibility to WindowOptions

v0.3.1

26 Feb 09:57
Compare
Choose a tag to compare
  • [linux] avoid removing shadows if no title is set (#297)
  • [macos] Implement isMaximizable and setMaximizable (#290)
  • Don't crash if an event doesn't have a dedicated handler (#286)
  • Remove all subWindow related implementations

v0.3.0

09 Jan 11:04
Compare
Choose a tag to compare
  • Add integration test (#275)
  • [windows] add show and hide events (#274)
  • [linux] clean up state tracking (#273)
  • Add missing future return values (#272)
  • [linux] implement minimizable & maximizable (#270)
  • [linux] fix getTitle() crash when null (#269)
  • [linux] fix on_window_show and on_window_hide signatures (#268)

v0.2.9

03 Jan 13:37
Compare
Choose a tag to compare
  • [windows] Fix set maximizable throwing an error (#267)
  • [linux] clean up unused includes (#260)
  • [linux] fix window geometry hints (#257)
  • [linux] pass the plugin instance around as user data (#256)
  • [linux] fix getOpacity() (#255)
  • [Linux] use g_strcmp0() (#254)
  • [Linux] remove misleading C++-style default values (#253)
  • [Linux] implement setBrightness() (#252)
  • [Linux] fix frameless window & background color (#250)
  • [Linux] make setTitleBarStyle() GTK/HDY/CSD/SSD compatible (#249)