5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 22:49:31 +08:00
wails/v2/internal/frontend/desktop/darwin
Andrey Pshenkin ae688aa07d
Implement custom protocol association support (#3000)
* implement MacOS openFile/openFiles events

* wip: windows file association

* fix macro import

* add file icon copy

* try copy icon

* keep only required part of scripts

* update config schema

* fix json

* set fileAssociation for mac via config

* proper iconName handling

* add fileAssociation icon generator

* fix file association icons bundle

* don't break compatibility

* remove mimeType as not supported linux for now

* add documentation

* adjust config schema

* restore formatting

* try implement single instance lock with params passing

* fix focusing

* fix focusing

* formatting

* use channel buffer for second instance events

* handle errors

* add comment

* remove unused option in file association

* wip: linux single instance lock

* wip: linux single instance

* some experiments with making window active

* try to use unminimise

* remove unused

* try present for window

* try present for window

* fix build

* cleanup

* cleanup

* implement single instance lock on mac os

* implement proper show for windows

* proper unmimimise

* get rid of openFiles mac os. change configuration structure

* remove unused channel

* remove unused function

* add documentation for single instance lock

* add PR link

* wip mac os deeplinks

* put custom url listner on top to catch link on app opening

* put custom url listner on top to catch link on app opening

* try add custom url windows

* adjust custom url

* add docs

* merge master

* update documentation

* add comment for darwin

* add PR link

* change naming

* change naming

* change naming

* change naming

* fix formatting

* fix naming

* Fix typo

---------

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
2023-11-02 20:26:05 +11:00
..
AppDelegate.h Implement Single instance lock feature with passing arguments to initial instance (#2951) 2023-10-23 21:31:56 +11:00
AppDelegate.m Implement Single instance lock feature with passing arguments to initial instance (#2951) 2023-10-23 21:31:56 +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 Implement Single instance lock feature with passing arguments to initial instance (#2951) 2023-10-23 21:31:56 +11:00
browser.go [mac] Fix build tags 2021-10-13 21:16:07 +11:00
callbacks.go [mac] menu support 2021-10-30 09:51:46 +11:00
calloc.go Releasetest/release workflow (#1869) 2022-09-18 08:55:21 +10:00
clipboard.go Add common text clipboard support (#2228) 2023-01-05 16:41:07 +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 [v2] Remove AllowFiles & AllowDirectories 2021-12-09 08:16:45 +11:00
frontend.go Implement custom protocol association support (#3000) 2023-11-02 20:26:05 +11:00
inspector_dev.go Devtools hotkey (#2915) 2023-09-19 05:56:14 +10:00
inspector.go Devtools hotkey (#2915) 2023-09-19 05:56:14 +10:00
main.m [v2] Devtools tag doesn't enable default context-menu (#2923) 2023-09-26 07:43:18 +10:00
menu.go [v2, darwin] Fix updating the menu on runtime (#2588) 2023-04-14 00:14:19 +10:00
menuitem.go [mac] menu support 2021-10-30 09:51:46 +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 [v2] Introduce size and physical size of screens (#2856) 2023-08-26 10:11:01 +10:00
single_instance.go Implement Single instance lock feature with passing arguments to initial instance (#2951) 2023-10-23 21:31:56 +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 [v2 mac] add fullscreen option to preference (#2953) 2023-10-02 07:05:25 +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 Implement Single instance lock feature with passing arguments to initial instance (#2951) 2023-10-23 21:31:56 +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