Lucas Fernandes Nogueira
|
8b6f3de0ad
|
feat(core): add state management, closes #1655 (#1665)
* feat(core): add state management, closes #1655
* fix(tests): ignore doc example
* use a trait to manage #[command] parameters
* add docs [skip ci]
* finish command before moving into respond_async
* Revert "finish command before moving into respond_async"
This reverts commit 4651bed5bf .
* refactor: split InvokeMessage into InvokeResolver, add InvokeResponse
* feat: add managed state to the plugin interface
* feat: add commands example
* add change file [skip ci]
* cleanup clones
Co-authored-by: chip reed <chip@chip.sh>
|
2021-05-02 15:34:15 -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
|
181e132aee
|
refactor(core): simplify usage of app event and window label types (#1623)
Co-authored-by: chip reed <chip@chip.sh>
|
2021-04-27 11:52:12 -03:00 |
|
Lucas Fernandes Nogueira
|
9490b257d2
|
fix(cli.rs): enable the updater feature on cli (#1597)
|
2021-04-23 01:41:51 -03:00 |
|
Lucas Fernandes Nogueira
|
2c69f90658
|
chore(examples): do not use lld linker (#1589)
|
2021-04-22 19:38:14 -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 |
|
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 |
|
Lucas Fernandes Nogueira
|
6a367020a2
|
chore: reintroduce option to access window APIs on command fn (#1427)
|
2021-04-05 20:55:52 -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
|
5b3d9b2c07
|
feat(config): allow setting product name and version on tauri.conf.json (#1358)
|
2021-03-22 21:51:23 -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 |
|
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 |
|