Lea Anthony
|
cdf397aaa9
|
[v3 mac] Implement print()
|
2023-06-19 07:15:53 +10:00 |
|
Lea Anthony
|
ed27558011
|
[v3 windows] Add WebviewWindow.Print()
|
2023-06-18 17:13:07 +10:00 |
|
Lea Anthony
|
50387948df
|
[v3 mac] Refactor drag to use common code
|
2023-06-18 12:24:44 +10:00 |
|
Lea Anthony
|
9b48cc1799
|
[v3 mac] Fix window drag example
|
2023-06-18 12:12:01 +10:00 |
|
Lea Anthony
|
86f2ac0e96
|
[v3 mac] Fix WindowShouldClose bug
|
2023-06-18 11:25:38 +10:00 |
|
Lea Anthony
|
1537a002cc
|
[v3] Add ShouldClose window method. Remove hideOnClose flag.
|
2023-06-18 11:12:53 +10:00 |
|
Lea Anthony
|
ae9b158b04
|
[v3 windows] improve main thread calls
|
2023-06-16 21:04:44 +10:00 |
|
Lea Anthony
|
72ec10b181
|
[v3 mac] Fix window close bug
|
2023-06-16 21:01:17 +10:00 |
|
Lea Anthony
|
eed4002a4a
|
[v3 mac] Fix GetPosition Y coordinate
|
2023-06-16 20:54:53 +10:00 |
|
Lea Anthony
|
155e34c7a8
|
[v3 mac] Better main thread calls
|
2023-06-16 20:48:57 +10:00 |
|
Lea Anthony
|
22cc649e81
|
[v3 mac] translate window position for SetPosition
|
2023-06-16 20:20:18 +10:00 |
|
Lea Anthony
|
367ca745c3
|
[v3 windows] Fix frameless window drag. Add better resize for corners.
|
2023-06-15 21:06:14 +10:00 |
|
Lea Anthony
|
01e2e46e0d
|
[v3 windows] Support frameless drag. Add /wails/flags endpoint.
|
2023-06-15 19:08:08 +10:00 |
|
Lea Anthony
|
c03078ca16
|
[v3] Add capabilities, move to app-region css for drag, support native drag on Windows
|
2023-06-14 18:12:37 +10:00 |
|
Lea Anthony
|
49e62aebe3
|
[v3 windows] Support frameless drag
|
2023-06-13 17:44:07 +10:00 |
|
Lea Anthony
|
dc4daaebac
|
[v3 windows] Support title bar button events
|
2023-06-13 17:42:14 +10:00 |
|
stffabi
|
f855b30c9f
|
[v3 windows] Consolidate WM_SIZE/WM_SIZING message handling
|
2023-06-12 08:26:09 +02:00 |
|
stffabi
|
b614e2b100
|
[v3 windows] An initially hidden window should show chromium when it is getting unhidden
|
2023-06-12 05:41:55 +02:00 |
|
stffabi
|
eafbbab233
|
[v3 windows] Do not Hide/Show chromium on every load of the frontend
|
2023-06-12 05:12:49 +02:00 |
|
Lea Anthony
|
72a4e9cf6e
|
[v3] Update STATUS.md
|
2023-06-12 10:46:31 +10:00 |
|
Lea Anthony
|
1dbe100a43
|
[v3] Restore window example
|
2023-06-12 10:45:26 +10:00 |
|
Lea Anthony
|
287d3d066c
|
[v3] Update WML demo to include restore
|
2023-06-12 10:45:03 +10:00 |
|
Lea Anthony
|
9387d18e88
|
[v3 windows] Change how chromium redraw works
|
2023-06-12 10:44:33 +10:00 |
|
Lea Anthony
|
1600bcb1d0
|
[v3] Add Restore to JS runtime
|
2023-06-12 10:44:05 +10:00 |
|
Lea Anthony
|
2b2defb7c0
|
[v3 windows] Fix chromium redraw bug
|
2023-06-12 10:28:35 +10:00 |
|
Lea Anthony
|
6d786902eb
|
[v3] Add some common window events
|
2023-06-12 10:27:30 +10:00 |
|
Lea Anthony
|
286ce206f0
|
[v3 windows] Prevent crash when nulls in strings
|
2023-06-12 09:10:47 +10:00 |
|
Lea Anthony
|
7535f098bd
|
[v3 windows] Fix clipboard example
|
2023-06-11 11:57:47 +10:00 |
|
Lea Anthony
|
b517461fbe
|
[v3 windows] Fix screen example
|
2023-06-11 11:54:32 +10:00 |
|
Lea Anthony
|
ffbe67e21f
|
[v3 windows] Fix clipboard js runtime call
|
2023-06-11 11:47:50 +10:00 |
|
Lea Anthony
|
833671d30c
|
[v3 windows] Add clipboard support
|
2023-06-10 13:01:10 +10:00 |
|
Lea Anthony
|
ae691b8e52
|
[v3 windows] Small icon updates
|
2023-06-10 10:19:33 +10:00 |
|
Lea Anthony
|
2b56b7b6b9
|
[v3] Update status and log plugin readme
|
2023-06-09 20:44:24 +10:00 |
|
Lea Anthony
|
81a5380f67
|
[v3 windows] Handle null result from callbacks. Call results should respond on main thread.
|
2023-06-09 20:34:11 +10:00 |
|
Lea Anthony
|
7c45e3ac13
|
[v3 mac] Fixed drag
|
2023-06-09 17:00:07 +10:00 |
|
Lea Anthony
|
d1932c36ce
|
Merge remote-tracking branch 'origin/v3-alpha' into v3-alpha
# Conflicts:
# v2/internal/app/app_dev.go
# v3/STATUS.md
# v3/Taskfile.yaml
# v3/examples/binding/go.mod
# v3/examples/binding/go.sum
# v3/examples/menu/main.go
# v3/examples/window/main.go
# v3/go.mod
# v3/go.sum
# v3/pkg/application/application_windows.go
# v3/pkg/application/dialogs_windows.go
# v3/pkg/application/menuitem_windows.go
# v3/pkg/application/options_webview_window.go
# v3/pkg/application/options_win.go
# v3/pkg/application/popupmenu_windows.go
# v3/pkg/application/systemtray_windows.go
# v3/pkg/application/webview_window.go
# v3/pkg/application/webview_window_windows.go
# v3/pkg/events/events.go
# v3/pkg/events/events.txt
# v3/pkg/w32/constants.go
# v3/pkg/w32/popupmenu.go
# v3/pkg/w32/screen.go
# v3/pkg/w32/typedef.go
# v3/pkg/w32/user32.go
# website/src/pages/changelog.mdx
|
2023-06-07 08:19:25 +10:00 |
|
Lea Anthony
|
adb7ddf8d2
|
[v3] Update go mod for plugins examples
|
2023-06-06 21:07:28 +10:00 |
|
Lea Anthony
|
3b0a57ca6d
|
[v3 plugins] Support single-instance on Windows
|
2023-06-06 21:06:52 +10:00 |
|
Lea Anthony
|
4ee75e93c9
|
[v3] Improve examples
|
2023-06-06 20:41:28 +10:00 |
|
Lea Anthony
|
ff218e5323
|
[v3 windows] Support systray.Destroy()
|
2023-06-06 20:40:56 +10:00 |
|
Lea Anthony
|
df0969d1c6
|
[v3 windows] Support About box. Improve app menu handling.
|
2023-06-06 20:40:38 +10:00 |
|
Lea Anthony
|
23d7ac0e58
|
[v3 windows] Add MessageBoxIndirect
|
2023-06-06 20:39:24 +10:00 |
|
Lea Anthony
|
f9a87944cf
|
[v3] icons.ico -> icon.ico
|
2023-06-06 20:38:45 +10:00 |
|
Lea Anthony
|
eff456aa1a
|
[v3 windows] Improve systray locking
|
2023-06-06 20:38:01 +10:00 |
|
Lea Anthony
|
1ce07cd67c
|
[v3 windows] Update Taskfile in templates
|
2023-06-06 20:37:15 +10:00 |
|
Lea Anthony
|
fc7952ff3b
|
[v3 windows] Update examples. Add example table to STATUS.md
|
2023-06-05 20:34:52 +10:00 |
|
Lea Anthony
|
bb28bdf565
|
[v3 windows] Fix resize bug when using setSize
|
2023-06-05 20:33:45 +10:00 |
|
Lea Anthony
|
04d5842124
|
[v3 windows] Add package:windows task
|
2023-06-05 19:57:40 +10:00 |
|
Lea Anthony
|
1a12890556
|
[v3 windows] Add Webview2NavigationCompleted event. Support CSS + JS injection
|
2023-06-05 08:58:53 +10:00 |
|
Lea Anthony
|
d021d885ca
|
[v3 windows] Update STATUS.md
|
2023-06-04 14:08:27 +10:00 |
|