[PR #985] [MERGED] Fix dock hit area calculations (fixes #980) #1125

Closed
opened 2026-03-03 15:38:40 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LiveContainer/LiveContainer/pull/985
Author: @boa-z
Created: 11/15/2025
Status: Merged
Merged: 11/15/2025
Merged by: @hugeBlack

Base: mainHead: main


📝 Commits (3)

  • 3b18d08 Fix dock hit area calculations (fixes #980)
  • 1c58b8e Implement #960
  • 31f3a86 Handle multitask relaunch by reusing existing window instead of relaunching

📊 Changes

6 files changed (+198 additions, -41 deletions)

View changed files

📝 LiveContainerSwiftUI/LCAppModel.swift (+22 -12)
📝 LiveContainerSwiftUI/LCSettingsView.swift (+10 -0)
📝 LiveContainerSwiftUI/MultitaskAppWindow.swift (+89 -17)
📝 LiveContainerSwiftUI/MultitaskDockView.swift (+35 -10)
📝 MultitaskSupport/DecoratedAppSceneViewController.m (+7 -1)
📝 Resources/Localizable.xcstrings (+35 -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/LiveContainer/LiveContainer/pull/985 **Author:** [@boa-z](https://github.com/boa-z) **Created:** 11/15/2025 **Status:** ✅ Merged **Merged:** 11/15/2025 **Merged by:** [@hugeBlack](https://github.com/hugeBlack) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`3b18d08`](https://github.com/LiveContainer/LiveContainer/commit/3b18d08854ca945302911c60c44b772d5cb6a122) Fix dock hit area calculations (fixes #980) - [`1c58b8e`](https://github.com/LiveContainer/LiveContainer/commit/1c58b8e1666fb1ece1b42258429e9bbe18f58f0d) Implement #960 - [`31f3a86`](https://github.com/LiveContainer/LiveContainer/commit/31f3a8686dc94bf82d29985439329db4f34e64e3) Handle multitask relaunch by reusing existing window instead of relaunching ### 📊 Changes **6 files changed** (+198 additions, -41 deletions) <details> <summary>View changed files</summary> 📝 `LiveContainerSwiftUI/LCAppModel.swift` (+22 -12) 📝 `LiveContainerSwiftUI/LCSettingsView.swift` (+10 -0) 📝 `LiveContainerSwiftUI/MultitaskAppWindow.swift` (+89 -17) 📝 `LiveContainerSwiftUI/MultitaskDockView.swift` (+35 -10) 📝 `MultitaskSupport/DecoratedAppSceneViewController.m` (+7 -1) 📝 `Resources/Localizable.xcstrings` (+35 -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-03-03 15:38:40 +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/LiveContainer#1125
No description provided.