Re: [racket-dev] gracket on retina

2013-11-01 Thread Matthew Flatt
I've pushed changes to support Mac Retina displays, and the changes are included in snapshots here: http://www.cs.utah.edu/plt/snapshots/ We haven't yet upgraded various bitmaps (splash screen, tool icons, etc.) to higher-res versions, and the API needs a little more work on that end. But I ex

Re: [racket-dev] gracket on retina

2013-03-03 Thread Asumu Takikawa
On 2013-02-27 10:53:44 -0700, Matthew Flatt wrote: > Unfortunately, I have no idea of what needs to be done. I think either > XCode or NSApplicationMain() must do the right magic to make applications > work in Retina-display mode, and somehow we have to recreate that. > > Essentially all OS/Cocoa i

Re: [racket-dev] gracket on retina

2013-02-27 Thread Matthew Flatt
At Wed, 27 Feb 2013 12:31:06 -0500, David Van Horn wrote: > Having recently upgraded to a retina display mac, I see the problem > pointed out in this PR: > > http://bugs.racket-lang.org/query/?cmd=view&pr=12909 > > Is there some way for me to help? If pointed in the right direction, I > ca

[racket-dev] gracket on retina

2013-02-27 Thread David Van Horn
Having recently upgraded to a retina display mac, I see the problem pointed out in this PR: http://bugs.racket-lang.org/query/?cmd=view&pr=12909 Is there some way for me to help? If pointed in the right direction, I can try to patch things. Short of that, I can be a guinea pig. David __