Releases: leanflutter/window_manager
Releases · leanflutter/window_manager
v0.3.1
v0.3.0
- 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
- [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)
v0.2.8
v0.2.7
v0.2.6
- [windows] Added
vertically
param to themaximize
method. - [Linux] implementation of methods: setIcon, isFocused (#186)
- [macos] fix crash lead by fast clicks (#198)
- Remove decoration for maximized window (#191)
- [linux] fix: cannot drag again after startDragging (#203)
- [windows] Implement isMaximizable and setMaximizable (#200)
- [windows] Implement SetResizable for windows (#204)
v0.2.5
- [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
v0.2.3
v0.2.2
v0.2.1
- Compatible with lower versions of dart #98
- [macos & windows] Add
resized
,moved
events. #28 - [linux] Implement
getTitleBarHeight
metnod #49 - [linux] Implement
getOpacity
metnod #44 - Add
TitleBarStyle
enum #99 - [linux] Implement
setAlwaysOnBottom
method #100 - [windows] Removes crazy jittering when resizing window #103
- [windows] Fix overflow on fullscreen and maximize #105
- [windows] Implement
setHasShadow
andhasShadow
methods #110 - [windows] Fix setAlignment(Alignment.bottomRight) display position is not correct #112 #113