Results 122 comments of Sciss

> It seems that there is some kind of support on Windows 8 and 10 I have actually a user of one of my applications (that uses WebLaF) that has...

I also notice that the default text actions have the wrong modifier `Ctrl` instead of `Meta`. On OS X, you expect Cut = `Meta-X`, Copy = `Meta-C`, Paste = `Meta-V`,...

The two issues: - Binding of default action such as Cut/Copy/Paste should use platform specific conventions, so Meta-C/V/X on Mac, Ctrl-C/V/X on Linux and Windows (?) - Rendering: You should...

I'm also not on Mac now, but from the code you posted that definitely will not use `⌘+X/C/V`, so perhaps my memory with Nimbus was wrong. In any case, since...

As a side note, I once dragged Batik as a dependency in a project, and it was a nightmare; it transitively depends on zillions of other libraries which are not...

As a side note, I managed to have my implementation now that seems to behave pretty much like Praat (although a magnitude slower). It's a great algorithm, thanks. https://github.com/Sciss/FScape-next/blob/4147fab8002600a922acf4f02f253291c28058d4/core/src/main/scala/de/sciss/fscape/graph/PitchAC.scala#L24

Apologies for hijacking on the thread - but @SWinxy what is your recommendation for USB Java bindings that work on Raspberry Pi (4) with custom USB controllers?

Hi there, checking on this. JDK 17 seems baseline now (e.g. Debian's new default). How difficult would it be to switch to a newer XStream version that doesn't have this...

I managed to make it work with some small changes and additional vm arguments: https://github.com/Sciss/weblaf_temp/pull/1 (I don't know how to make this a pull request, because I have already a...