Jannis Weis

Results 49 issues of Jannis Weis

For autostyle to work an eclipseformat configuration should be supplied. If done the following line should be replaced. https://github.com/GraxCode/threadtear/blob/800f79a9683d870d66237cf2fbfe7af5564cd107/build.gradle.kts#L12 Change to ````kotlin val skipAutostyle by props() ````

While working with the codebase I found the codestyle across files to be quite incosistent. This probably results from no well-defined code style. I think it would be worthwhile to...

Enhancement
Discussion

It would be nice to have litiengine be a modular jar: - It allows consumers of the library to bundle their game using jpackage - Currently the utiLITI executable created...

enhancement

> @GraxCode wrote: > ![image](https://user-images.githubusercontent.com/24767548/109423993-15c90f00-79e2-11eb-927b-e8ff8362cd94.png) > Manjaro Linux >@weisJ wrote: >@GraxCode >This looks like a slightly different problem to me. Rather than what is happening here, there seems to be...

bug
linux

The snap layout popup in Windows 11 only appears when the window is maximized. However it should always be displayed.

bug
windows

We should create a tool which automates porting IntelliJ themes to darklaf themes. What needs to be done: - Create the corresponding `Theme` class and appropriate directory structure. - Parse...

enhancement

Currently the native library is extracted from the jar into a temporary folder and loaded from there. Although if the application is packaged (e.g. as an`.exe`) one might like to...

enhancement
API

When running with java `>= 16` we can't rely on setting a delegate repaint manager as the method to do so resides in `SwingUtilities3` which isn't exported by the jdk...

enhancement
help wanted

@weisJ I recorded a video so you can look at this problem https://mega.nz/file/PuAhBYjK#MGC-euIl_ty86a9DsmDzpQBCXz0pcc-dOOmi0p1Uiz4 _Originally posted by @Ilolka1337 in https://github.com/weisJ/darklaf/issues/162#issuecomment-633818904_

bug
help wanted
windows
needs reproduction

It would be really convenient if one could: - Move nodes with corresponding arrows. - Adjust curvature through dragging the middle of the arrow. - Adjust the length of an...

feature-request
ui-ux