Travis McLane
16a029754f
disable 'server' example
...
Doesn't compile currently.
Disabling such that the workflow succeeds
2024-04-08 13:29:42 -05:00
Travis McLane
3c9fd67fd0
doctor: correct compilation errors
2024-04-08 13:23:12 -05:00
Travis McLane
724ca386e7
Merge remote-tracking branch 'origin/v3-alpha-linux-dialogs' into v3-alpha
2024-04-08 11:17:56 -05:00
atterpac
6f75b00463
Proper syncing and canceling of dialogs
...
s
s
s
2024-04-08 11:17:05 -05:00
Travis McLane
105d9f0d3a
allow directory selection
2024-04-07 16:42:33 -05:00
atterpac
38f6b1297d
Call linux dialog on main thread
2024-04-07 16:42:33 -05:00
Lea Anthony
cf130a6e25
[windows] Fix directory select in Open Dialog
2024-04-06 14:38:43 +11:00
Lea Anthony
e91c30fad0
Small doctor improvements
2024-04-03 20:48:55 +11:00
Lea Anthony
3e3f7b9273
Update discord link
2024-04-03 08:27:32 +11:00
Lea Anthony
88ff84f5a5
[windows] Improve Set window icon when in debug mode
2024-04-01 05:02:39 +11:00
Lea Anthony
eee373f15a
[windows] Set window icon when in debug mode
2024-04-01 04:55:34 +11:00
Lea Anthony
c839c053cb
[windows] Fix min/max buttons
2024-03-29 21:44:59 +11:00
Lea Anthony
238b9ede78
Update plugin example
2024-03-26 21:11:35 +11:00
Lea Anthony
c7bd39abc7
Update plugin example
2024-03-26 21:02:26 +11:00
Lea Anthony
85b1f909a7
Plugin updates
2024-03-26 20:56:58 +11:00
Calle Gustafsson
675f502802
wails3 alpha windows: fix crash when systray icon is clicked without an attached window ( #3271 )
...
* Fix : #3270
removes an unnessecary check which returned a double nil wich in turned causes a crash if systray doesn't have an attached window.
* Add iconIsInFlyout method to systray_windows
and use it to determine if the icon is in the
flyout or not when positioning an attached window.
* optimize the windows systray window positioning
we only need to get the systray bounds if
the icon is in the flyout area.
* Use correct behavior for placing the window
if the systray icon is visible in the taskbar the
window should be centered on the systray icon
otherwise the icon is in a flyout are and the
window should be placed in the corner.
Added comments to explain placement logic
* consistent placing of systray menu on right vs left click
* add PR info in changelog
---------
Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
2024-03-24 17:04:40 +11:00
abichinger
db5553ec75
[linux] fix closing of custom context menu #3329 ( #3330 )
...
* [linux] fix closing of custom context menu
* Update changelog
---------
Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
2024-03-24 16:51:45 +11:00
Fabio Massaioli
413191411f
Remove class fields ( #3333 )
2024-03-24 16:42:41 +11:00
Fabio Massaioli
45b2681dfc
[v3] Fix binding generator output and import paths ( #3334 )
...
* Fix relative import path computation
* Fix models output path
* Add option to generate bindings using bundled runtime
* Update binding example
* Fix testdata
* Update changelog
---------
Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
2024-03-22 21:18:04 +11:00
Travis McLane
f0986a6441
chore: version.txt == v3.0.0-alpha.4
2024-03-21 14:16:39 -05:00
stffabi
e6645136f9
[windows] Set HiDPI size scaling before setting up chromium
2024-03-21 09:42:23 +01:00
stffabi
189820135a
[windows] Use options for window name
2024-03-21 09:42:23 +01:00
Lea Anthony
f19cc528d4
Fix context menu example
2024-03-20 21:18:46 +11:00
Fabio Massaioli
2b9891da2c
[v3] Update and fix runtime JS API ( #3295 )
...
* Cleanup bundled runtime entry point
* Fix JS representation of Screen struct
* Expose IsFocused method in Window interface
* Update JS window API
* Fix cleanup of WML listeners
* Bundle runtime as ES module
* Update runtime dependencies
* Update runtime types and events
* Update bundled runtime
* Update changelog
---------
Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
2024-03-20 20:30:14 +11:00
Lea Anthony
a5c843f5c6
Disable social plugin in docs
2024-03-20 08:32:24 +11:00
Lea Anthony
aa8e74539c
Rebuild docs
2024-03-20 07:52:31 +11:00
Lea Anthony
d1968489b7
Don't build server plugin
2024-03-20 07:43:27 +11:00
Lea Anthony
33946a7aac
Don't build server plugin
2024-03-19 21:56:54 +11:00
Lea Anthony
ddf74d3793
Update go version in pipelines
2024-03-19 21:45:52 +11:00
Lea Anthony
1b3b8178ec
Update node version in pipelines
...
(cherry picked from commit c451adc424
)
2024-03-19 21:35:38 +11:00
Lea Anthony
bf3bdadd90
Update changelog
2024-03-19 21:07:14 +11:00
Lea Anthony
aba82cc527
Update system.Environment
2024-03-19 20:37:03 +11:00
atterpac
e92994d2e7
Refresh Version Update (CPU Thread Leak Fix) ( #3322 )
...
* Fix appimage file sourcing
Add findGTKFiles to source webkit files for appimage generation
s
* Update refresh version to fix CPU usage
s
* update changelong
* refresh version up
---------
Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
2024-03-19 08:41:47 +11:00
Lea Anthony
26d9b3a832
Update docs config
2024-03-19 08:36:57 +11:00
Lea Anthony
bfabaa50bc
Add Cymraeg
2024-03-18 21:52:39 +11:00
Lea Anthony
7fcd172387
Update first steps
2024-03-18 20:57:56 +11:00
Lea Anthony
c5bb4c7405
Refactor docs
2024-03-18 20:47:33 +11:00
Lea Anthony
98aff7778e
Support ProgramName on linux
2024-03-17 21:09:20 +11:00
Lea Anthony
4ab6352504
Set default size for linux windows
2024-03-17 20:57:46 +11:00
Lea Anthony
b325381ca0
Normalise app/webview options
...
Update deps
2024-03-17 20:57:46 +11:00
Lea Anthony
bc0a9b2e52
Add BundledAssetFileServer
for bundled /wails/runtime.js
. Update examples.
2024-03-17 15:08:30 +11:00
atterpac
75c0236a04
[v3] Fix Dev mode <defunct> processes ( #3320 )
...
* Fix appimage file sourcing
Add findGTKFiles to source webkit files for appimage generation
s
* Update refresh version to fix CPU usage
s
* update changelong
2024-03-17 14:17:21 +11:00
atterpac
ec2ce3fcfb
Fix appimage file sourcing ( #3306 )
...
Add findGTKFiles to source webkit files for appimage generation
s
2024-03-17 11:17:17 +11:00
Lea Anthony
e9a9420e5c
Refactor options.
...
Update deps
2024-03-17 09:42:27 +11:00
Travis McLane
209e097ba6
rename linux options file
...
`linux` suffix means it won't compile on non-Linux platforms.
Shorten the name to avoid:
../../pkg/application/options_webview_window.go:104:8: undefined: LinuxWindow
../../pkg/application/options_application.go:28:8: undefined: LinuxOptions
../../pkg/application/options_webview_window.go:104:8: undefined: LinuxWindow
2024-03-14 13:25:23 -05:00
Lea Anthony
8d234cc842
Update execjs signature
2024-03-14 08:57:10 +11:00
Lea Anthony
e6805707d8
Fix mac compilation issues
2024-03-14 08:52:10 +11:00
Lea Anthony
acd6f7af5b
Merge remote-tracking branch 'origin/v3-alpha-linux' into v3-alpha
2024-03-14 08:39:19 +11:00
Josh Drake
f38532bcf5
Correctly compute 'startURL' when using a frontend development server. ( #3299 )
...
* Fix computing 'startURL' when 'FRONTEND_DEVSERVER_URL' is present.
* Respect provided URL when computing 'startURL' and 'FRONTEND_DEVSERVER_URL' is present.
* Update changelog.
* Correctly produce absolute URI in 'GetStartURL' when input is provided.
2024-03-08 18:06:14 +11:00
Travis McLane
4b2189ba51
allow keypress propagation
...
- this allows the webkit to add values to the `input` when typed
FIXME: does this need to be configurable?
2024-03-07 09:03:47 -06:00