Re: [9] Review request for 8058742: Text size is twice bigger under GTK L&F on Gnome with HiDPI enabled

2016-10-05 Thread Semyon Sadetsky
On 05.10.2016 02:39, Sergey Bylokhov wrote: On 22.08.16 19:42, Semyon Sadetsky wrote: I do not get it how it can affect the non-dpi systems, we are talking about the method that receive the desktop scale, right? Am talking about GraphicsConfiguration.getDefaultTransform() which returns non-

Re: [9] Review request for 8157065: There is no the focus border on the selected tab.

2016-10-05 Thread Semyon Sadetsky
On 10/4/2016 7:18 PM, Alexandr Scherbatiy wrote: On 10/3/2016 12:20 PM, Semyon Sadetsky wrote: On 9/21/2016 11:23 PM, Alexandr Scherbatiy wrote: On 9/20/2016 10:40 AM, Semyon Sadetsky wrote: On 9/20/2016 12:00 AM, Alexandr Scherbatiy wrote: On 9/14/2016 11:51 AM, Semyon Sadetsky wrote: On

8166034: [macosx] The bold style is not be set to text with the Motif LAF

2016-10-05 Thread Avik Niyogi
Hi All, Kindly review the proposed fix for JDK9. Bug: https://bugs.openjdk.java.net/browse/JDK-8166034 Webrev: http://cr.openjdk.java.net/~aniyogi/8166034/webrev.00/ Issue: The Bold Fon

Re: 8166034: [macosx] The bold style is not be set to text with the Motif LAF

2016-10-05 Thread Philip Race
I think this is the wrong fix. It does not address the actual issue and will change behaviour on all platforms. The actual issue is that on MacOSX, non-antialiased fonts are not being algorithmically bolded or obliqued. You can see this just by running Font2DTest and selecting Serif + Bold If yo