5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 10:21:20 +08:00
wails/v2/internal
562589540 461d34c620
fix: prevent unnecessary redraws during window minimize/restore (#3955)
* fix: prevent unnecessary redraws during window minimize/restore

This fixes the window flickering issue when minimizing/restoring by:
1. Adding isMinimizing flag to track window state
2. Adding SetPadding filter to prevent redundant redraws
3. Properly handling minimize/restore window states

Fixes #3951

* docs: improve comments and changelog for frameless window flickering fix

- Add detailed comments about frameless window fix
- Update changelog to clarify this is a frameless window issue
- Add bilingual comments for better understanding

Fixes #3951

---------

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
2024-12-26 16:13:46 +11:00
..
app Add support for interface generation and enums (#3047) 2023-11-26 06:50:49 +11:00
binding If a field is exported, generate json even in the absence of tags (#3678) 2024-08-14 07:49:08 +10:00
colour feature/turn off color terminal output of dev command (#1947) 2022-10-20 21:11:20 +11:00
frontend fix: prevent unnecessary redraws during window minimize/restore (#3955) 2024-12-26 16:13:46 +11:00
fs [chore] lint fixes 2023-11-12 12:30:49 +11:00
github [chore] lint fixes 2023-11-12 12:30:49 +11:00
go-common-file-dialog More syscall fixes (#3713) 2024-09-02 19:34:22 +10:00
gomod [chore] lint fixes 2023-11-12 12:30:49 +11:00
goversion update go minimum version (#3285) 2024-03-24 17:00:11 +11:00
logger [chore] lint fixes 2023-11-12 12:30:49 +11:00
menumanager chore: fix some comments (#3932) 2024-12-06 14:35:46 +11:00
platform Remove all systray related for v2. (#2329) 2023-01-26 18:11:31 +11:00
process [chore] lint fixes 2023-11-12 12:30:49 +11:00
project chore: fix some comments (#3399) 2024-04-17 18:42:53 +10:00
s fix: close copy dst file (#3384) 2024-04-09 17:34:43 -05:00
shell [chore] lint fixes 2023-11-12 12:30:49 +11:00
signal [chore] lint fixes 2023-11-12 12:30:49 +11:00
staticanalysis Bump the go_modules group across 2 directories with 1 update (#3408) 2024-11-17 20:55:06 +11:00
system Fix doctor command not finding pkg-config on Solus (#3670) 2024-08-10 17:27:37 +10:00
typescriptify If a field is exported, generate json even in the absence of tags (#3678) 2024-08-14 07:49:08 +10:00
webview2runtime [chore] lint fixes 2023-11-12 12:30:49 +11:00
wv2installer [chore] Use webview2 package (#2687) 2023-06-10 17:04:31 +10:00