[PR #1998] [MERGED] Feature: Resizable Window #1939

Closed
opened 2026-03-03 19:09:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/PlayCover/PlayCover/pull/1998
Author: @viatearz
Created: 10/11/2025
Status: Merged
Merged: 10/22/2025
Merged by: @TheMoonThatRises

Base: developHead: feat/resizable-window


📝 Commits (3)

  • bcabb0d feat: resizable window
  • 7260400 Sanitize launch environment by removing Metal Debug
  • 03e64d5 Refactor: playapp refactor for linting

📊 Changes

4 files changed (+178 additions, -55 deletions)

View changed files

📝 PlayCover/Model/AppSettings.swift (+6 -0)
📝 PlayCover/Model/PlayApp.swift (+105 -55)
📝 PlayCover/Views/AppSettingsView.swift (+64 -0)
📝 PlayCover/en.lproj/Localizable.strings (+3 -0)

📄 Description

Summary:

Added options to enable window resizing by dragging its borders.


screenshot

Limitations:

  • Not all apps perfectly support this feature.
  • Keymapping relies on a fixed aspect ratio, it will be messed up if you change the window's aspect ratio.

https://github.com/PlayCover/PlayTools/pull/202


🔄 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/PlayCover/PlayCover/pull/1998 **Author:** [@viatearz](https://github.com/viatearz) **Created:** 10/11/2025 **Status:** ✅ Merged **Merged:** 10/22/2025 **Merged by:** [@TheMoonThatRises](https://github.com/TheMoonThatRises) **Base:** `develop` ← **Head:** `feat/resizable-window` --- ### 📝 Commits (3) - [`bcabb0d`](https://github.com/PlayCover/PlayCover/commit/bcabb0d6c4ffdecbb722b2cbf6e088dcec61297a) feat: resizable window - [`7260400`](https://github.com/PlayCover/PlayCover/commit/7260400f8e9567523d787078fcf080cf0c08417a) Sanitize launch environment by removing Metal Debug - [`03e64d5`](https://github.com/PlayCover/PlayCover/commit/03e64d59a560ee4bc3de35b87f7ab4dd2cb4f595) Refactor: playapp refactor for linting ### 📊 Changes **4 files changed** (+178 additions, -55 deletions) <details> <summary>View changed files</summary> 📝 `PlayCover/Model/AppSettings.swift` (+6 -0) 📝 `PlayCover/Model/PlayApp.swift` (+105 -55) 📝 `PlayCover/Views/AppSettingsView.swift` (+64 -0) 📝 `PlayCover/en.lproj/Localizable.strings` (+3 -0) </details> ### 📄 Description ### Summary: Added options to enable window resizing by dragging its borders. <br/> <img width="539" height="394" alt="screenshot" src="https://github.com/user-attachments/assets/934349bf-080b-4011-81f3-b1a5bdf61a14" /> ### Limitations: - Not all apps perfectly support this feature. - Keymapping relies on a fixed aspect ratio, it will be messed up if you change the window's aspect ratio. ### Related: https://github.com/PlayCover/PlayTools/pull/202 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 19:09:44 +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/PlayCover#1939
No description provided.