From 35c41552de23276875239273180c93731fb6db62 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Wed, 17 May 2023 07:58:40 +1000 Subject: [PATCH] [v3 mac] Basic common event support. Taskfile refactor --- v3/STATUS.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/v3/STATUS.md b/v3/STATUS.md index e5eeaaf4..ec24d9bc 100644 --- a/v3/STATUS.md +++ b/v3/STATUS.md @@ -8,11 +8,11 @@ Application interface methods | Method | Windows | Linux | Mac | Notes | |---------------------------------------------------------------|---------|-------|-----|-------| -| run() error | | | Y | | +| run() error | Y | | Y | | | destroy() | | | Y | | -| setApplicationMenu(menu *Menu) | | | Y | | +| setApplicationMenu(menu *Menu) | Y | | Y | | | name() string | | | Y | | -| getCurrentWindowID() uint | | | Y | | +| getCurrentWindowID() uint | Y | | Y | | | showAboutDialog(name string, description string, icon []byte) | | | Y | | | setIcon(icon []byte) | | | Y | | | on(id uint) | | | Y | | @@ -148,7 +148,7 @@ Webview Window Interface Methods | ZoomReset | | | Y | Reset view scale | | GetZoom | | | Y | Get current view scale | | SetZoom | | | Y | Set view scale | -| Screen | | | Y | Get screen for window | +| Screen | Y | | Y | Get screen for window | ### Window Options @@ -266,14 +266,14 @@ Built-in plugin support: ## Packaging -| | Windows | Linux | Mac | Notes | -|-----------------|---------|-------|-----|-------| -| Icon Generation | | | Y | | -| Icon Embedding | | | Y | | -| Info.plist | - | | Y | | -| NSIS Installer | | | - | | -| Mac bundle | | | Y | | -| Windows exe | | | - | | +| | Windows | Linux | Mac | Notes | +|-----------------|---------|-------|-----|-------| +| Icon Generation | | | Y | | +| Icon Embedding | | | Y | | +| Info.plist | - | | Y | | +| NSIS Installer | | | - | | +| Mac bundle | | | Y | | +| Windows exe | | | - | | ## Frameless Windows