Skip to content

Releases: leanflutter/window_manager

v0.2.0

11 Mar 14:11
Compare
Choose a tag to compare
  • [linux] Implement setTitleBarStyle method
  • [linux] Implement startResizing method
  • [windows] Implement setProgressBar method #42
  • [macos & windows] Implement setIgnoreMouseEvents metnod #89
  • Update DragToResizeArea widget
  • Add VirtualWindowFrame widget
  • Update WindowCaption widget

v0.1.9

07 Mar 01:23
Compare
Choose a tag to compare
  • Fixed Visual bug in fullScreen #83
  • Update WindowCaption widget.

v0.1.8

26 Feb 16:30
Compare
Choose a tag to compare
  • Add WindowCaption widget. #81
  • [macos & windows] Implement destroy method

v0.1.7

22 Feb 14:25
Compare
Choose a tag to compare
  • Implement setAspectRatio method #74
  • [windows] Reimplement getTitleBarHeight method #33
  • [windows] Implement startResizing method
  • [windows] Add DragToResizeArea widget
  • [windows] Fix maximize and minimize animation not working when there is title bar hidden

v0.1.6

19 Feb 05:35
Compare
Choose a tag to compare
  • Implement isPreventClose & setPreventClose methods #69
  • Implement close event
  • [macos & windows] Reimplement close method
  • [windows] Fix Horizontal resizing not working on secondary display. #71
  • [macos] Implement isFocused method
  • Implement setAlignment method #52

v0.1.5

28 Jan 14:59
Compare
Choose a tag to compare
  • Implement close method #56
  • Implement center method #59

v0.1.4

17 Jan 08:46
Compare
Choose a tag to compare
  • [macos & windows] Implemented getOpacity & setOpacity methods #37 #45
  • [macos] Implement setProgressBar method #40
  • [windows] Fix focus, blur event not responding
  • [windows] Implement focus & blur methods
  • [macos & windows] Implement getTitleBarHeight methods #34

v0.1.3

09 Jan 04:44
Compare
Choose a tag to compare
  • [windows] #31 Optimize setTitleBarStyle method.

v0.1.2

05 Jan 02:39
Compare
Choose a tag to compare
  • [macos] Add setTitleBarStyle method.
  • [windows] Add setTitleBarStyle method (Experiment).
  • [windows] #24 Updated windows fullscreen handling.
  • [windows] #26 Make maximize, unmaximize, minimize, restore methods have native animation effects.

v0.1.1

28 Nov 12:30
Compare
Choose a tag to compare
  • [macos] Fixed setSize coordinate error.