window_manager 0.2.4
window_manager: ^0.2.4 copied to clipboard
This plugin allows Flutter desktop apps to resizing and repositioning the window.
0.2.4 #
- [linux] fix method response memory leaks (#159)
- [linux] Implement destroy #158
- [linux] Implement getOpacity & setOpacity #157
- [macos] Reimplement setBounds & getBounds method. #156
- Make WindowOptions constructor to const constructor. #147
- [windows] fix window overflow #131
- [macos] Add the animate parameter to setBounds method #142
- [linux] fix popUpWindowMenu() on Wayland #145
0.2.3 #
- Fixed cannot convert type Double to type CGFloat #138
- [linux & windows] Implement
popUpWindowMenumetnod #141
0.2.2 #
- Fixed overflow error after minimize #55, #119, #125
- Implement
isSkipTaskbarmethod #117 - [windows] Implement setIcon method #129
- The
waitUntilReadyToShowmethod adds options, callback parameters #111
0.2.1 #
- Compatible with lower versions of dart #98
- [macos & windows] Add
resized,movedevents. #28 - [linux] Implement
getTitleBarHeightmetnod #49 - [linux] Implement
getOpacitymetnod #44 - Add
TitleBarStyleenum #99 - [linux] Implement
setAlwaysOnBottommethod #100 - [windows] Removes crazy jittering when resizing window #103
- [windows] Fix overflow on fullscreen and maximize #105
- [windows] Implement
setHasShadowandhasShadowmethods #110 - [windows] Fix setAlignment(Alignment.bottomRight) display position is not correct #112 #113
0.2.0 #
- [linux] Implement
setTitleBarStylemethod - [linux] Implement
startResizingmethod - [windows] Implement
setProgressBarmethod #42 - [macos & windows] Implement
setIgnoreMouseEventsmetnod #89 - Update
DragToResizeAreawidget - Add
VirtualWindowFramewidget - Update
WindowCaptionwidget
0.1.9 #
- Fixed Visual bug in fullScreen #83
- Update
WindowCaptionwidget.
0.1.8 #
- Add
WindowCaptionwidget. #81 - [macos & windows] Implement
destroymethod
0.1.7 #
- Implement
setAspectRatiomethod #74 - [windows] Reimplement
getTitleBarHeightmethod #33 - [windows] Implement
startResizingmethod - [windows] Add
DragToResizeAreawidget - [windows] Fix maximize and minimize animation not working when there is title bar hidden
0.1.6 #
- Implement
isPreventClose&setPreventClosemethods #69 - Implement
closeevent - [macos & windows] Reimplement
closemethod - [windows] Fix Horizontal resizing not working on secondary display. #71
- [macos] Implement
isFocusedmethod - Implement
setAlignmentmethod #52
0.1.5 #
- Implement
closemethod #56 - Implement
centermethod #59
0.1.4 #
- [macos & windows] Implemented getOpacity & setOpacity methods #37 #45
- [macos] Implement setProgressBar method #40
- [windows] Fix
focus,blurevent not responding - [windows] Implement
focus&blurmethods - [macos & windows] Implement getTitleBarHeight methods #34
0.1.3 #
- [windows] #31 Optimize setTitleBarStyle method.
0.1.2 #
- [macos] Add setTitleBarStyle method.
- [windows] Add setTitleBarStyle method (Experiment).
- [windows] #24 Updated windows fullscreen handling.
- [windows] #26 Make
maximize,unmaximize,minimize,restoremethods have native animation effects.
0.1.1 #
- [macos] Fixed
setSizecoordinate error.
0.1.0 #
- Implemented
isResizable,setResizableMethods. - Implemented
isClosable,setClosableMethods. - Removed
terminateMethod. - [windows] Implemented
isMinimizable,setMinimizableMethods.
0.0.5 #
- Implemented
setAsFramelessMethod. - Implemented
setSkipTaskbarMethod. - Implemented
focus,blur,maximize,unmaximize,minimize,restore,resize,move,enter-full-screen,leave-full-screenEvents. - [macos] Implemented
hiddenWindowAtLaunchMethod. - Fixed #10
0.0.4 #
- Implemented
setCustomFrame,setBackgroundColorMethods.
0.0.3 #
- Implemented
isMinimized,minimize,restoreMethods. - Implemented
setMinimumSize,setMaximumSizeMethods. - [windows] #4 Do not set
HWND_TOPMOSTflag insetFullScreen
0.0.2 #
- Implemented
show,hide,isVisibleMethods. - Implemented
isMaximized,maximize,unmaximizeMethods. - Implemented
isFullScreen,setFullScreenMethods. - Implemented
getBounds,setBoundsMethods. - Implemented
getPosition,setPositionMethods. - Implemented
getSize,setSizeMethods. - Implemented
isAlwaysOnTop,setAlwaysOnTopMethods. - Implemented
terminateMethod.
0.0.1 #
- First release.