Skip to content

Update touch bar and scrubber code#372

Closed
gcasa wants to merge 1 commit intomasterfrom
NSTouchBar_branch
Closed

Update touch bar and scrubber code#372
gcasa wants to merge 1 commit intomasterfrom
NSTouchBar_branch

Conversation

@gcasa
Copy link
Copy Markdown
Member

@gcasa gcasa commented Oct 11, 2025

No description provided.

@gcasa gcasa requested a review from fredkiefer as a code owner October 11, 2025 22:06
Copy link
Copy Markdown
Member

@fredkiefer fredkiefer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see any harm coming from this. So please go ahead.

Comment thread Source/GSTouchBarWindow.m
@@ -0,0 +1,402 @@
/* Implementation of class GSTouchBarWindow
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there intentionally just one star?

Comment thread Source/GSTouchBarWindow.m

@implementation GSTouchBarWindow

/* * Class methods */
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks strange. Remove the star or add a line break.

Comment thread Source/GSTouchBarWindow.m

- (void) dealloc
{
[_fallbackWindows release];
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why don't you use the macro here?

Comment thread Source/GSTouchBarWindow.m
{
window = [[GSTouchBarWindow alloc] initWithTouchBar: touchBar];
[_fallbackWindows setObject: window forKey: key];
[window release]; // Retained by dictionary
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Again, please use the macro.

@gcasa gcasa marked this pull request as draft December 13, 2025 18:50
@gcasa
Copy link
Copy Markdown
Member Author

gcasa commented Mar 9, 2026

This functionality will not be implemented. The only reason the classes exist is so that apps that use this functionality can build. Closing.

@gcasa gcasa closed this Mar 9, 2026
@gcasa gcasa deleted the NSTouchBar_branch branch March 9, 2026 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants