Commit Graph

19 Commits

Author SHA1 Message Date
renovate[bot] 7a2e2cc8e7 fix(deps): update rust crate zbus to v3 (#9)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-01 18:20:13 +02:00
renovate[bot] 77b35a4e85 Configure Renovate (#7)
* chore(deps): add renovate.json

* Update renovate.json

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
2022-09-01 18:18:22 +02:00
amrbashir 94cdabba25 chore: prepare to move to tauri-apps org 2022-09-01 18:14:52 +02:00
Yuyi Wang add9aff3ea fix: fix dangling pointer with Windows API, fixes #5. (#6)
The class_name passed into WNDCLASSEXW is dangling.
2022-09-01 18:13:40 +02:00
amrbashir 0bdfe927b1 fix(Windows): limit window/class names to 15 chars, closes #5 2022-08-31 01:49:33 +02:00
wkl 16e5e9eb59 fix(macos): fix SingleInstanceCallback type error (#4) 2022-08-25 12:35:10 +02:00
Fabian-Lars 4d903f3533 fix(windows): Use app.exit to clean up the tray (#3) 2022-07-10 12:22:52 +02:00
amrbashir 8baf90d881 chore(deps): update tauri to v1 stable 2022-07-06 00:55:58 +02:00
Amr Bashir 1e244bc73c Merge pull request #1 from jojobyte/feature/emit-event-example
feat: Add example with an `emit_all` event
2022-06-16 11:36:35 +02:00
jojobyte e825e10165 Remove @tauri-apps/api dependecy 2022-06-16 03:31:33 -06:00
jojobyte e54755fec5 feat: Add example with an emit_all event 2022-06-16 00:59:37 -06:00
amrbashir b0052d2da4 feat: pass an AppHandle to the callback 2022-06-15 13:19:02 +02:00
Amr Bashir 98445a8a5f chore(deps): update tauri to rc.10 2022-05-15 04:16:39 +02:00
amrbashir f8afa646be chore: update README.md 2022-05-03 14:09:34 +02:00
amrbashir e02e88f4f7 refactor!: always close second instances
Always close second instances and remove the ability to to close them manually
we can bring it later if it is needed
2022-05-03 13:59:07 +02:00
amrbashir c86f4dc024 feat: implement linux 2022-05-03 13:52:52 +02:00
amrbashir ff1035740e feat: add the ability to close the new instance 2022-05-01 13:52:34 +02:00
amrbashir aaac569e0c feat: implement windows 2022-05-01 13:16:30 +02:00
amrbashir 02a59015f7 init 2022-05-01 13:16:13 +02:00