5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 14:29:50 +08:00
wails/v2/internal/frontend/desktop/windows
stffabi 1247c8aa28
[windows] Fix stack corruption when using ICoreWebView2HttpHeadersCollectionIterator (#1589)
The API expects a `BOOL *` with `typedef int BOOL` therefore
we need to use a `int32` on the stack.
2022-07-18 18:57:30 +10:00
..
go-webview2 [windows] Fix stack corruption when using ICoreWebView2HttpHeadersCollectionIterator (#1589) 2022-07-18 18:57:30 +10:00
win32 [v2, windows] Make SetBackgroundColour compatible for windows/386 (#1493) 2022-06-25 06:46:23 +10:00
winc Remove usage of unsafe.Pointer in winc (#1556) 2022-07-18 18:22:46 +10:00
browser.go [windows] add build tags to browser runtime 2021-10-17 21:50:15 +11:00
dialog.go Move go-common-file-dialog into project. Fix Title bug. 2022-06-01 21:00:52 +10:00
frontend.go Expose screen dimensions (#1519) 2022-07-16 12:33:37 +10: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 Improve theme change at runtime (#1473) 2022-06-22 08:34:41 +10:00
window.go [v2, windows] Make SetBackgroundColour compatible for windows/386 (#1493) 2022-06-25 06:46:23 +10:00