5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 19:19:15 +08:00
wails/v2/internal/frontend/runtime
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
..
desktop Add Some WindowState (#1349) 2022-08-30 06:52:01 +10:00
dev Add Some WindowState (#1349) 2022-08-30 06:52:01 +10:00
wrapper Add Some WindowState (#1349) 2022-08-30 06:52:01 +10:00
events.go [v2] Tidy up console output 2021-09-25 14:44:23 +10:00
ipc_websocket.go [linux] Better Go 1.16 support 2022-01-31 21:21:48 +11:00
ipc_websocket.js Attempted fix for both drag and doubleclick (#1704) 2022-08-08 17:27:23 +10:00
ipc.go [v2] Remove build constraint for DesktopIPC 2021-11-10 18:12:46 +11:00
ipc.js [v2] Improved runtime builds. 2021-11-29 20:04:38 +11:00
package-lock.json Experimental support for CSS Drag detection (#1750) 2022-08-18 20:39:05 +10:00
package.json Experimental support for CSS Drag detection (#1750) 2022-08-18 20:39:05 +10:00
runtime_dev_desktop.go [linux] Better Go 1.16 support 2022-01-31 21:21:48 +11:00
runtime_dev_desktop.js Add Some WindowState (#1349) 2022-08-30 06:52:01 +10:00
runtime_prod_desktop.go [linux] Better Go 1.16 support 2022-01-31 21:21:48 +11:00
runtime_prod_desktop.js Preact templates for vite 3 (#1770) 2022-08-20 14:55:07 +10:00