Lucas Fernandes Nogueira
|
95d518afa1
|
feat(core): expose AppHandle, add create_window API (#1855)
|
2021-05-18 16:49:01 -03:00 |
|
Lucas Fernandes Nogueira
|
c090927021
|
feat(core): system tray, closes #157 (#1749)
|
2021-05-09 08:15:37 -03:00 |
|
Lucas Fernandes Nogueira
|
41d5d6aff2
|
feat(core): window menus (#1745)
|
2021-05-08 12:11:40 -03:00 |
|
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
|
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 |
|
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 |
|
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
|
6a367020a2
|
chore: reintroduce option to access window APIs on command fn (#1427)
|
2021-04-05 20:55:52 -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
|
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 |
|