[PR #302] [CLOSED] Improved Remote Desktop #1080

Closed
opened 2026-02-27 15:53:02 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/quasar/Quasar/pull/302
Author: @MaxXor
Created: 7/28/2015
Status: Closed

Base: masterHead: pr/301


📝 Commits (8)

  • 1b61743 Merge pull request #26 from MaxXor/master
  • 067b97b Merge pull request #28 from MaxXor/master
  • 4e70b72 Merge pull request #29 from MaxXor/master
  • d697e32 Created custom PictureBox Control
  • 2d2a66b Refactoring, improvements, and more
  • cb01565 Small documentation addition and remove check
  • ec39581 Fixed typo
  • 58167f3 Small fixes

📊 Changes

5 files changed (+287 additions, -110 deletions)

View changed files

Server/Controls/RapidPictureBox.cs (+195 -0)
📝 Server/Core/Utilities/FrameCounter.cs (+29 -6)
📝 Server/Forms/FrmRemoteDesktop.Designer.cs (+7 -6)
📝 Server/Forms/FrmRemoteDesktop.cs (+53 -98)
📝 Server/Server.csproj (+3 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/quasar/Quasar/pull/302 **Author:** [@MaxXor](https://github.com/MaxXor) **Created:** 7/28/2015 **Status:** ❌ Closed **Base:** `master` ← **Head:** `pr/301` --- ### 📝 Commits (8) - [`1b61743`](https://github.com/quasar/Quasar/commit/1b617434e47ab15aac65fa7cb5a833e9d3b37ea1) Merge pull request #26 from MaxXor/master - [`067b97b`](https://github.com/quasar/Quasar/commit/067b97b805154fe2af379be6675af8a68fb39360) Merge pull request #28 from MaxXor/master - [`4e70b72`](https://github.com/quasar/Quasar/commit/4e70b72583d28558c4b5f91e9e54619c7fbf2ebd) Merge pull request #29 from MaxXor/master - [`d697e32`](https://github.com/quasar/Quasar/commit/d697e32c1e14014bcc19686ce65c5c1b09439236) Created custom PictureBox Control - [`2d2a66b`](https://github.com/quasar/Quasar/commit/2d2a66b3d1ddc08a4a22eb36efa28946100efcd3) Refactoring, improvements, and more - [`cb01565`](https://github.com/quasar/Quasar/commit/cb01565b15843f1c2f92e2829b39f8aa897a1715) Small documentation addition and remove check - [`ec39581`](https://github.com/quasar/Quasar/commit/ec39581dc331960abace4608170e22f0002f0f27) Fixed typo - [`58167f3`](https://github.com/quasar/Quasar/commit/58167f32a678032168668a765bdcf05ab710936c) Small fixes ### 📊 Changes **5 files changed** (+287 additions, -110 deletions) <details> <summary>View changed files</summary> ➕ `Server/Controls/RapidPictureBox.cs` (+195 -0) 📝 `Server/Core/Utilities/FrameCounter.cs` (+29 -6) 📝 `Server/Forms/FrmRemoteDesktop.Designer.cs` (+7 -6) 📝 `Server/Forms/FrmRemoteDesktop.cs` (+53 -98) 📝 `Server/Server.csproj` (+3 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:53:02 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Quasar#1080
No description provided.