Commit Graph
25 Commits
Author SHA1 Message Date
Amr Bashir 4c6255d34f fix(window-state): update state before saving (#111)
* fix(windows-state): update state before saving

regression introduced in #104

* update readme

* don't panic on non-existing windows

* Restore Cargo.lock
2023-01-25 18:09:14 +01:00
amrbashir b02c7e15f9 clippy lints 2023-01-23 22:33:29 +02:00
amrbashir 1930a1aa84 cleanup & defer saving state until ClosedRequest 2023-01-23 22:24:36 +02:00
Amr Bashir c41a1d072a Restore Cargo.lock 2023-01-23 21:56:09 +02:00
amrbashir 0abe028e88 clippy 2023-01-23 19:48:36 +02:00
amrbashir 47e85ad06d feat(window-state): add flags to control what is saved/restored 2023-01-23 19:46:54 +02:00
amrbashir 7de50df7d6 chore: add license 2022-11-16 13:26:36 +02:00
amrbashir 0c7f1f4cb5 chore: update msrv to 1.60 2022-09-27 22:06:38 +02:00
amrbashir 10b799ab36 chore: fmt 2022-09-13 12:36:05 +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
amrbashir ca63208b6b chore: update lock file 2022-09-01 18:24:54 +02:00
amrbashir 94cdabba25 chore: prepare to move to tauri-apps org 2022-09-01 18:14:52 +02:00
amrbashir 0bdfe927b1 fix(Windows): limit window/class names to 15 chars, closes #5 2022-08-31 01:49:33 +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
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