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 |
|
david
|
e511d39910
|
feat(api): Expose application metadata and functions to JS api - fix #1387 (#1445)
|
2021-04-08 12:50:55 -03:00 |
|
Lucas Fernandes Nogueira
|
5f212d3959
|
fix(core): use Object.create(null) to prevent possible proto pollution (#1416)
|
2021-04-05 15:37:06 -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 |
|
Lucas Fernandes Nogueira
|
3713066e45
|
refactor(core): rewrite shell execute API, closes #1229 (#1408)
|
2021-03-31 02:19:03 -03:00 |
|
Lucas Fernandes Nogueira
|
c8992bb0bf
|
refactor(api): use secure RNG, closes #1356 (#1398)
|
2021-03-30 00:26:40 -03:00 |
|
Lucas Fernandes Nogueira
|
f72b93b676
|
refactor(cli): rewrite init command in Rust (#1382)
Co-authored-by: nothingismagick <denjell@mailscript.com>
|
2021-03-24 19:21:03 -03:00 |
|
Amr Bashir
|
52c2baf940
|
feat: add current working directory to path api module (#1375)
|
2021-03-22 22:13:12 -03:00 |
|
Kid
|
2fc39fc341
|
fix(api/http): correct types (#1360)
* fix(api/http): correct types
* Add changes
* Update correct-http-api-types.md
|
2021-03-17 11:39:15 +01: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
|
2db901e744
|
feat(core): add file drop handler (#1352)
|
2021-03-12 21:02:36 -03:00 |
|
Noah Klayman
|
7c0bf642a9
|
feat(api/shell): allow open command to open files (#1341)
|
2021-03-10 01:20:54 -03:00 |
|
Noah Klayman
|
e996e1bcbd
|
fix(api/window): rename manager export to appWindow (#1342)
|
2021-03-10 01:20:27 -03:00 |
|
renovate[bot]
|
fde3621a18
|
chore(deps) Update Tauri API Definitions (#1317)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2021-03-07 21:58:05 -03:00 |
|
Lucas Fernandes Nogueira
|
b0c1009098
|
refactor(core): use wry RPC API (#1327)
|
2021-03-06 23:19:12 -03:00 |
|
Noah Klayman
|
e7f65ebdd7
|
feat(core/webview): add window close function (#1326)
|
2021-03-05 21:59:10 -03:00 |
|
Noah Klayman
|
427d170930
|
feat(api/invoke): separate cmd arg (#1321)
|
2021-03-04 21:18:25 -03:00 |
|
Noah Klayman
|
c6b72781cb
|
fix(api/window): remove setTransparent as it isn't supported (#1322)
|
2021-03-04 21:18:08 -03:00 |
|
Lucas Fernandes Nogueira
|
9f099912c1
|
chore(deps): update wry (#1278)
* chore(deps): update wry
* fix: clippy
|
2021-02-24 00:43:21 -03:00 |
|
Lucas Fernandes Nogueira
|
35c75b4197
|
refactor(api): reorganize and rename methods (#1277)
|
2021-02-23 23:30:14 -03:00 |
|
Lucas Fernandes Nogueira
|
372036ce20
|
refactor(api): move event's once to its own function (#1276)
|
2021-02-23 21:31:15 -03:00 |
|
Lucas Fernandes Nogueira
|
99f2b2cd18
|
feat(core): finalize global shortcut API (#1261)
|
2021-02-19 22:43:59 -03:00 |
|
Lucas Fernandes Nogueira
|
2326bcd399
|
refactor(core): use nfd for file dialogs, closes #1251 (#1257)
|
2021-02-18 11:43:41 -03:00 |
|
Noah Klayman
|
7f9015dffe
|
fix(api/http): use __tauriModule, not module (#1246)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2021-02-17 20:02:08 -03:00 |
|
Lucas Fernandes Nogueira
|
641374b153
|
feat(core): window creation at runtime (#1249)
|
2021-02-17 11:15:04 -03:00 |
|
Noah Klayman
|
0f3009b635
|
fix(api): consistent return pattern (#1245)
|
2021-02-16 19:38:18 -08:00 |
|
Lucas Fernandes Nogueira
|
ddcb70c8fe
|
feat(core): add window event system (#1241)
|
2021-02-16 13:52:07 -03:00 |
|
Lucas Fernandes Nogueira
|
ea7332539d
|
refactor(core): all API are now promise based (#1239)
|
2021-02-16 01:23:15 -03:00 |
|
Lucas Fernandes Nogueira
|
a7bc472e99
|
refactor(core): improve HTTP API, closes #1098 (#1237)
|
2021-02-15 22:28:35 -03:00 |
|
Lucas Fernandes Nogueira
|
855effadd9
|
feat(core): globalShortcut API (#1232)
|
2021-02-14 17:34:23 -03:00 |
|
Lucas Fernandes Nogueira
|
a3d6dff216
|
feat(core): window API (#1225)
|
2021-02-13 21:35:55 -03:00 |
|
Lucas Fernandes Nogueira
|
c10d40311c
|
fix(core): API example, http API export (#1224)
|
2021-02-12 15:46:09 -03:00 |
|
Lucas Fernandes Nogueira
|
77fc730671
|
refactor(core): split endpoint API matching into modules (#1219)
|
2021-02-12 02:42:40 -03:00 |
|
chip
|
e02c9419cb
|
refactor(tauri): support for building without environmental variables (#850)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2021-02-09 15:22:04 -03:00 |
|
Lucas Fernandes Nogueira
|
99ecf7bb3e
|
feat(tauri): use WRY as webview engine (#1190)
|
2021-02-08 11:19:22 -03:00 |
|
Lucas Fernandes Nogueira
|
3e8abe3764
|
feat(cli) rewrite the core CLI in Rust (#851)
|
2021-01-30 12:15:47 -03:00 |
|