On Wed, 14 Aug 2024 18:33:30 GMT, Andy Goryachev wrote:
>> tests/manual/RichTextAreaDemo/src/com/oracle/demo/richtext/codearea/DemoSyntaxDecorator.java
>> line 54:
>>
>>> 52:
>>> 53: @Override
>>> 54: public RichParagraph createRichParagraph(CodeTextModel model, int
>>> index) {
>>
>
On Wed, 14 Aug 2024 18:26:03 GMT, Andy Goryachev wrote:
>> modules/jfx.incubator.richtext/src/main/java/jfx/incubator/scene/control/richtext/model/BasicTextModel.java
>> line 198:
>>
>>> 196: */
>>> 197: public static class InMemoryContent implements Content {
>>> 198: private
On Fri, 16 Aug 2024 20:28:20 GMT, Kevin Rushforth wrote:
> This causes a regression on Ubuntu 22.04. The following tests fail with this
> fix (they all pass with current master), when using X.org or Wayland:
>
> ```
> SizeToSceneTest > testInitialSizeOnFullscreenThenSizeToScene() FAILED
> o
On Mon, 29 Jul 2024 17:46:52 GMT, Thiago Milczarek Sayao
wrote:
> On Ubuntu 24.04 with Xorg windows are not shown centered.
>
> This is due a configure event being received with position 0,0 which is wrong.
>
> The fix ignores the configure events until the window is mapped.
The problem is a
On Sun, 18 Aug 2024 20:10:09 GMT, Thiago Milczarek Sayao
wrote:
>> modules/javafx.graphics/src/main/java/com/sun/glass/ui/gtk/GtkView.java line
>> 123:
>>
>>> 121: if (w != null) {
>>> 122: pos[0] -= (pos[0] > 0) ? ((w.getX() + getX())) : 0;
>>> 123: pos[1] -= (
On Sun, 18 Aug 2024 20:37:23 GMT, Johan Vos wrote:
> Hi all,
>
> This pull request contains a backport of commit 101e5175 from the openjdk/jfx
> repository.
>
> The commit being backported was authored by Kevin Rushforth on 25 Jun 2024
> and was reviewed by Ambarish Rapte and Phil Race.
>
>
On Sun, 18 Aug 2024 20:46:48 GMT, Johan Vos wrote:
> Hi all,
>
> This pull request contains a backport of commit 101e5175 from the openjdk/jfx
> repository.
>
> The commit being backported was authored by Kevin Rushforth on 25 Jun 2024
> and was reviewed by Ambarish Rapte and Phil Race.
>
>
> This replaces obsolete XIM and uses gtk api for IME.
> Gtk uses [ibus](https://github.com/ibus/ibus)
>
> Gtk3+ uses relative positioning (as Wayland does), so I've added a Relative
> positioning on `InputMethodRequest`.
>
> [Screencast from 17-09-2023
> 21:59:04.webm](https://github.com/openj
On Fri, 16 Aug 2024 15:48:00 GMT, Martin Fox wrote:
>> Thiago Milczarek Sayao has updated the pull request with a new target base
>> due to a merge or a rebase. The pull request now contains 96 commits:
>>
>> - Merge branch 'refs/heads/master' into new_ime
>> - Merge branch 'refs/heads/master
Hi all,
This pull request contains a backport of commit 101e5175 from the openjdk/jfx
repository.
The commit being backported was authored by Kevin Rushforth on 25 Jun 2024 and
was reviewed by Ambarish Rapte and Phil Race.
Thanks!
-
Commit messages:
- Backport 101e5175ff429828de
Hi all,
This pull request contains a backport of commit 25ac6fed from the openjdk/jfx
repository.
The commit being backported was authored by Johan Vos on 25 Jul 2024 and was
reviewed by John Hendrikx, Ambarish Rapte and Jose Pereda.
Thanks!
-
Commit messages:
- Backport 25ac6fe
Hi all,
This pull request contains a backport of commit 101e5175 from the openjdk/jfx
repository.
The commit being backported was authored by Kevin Rushforth on 25 Jun 2024 and
was reviewed by Ambarish Rapte and Phil Race.
Thanks!
-
Commit messages:
- Backport 101e5175ff429828de
Hi all,
This pull request contains a backport of commit
[1bdb93c7](https://github.com/openjdk/jfx/commit/1bdb93c792cf7c218c74ec5cacda8bac1242f73b)
from the [openjdk/jfx](https://git.openjdk.org/jfx) repository.
The commit being backported was authored by Jose Pereda on 25 Jul 2024 and was
revi
> This replaces obsolete XIM and uses gtk api for IME.
> Gtk uses [ibus](https://github.com/ibus/ibus)
>
> Gtk3+ uses relative positioning (as Wayland does), so I've added a Relative
> positioning on `InputMethodRequest`.
>
> [Screencast from 17-09-2023
> 21:59:04.webm](https://github.com/openj
On Fri, 16 Aug 2024 15:54:30 GMT, Martin Fox wrote:
>> Thiago Milczarek Sayao has updated the pull request with a new target base
>> due to a merge or a rebase. The pull request now contains 96 commits:
>>
>> - Merge branch 'refs/heads/master' into new_ime
>> - Merge branch 'refs/heads/master
On Fri, 16 Aug 2024 15:41:44 GMT, Martin Fox wrote:
>> Thiago Milczarek Sayao has updated the pull request with a new target base
>> due to a merge or a rebase. The pull request now contains 96 commits:
>>
>> - Merge branch 'refs/heads/master' into new_ime
>> - Merge branch 'refs/heads/master
16 matches
Mail list logo