Commit graph

3,124 commits

Author SHA1 Message Date
Lea Anthony
d24d82f86d
Rename exp -> v3 2023-01-18 21:34:11 +11:00
Lea Anthony
81e9223124
Merge branch 'master' into future/exp 2023-01-18 21:27:30 +11:00
Lea Anthony
18d0ed890a
Merge branch 'blog/v3-roadmap' 2023-01-18 20:59:38 +11:00
Lea Anthony
2374bb7e0e
Update clir 2023-01-18 20:57:31 +11:00
Lea Anthony
4c42ef9710
Create generate bindings command 2023-01-18 20:19:12 +11:00
stffabi
b4d64678b5 Basic integration of the assetserver 2023-01-18 09:31:09 +01:00
Lea Anthony
2479603143
Add github issue link 2023-01-18 17:41:33 +11:00
Lea Anthony
a4f729a6a0
Rename parser package.
Fix linting issues
Add README.md
2023-01-18 08:22:31 +11:00
Lea Anthony
dbf6b3a718
updated 2023-01-18 07:57:10 +11:00
stffabi
45c3a501d9
[cli] Fix applying default arch to platform flag (#2309) 2023-01-17 20:39:15 +01:00
Lea Anthony
401165ce30
blog 2023-01-17 21:19:17 +11:00
Lea Anthony
8e593e9c35
Start of TS models generation support 2023-01-17 18:57:35 +11:00
Lea Anthony
0a09363db7
Support struct discovery over multiple files 2023-01-17 07:45:41 +11:00
stffabi
caa0b6c804
[assetServer, darwin] Use AssetServer native WKWebView request handling (#2283) 2023-01-16 13:02:18 +01:00
stffabi
8f92cf1074
[assetHandler] Allow middleware to set the content-type for an assets file (#2286) 2023-01-16 21:05:25 +11:00
Gwyn
8c7fa4cf4c
Updates all default gitignore templates to be newline terminated. (#2306)
This allows echoing new patterns to the end of the file without
causing a string concatenation error.
2023-01-16 21:02:52 +11:00
Oussama Sethoum
d0bd849be6
Update events.mdx (#2300)
* Update events.mdx

* Add doc update to docs dir

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
2023-01-16 20:59:58 +11:00
stffabi
0a98efeea9
[runtime] Improve —wails-draggable by starting a drag immediately but only for the first click in a series (#2302)
This removes the sometime lagging experience when
starting to drag on Windows. But it's still possible to use
double-click events for adding e.g. a WindowToggleMaximise.
2023-01-16 20:56:13 +11:00
github-actions[bot]
93cfc777f9
chore: update sponsors.svg (#2293)
Co-authored-by: leaanthony <leaanthony@users.noreply.github.com>
2023-01-16 20:53:31 +11:00
Lea Anthony
b0b96c9838
Support struct discovery in methods 2023-01-16 20:30:05 +11:00
Lea Anthony
8bbf5ff3f1
Recursive bound model discovery implemented 2023-01-15 20:25:42 +11:00
stffabi
d15e673a19
[windows] Some improvements to fullscreen (#2299) 2023-01-15 06:14:15 +01:00
Lea Anthony
572fbc9705
Initial parsing to discover bound struct names 2023-01-13 17:35:43 +11:00
Lea Anthony
f371b513d1
Fix name of Window menu in role 2023-01-13 17:33:54 +11:00
Supian M
ec8e9b2715
Fix Broken Badge (#2292) 2023-01-12 20:01:56 +11:00
stffabi
aaf039bcff
[windows] Disable frameless decorations during fullscreen (#2288)
Otherwise this leads to thin transparent lines on the window borders on older Windows versions.
2023-01-11 15:22:48 +01:00
stffabi
05679e70d0
[runtime] Frameless resize now sets the cursor on documentElement (#2289)
Otherwise if the body does not cover the full viewport the cursor won't
be shown outside of its rectangle.
2023-01-10 13:19:09 +01:00
stffabi
8e4606d104
[windows] Improve fullscreen mode for frameless windows (#2279)
* Improve fullscreen mode for frameless windows
* Set Window background color in addition to WebView2 background color
2023-01-09 12:15:43 +01:00
Lea Anthony
54ca6c7059
Refactor assetserver into pkg (#2260) 2023-01-08 11:25:21 +01:00
Lea Anthony
e5d3803fc1
Initial runtime builds
Added Taskfile for fast runtime builds
2023-01-08 21:06:31 +11:00
Lea Anthony
6e3b4cf1a1
Add Warmine to showcase 2023-01-08 12:53:14 +11:00
Zámbó, Levente
c3011813b0
linux separate window c and go file (#2275) 2023-01-07 16:20:11 +11:00
Johannes Haseitl
ccceadbd24
Replace more slack links with discord invites (#2256)
* Add Discord link and deprecate slack links

* More slack -> discord changes

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
2023-01-07 16:19:33 +11:00
Noah Hsu
e1fc7119bc
docs: fix admonitions syntax (#2263) 2023-01-07 15:36:37 +11:00
Lea Anthony
06a0377963
Fix frameless
Add rounded corners for frameless
Create NSWindow subclass
Add pre-post build hooks
2023-01-07 11:26:46 +11:00
Zámbó, Levente
add10df5ff
fix missing bin dir on build hook (#2273)
* fix missing bin dir on build hook

* add fix to changelog
2023-01-07 06:51:01 +11:00
Lea Anthony
62a5509390
Do not display internal tasks when using wails task list 2023-01-06 20:20:40 +11:00
Lea Anthony
54805d99a0
Remove New from Dialog methods 2023-01-06 20:19:20 +11:00
stffabi
284e20a290
Add EnableFraudulentWebsiteDetection to options (#2269)
This allows to explicitly opt-in to scan services for fraudulent
content, such as malware or phishing attempts.
2023-01-06 00:06:26 +11:00
Zámbó, Levente
0a32c1124e
Add common text clipboard support (#2228) 2023-01-05 16:41:07 +11:00
Igor Sementsov
fc9dd99dea
Update troubleshooting.mdx (#2252)
* Update troubleshooting.mdx

https://github.com/wailsapp/wails/issues/2249

* Move guide to docs

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
2023-01-05 16:19:49 +11:00
希嘉嘉
2727af43d4
Update templates.mdx (#2230)
添加 solid 模版的中文描述信息。
2023-01-05 16:09:53 +11:00
github-actions[bot]
4d0163d8af
chore: update sponsors.svg (#2271)
Co-authored-by: leaanthony <leaanthony@users.noreply.github.com>
2023-01-05 15:12:13 +11:00
Lea Anthony
d1e2ee452f
Integrate Task 2023-01-05 15:02:08 +11:00
Lea Anthony
b5127d95ff
Add EnableFraudulentWebsiteWarnings feature
Co-authored-by: stffabi <stffabi@users.noreply.github.com>
2023-01-04 20:12:28 +11:00
Lea Anthony
174a31b49a
Add run command for running tasks in a Taskfile.yml
Add `generate` command for generating assets
Add build example
2023-01-04 20:01:13 +11:00
stffabi
ebc653a584
[windows] Add support for AdditionalBrowserArgs to the legacy Webview2Loader (#2267) 2023-01-02 22:41:56 +01:00
Lea Anthony
746b4dfc04
Fix sizes bug
Remove redundant menu package
2023-01-03 05:43:56 +11:00
Lea Anthony
e5da0eb5f8
Add icon generation
Add syso generation
Add tests
2023-01-02 21:23:44 +11:00
Zámbó, Levente
ef5f547d27
Support GPU acceleration settings on Windows & Linux (#2266)
* support GPU acceleration settings Window & Linux

* fix linux empty option crash

* fix change linux gpu policy switch case

* add PR to changelog
2023-01-02 09:38:53 +11:00