Commit Graph

30 Commits

Author SHA1 Message Date
dependabot[bot] 9bcdd1f447 chore(deps): bump tauri in /examples/emit-event/src-tauri (#16)
Bumps [tauri](https://github.com/tauri-apps/tauri) from 1.0.5 to 1.0.6.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-v1.0.5...tauri-v1.0.6)

---
updated-dependencies:
- dependency-name: tauri
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-16 21:39:18 +02:00
dependabot[bot] 9ea14dd0f6 chore(deps): bump tauri in /examples/vanilla/src-tauri (#15)
Bumps [tauri](https://github.com/tauri-apps/tauri) from 1.0.2 to 1.0.6.
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-v1.0.2...tauri-v1.0.6)

---
updated-dependencies:
- dependency-name: tauri
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-16 21:39:07 +02:00
amrbashir 10b799ab36 chore: fmt 2022-09-13 12:36:05 +02:00
Junjie Huang 8da0e73634 fix(windows): fix dangling pointers (#14)
* fix(windows): fix dangling pointers

a fix to some dangling problem same as https://github.com/tauri-apps/tauri-plugin-single-instance/pull/6

* doc(change): add a change md
2022-09-13 12:25:33 +02:00
Lucas Fernandes Nogueira 50a7472bbc feat: add function to stop checking for single instance (#13) 2022-09-12 12:36:09 -03:00
renovate[bot] 2dfc09139c fix(deps): update rust crate zbus to 3.1 (#11)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-08 13:04:45 +02:00
amrbashir aaf66b2afa fix: fix build on macos 2022-09-06 14:02:43 +02:00
amrbashir d088483f55 chore: fmt 2022-09-06 13:37:28 +02:00
amrbashir 89c83a5bad fix(ci): run on dev branch 2022-09-06 13:35:04 +02:00
Lucas Fernandes Nogueira bb0374d0e9 fix: use bundle identifier in dbus path and name (#10) 2022-09-06 08:30:33 -03:00
amrbashir ca63208b6b chore: update lock file 2022-09-01 18:24:54 +02:00
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