Re: RFR: 8269806: Emoji rendering on Linux [v2]

2022-03-26 Thread Hiroshi Miura
On Thu, 24 Mar 2022 22:36:28 GMT, Nikita Gubarkov wrote: >> It was implemented in JetBrains Runtime a year ago and was ported & >> refactored for this PR >> It includes: >> - Bitmap glyph loading via Freetype >> - Manual scaling & transformation of bitmap glyphs with nearest-neighbor or >> bili

Re: RFR: 8269806: Emoji rendering on Linux [v2]

2022-03-26 Thread Hiroshi Miura
On Fri, 25 Mar 2022 22:40:01 GMT, Phil Race wrote: >> Nikita Gubarkov has updated the pull request incrementally with one >> additional commit since the last revision: >> >> 8269806: Fix builds with old Freetype (before 2.5) > > The actual font they are coming from is Noto Color Emoji. The sa

Re: RFR: 8269806: Emoji rendering on Linux [v2]

2022-03-26 Thread Hiroshi Miura
On Thu, 24 Mar 2022 22:36:28 GMT, Nikita Gubarkov wrote: >> It was implemented in JetBrains Runtime a year ago and was ported & >> refactored for this PR >> It includes: >> - Bitmap glyph loading via Freetype >> - Manual scaling & transformation of bitmap glyphs with nearest-neighbor or >> bili

RFR: 8283623: Create an automated regression test for JDK-4525475

2022-03-26 Thread Manukumar V S
Write a regression test for [JDK-4525475](https://bugs.openjdk.java.net/browse/JDK-4525475) Issue: JFileChooser allows modification to the file-system by way of the "New Folder" button, and the ability to rename file/folder names. There is no method on JFileChooser which indicates that this type

Re: RFR: 8283621: Write a regression test for CCC4400728

2022-03-26 Thread Manukumar V S
On Thu, 24 Mar 2022 15:22:35 GMT, Manukumar V S wrote: > Write a regression test for > [JDK-4400728](https://bugs.openjdk.java.net/browse/JDK-4400728) > > Issue: > JFileChooser constructors by default set current directory to the "Desktop" > value on Windows, > but should use 'My Documents' pr

Re: RFR: 8283623: Create an automated regression test for JDK-4525475

2022-03-26 Thread Manukumar V S
On Sat, 26 Mar 2022 07:19:28 GMT, Manukumar V S wrote: > Write a regression test for > [JDK-4525475](https://bugs.openjdk.java.net/browse/JDK-4525475) > > Issue: > JFileChooser allows modification to the file-system by way of the "New Folder" > button, and the ability to rename file/folder name

Re: RFR: 8269806: Emoji rendering on Linux [v2]

2022-03-26 Thread Phil Race
On Thu, 24 Mar 2022 22:36:28 GMT, Nikita Gubarkov wrote: >> It was implemented in JetBrains Runtime a year ago and was ported & >> refactored for this PR >> It includes: >> - Bitmap glyph loading via Freetype >> - Manual scaling & transformation of bitmap glyphs with nearest-neighbor or >> bili

Re: RFR: 8279614: The left line of the TitledBorder is not painted on 150 scale factor [v7]

2022-03-26 Thread Phil Race
On Wed, 23 Mar 2022 18:24:05 GMT, Alisen Chung wrote: >> Changed the drawing area to be increased by 0.5 on the left side to prevent >> clipping > > Alisen Chung has updated the pull request incrementally with one additional > commit since the last revision: > > scale stroke width at higher