5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-07 09:12:12 +08:00
wails/v3/internal/assetserver
Mohamed Gharib efe0c8d534
[v3-Windows] New DIP system for Enhanced High DPI Monitor Support (#3665)
* [v3-Windows] New DIP system for Enhanced High DPI Monitor Support

* Update changelog

* Remove asset middleware

* Remove SetThreadDpiAwarenessContext()

* Fix macOS build.

* Fill missing screens fields (linux, darwin)

* Skip DPI transformation on unsupported platforms

* Simplify distanceFromRectSquared()

* Update v3/pkg/application/screenmanager.go

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

---------

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-09-22 08:38:30 +10:00
..
bundledassets [v3-Windows] New DIP system for Enhanced High DPI Monitor Support (#3665) 2024-09-22 08:38:30 +10:00
webview [V3-Linux] Upgrade to Webkitgtk4.1 (#3461) 2024-05-08 18:08:14 +10:00
asset_fileserver.go [v3, assetServer] Remove fs.FS from options and always use a http.Handler 2024-02-16 07:38:27 +01:00
assetserver_darwin.go Refactor menu functions and streamline devtools toggle across systems 2024-01-21 20:52:32 +11:00
assetserver_dev.go [v3, assetServer] Remove fs.FS from options and always use a http.Handler 2024-02-16 07:38:27 +01:00
assetserver_linux.go Bring linux up to date with dev changes 2024-01-21 21:24:30 +11:00
assetserver_production.go Refactor menu functions and streamline devtools toggle across systems 2024-01-21 20:52:32 +11:00
assetserver_webview.go # Conflicts: 2024-09-18 05:55:49 +10:00
assetserver_windows.go Refactor menu functions and streamline devtools toggle across systems 2024-01-21 20:52:32 +11:00
assetserver.go Ignore internal service methods when binding (#3720) 2024-09-09 08:36:19 +10:00
build_dev.go [v3, assetServer] Remove fs.FS from options and always use a http.Handler 2024-02-16 07:38:27 +01:00
build_production.go [v3, assetServer] Remove fs.FS from options and always use a http.Handler 2024-02-16 07:38:27 +01:00
bundled_assetserver.go Add BundledAssetFileServer for bundled /wails/runtime.js. Update examples. 2024-03-17 15:08:30 +11:00
common.go [v3, assetServer] Use middlewares for runtime, caps and falgs instead of having the implementation in the assetserver 2024-02-16 07:38:28 +01:00
content_type_sniffer.go [v3 assetserver] cleanup logging 2023-08-24 12:44:13 -05:00
defaultindex.html Move assetserver to internal 2023-08-14 08:31:55 +10:00
fs.go [v3, assetServer] Remove fs.FS from options and always use a http.Handler 2024-02-16 07:38:27 +01:00
middleware.go Move assetserver to internal 2023-08-14 08:31:55 +10:00
mimecache_test.go Move assetserver to internal 2023-08-14 08:31:55 +10:00
mimecache.go Initial implementation of dev mode. 2024-01-19 21:34:49 +11:00
options.go [v3, assetServer] Use middlewares for runtime, caps and falgs instead of having the implementation in the assetserver 2024-02-16 07:38:28 +01:00
ringqueue.go Move assetserver to internal 2023-08-14 08:31:55 +10:00