﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8764	MacBook Pro Retina Display support	neic	neic	"JOSM looks blurry on MacBook Pro with retina display.

As i see it there are minimum three changes to be made:
1. Set HiDPI support in Info.plist to make the UI text render with higher DPI,
2. make icons with higher resolution and
3. make the map render with higher DPI.

I dont know the complications 2 and 3 will make, but 1 is easy to fix:

In the file `josm/trunk/macosx/JOSM.app/Contents/Info.plist` add the lines
{{{
    <key>NSHighResolutionCapable</key>
    <string>True</string>
}}}
inside `<plist><dict> … </dict></plist>`.

It enables the HiDPI support in Apple Java 6 and make the UI text render beautiful."	enhancement	closed	normal		Core	latest	duplicate	Retina macosx	ggeldenhuis Stereo
