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
|
f2ab205415
|
[chore] Use webview2 package (#2687)
* [v2 windows] Use external webview2 package
* Update CHANGELOG
|
2023-06-10 17:04:31 +10:00 |
|
Lea Anthony
|
41edd78953
|
Update format-markdown-files.yml
|
2023-06-10 17:01:01 +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 |
|
github-actions[bot]
|
3dbe6e96c1
|
chore: update sponsors.svg (#2701)
Co-authored-by: leaanthony <leaanthony@users.noreply.github.com>
|
2023-06-09 10:40:39 +10:00 |
|
Lea Anthony
|
28a2b4fbd9
|
[v2] Update go mod dependency versions
|
2023-06-09 10:15:21 +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 |
|
Lea Anthony
|
3433b8ce8f
|
[v3 windows] Support context menus
|
2023-06-04 14:05:19 +10:00 |
|
5aaee9
|
6d857bf61a
|
windows/nsis: add hidpi support for nsis installer (#2694)
* feat(windows/nsis): add hidpi support for nsis installer
* website: add changelog
|
2023-06-04 07:26:24 +10:00 |
|
github-actions[bot]
|
4814e65da2
|
docs: sync translations (#2685)
Co-authored-by: leaanthony <leaanthony@users.noreply.github.com>
|
2023-06-03 17:20:10 +10:00 |
|
github-actions[bot]
|
644dc653a9
|
chore: update sponsors.svg (#2698)
Co-authored-by: leaanthony <leaanthony@users.noreply.github.com>
|
2023-06-03 17:18:59 +10:00 |
|
Lea Anthony
|
6092730acc
|
[v3 windows] Support Close and take into account HideOnClose option
|
2023-06-03 15:23:10 +10:00 |
|
Lea Anthony
|
ba4ffe4ecc
|
[v3 windows] Support devtools on startup
|
2023-06-03 15:19:38 +10:00 |
|
Lea Anthony
|
55b3e2d35a
|
[v3 windows] Update STATUS.md
|
2023-06-03 15:08:50 +10:00 |
|
Lea Anthony
|
6b926ec463
|
[v3 windows] Support setURL, execJS, reload, zoomIn/Out/Reset, get/setZoom, setHTML,
|
2023-06-03 15:03:26 +10:00 |
|
dependabot[bot]
|
19932bf3ad
|
Bump @antfu/utils and unconfig in /scripts/sponsors (#2696)
Bumps [@antfu/utils](https://github.com/antfu/utils) and [unconfig](https://github.com/antfu/unconfig). These dependencies needed to be updated together.
Updates `@antfu/utils` from 0.5.2 to 0.7.4
- [Release notes](https://github.com/antfu/utils/releases)
- [Commits](https://github.com/antfu/utils/compare/v0.5.2...v0.7.4)
Updates `unconfig` from 0.3.7 to 0.3.9
- [Release notes](https://github.com/antfu/unconfig/releases)
- [Commits](https://github.com/antfu/unconfig/compare/v0.3.7...v0.3.9)
---
updated-dependencies:
- dependency-name: "@antfu/utils"
dependency-type: indirect
- dependency-name: unconfig
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-06-03 07:52:41 +10:00 |
|
Lea Anthony
|
9b686b5417
|
[v3 windows] Support Application Menu, hiding menu items
|
2023-06-01 22:52:04 +10:00 |
|
Lea Anthony
|
82ec56bc7d
|
[v3 windows] Support GetScreens and GetPrimaryScreen
|
2023-06-01 22:52:03 +10:00 |
|
Lea Anthony
|
798e51d4d3
|
[v3 windows] Fix window ID processing
|
2023-06-01 22:52:02 +10:00 |
|
Lea Anthony
|
35c41552de
|
[v3 mac] Basic common event support. Taskfile refactor
|
2023-06-01 22:51:25 +10:00 |
|
Lea Anthony
|
19be7f61ac
|
[v3 windows] Fix resizing. Add resize debouncing
|
2023-05-30 16:36:00 +08:00 |
|
Misite Bao
|
bbf0e8cdad
|
chore: split Taskfile (#2654)
|
2023-05-30 16:35:59 +08:00 |
|
Lea Anthony
|
7e2d2a29a1
|
[v3 windows] Initial webview2 working
|
2023-05-30 16:33:34 +08:00 |
|
Lea Anthony
|
671dc2aa3a
|
[v3 windows] Implement start x/y + parent window for dialogs
|
2023-05-30 16:33:34 +08:00 |
|
Lea Anthony
|
294a2c701e
|
[v3] Update esbuild
|
2023-05-30 16:33:34 +08:00 |
|
Lea Anthony
|
01f03c552d
|
[v3] Improve invoke
|
2023-05-30 16:33:33 +08:00 |
|