Commit Graph
34 Commits
Author SHA1 Message Date
Amr BashirandGitHub 862c42a457 fix(log): propagate some errors and avoid unwrapping (#1294) 2024-07-01 15:31:47 +02:00
Amr BashirandGitHub 70d99086de fix(window-state): restore window position if the one of the window corners intersects with monitor (#898)
* fix(window-state): restore window positions that matches monitor positions
closes #892

* check for intersections of any window corner instead of only top-left
2024-01-25 01:48:46 +02:00
amrbashir be2a90b7e2 chore: remove unneeded change file 2023-06-13 15:56:09 +03:00
Amr BashirandGitHub 417c85a2dd fix(window-state): manual default implentation (#425)
* fix(window-state): manual default implentation, closes #421

* Update lib.rs
2023-06-13 15:48:10 +03:00
Amr BashirandGitHub 617cf38069 fix(window-state): propagate promise (#435)
closes #432
2023-06-13 15:47:55 +03:00
Amr BashirandGitHub ea288b03a0 ci: continuation of #318 2023-04-17 17:56:57 +02:00
Amr BashirandGitHub 6ada0a1122 ci: fix sync script action URL (#318) 2023-04-17 17:50:42 +02:00
e5b07f4af2 feat(window-state): add js api, closes #254 (#309)
* feat(window-state): add js api, closes #254

* symlink tsconfig.json

* update symlink

* Update plugins/window-state/package.json

Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>

* Update Cargo.toml

* move to cmd.rs

* Update plugins/window-state/guest-js/index.ts

---------

Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
2023-04-17 17:31:36 +02:00
Amr BashirandGitHub 6f39921dbe ci: use original commiter author instead of actor (#310)
* ci: use original commiter author instead of actor

* Update sync-to-mirrors.sh

* Update sync-to-mirrors.sh

* Update sync-to-mirrors.sh
2023-04-17 17:25:35 +02:00
Amr BashirandGitHub 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 BashirandGitHub 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 BashirandGitHub 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 BashirandGitHub 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