stffabi
b1c2065dfb
[v2, windows] Add WebviewUserDataPath to windows options
2022-01-25 21:42:01 +01:00
stffabi
ad28527a76
[v2] Bump go-webview2
...
Contains fixes for #1081 , #1103 , #1104
2022-01-25 20:24:26 +01:00
Lea Anthony
9d519a3a3f
Merge pull request #1098 from stffabi/feature/fix-dpi-scaling
...
[v2, windows] Fix dpi scaling for factors other than 100%, 200%,...
2022-01-25 19:58:18 +11:00
stffabi
fa6686361c
[v2, windows] Fix dpi scaling for factors other than 100%, 200%,...
2022-01-25 08:48:53 +01:00
Lea Anthony
cab268212c
Merge pull request #1092 from albert-sun/1091-export-bindings
...
Added TypeScript interface export for the window.go object
2022-01-23 08:57:05 +11:00
Albert Sun
f5c3907fac
added interface{} test case and fixed
2022-01-22 10:23:02 -05:00
Albert Sun
4118f348f5
fixed generate test
2022-01-22 00:59:26 -05:00
Albert Sun
1e4af8991b
added export
2022-01-22 00:40:55 -05:00
Lea Anthony
02ea108bea
Merge pull request #1085 from stffabi/feature/improve-frameless
...
[v2] windows: Improve frameless window handling
2022-01-20 05:40:19 +11:00
stffabi
46d3288a50
[v2] windows: Improve frameless window handling
...
The following features are now supported for framless windows
- Allow aero snap
- Minimize and maximize animations
- Allow minimizing/restoring by clicking onto the taskbar icon
- If EnableFramelessBorder is used, the default application border with glass effect is used
Change: If a menu is used, it won't be displayed anymore if the window is frameless.
2022-01-19 14:54:29 +01:00
Lea Anthony
6aef92950a
Merge pull request #1086 from wailsapp/feature/linux-callback
...
[linux] execute JS on main thread
2022-01-19 19:22:41 +11:00
Travis McLane
cfcc6cfa1c
[linux] execute JS on main thread
2022-01-18 21:31:08 -06:00
Lea Anthony
e96410e714
Support -debug
for wails build
2022-01-17 21:14:07 +11:00
Lea Anthony
e08cdc22d1
v2.0.0-beta.29
2022-01-17 20:51:58 +11:00
Lea Anthony
15091310a6
Merge pull request #1074 from stffabi/feature/frameless-resizing
...
[v2] Only call EnableSizable for normal windows
2022-01-17 20:34:36 +11:00
stffabi
dd4b0e189c
[v2] Bump winc
...
Contains fixes for #1049 , #1063 and #1083
2022-01-17 10:23:49 +01:00
stffabi
c4b14740d5
[v2] Only call EnableSizable for normal windows
...
Frameless windows are always not resizable per default and
the resizing for those will be initiated by the frontend see
processMessage.
If EnableSizable is enabled for frameless windows, a small white
titlebar will be shown.
Fix #1049
2022-01-17 10:23:20 +01:00
Lea Anthony
140c78ecd1
Update sponsors
2022-01-16 14:48:17 +11:00
Lea Anthony
72a0936f49
v2.0.0-beta.28
2022-01-12 20:38:17 +11:00
Lea Anthony
8b7d4393dc
Revert "WIP"
...
This reverts commit b07fd608b3
.
2022-01-12 20:34:37 +11:00
Lea Anthony
1724912cd8
Update to latest winc. Fixes resize issue
2022-01-12 20:33:58 +11:00
Lea Anthony
b07fd608b3
WIP
2022-01-12 20:29:20 +11:00
Lea Anthony
6eba8ec76f
Merge pull request #1069 from redraskal/fix/v2-win-window-maximize
...
[v2] Fix: win window maximise/minimise
2022-01-12 19:30:43 +11:00
redraskal
b32c5b7ba2
fix: [v2] win runtime.WindowMinimise()
2022-01-10 23:00:31 -06:00
redraskal
0593c29784
fix: [v2] win runtime.WindowMaximise()
2022-01-10 22:59:40 -06:00
Lea Anthony
0d402492db
Merge pull request #1068 from BillBuilt/patch-1
...
Add templates for using Svelte with Vite
2022-01-11 07:08:04 +11:00
BillBuilt
bcf7c4e035
Add templates for using Svelte with Vite
...
Add templates for using Svelte with Vite and optionally TailwindCSS v3
2022-01-10 13:10:43 -05:00
Lea\Anthony
d9bacfc396
Update Sponsors
2022-01-10 20:49:28 +11:00
Lea Anthony
f6d7ec3d50
Merge pull request #1059 from GargantuaX/master
...
update zh-hans docs
2022-01-06 06:28:35 +11:00
GargantuaX
d2a116fe55
update zh-hans docs
2022-01-05 16:01:48 +08:00
Lea Anthony
eb3cf9d130
Merge pull request #1058 from yesgs/master
...
add uos linux distro
2022-01-05 17:13:48 +11:00
king
7e2258be7d
add uos linux distro
2022-01-05 11:13:34 +08:00
Lea Anthony
bb5d446001
Merge pull request #1053 from pierrejoye/master
...
Allow window resizing regardless of frameless or other options (#1049 )
2021-12-31 06:58:05 +11:00
Pierre Joye
e9aba4795f
Allow window resizing regardless of frameless or other options
...
Fix bug on Windows where the disableResize option depends on the frameless option.
2021-12-30 16:55:47 +07:00
Lea\Anthony
c16bb9715f
Fix for bad default directories in dialog options. Fixes #1052
2021-12-30 17:34:06 +11:00
Lea\Anthony
0f09e8d433
Fix signatures
2021-12-30 11:17:29 +11:00
Lea\Anthony
f338dff171
Fix EventsOff in JS runtime
2021-12-29 09:11:12 +11:00
Lea\Anthony
3c6ed12637
New build flag: -debug
2021-12-29 06:54:52 +11:00
Lea Anthony
e2f3a11a33
[mac] Fix for cancelling Dialogs. Fixes #1047
2021-12-28 20:04:30 +11:00
Lea Anthony
0571deb290
Merge pull request #1046 from buddyabaddon/master
...
Make linuxdb.yaml an embedded resource
2021-12-28 17:27:59 +11:00
Matt McKenzie
451b357e40
Make linuxdb.yaml an embedded resource
2021-12-27 18:22:03 -08:00
Lea\Anthony
84b67a8f53
Add -u flag to sync project go.mod with CLI version
2021-12-28 06:40:44 +11:00
Lea Anthony
448cf731bb
[mac] Fix for Save Dialog
2021-12-27 20:09:03 +11:00
Lea\Anthony
9cb480f0f0
v2.0.0-beta.27
2021-12-27 19:40:56 +11:00
Lea\Anthony
6825a631f5
Commit MicrosoftEdgeWebview2Setup.exe
2021-12-27 19:40:19 +11:00
Lea\Anthony
39f91a030f
v2.0.0-beta.26
2021-12-27 18:12:48 +11:00
Lea\Anthony
202e4d5be8
Actually commit sudo_mattn
2021-12-27 18:11:12 +11:00
Lea\Anthony
045e58778a
Actually commit webview2runtime
2021-12-27 18:09:41 +11:00
Lea\Anthony
e375d60c67
Updated modules
2021-12-27 05:23:18 +11:00
Lea\Anthony
fcb5499d3a
v2.0.0-beta.25
2021-12-27 05:21:17 +11:00