On Sun, 31 Oct 2021 08:21:58 GMT, Emmanuel Bourg wrote:
> When a list of icons is set on a window, the most appropiate icon is selected
> depending on the graphics configuration. But if the graphics configuration
> changes (because the window is moved to a different screen, or because the
> DP
On Tue, 21 Dec 2021 15:18:40 GMT, Alexey Ivanov wrote:
> According to the Windows API reference, `dwStyle` of
> [`CANDIDATEFORM`](https://docs.microsoft.com/en-us/windows/win32/api/imm/ns-imm-candidateform)
> structure should be set to `CFS_CANDIDATEPOS` or `CFS_EXCLUDE`. So,
> `CFS_POINT` is
On Sun, 31 Oct 2021 08:21:58 GMT, Emmanuel Bourg wrote:
> When a list of icons is set on a window, the most appropiate icon is selected
> depending on the graphics configuration. But if the graphics configuration
> changes (because the window is moved to a different screen, or because the
> DP
Devanagiri script was not rendered properly in macos after JDK-8068283 due to
incorporated check of utf16 string encoding should be more than 2 bytes is not
satisfied.
Additional check added in JDK-8132503 to ascertain if utf8 string encoding is
complex or not was also not satisfied because of
On Wed, 5 Jan 2022 02:05:29 GMT, Phil Race wrote:
> This fixes a longstanding consistency issue where the Postscript
> StreamPrintService would report SheetCollate.UNCOLLATED in a list of
> supported values then report it was not supported under the same conditions.
This pull request has now b
On Wed, 1 Sep 2021 06:31:16 GMT, Sergey Bylokhov wrote:
> At the time Java supported applets and webstart, a special mechanism for
> launching various applications in one JVM was used to reduce memory usage and
> each application was isolated from each other.
>
> This isolation was implemented