Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace deprecated API calls #846

Merged
merged 1 commit into from
Mar 6, 2024
Merged

Conversation

groverlynn
Copy link
Contributor

@groverlynn groverlynn commented Feb 26, 2024

Basically follows Apple documentation of recommended replacement/favoured API calls

P.S. There are numerous memory leaking problem in SquirrelPanel.m all related to CGPath and CGMutablePath never get released. Better use NSBezierPath and convert to CGPath in the final step when necessary. But the code mix CGPath with CGMutablePath making it impossible for others to even begin to correct. I have no choice but to leave it here

@lotem
Copy link
Member

lotem commented Feb 26, 2024

The code style change is distracting.
Please do one change in a commit.
It's difficult to review mixed changes.

@groverlynn groverlynn changed the title replace deprecated API calls & update clang-format replace deprecated API calls Feb 26, 2024
@lotem lotem merged commit baeb420 into rime:master Mar 6, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants