[PR #129] [CLOSED] Joint 2023-1 working fix for macos cocoa and X11. Mostly top to utop changes. Plus *Caret* things. #176

Closed
opened 2026-05-05 03:42:15 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ultimatepp/ultimatepp/pull/129
Author: @arilect
Created: 1/2/2023
Status: Closed

Base: masterHead: macos-fix2023-1


📝 Commits (3)

📊 Changes

11 files changed (+190 additions, -253 deletions)

View changed files

📝 uppsrc/Core/Core.h (+3 -0)
📝 uppsrc/CtrlCore/CocoApp.mm (+2 -51)
📝 uppsrc/CtrlCore/CocoCtrl.cpp (+1 -1)
📝 uppsrc/CtrlCore/CocoCtrl.h (+1 -3)
📝 uppsrc/CtrlCore/CocoWin.mm (+46 -44)
📝 uppsrc/CtrlCore/X11Ctrl.cpp (+0 -30)
📝 uppsrc/CtrlCore/X11Ctrl.h (+2 -4)
📝 uppsrc/CtrlCore/X11DHCtrl.cpp (+25 -23)
📝 uppsrc/CtrlCore/X11Proc.cpp (+18 -14)
📝 uppsrc/CtrlCore/X11Top.cpp (+12 -11)
📝 uppsrc/CtrlCore/X11Wnd.cpp (+80 -72)

📄 Description

Please delete other PR if necessary


🔄 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/ultimatepp/ultimatepp/pull/129 **Author:** [@arilect](https://github.com/arilect) **Created:** 1/2/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `macos-fix2023-1` --- ### 📝 Commits (3) - [`469a550`](https://github.com/ultimatepp/ultimatepp/commit/469a550947d5583c3e18dba740456433ec41d584) 2023 kickstarter fix to compile CtrlCore and run upp apps with X11 flag - [`bceacd3`](https://github.com/ultimatepp/ultimatepp/commit/bceacd3ba649c3ec0ebef81602d6526bbb231039) Merge branch 'X11-fix2023-3' of https://github.com/arilect/ultimatepp into X11-fix2023-3 - [`bf194ec`](https://github.com/ultimatepp/ultimatepp/commit/bf194ec2c5689ca2d1319cd08153960aa7176363) 2023-1 working fix for macos cocoa. Mostly top to utop changes. ### 📊 Changes **11 files changed** (+190 additions, -253 deletions) <details> <summary>View changed files</summary> 📝 `uppsrc/Core/Core.h` (+3 -0) 📝 `uppsrc/CtrlCore/CocoApp.mm` (+2 -51) 📝 `uppsrc/CtrlCore/CocoCtrl.cpp` (+1 -1) 📝 `uppsrc/CtrlCore/CocoCtrl.h` (+1 -3) 📝 `uppsrc/CtrlCore/CocoWin.mm` (+46 -44) 📝 `uppsrc/CtrlCore/X11Ctrl.cpp` (+0 -30) 📝 `uppsrc/CtrlCore/X11Ctrl.h` (+2 -4) 📝 `uppsrc/CtrlCore/X11DHCtrl.cpp` (+25 -23) 📝 `uppsrc/CtrlCore/X11Proc.cpp` (+18 -14) 📝 `uppsrc/CtrlCore/X11Top.cpp` (+12 -11) 📝 `uppsrc/CtrlCore/X11Wnd.cpp` (+80 -72) </details> ### 📄 Description Please delete other PR if necessary --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 03:42:15 -06:00
Sign in to join this conversation.
No labels
pull-request
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: github-starred/ultimatepp#176
No description provided.