5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 23:20:51 +08:00
wails/v2/internal/frontend/desktop/windows
stffabi 496461920f
[v2] DevServer improvements and fixes (#2664)
* [assetserver, darwin] Fix copying request headers by using strdup

* [assetserver, linux] Fake some basic http headers for legacy webkit2 versions to support proxying requests to other servers

This fixes the devserver on v2 for newer vite versions that use the custom
scheme.

* [v2, windows] 304 responses are going to hang the WebView2 so prevent them by removing cache related headers in the request.

* [v2, dev] Now uses the custom schemes `wails://` on macOS and Linux for all Vite versions.

Prevent missing reload after fast multiple savings on Linux and Windows.
2023-05-16 09:35:48 +02:00
..
go-webview2 [v2, webview2loader] Prevent env and registry overrides when using the go loader (#2668) 2023-05-15 21:12:16 +02:00
win32 [windows] Disable frameless decorations during fullscreen (#2288) 2023-01-11 15:22:48 +01:00
winc Size() calculates DPIs back to default space. (#2325) 2023-01-22 15:25:26 +11:00
browser.go [windows] add build tags to browser runtime 2021-10-17 21:50:15 +11:00
clipboard.go Add common text clipboard support (#2228) 2023-01-05 16:41:07 +11:00
dialog_test.go fix: fix go test errors (#2169) 2022-12-06 06:45:06 +11:00
dialog.go [v2, windows] Make sure to open the CommonFileDialogs on the main thread (#2606) 2023-04-17 20:50:27 +10:00
frontend.go [v2] DevServer improvements and fixes (#2664) 2023-05-16 09:35:48 +02:00
keys.go Fix up dev. Pull in go-webview and winc 2022-03-29 21:45:16 +11:00
menu.go Fix up dev. Pull in go-webview and winc 2022-03-29 21:45:16 +11:00
screen.go Remove usage of unsafe.Pointer in winc (#1556) 2022-07-18 18:22:46 +10:00
theme.go fix: fix go test errors (#2169) 2022-12-06 06:45:06 +11:00
window.go [v2, windows] Make sure to open the CommonFileDialogs on the main thread (#2606) 2023-04-17 20:50:27 +10:00