Commit Graph

  • 067d80314a chore(release): prepare web packages for publishing (#865) Alex Yusiuk 2025-07-11 14:53:22 +03:00
  • a3255610d8 chore(release): prepare for publishing (#863) devolutionsbot 2025-07-08 13:39:04 -04:00
  • c710909a3c feat: inital support for .RDP files (#862) Benoît Cortier 2025-07-08 13:10:04 -04:00
  • 14e245d73e build(deps): bump tokio-tungstenite from 0.26.2 to 0.27.0 (#848) dependabot[bot] 2025-07-08 14:13:30 +00:00
  • 56f8ba4767 chore(release): prepare for publishing (#861) devolutionsbot 2025-07-08 09:57:06 -04:00
  • 33530212c4 feat!: update sspi dependency (#839) Pavlo Myroniuk 2025-07-08 15:45:30 +03:00
  • b09d46f8f2 chore(release): prepare for publishing (#860) devolutionsbot 2025-07-08 08:42:46 -04:00
  • 7e23a8bb97 feat(ironrdp-tokio): add async ReqwestNetworkClient::send method (#859) Pavlo Myroniuk 2025-07-08 12:57:43 +03:00
  • 4dc5945019 fix(web): run navigator.clipboard.write only when window has focus (#858) Alex Yusiuk 2025-07-04 14:21:52 +03:00
  • a84a5c0571 fix(web): prevent onMonitorClipboard from re-scheduling after iron-remote-desktop component destroys (#856) Alex Yusiuk 2025-07-04 12:59:33 +03:00
  • b0e87a3776 fix(web): fix issue when clipboard monitoring treats clipboard update from server as the local update (#857) Alex Yusiuk 2025-07-04 12:58:45 +03:00
  • 9c99133569 refactor(client): remove redundant value_parser option (#853) Benoît Cortier 2025-07-03 06:09:45 -04:00
  • cf21250dcc chore(release): prepare for publishing (#851) devolutionsbot 2025-07-03 01:53:00 -04:00
  • 48e02441d2 chore: update Rust toolchain to 1.88.0 (#852) Benoît Cortier 2025-07-03 00:38:28 -04:00
  • eca256ae10 build(deps): bump picky to v7.0.0-rc.15 (#850) Benoît Cortier 2025-07-01 03:36:47 -07:00
  • 6910a3ca36 style: apply cargo +nightly fmt (#849) Benoît Cortier 2025-07-01 03:24:41 -07:00
  • 2a49588b3d build(deps): bump reqwest from 0.12.20 to 0.12.21 in the patch group across 1 directory (#847) dependabot[bot] 2025-07-01 00:20:43 -04:00
  • 4260537c90 fix(ffi): avoid infinite loop in HandleClipboardEvents when not on Windows (#846) Miha Markič 2025-06-28 17:51:57 +02:00
  • 76a2a0b47b chore(iron-remote-desktop): fix CHANGELOG for latest release (#844) Benoît Cortier 2025-06-27 04:27:13 -07:00
  • ad64c83814 chore(release): prepare for publishing (#836) devolutionsbot 2025-06-27 07:10:42 -04:00
  • 8bcf362102 chore(release): prepare web packages for publishing (#843) Benoît Cortier 2025-06-27 01:09:06 -07:00
  • f6285c5989 feat(web): add canvasResizedCallback method to SessionBuilder (#842) Alex Yusiuk 2025-06-27 10:55:26 +03:00
  • 7c4a496ece chore(release): prepare web packages for publishing (#840) Benoît Cortier 2025-06-25 09:17:52 -07:00
  • dfb13ec499 fix(web): prevent scrolling when setting focus on the canvas (#838) Alex Yusiuk 2025-06-24 17:19:42 +03:00
  • d3d758891b fix(web): raise only TERMINATED message on session termination with the error backtrace (#837) Alex Yusiuk 2025-06-24 17:12:56 +03:00
  • 51d6d1fcbe build(deps): bump sspi from 0.15.11 to 0.15.13 in the patch group across 1 directory (#835) dependabot[bot] 2025-06-24 00:18:34 -07:00
  • bbf7ab3394 style(web): fix typo in the session termination message (#834) Alex Yusiuk 2025-06-24 10:09:58 +03:00
  • d38c2013f0 fix(web): keyboard input not working after launching a session via Firefox (#833) Alex Yusiuk 2025-06-23 15:33:23 +03:00
  • 153fe3c20d chore(release): prepare iron-remote-desktop v0.5.3 (#832) Benoît Cortier 2025-06-20 11:29:52 -04:00
  • ae3066337f fix(web): move onDestroy function out of the scaleSession function (#831) Alex Yusiuk 2025-06-20 18:11:21 +03:00
  • bfa71126bf chore(release): prepare web packages for publishing (#830) Benoît Cortier 2025-06-20 07:51:35 -04:00
  • 4f9ef0c21a fix(web): fix invalid viewer style for dynamic resizing (#829) Alex Yusiuk 2025-06-20 14:18:32 +03:00
  • cd19cfc526 fix(web): fix fullscreen mode scale calculations (#828) Alex Yusiuk 2025-06-20 14:17:19 +03:00
  • 7829f4adb1 fix(web): hide slider in fullscreen mode (#827) Alex Yusiuk 2025-06-20 14:16:54 +03:00
  • 727c30870b fix(web): fix softbuffer panic when resizing screen (#825) Alex Yusiuk 2025-06-20 07:19:56 +03:00
  • 4d9cf56e68 fix(web): remove window resize listener on component destroy (#823) Alex Yusiuk 2025-06-20 07:17:56 +03:00
  • c31aa58fe6 chore(release-plz): make release-plz happy with ironrdp-dvc-pipe-proxy (#822) Benoît Cortier 2025-06-17 07:20:53 -04:00
  • 5482365655 feat(dvc): add DVC named pipe proxy support (#791) Vladyslav Nikonov 2025-06-17 13:16:41 +03:00
  • e5f92ae11c build(deps): bump the patch group across 2 directories with 6 updates (#821) dependabot[bot] 2025-06-17 04:08:04 -04:00
  • dfb99029a9 fix(web): fix session dangling after calling run method (#820) Alex Yusiuk 2025-06-16 19:35:48 +03:00
  • 0f49ea4608 chore(release): prepare npm packages (#819) Benoît Cortier 2025-06-11 10:41:43 -04:00
  • 03f793940a fix(web-client)!: remove dependency on RxJS (#818) Alex Yusiuk 2025-06-11 17:10:02 +03:00
  • 112a1672d5 ci(npm-publish): fix jobs dependencies (#811) Benoît Cortier 2025-06-11 10:01:58 -04:00
  • 5c5f441bdd build(deps): bump the patch group across 1 directory with 3 updates (#816) dependabot[bot] 2025-06-09 22:31:09 -04:00
  • 370a3f1104 chore(release): prepare ironrdp-server 0.6.1 (#815) Benoît Cortier 2025-06-09 07:24:11 -04:00
  • c09f9719e0 chore(release): prepare for publishing (#813) devolutionsbot 2025-06-06 05:18:24 -04:00
  • 9408789491 fix(tokio)!: adjust reqwest-related features (#812) Benoît Cortier 2025-06-06 04:34:50 -04:00
  • 7f1a8be7f5 chore(release): prepare iron-remote-desktop-rdp v0.2.0 Benoît CORTIER 2025-06-06 10:21:34 +09:00
  • 4340af89d8 chore(release): prepare iron-remote-desktop v0.4.0 Benoît CORTIER 2025-06-06 10:21:12 +09:00
  • cc0a17c269 fix!(web-client): rename callExtension to invokeExtension for UserInteraction (#808) Alex Yusiuk 2025-06-06 01:17:18 +00:00
  • 4c8c5318e3 chore(web-client): update iron-remote-desktop package version to 0.3.0 (#805) Alex Yusiuk 2025-06-04 14:02:18 +00:00
  • 1236a9be99 feat(client): support for hardware cursor (#804) jpy794 2025-06-04 15:28:42 +08:00
  • bca455f158 chore(release): prepare for publishing (#800) devolutionsbot 2025-06-03 11:22:28 -04:00
  • f68cd06ac3 fix!: rename callExtension to invokeExtension (#803) Alex Yusiuk 2025-06-03 14:42:46 +00:00
  • 63a5cd6752 build(deps): bump the patch group across 1 directory with 4 updates (#802) dependabot[bot] 2025-06-03 02:39:35 -04:00
  • 4a81c5d7cc ci: properly update apt mirrors for Android target (#798) Benoît Cortier 2025-06-02 17:46:25 -04:00
  • 9f6647c341 feat(iron-remote-desktop): introduce callExtension method in iron-remote-desktop API (#799) Alex Yusiuk 2025-06-02 18:15:58 +00:00
  • 6024251985 docs: update fuzz location in ARCHITECTURE.md (#797) Emmanuel Ferdman 2025-05-31 05:27:52 +03:00
  • 5e6e4e1627 chore(release): prepare ironrdp-core 0.1.5 (#795) Benoît Cortier 2025-05-27 12:25:54 -04:00
  • aa6777b56a chore(release): prepare for publishing (#748) devolutionsbot 2025-05-27 11:21:56 -04:00
  • 5abd9ff8e0 feat(acceptor): make the CredsspSequence type public Benoît CORTIER 2025-05-27 21:33:17 +09:00
  • 9bc382348d style: run formatter for imports Benoît CORTIER 2025-05-27 21:33:00 +09:00
  • e76f15e8bc build(deps): bump winit from 0.30.10 to 0.30.11 in the patch group across 1 directory (#793) dependabot[bot] 2025-05-27 08:21:01 -04:00
  • 87ed315bc2 build(deps): bump bitflags from 2.9.0 to 2.9.1 in the patch group across 1 directory (#792) dependabot[bot] 2025-05-20 01:37:48 -04:00
  • 3029c8f909 build(deps): bump the patch group across 2 directories with 2 updates (#789) dependabot[bot] 2025-05-13 07:05:19 -04:00
  • 294dc39790 chore(release): prepare iron-remote-desktop v0.2.0 and iron-remote-desktop-rdp v0.1.1 (#788) Alex Yusiuk 2025-05-09 13:55:22 +03:00
  • 3d1762c777 feat(client): add --codecs Marc-André Lureau 2025-03-26 15:51:02 +04:00
  • 783702962a feat(session): make client_codecs_capabilities() configurable Marc-André Lureau 2025-03-18 13:48:06 +04:00
  • 0817d60910 refactor(iron-remote-desktop): use PartialObserver instead of single callback for onSessionEvent (#787) Alex Yusiuk 2025-05-09 12:13:39 +03:00
  • ce7379be03 refactor(pdu): simplify Codec::decode Marc-André Lureau 2025-03-25 22:51:50 +04:00
  • f03ee393a3 refactor!: add supported codecs in BitmapConfig Marc-André Lureau 2025-03-18 12:00:12 +04:00
  • d995265724 chore: ensure internal crates are not published (#785) Benoît Cortier 2025-05-07 10:42:22 +02:00
  • 038c85f36d build(deps): bump the patch group across 1 directory with 2 updates (#786) dependabot[bot] 2025-05-06 00:36:17 -04:00
  • 08c2a9d3b7 chore(web): prepare npm packages for publish (#784) Benoît Cortier 2025-04-30 17:00:19 +02:00
  • dd787af5a0 feat(benches): add perfenc Marc-André Lureau 2025-02-11 17:52:40 +04:00
  • fcb390140d refactor(server): introduce UpdateEncoderCodecs Marc-André Lureau 2025-03-25 18:26:00 +04:00
  • e6ee67353b build(deps): bump sspi from 0.15.4 to 0.15.5 in the patch group across 1 directory (#781) dependabot[bot] 2025-04-29 09:08:15 +02:00
  • 7b8b207e21 chore(release): prepare for iron-remote-desktop 0.2.0 (#780) Benoît Cortier 2025-04-25 18:35:07 +02:00
  • 927eea1707 style(ironrdp-web): improve naming of clipboard variables (#779) Alex Yusiuk 2025-04-25 18:06:33 +03:00
  • 194ed07630 fix(web): improve make_bridge! macro hygiene (#777) Benoît Cortier 2025-04-23 20:19:23 +02:00
  • 24e64d7589 refactor(web): consolidate WASM object constructors as create (#776) Benoît Cortier 2025-04-23 19:56:11 +02:00
  • aef4b924aa refactor(web-client): refactor WASM interfaces to remove static consructor functions (#775) Alex Yusiuk 2025-04-23 16:53:42 +03:00
  • d8ab533463 build(deps): yuvutils renamed to yuv (#774) Marc-Andre Lureau 2025-04-23 17:47:19 +04:00
  • fb3769c4a7 feat(server): find & send the damaged tiles Marc-André Lureau 2025-03-05 13:47:07 +04:00
  • 20581bb6f1 feat(graphics): add helper to find diff between images Marc-André Lureau 2025-02-25 16:36:05 +04:00
  • cc78b1e3dc fix(server)!: remove time_warn! from the public API (#773) Benoît Cortier 2025-04-22 13:33:12 +02:00
  • 16651e74a4 fix(web): improve make_bridge! macro hygiene Benoît CORTIER 2025-04-22 19:53:00 +09:00
  • baafb20063 refactor(web): remove unrequired #[allow] attribute Benoît CORTIER 2025-04-22 19:52:10 +09:00
  • b5bd48c986 docs(iron-remote-desktop): improve README.md Benoît CORTIER 2025-04-22 19:43:14 +09:00
  • ff798c91a7 build(deps): bump the patch group across 2 directories with 2 updates (#769) dependabot[bot] 2025-04-22 03:08:49 -04:00
  • 1ff4bfc62c chore(release): prepare iron-remote-desktop (#766) Benoît Cortier 2025-04-22 08:30:34 +02:00
  • 8961b40012 refactor(web): iron_remote_desktop::export -> make_bridge (#765) Benoît Cortier 2025-04-21 16:50:06 +02:00
  • e0eea449b8 refactor(web): rework clipboard API (#764) Benoît Cortier 2025-04-21 16:29:21 +02:00
  • f287e168a8 refactor: rework extension API for iron-remote-desktop (#762) Benoît Cortier 2025-04-21 15:33:12 +02:00
  • 45884c5d38 refactor(web): iron_init/setup logic (#763) Benoît Cortier 2025-04-21 14:32:33 +02:00
  • 712da42ded fix: inject socket local address for the client addr (#759) Benoît Cortier 2025-04-21 11:08:50 +02:00
  • ec1832bba0 feat(ironrdp-web): iron-remote-desktop helper crate for remote desktop WASM modules (#755) Alex Yusiuk 2025-04-18 14:30:45 +03:00
  • 178670b4a8 fix(client): swap transposed width and height parameters so that dynamic resizing works properly Gabriel Bauman 2025-04-17 23:19:33 +00:00
  • 806f1d7694 fix(server): use desktop size for RFX channel size (#756) Marc-Andre Lureau 2025-04-17 10:01:58 +04:00
  • bdde2c76de fix(client)!: fix name of client address field (#754) Zac Bergquist 2025-04-16 02:23:49 -06:00