67 Commits

Author SHA1 Message Date
Maxim Devaev
6910cebc00 web: refactoring 2025-05-15 18:38:51 +03:00
Maxim Devaev
3b39fcefd5 web: Fixed window activation when exiting the full tab mode 2025-05-15 17:50:07 +03:00
Maxim Devaev
3f309077f8 web: removed legacy option 2025-05-15 17:04:46 +03:00
Maxim Devaev
ed447a7cc2 web: Removed legacy for Safari<16.4 2025-05-15 16:48:30 +03:00
Maxim Devaev
93d60ac932 web: Removed :active pseudo-class Safari workaround 2025-05-15 16:47:52 +03:00
Maxim Devaev
39c13d31f3 web: refactoring 2025-05-14 21:15:56 +03:00
Maxim Devaev
8b97eed743 web: refactoring 2025-05-14 18:59:26 +03:00
Maxim Devaev
eb0fb04b72 web: better handling of windows with iframes 2025-05-12 03:57:07 +03:00
Maxim Devaev
c80532fb73 pikvm/pikvm#1080: Fixed windows grabbing and moving on touch tablets using addEventListener() instad on* handlers 2025-05-10 19:49:05 +03:00
Maxim Devaev
94fe2226f1 js cleanup 2025-02-06 17:04:18 +02:00
Maxim Devaev
e9e7f9bd05 pikvm/pikvm#1341: Web: Switch to maximize tab by default 2024-11-07 00:34:24 +02:00
Maxim Devaev
8209ee2eb0 improved wm dialogs 2024-09-23 02:32:38 +03:00
Maxim Devaev
1217144ecd refactoring + some tools 2024-09-22 05:20:01 +03:00
Maxim Devaev
7a53f14456 refactoring 2024-09-18 04:37:43 +03:00
Maxim Devaev
99fcbdda05 lint fix 2024-08-27 01:49:17 +03:00
Maxim Devaev
ce62d711c1 updated copyright date 2024-03-22 16:02:55 +02:00
Maxim Devaev
b8f568fcd8 pikvm/pikvm#1228: another fix for http-only ocr 2024-01-27 14:33:05 +02:00
Maxim Devaev
8c45191853 pikvm/pikvm#1148: workaround for clipboard on firefox 2023-12-03 01:11:39 +02:00
Maxim Devaev
a834c89ef3 copyright update 2023-05-27 12:41:22 +03:00
Maxim Devaev
3170dcdb57 web: focus on text area after opening pak menu 2023-04-27 20:23:20 +03:00
Maxim Devaev
b78a9dd8e1 web: ui config 2022-11-18 04:42:40 +03:00
Maxim Devaev
0f4e736185 web: forced quote-props 2022-11-18 02:58:55 +03:00
Maxim Devaev
2a23846582 removed data-dont-hide-menu 2022-10-08 13:26:50 +03:00
Maxim Devaev
a39d3dffbe pikvm/pikvm#803: Ability to use LEDs in GPIO title 2022-10-08 06:09:33 +03:00
Maxim Devaev
e1c4a5163d Minimal android compatibility
Note that Samsung devices can't handle (hover: none) media query
2022-10-07 02:37:57 +03:00
Maxim Devaev
b2361f1fbe fixed ios mouse buttons 2022-10-06 05:06:17 +03:00
Maxim Devaev
241bd6e19a pikvm/pikvm#631: option to hide navbar 2022-08-01 18:39:36 +03:00
Maxim Devaev
53d0855cf8 refactoring 2022-05-02 17:19:14 +03:00
Maxim Devaev
13afa9f4d3 fix 2022-02-24 11:07:20 +03:00
Maxim Devaev
96191a1b08 ocr 2022-02-21 04:18:15 +03:00
Maxim Devaev
1b3a2cc3f7 copyright bump 2022-01-07 16:39:02 +03:00
Maxim Devaev
aed6fd10ed pikvm/pikvm#531: improved fullscreen focus 2021-11-04 02:42:48 +03:00
Maxim Devaev
8f11fa3b91 small rebranding 2021-09-08 06:47:54 +03:00
Maxim Devaev
02335734ce refactoring 2021-07-29 02:11:44 +03:00
Devaev Maxim
105928193b two keyboard buttons 2021-07-14 20:06:32 +03:00
Devaev Maxim
e674cef02e fixed button title 2021-04-23 20:47:34 +03:00
Devaev Maxim
4572cd586e button to reduce the window 2021-04-23 19:19:55 +03:00
Devaev Maxim
be012fd38d terminal window 2021-04-17 15:41:05 +03:00
Devaev Maxim
3a2ffcfd5c fixed visibility check in showWindow 2021-04-17 14:41:02 +03:00
Devaev Maxim
8fdc79d679 using modals over full screen 2021-04-17 13:48:40 +03:00
Devaev Maxim
a73295e221 removed stream close confirm, added tip for msd 2021-04-17 11:24:16 +03:00
Devaev Maxim
cfce96d66b fixed full screen mode in safari 2021-04-16 12:00:34 +03:00
Devaev Maxim
79202c67b2 keep window ratio on reducing 2021-04-13 10:50:10 +03:00
Devaev Maxim
5dc123e186 refactoring 2021-04-13 10:14:27 +03:00
Devaev Maxim
6de0ee0017 simplified mouse code, fixed some bugs 2021-04-13 09:36:50 +03:00
Maxim Devaev
3af4a8b852
Rework of #39 (#40)
* Rework of #39 patch from @arykov (thanks)

* styled resize corner

* fixed squashing of resizaable window on moving

* keep window size and opsition after full screen

* not necessary

* attempt to fix desktop overflow

* improved

* ios fixes

* refactoring
2021-04-12 15:26:32 +03:00
Devaev Maxim
8ee6a4a517 fixed pikvm/pikvm#223: confirm stream window closing 2021-03-06 15:50:12 +03:00
Devaev Maxim
c169f55204 update copy 2021-01-07 10:33:02 +03:00
Devaev Maxim
3ae6f3f881 refactoring 2020-12-25 05:09:52 +03:00
Devaev Maxim
23ff97ba95 fixed menu position 2020-10-13 15:35:48 +03:00