Results 83 issues of Sciss

This is in my own extension: ```scala peer.addAdjustmentListener(new java.awt.event.AdjustmentListener { def adjustmentValueChanged(e: java.awt.event.AdjustmentEvent): Unit = publish(new swing.event.ValueChanged(me)) }) ``` probably something like this should be in swing directly.

enhancement

In GitLab by @Sciss on Dec 31, 2018, 13:52 since `s.c.i.SortedMap` does not have any API for querying `floor` and `ceil` elements of a key, this would be a very...

Improvement

Find the first interval beginning at or after a given point. As a workaround, if the point type is known, e.g. `Long`, this would be `findIncludes((p, Long.MaxValue)`. Then `findIncludes` doesn't...

Improvement

all wrappers (Indexed, IndexedSeq, Ordered, Ranged) should implement a proper equals method? Or maybe not, since evaluation is lazy?

Think

Reported via e-mail: ``` java -version openjdk version "17.0.2" 2022-01-18 OpenJDK Runtime Environment (build 17.0.2+8-Ubuntu-120.04) OpenJDK 64-Bit Server VM (build 17.0.2+8-Ubuntu-120.04, mixed mode, sharing) --- Then I should try to...

bug

I think we should use the appdirs library. Like on Linux, it should suggest `~/.cache/eisenkraut`, for example.

enhancement

Seen with 1.4.1 binary download on macOS 10.15.7

bug

It's weird because it has never been observed in years, so perhaps a bug in OpenJDK update on Linux. It now appears often than using gain adjustment dialog Ctrl-Alt-N and...

bug

In GitLab by @Sciss on Oct 15, 2020, 18:35 doesn't make much sense to put two markers on top of each other. so perhaps when pressing 'M' and there is...

enhancement

In GitLab by @Sciss on Oct 14, 2019, 12:38 Based on Submin 0.3.2: - [X] param field unit-label too narrow (e.g. sf info), because we cannot use user borders -...

bug
low priority