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
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
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
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
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
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
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
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