[PR #303] [MERGED] Improved Remote Desktop #1082

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/303
Author: @MaxXor
Created: 7/28/2015
Status: Merged
Merged: 7/28/2015
Merged by: @MaxXor

Base: masterHead: pr/301


📝 Commits (9)

📊 Changes

6 files changed (+286 additions, -126 deletions)

View changed files

Server/Controls/PictureBoxEx.cs (+0 -12)
Server/Controls/RapidPictureBox.cs (+195 -0)
📝 Server/Core/Utilities/FrameCounter.cs (+29 -6)
📝 Server/Forms/FrmRemoteDesktop.Designer.cs (+8 -9)
📝 Server/Forms/FrmRemoteDesktop.cs (+53 -98)
📝 Server/Server.csproj (+1 -1)

📄 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/303 **Author:** [@MaxXor](https://github.com/MaxXor) **Created:** 7/28/2015 **Status:** ✅ Merged **Merged:** 7/28/2015 **Merged by:** [@MaxXor](https://github.com/MaxXor) **Base:** `master` ← **Head:** `pr/301` --- ### 📝 Commits (9) - [`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 - [`44a9ff2`](https://github.com/quasar/Quasar/commit/44a9ff21a473b735d82aee8f690dbd7e4f50ce72) Merged changes ### 📊 Changes **6 files changed** (+286 additions, -126 deletions) <details> <summary>View changed files</summary> ➖ `Server/Controls/PictureBoxEx.cs` (+0 -12) ➕ `Server/Controls/RapidPictureBox.cs` (+195 -0) 📝 `Server/Core/Utilities/FrameCounter.cs` (+29 -6) 📝 `Server/Forms/FrmRemoteDesktop.Designer.cs` (+8 -9) 📝 `Server/Forms/FrmRemoteDesktop.cs` (+53 -98) 📝 `Server/Server.csproj` (+1 -1) </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#1082
No description provided.