On Mon, 14 Jul 2025 17:00:35 GMT, Anass Baya wrote:
> **Analysis:**
> The getFocusableWindowState() method is not intended to modify the
> configuration; doing so can cause recursive re-entry on Linux.
>
> **Proposed Fix:**
> We are intentionally overriding getFocusableWindowState() to allow it
On Wed, 27 Aug 2025 10:37:41 GMT, Anass Baya wrote:
> I'm not able to reproduce the issue on macOS. Could you please attach the
> logs so I can take a look and see if it's related to not consuming the "Next
> Mnemonic KeyTyped event"?
This is the output when it fails on macOS 15.6 (Aqua L&F) o
On Mon, 25 Aug 2025 10:43:51 GMT, Anass Baya wrote:
>> **Analysis :**
>> When the problem occurrs, the key press event related to the mnemonic
>> triggers the item selection. However, as we returned to the menu, the
>> subsequent key typed event arrived and was treated as a normal key press
>>
On Thu, 28 Aug 2025 18:07:56 GMT, Sergey Bylokhov wrote:
> We have a few places in the cmm code where the fast-code-path assumes that
> standard buffered images with type such as TYPE_INT_ARGB_PRE use our private
> raster implementation such as IntegerComponentRaster, which is not
> necessaril
> Many Mixing tests failed because the work around click lands on the
> minimizing area in the window control and causes the tests to fail.
>
> This fix changes the width of base frames which allows most of tests to pass.
Khalid Boulanouare has updated the pull request with a new target base due
Thanks Alexey,
I use 125%, so looks like I got the unlucky hand here. And thanks about the
multiple of 4 detail.
I understand that this is a difficult problem to fix, but this is still
something that will eventually be fixed, right? Or is this something that
will just not be addressed?
Thank you
Hi guys,
I do love optimizing java2d, so Ido support & sponsor your buffered image
(ARGB PRE or not) changes.
Let's start a github project to start this concrete patch... as I did for
the marlin renderer or we could use the marlin repository to host your
changes to java.awt or java2d packages.
S