Integrated: 8256264: Printed GlyphVector outline with low DPI has bad quality on Windows

2020-12-04 Thread Alexander Scherbatiy
On Thu, 12 Nov 2020 10:32:16 GMT, Alexander Scherbatiy wrote: > Printing text using GlyphVector outline has bad quality on printers with low > DPI on Windows. > The GDI system used for text printing on Windows accepts only integer path > coordinates. > Rounding GlyphVector outline coordinates

Re: RFR: 8254024: Enhance native libs for AWT and Swing to work with GraalVM Native Image [v3]

2020-12-04 Thread Andrii Rodionov
On Thu, 3 Dec 2020 09:07:48 GMT, Sergey Bylokhov wrote: >> Andrii Rodionov has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains one commit: >> >> 8254024: Enhance native libs for AWT and Swing to work with GraalVM Native >> Image >

Re: RFR: 8254024: Enhance native libs for AWT and Swing to work with GraalVM Native Image [v3]

2020-12-04 Thread Doug Simon
On Fri, 4 Dec 2020 11:51:40 GMT, Andrii Rodionov wrote: > @dougxc could you please review AWT static-libs enhancement for GraalVM > Native Image? Sorry, this needs to be reviewed by people who understand this area of the code. Maybe @mrserb can suggest someone. - PR: https://git

Re: RFR: 8252015: [macos11] java.awt.TrayIcon requires updates for template images [v2]

2020-12-04 Thread Peter Zhelezniakov
> [JDK-8252015: [macos11] java.awt.TrayIcon requires updates for template > images](https://bugs.openjdk.java.net/browse/JDK-8252015) > > ### Problem > According to Apple's human interface guidelines, developers should use > template images for tray icons. This way icons look good when desktop t

Re: RFR: 8252015: [macos11] java.awt.TrayIcon requires updates for template images

2020-12-04 Thread Peter Zhelezniakov
On Mon, 30 Nov 2020 04:51:32 GMT, Sergey Bylokhov wrote: >> Filed [CSR request](https://bugs.openjdk.java.net/browse/JDK-8255597) > > Please check the tests in the .../test/jdk/java/awt/TrayIcon/ folder it looks > like some of them fail after the fix: > java/awt/TrayIcon/ActionCommand/ActionComm

Re: RFR: 8252015: [macos11] java.awt.TrayIcon requires updates for template images

2020-12-04 Thread Kevin Rushforth
On Fri, 4 Dec 2020 14:59:05 GMT, Peter Zhelezniakov wrote: >> Please check the tests in the .../test/jdk/java/awt/TrayIcon/ folder it >> looks like some of them fail after the fix: >> java/awt/TrayIcon/ActionCommand/ActionCommand.java >> java/awt/TrayIcon/ActionEventMask/ActionEventMask.java >