Adrian Hupka
|
5ed46f010b
|
fix: added command line argument to successfully run multiwindow example (#3717)
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio>
|
2022-03-17 10:01:05 -03:00 |
|
Lucas Fernandes Nogueira
|
49546c5269
|
feat(build): print error context (#3644)
|
2022-03-09 21:01:26 -03:00 |
|
Lucas Fernandes Nogueira
|
64e0054299
|
refactor(core): do not panic on invalid window labels,#3544 (#3596)
|
2022-03-03 14:47:31 -03:00 |
|
Lucas Fernandes Nogueira
|
4334865266
|
refactor(cli): rename tooling/cli.rs folder to tooling/cli (#3388)
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
|
2022-02-10 17:23:10 -03:00 |
|
Fabian-Lars
|
02ac3215ea
|
feat(cli.js): rewrite cli.js with napi-rs, closes #2651,#3287 (#3370)
Co-authored-by: Chip Reed <chip@chip.sh>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-02-09 22:11:00 -03:00 |
|
Lucas Fernandes Nogueira
|
a892728c08
|
fix(examples): allowlist configuration for core examples (#3340)
|
2022-02-06 10:50:45 -03:00 |
|
Jacob
|
e57a303748
|
docs(examples): add missing Readme and clarify existing (#3327)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-02-04 17:56:57 -03:00 |
|
chip
|
d5d6d2abc1
|
Isolation Pattern (#43)
Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <wusyong9104@gmail.com>
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio>
|
2022-01-17 10:46:14 -03:00 |
|
Lucas Nogueira
|
4fa5ec9606
|
chore: cleanup repo lockfiles and gitignores
|
2022-01-09 15:18:14 -03:00 |
|
Lucas Nogueira
|
8259cd64c2
|
feat(core): inject CSP on data URLs [TRI-049] (#16)
|
2022-01-09 14:57:12 -03:00 |
|
Lucas Nogueira
|
2a7bf6d912
|
refactor(examples): improve security when rendering HTML strings [TRI-003] (#14)
|
2022-01-09 14:35:30 -03:00 |
|
Lucas Nogueira
|
cf54dcf9c8
|
feat: improve CSP security with nonces and hashes, add devCsp [TRI-004] (#8)
|
2022-01-09 11:11:59 -03:00 |
|
Lucas Fernandes Nogueira
|
a9dfc01550
|
feat: update to edition 2021 and set minimum rust to 1.56 (#2789)
|
2021-10-22 10:04:42 -03:00 |
|
Lucas Fernandes Nogueira
|
aecdfaf76f
|
fix(core): raw-window-handle dependency, closes #2460 (#2465)
|
2021-08-17 10:27:18 -03:00 |
|
Lucas Fernandes Nogueira
|
4a031add69
|
feat(core): expose set_activation_policy , closes #2258 (#2420)
* feat(core): expose `set_activation_policy`, closes #2258
* fix change file [skip ci]
* Update .changes/runtime-set-activation-policy.md [skip ci]
Co-authored-by: Amr Bashir <48618675+amrbashir@users.noreply.github.com>
* clippy
* allow unused mut on example
Co-authored-by: Amr Bashir <48618675+amrbashir@users.noreply.github.com>
|
2021-08-13 13:25:31 -03:00 |
|
Lucas Nogueira
|
2e2dc7c774
|
fix(core): temporary fix for clippy issue
|
2021-07-03 20:20:54 -03:00 |
|
Amr Bashir
|
66916b739f
|
chore: add .prettierrc in repo root (#2145)
|
2021-07-03 19:48:04 -03:00 |
|
Lucas Fernandes Nogueira
|
ec88e30617
|
feat(examples): add sidecar example (#1999)
|
2021-06-16 22:18:24 -03:00 |
|
nothingismagick
|
463fd00d06
|
fix(csp): add wss and tauri to conf template (#1974)
* fix(csp): add wss and tauri to conf template
* add change file, update examples/docs
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2021-06-15 13:37:24 -03:00 |
|
Lucas Fernandes Nogueira
|
6ec54c53b5
|
feat(core): allow dev_path , dist_dir as array of paths, fixes #1897 (#1926)
* feat(core): allow `dev_path`, `dist_dir` as array of paths, fixes #1897
* fix: clippy
|
2021-05-31 11:42:10 -03:00 |
|
nothingismagick
|
12268e6e69
|
fix(csp): add 'self' (#1794)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2021-05-12 09:45:39 -03:00 |
|
Lucas Fernandes Nogueira
|
665ec1d4a1
|
refactor: move runtime to tauri-runtime crate (#1751)
|
2021-05-09 15:19:37 -03:00 |
|
Lucas Fernandes Nogueira
|
b86fe9a6de
|
feat(examples): add splashscreen example (#1685)
|
2021-05-03 11:16:51 -03:00 |
|
Lucas Fernandes Nogueira
|
5c1fe52c2b
|
feat(cli.rs): allow using cross instead of cargo, add target triple arg (#1664)
|
2021-04-30 15:16:14 -03:00 |
|
Lucas Fernandes Nogueira
|
c31f0978c5
|
refactor: update to wry 0.9 (#1630)
|
2021-04-28 19:56:05 -03:00 |
|
Lucas Fernandes Nogueira
|
2c69f90658
|
chore(examples): do not use lld linker (#1589)
|
2021-04-22 19:38:14 -03:00 |
|
Lucas Fernandes Nogueira
|
aea614587b
|
refactor(repo): add /tooling folder (#1457)
|
2021-04-12 01:59:25 -03:00 |
|
nothingismagick
|
bf82136466
|
feat(license): SPDX Headers (#1449)
* chore(licenses): api
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* chore(licenses): scripts
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* chore(license): cli/core
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* chore(license): cli/tauri-bundler
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* chore(license): workflows
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* chore(license): require license_template in rust
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* chore(license): core/tauri
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* chore(license): core/tauri-api
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* chore(license): core/tauri-build
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* chore(license): core/tauri-codegen
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* chore(license): core/tauri-macros
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* chore(license): core/tauri-updater
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* chore(license): core/tauri-utils
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* chore(license): examples
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* chore(license): cli/tauri.js
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* chore(license): changefile
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* chore(license): place both licenses in root
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* chore(license): package.json SPDX
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* chore(license): SPDX everywhere
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* fix(tauri.js): tests more time for ubuntu
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* chore(license): commons conservancy language
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* chore(license): add spdx file
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* fix(license): clippy
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
* chore(license): language
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
|
2021-04-11 00:09:09 +02:00 |
|
Lucas Fernandes Nogueira
|
8b36fe0c5d
|
refactor: move tauri crates to /core folder (#1444)
|
2021-04-08 13:22:20 -03:00 |
|
chip
|
94038b5e71
|
refactor(tauri): remove app runner, use builder (#1429)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2021-04-06 17:50:53 -03:00 |
|
Lucas Fernandes Nogueira
|
9b35cf7a1b
|
feat(config): simplify app urls with custom paths (#1432)
|
2021-04-06 02:01:32 -03:00 |
|
chip
|
8584e667cd
|
speed up asset inclusion on debug mode (fixes #1394) (#1430)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2021-04-06 01:15:53 -03:00 |
|
david
|
6d70c8e1e2
|
feat(updater): Alpha version (#643)
Co-authored-by: Rajiv Shah <rajivshah1@icloud.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
Co-authored-by: nothingismagick <denjell@mailscript.com>
Co-authored-by: Laegel <valentin.chouaf@laposte.net>
|
2021-04-05 14:51:17 -03:00 |
|
chip
|
2158a68d7d
|
wip: big refactor, removing application cycle + allowing generic parameters to the application (#1400)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2021-04-03 21:41:04 -03:00 |
|
Lucas Fernandes Nogueira
|
1318ffb47c
|
refactor(core): remove async from app hooks, add InvokeMessage type (#1392)
|
2021-03-26 14:19:03 -03:00 |
|
Lucas Fernandes Nogueira
|
8bdd894925
|
refactor(core): move bundle script to /tauri crate (#1377)
* refactor(core): move bundle script to /tauri crate
* fix(cli): clippy
* fix(core): tests
|
2021-03-23 00:03:07 -03:00 |
|
Lucas Fernandes Nogueira
|
b670ec55f2
|
refactor(core): add unlisten , once APIs to the event system (#1359)
|
2021-03-16 09:50:04 -03:00 |
|
Lucas Fernandes Nogueira
|
46f3d5ffef
|
chore(deps): remove winres from template (#1357)
|
2021-03-14 23:35:48 -03:00 |
|
Noah Klayman
|
4c9d419eec
|
fix(examples): build error (#1354)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2021-03-12 23:49:55 -03:00 |
|
Ngo Iok Ui (Wu Yu Wei)
|
1086b3b85f
|
refactor(core): use Mutex in std to reduce async usage (#1350)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2021-03-12 23:01:05 -03:00 |
|
chip
|
c88838aa76
|
feat: build without proc macros (#1226)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2021-03-12 22:10:19 -03:00 |
|