rime / squirrel

【鼠鬚管】Rime for macOS
https://rime.im
GNU General Public License v3.0
4.6k stars 412 forks source link

replace deprecated API calls #846

Closed groverlynn closed 6 months ago

groverlynn commented 6 months ago

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 commented 6 months ago

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