-
### 🐛 Is your feature request related to a problem?
No.
### 💡 Describe your idea
When creating a window on Windows without decorations, a lot of functionality is lost. While stuff like moving, clos…
-
I am considering moving from therecipe/qt to mappu/miqt.
First I want to migrate the following frameless window repository.
https://github.com/akiyosi/goqtframelesswindow
Does mappu/miqt have any…
-
### Describe the Feature
The ability to hide the default title bar in browsers, thus enabling the possibility of creating a custom one.
### Use Case
I'm currently trying to develop a desktop web ap…
-
upper part of each window (each component) has a cost in term of layout space.
it consist of the window title text, that can be useful when you are not confident with bzr2, the dock/undock icon (an…
-
Give example and option to user create frameless windows.
-
### Use case
Flutter Windows native implementation should bring any way to draw the system's button while customizing title bar to keep features like "snap layouts"
There is some packages in pub.d…
-
**Steps To Reproduce**
1. Open nomacs app;
2. Open image;
3. Right-click image -> Activate Frameless;
4. Right-click image -> Settings (for example);
5. Right-click image -> Edit -> Image Adjus…
-
I know it's early and not possible right now with puppeteer/chrome. But is there any thought/roadmap/ideas about features like [application menus](https://github.com/electron/electron/blob/master/docs…
-
Hi everyone!
After initilizing with method :
```dart
doWhenWindowReady(() {
final initialSize = Size(600, 450);
appWindow.minSize = initialSize;
appWindow.size = initialSize…
-
### Describe the problem
[Details about snap layouts](https://docs.microsoft.com/en-us/windows/apps/desktop/modernize/apply-snap-layout-menu)
If I use the window decorations provided by Tauri, the…