Releases: leanflutter/window_manager
Releases · leanflutter/window_manager
v0.2.0
- [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
- Fixed Visual bug in fullScreen #83
- Update
WindowCaption
widget.
v0.1.8
- Add
WindowCaption
widget. #81
- [macos & windows] Implement
destroy
method
v0.1.7
- 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
- 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
- Implement
close
method #56
- Implement
center
method #59
v0.1.4
- [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
- [windows] #31 Optimize
setTitleBarStyle
method.
v0.1.2
- [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
- [macos] Fixed
setSize
coordinate error.