Jannis Weis
|
1a703b3bc1
|
Update libs.yml
Only run if library source files shave changed.
|
5 years ago |
weisj
|
0924bc01b5
|
Merge branch 'master' of https://github.com/weisJ/darklaf
|
5 years ago |
weisj
|
2585067041
|
Ignore library files.
Signed-off-by: weisj <weisj@arcor.de>
|
5 years ago |
weisj
|
225a9c396b
|
Updated library download link.
Signed-off-by: weisj <weisj@arcor.de>
|
5 years ago |
Jannis Weis
|
05a6f2b3d8
|
Update README.md
|
5 years ago |
weisj
|
99603c3fb0
|
Merge branch 'master' of https://github.com/weisJ/darklaf
|
5 years ago |
Jannis Weis
|
cb7d035806
|
Create libs.yml (#60)
Create action that builds and uploads the native libraries.
|
5 years ago |
weisj
|
5d4e662270
|
Delete pom.xml
Signed-off-by: weisj <weisj@arcor.de>
|
5 years ago |
weisj
|
c9572bbe4c
|
Accept wider range of values for HIDE_POPUP_KEY.
Signed-off-by: weisj <weisj@arcor.de>
|
5 years ago |
weisj
|
60800d59dd
|
Fixed NPE when value in JTree is null.
Signed-off-by: weisj <weisj@arcor.de>
|
5 years ago |
weisj
|
adce7d142b
|
Remove floating toolbar title bar and hide it while dragging.
Signed-off-by: weisj <weisj@arcor.de>
|
5 years ago |
Jannis Weis
|
027fd444a8
|
Decorations support for macOS. (#54)
Adds support for window decorations that "replace" the native ones on macOS.
|
5 years ago |
weisj
|
dd66a018cd
|
Fixed ToolBar NPE on drag.
Signed-off-by: weisj <weisj@arcor.de>
|
5 years ago |
weisj
|
5294b63bb2
|
fixed textfield not removing selection when loosing focus.
Signed-off-by: weisj <weisj@arcor.de>
|
5 years ago |
weisj
|
52c076905e
|
Fixed cell height when an empty string is given.
Signed-off-by: weisj <weisj@arcor.de>
|
5 years ago |
weisj
|
bdd08862e9
|
moved dialog icon to resource folder.
Signed-off-by: weisj <weisj@arcor.de>
|
5 years ago |
weisj
|
e7e4eb0299
|
fixed imports
Signed-off-by: weisj <weisj@arcor.de>
|
5 years ago |
weisj
|
588a151395
|
renamed package
Signed-off-by: weisj <weisj@arcor.de>
|
5 years ago |
weisj
|
c917e6c11c
|
Moved custom decorations base classes to own module as not all implementations of custom decorations are JNI based.
Signed-off-by: weisj <weisj@arcor.de>
|
5 years ago |
weisj
|
06ba14f88d
|
moved initialization of base Laf to own method.
Signed-off-by: weisj <weisj@arcor.de>
|
5 years ago |
Jannis Weis
|
e09eb8da1e
|
Update DarkLaf.java
|
5 years ago |
Jannis Weis
|
36bdfe3f36
|
removed reflective call to create systemLaf
|
5 years ago |
weisj
|
9bd8289fd2
|
Improved heavyweight tooltip flickering.
Signed-off-by: weisj <weisj@arcor.de>
|
5 years ago |
weisj
|
c568558a18
|
Reuse currentLaf is possible.
Signed-off-by: weisj <weisj@arcor.de>
|
5 years ago |
weisj
|
691d9aec96
|
Adjusted spacing in FileChooser.
Suppressed reflective warning on loadup.
Signed-off-by: weisj <weisj@arcor.de>
|
5 years ago |
weisj
|
31fab14fe2
|
Removed use of aqua specific PopupFactory.
Signed-off-by: weisj <weisj@arcor.de>
|
5 years ago |
weisj
|
9b51ef816e
|
Fixed background of medium weight popups.
Removed use of aqua specific PopupFactory.
Signed-off-by: weisj <weisj@arcor.de>
|
5 years ago |
weisj
|
23a38f0d94
|
smoother tooltip fade in
Signed-off-by: weisj <weisj@arcor.de>
|
5 years ago |
weisj
|
3ad6eb254f
|
smoother tooltip fade in
Signed-off-by: weisj <weisj@arcor.de>
|
5 years ago |
weisj
|
f1b1fe72ad
|
Fixed opaque tooltip background on macOS.
Smoother animation painting.
Signed-off-by: weisj <weisj@arcor.de>
|
5 years ago |
weisj
|
336d75a66d
|
Adjusted demo layout.
Signed-off-by: weisj <weisj@arcor.de>
|
5 years ago |
weisj
|
ed3e73e536
|
removed unused test class.
Signed-off-by: weisj <weisj@arcor.de>
|
5 years ago |
weisj
|
ece71b32bb
|
Adjusted insets s.t. button, comboBox, spinner and textfield have the same height.
Signed-off-by: weisj <weisj@arcor.de>
|
5 years ago |
weisj
|
b92eae10ae
|
migrate demos to MigLayout
Signed-off-by: weisj <weisj@arcor.de>
|
5 years ago |
weisj
|
5705fd8940
|
Fixed spelling error in property.
Fixed plain tooltip too large.
Signed-off-by: weisj <weisj@arcor.de>
|
5 years ago |
weisj
|
1c67576449
|
Fixed spelling error in property.
Fixed plain tooltip too large.
Signed-off-by: weisj <weisj@arcor.de>
|
5 years ago |
weisj
|
7d62789b66
|
Merge branch 'master' of https://github.com/weisJ/darklaf
|
5 years ago |
Jannis Weis
|
a811c88b8b
|
Merge pull request #52 from vlsi/miglayout
Add MigLayout for test code
|
5 years ago |
Vladimir Sitnikov
|
c43697be93
|
Add MigLayout for test code
|
5 years ago |
weisj
|
5182603f7a
|
Fixed text shifting when making comboBox editable.
Signed-off-by: weisj <weisj@arcor.de>
|
5 years ago |
weisj
|
616b81c76e
|
View icons from jars in AllIcons.
Signed-off-by: weisj <weisj@arcor.de>
|
5 years ago |
weisj
|
c7bfa23133
|
Fixed aware icons not updating on theme change.
Signed-off-by: weisj <weisj@arcor.de>
|
5 years ago |
weisj
|
7d05e63134
|
new rc
Signed-off-by: weisj <weisj@arcor.de>
|
5 years ago |
Jannis Weis
|
ff55c99f22
|
Update README.md
|
5 years ago |
weisj
|
ee297f1ed8
|
Adjusted ProgressBar foreground.
Signed-off-by: weisj <weisj@arcor.de>
|
5 years ago |
Jannis Weis
|
2a30eb9e1b
|
Merge pull request #48 from weisJ/modules
Make darklaf-windows self contained.
|
5 years ago |
weisj
|
c65475afb8
|
Fixed property loading from different location.
Signed-off-by: weisj <weisj@arcor.de>
|
5 years ago |
weisj
|
ce12748691
|
Moved property loading to own module to make darklaf-windows self contained.
Moved shared utility classes to own module.
Signed-off-by: weisj <weisj@arcor.de>
|
5 years ago |
Jannis Weis
|
b87e4888a2
|
Update README.md
|
5 years ago |
weisj
|
990e748c1e
|
Moved remaining windows specific code to darklaf-windows.
Signed-off-by: weisj <weisj@arcor.de>
|
5 years ago |