5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 22:20:06 +08:00
wails/v2/internal/frontend/desktop/darwin
ZanderCodes 70c484f603
Add Some WindowState (#1349)
* Add Check for WindowState IsMaximised, IsMinimized, IsNormal and IsFullscreen

Solve conflicts

# Conflicts:
#	v2/internal/frontend/desktop/darwin/WailsContext.m
#	v2/internal/frontend/desktop/darwin/frontend.go
#	v2/internal/frontend/desktop/linux/window.go
#	v2/internal/frontend/desktop/windows/window.go

* Add Check for WindowState IsMaximised, IsMinimized, IsNormal and IsFullscreen

Solve conflict
# Conflicts:
#	v2/pkg/runtime/window.go

* Forgot some function to use it

# Conflicts:
#	v2/internal/frontend/desktop/darwin/WailsContext.h
#	v2/internal/frontend/desktop/windows/win32/consts.go
#	v2/internal/frontend/desktop/windows/win32/window.go

* Modify the instructions

# Conflicts:
#	v2/internal/frontend/devserver/devserver.go

* Add Functions to DevServer

# Conflicts:
#	v2/internal/frontend/dispatcher/systemcalls.go
#	v2/internal/frontend/runtime/desktop/window.js
#	v2/internal/frontend/runtime/package-lock.json
#	v2/internal/frontend/runtime/runtime_prod_desktop.js
#	v2/internal/frontend/runtime/wrapper/runtime.d.ts
#	v2/internal/frontend/runtime/wrapper/runtime.js

* Add Callback and JavaScript Functions

# Conflicts:
#	v2/cmd/wails/internal/commands/initialise/templates/generate/assets/common/frontend/wailsjs/runtime/runtime.js
#	v2/internal/frontend/runtime/package-lock.json
#	v2/internal/frontend/runtime/runtime_dev_desktop.js

* Remove Merge lines

* Fix IsMaximised

* Add WindowState Docs

* Update docs

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
2022-08-30 06:52:01 +10:00
..
AppDelegate.h [mac] Fix fullscreen / start fullscreen 2021-11-23 20:06:56 +11:00
AppDelegate.m [mac] Fix fullscreen / start fullscreen 2021-11-23 20:06:56 +11:00
Application.h Add Some WindowState (#1349) 2022-08-30 06:52:01 +10:00
Application.m Add Some WindowState (#1349) 2022-08-30 06:52:01 +10: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 [mac] dialog support 2021-10-22 08:42:36 +11:00
dialog.go [v2] Remove AllowFiles & AllowDirectories 2021-12-09 08:16:45 +11:00
frontend.go Add Some WindowState (#1349) 2022-08-30 06:52:01 +10:00
main.m [v2, darwin] Assign a unique requestId to every WKWebView request (#1681) 2022-08-01 18:55:25 +10:00
menu.go [mac] Support MenuUpdateApplicationMenu 2021-10-31 15:09:50 +11:00
menuitem.go [mac] menu support 2021-10-30 09:51:46 +11:00
message.h [v2, darwin] Assign a unique requestId to every WKWebView request (#1681) 2022-08-01 18:55:25 +10:00
Role.h [mac] menu support 2021-10-30 09:51:46 +11:00
screen.go Expose screen dimensions (#1519) 2022-07-16 12:33:37 +10:00
WailsAlert.h [mac] Improve string/memory handling, dialog icon -> []byte 2021-10-31 08:50:14 +11:00
WailsAlert.m [mac] Improve string/memory handling, dialog icon -> []byte 2021-10-31 08:50:14 +11:00
WailsContext.h Add Some WindowState (#1349) 2022-08-30 06:52:01 +10:00
WailsContext.m Add Some WindowState (#1349) 2022-08-30 06:52:01 +10:00
WailsMenu.h [mac] Improve string/memory handling, dialog icon -> []byte 2021-10-31 08:50:14 +11:00
WailsMenu.m [mac] Fix for submenu titles. Fixes #1026. 2021-12-24 08:00:37 +11:00
WailsMenuItem.h [mac] menu support 2021-10-30 09:51:46 +11:00
WailsMenuItem.m [mac] menu support 2021-10-30 09:51:46 +11:00
window.go Add Some WindowState (#1349) 2022-08-30 06:52:01 +10:00
WindowDelegate.h [mac] Fix fullscreen / start fullscreen 2021-11-23 20:06:56 +11:00
WindowDelegate.m window delegate modify for onBeforeClose hook 2021-12-04 07:52:34 +09:00