Commit graph

41 commits

Author SHA1 Message Date
Timothy Z.
a5f0f62d02 fix: esc shortcut close fullscreen
Some checks are pending
Continuous integration / test (push) Waiting to run
2026-05-12 15:29:34 +02:00
Vladimir Borisov
be55565ee4
Check for architecture specific updates
Some checks failed
Continuous integration / test (push) Has been cancelled
2025-11-27 16:35:40 +02:00
Владимир Борисов
53cfa3dc21
Windows no ARM build 2025-11-12 18:02:41 +02:00
Vladimir Borisov
b37fbbd4c8
64 bit build 2025-06-30 12:39:12 +03:00
Tim
65b7978abd refactor: use OnWindowFocus derive instead of raw event handler 2025-04-02 18:58:23 +02:00
Tim
20dbac018a refactor(app): use WM_SETFOCUS event instead to send ipc win-state-change
Some checks failed
Continuous integration / test (push) Has been cancelled
2025-04-02 13:15:25 +02:00
Tim
972a6fe0a0 fix(app): send ipc win-state-changed on paint 2025-04-01 16:27:14 +02:00
Tim
ff820cea6b fix(app): send ipc event when fullscreen state change 2025-04-01 12:28:23 +02:00
Tim
3848b5a59f fix(app): send visibility events when window is shown or hidden 2025-02-24 14:25:02 +01:00
Tim
9364538e41 refactor(app): make updater thread blocking 2025-01-31 10:18:12 +01:00
Tim
520971b841 refactor(app): wait for app-ready before checking for updates 2025-01-30 17:25:55 +01:00
Vladimir Borisov
d9fbabbf62
Use layout for the splash image 2025-01-23 17:36:22 +02:00
Vladimir Borisov
8e1b72d513
Server crash logs and boot availability 2025-01-21 11:45:14 +02:00
Vladimir Borisov
8ecdb1264b
fix: focus main window on launching second instance 2025-01-13 16:29:51 +02:00
Vladimir Borisov
1d9403f559 Better tray icon actions 2024-04-22 16:40:21 +03:00
Vladimir Borisov
b6c957a42c Fix full screen message to the webview 2024-04-22 14:14:08 +03:00
Vladimir Borisov
baac009fb5 Make tray behave like on old shell 2024-04-19 19:05:32 +03:00
Vladimir Borisov
e88653974b Fix autoupdater 2024-04-19 18:44:33 +03:00
Vladimir Borisov
7ba7a33192 Remove GPU command line option. Fix minimize 2024-04-17 17:40:36 +03:00
Vladimir Borisov
8c6c0bfd06 disable gpu option 2024-04-17 15:08:48 +03:00
Vladimir Borisov
44e4d68974 Performance Improvements. Updater. Signing. 2024-04-17 09:07:34 +03:00
Vladimir Borisov
ef8c26c93e Use try_borrow to prevent crashes 2024-03-08 19:27:26 +02:00
Vladimir Borisov
42fb4a9572 Fix crash on full screen 2024-03-08 12:11:37 +02:00
Vladimir Borisov
607122f034 Single instance 2022-05-23 13:39:14 +03:00
Vladimir Borisov
5c2023d55d Windows line endings 2022-04-08 09:17:51 +03:00
Martin Kavík
55ea78721f fix clippy warnings and tests 2022-04-01 23:25:25 +02:00
Martin Kavík
f10380f60a minor refactor + cargo fmt --all 2022-04-01 22:47:02 +02:00
Martin Kavík
4cc69e42b7 graceful shutdown on quit 2022-04-01 13:25:27 +02:00
Vladimir Borisov
f3bb6acf81 Replace mpsc with flume 2021-11-18 10:36:42 +02:00
Vladimir Borisov
a12c7d265a Command line flag to enable dev tools 2021-11-17 13:23:24 +02:00
Vladimir Borisov
4de3b463a7 Show tray both on left and right click 2021-08-04 10:31:27 +03:00
Vladimir Borisov
3084ca3165 Fix open external 2021-07-30 16:10:16 +03:00
Vladimir Borisov
e5a3264906 Improved communication with player 2021-07-28 17:51:19 +03:00
Vladimir Borisov
a66f625487 impl RPCRequest. Less staircase code 2021-07-27 18:04:56 +03:00
Vladimir Borisov
81dbe73be0 Center window as helper function 2021-07-27 16:16:26 +03:00
Vladimir Borisov
ae5f986737 Window helper 2021-07-27 15:46:25 +03:00
Vladimir Borisov
2dc3338b33 Splash in separate file. Events refactored 2021-07-27 15:02:39 +03:00
Vladimir Borisov
4054020d40 IPC response message function 2021-07-27 14:27:09 +03:00
Vladimir Borisov
e4a262c6d9 Better window events; pause on minimize; always on top 2021-07-27 11:42:42 +03:00
Vladimir Borisov
381f6c4a8d Tray icon; win visibility WIP 2021-07-26 18:20:37 +03:00
Vladimir Borisov
e6cb1d8fa6 Renamed files. Clippy is happy 2021-07-26 14:07:04 +03:00
Renamed from src/stremio_app/stremio_app.rs (Browse further)