Nadji Abidi
190774258c
Add override_redirect for X11 windows
...
This commit add the `override_redirect` boolean field to the `PlatformSpecific` struct for linux platform.
This is a X11-specific flag allow bypassing window manager mapping for precise positioning of windows.
2024-09-11 00:00:40 +02:00
Night_Hunter
d1ceada119
add option for undecorated_shadow on windows ( #2285 )
...
* add option for undecorated_shadow on windows
* formated
2024-09-05 11:17:44 +02:00
Héctor Ramón Jiménez
b21e4567dc
Remove parent from PlatformSpecific window settings
2024-06-14 02:33:05 +02:00
Héctor Ramón Jiménez
bf93c82fac
Try to find an #iced element by default on Wasm
2024-03-19 07:14:02 +01:00
MrAntix
9cfb0f4a09
feat(window): adds skip_taskbar for windows
2024-01-21 13:20:01 +00:00
Héctor Ramón Jiménez
e09b4e24dd
Merge branch 'master' into feat/multi-window-support
2023-11-29 22:28:31 +01:00
Bingus
d53ccc857d
refactored window storage;
...
new helper window events (Destroyed, Created);
clippy + fmt;
2023-07-21 13:53:38 -07:00