5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 11:30:18 +08:00
wails/v2/internal/frontend/desktop/darwin
Lea Anthony 975c55a3d5
Add better macos guard for elementFullscreenEnabled (#3111)
* Add better macos guard for elementFullscreenEnabled

* Disable go linters as they constantly error

* Run full check on bugfix branches

* Update to Go 1.20+1.21

* Update github.com/tc-hib/winres to v0.2.1

* Update setup-go to v4

* Try fix for Go 1.20

* Fix go.mod

* Update go sum

* Revert to builds on Go 1.18 + 1.19

* Update Go version to 1.19 for all workflows and modules

The Go version is updated to 1.19 across all GitHub Actions workflows and go.mod files. All builds and tests will now only run on Go 1.19, simplifying our build matrix, and ensuring we're testing on the latest stable Go version.

* Update build-and-test workflow for MacOS version and Go version

The build-and-test workflow has been updated to run tests on 'macos-11' in addition to 'macos-latest'. Furthermore, Go version for the tests has been set to '1.19' only.

* Update actions versions

* Move to go 1.20 and improve caching

* Move to go 1.20 and improve caching

* Add additional guards
2023-12-10 10:12:14 +11:00
..
AppDelegate.h Fix single instance lock for macOS sandbox app (#3029) 2023-11-05 14:10:01 +11:00
AppDelegate.m Fix single instance lock for macOS sandbox app (#3029) 2023-11-05 14:10:01 +11:00
Application.h Implement Single instance lock feature with passing arguments to initial instance (#2951) 2023-10-23 21:31:56 +11:00
Application.m Add better macos guard for elementFullscreenEnabled (#3111) 2023-12-10 10:12:14 +11:00
browser.go [mac] Fix build tags 2021-10-13 21:16:07 +11:00
callbacks.go [chore] lint fixes 2023-11-12 12:30:49 +11:00
calloc.go Releasetest/release workflow (#1869) 2022-09-18 08:55:21 +10:00
clipboard.go [chore] lint fixes 2023-11-12 12:30:49 +11:00
CustomProtocol.h Implement custom protocol association support (#3000) 2023-11-02 20:26:05 +11:00
CustomProtocol.m Implement custom protocol association support (#3000) 2023-11-02 20:26:05 +11:00
dialog.go [chore] lint fixes 2023-11-12 12:30:49 +11:00
frontend.go [chore] lint fixes 2023-11-12 12:30:49 +11:00
inspector_dev.go Add better macos guard for elementFullscreenEnabled (#3111) 2023-12-10 10:12:14 +11:00
inspector.go [chore] lint fixes 2023-11-12 12:30:49 +11:00
main.m [v2] Devtools tag doesn't enable default context-menu (#2923) 2023-09-26 07:43:18 +10:00
menu.go [chore] lint fixes 2023-11-12 12:30:49 +11:00
menuitem.go [chore] lint fixes 2023-11-12 12:30:49 +11:00
message.h [assetServer, darwin] Use AssetServer native WKWebView request handling (#2283) 2023-01-16 13:02:18 +01:00
Role.h [v2, darwin] Add some missing default shortcuts (#2586) 2023-04-20 12:38:32 +02:00
screen.go [chore] lint fixes 2023-11-12 12:30:49 +11:00
single_instance.go [chore] lint fixes 2023-11-12 12:30:49 +11:00
WailsAlert.h [mac] Improve string/memory handling, dialog icon -> []byte 2021-10-31 08:50:14 +11:00
WailsAlert.m Releasetest/release workflow (#1869) 2022-09-18 08:55:21 +10:00
WailsContext.h Implement Single instance lock feature with passing arguments to initial instance (#2951) 2023-10-23 21:31:56 +11:00
WailsContext.m Add better macos guard for elementFullscreenEnabled (#3111) 2023-12-10 10:12:14 +11:00
WailsMenu.h [mac] Improve string/memory handling, dialog icon -> []byte 2021-10-31 08:50:14 +11:00
WailsMenu.m [v2, darwin] Add some missing default shortcuts (#2586) 2023-04-20 12:38:32 +02:00
WailsMenuItem.h [mac] menu support 2021-10-30 09:51:46 +11:00
WailsMenuItem.m Releasetest/release workflow (#1869) 2022-09-18 08:55:21 +10:00
window.go [chore] lint fixes 2023-11-12 12:30:49 +11:00
WindowDelegate.h [mac] Fix fullscreen / start fullscreen 2021-11-23 20:06:56 +11:00
WindowDelegate.m Releasetest/release workflow (#1869) 2022-09-18 08:55:21 +10:00