weisj
|
3ee6d18f1f
|
Changed api for FontSizeRule.
Added provider for theme preferences on windows.
|
5 years ago |
weisj
|
f23ccf493b
|
Renamed decorations-base to platform-base. This accomodates a broader use of common classes between platforms.
|
5 years ago |
weisj
|
6bdf10857f
|
Refactored defaults initialization.
|
5 years ago |
weisj
|
1760744807
|
formatting and code style.
|
5 years ago |
weisj
|
1d54edba05
|
Fixed double title bar when mediumweight popups are used.
|
5 years ago |
weisj
|
4214d5bc75
|
Prevent installation of decorations on popups.
Fixed NPE in MacOSTitlePane#getPreferredSize.
|
5 years ago |
weisj
|
612812567e
|
Added library search path for older versions of macOS.
|
5 years ago |
Jannis Weis
|
498b73054c
|
Wait for jni installation to complete asynchronously. (#72)
Improve installation of decorations.
|
5 years ago |
Vladimir Sitnikov
|
d20b0b86e6
|
Skip native library loading when darklaf.decorations=false
|
5 years ago |
weisj
|
ec5e3a4ab0
|
Replaced hard coded property names with constants.
|
5 years ago |
weisj
|
036a78f1b3
|
Fixed getTitleBarHeight method.
Uninstall decorations when window is disposed.
|
5 years ago |
weisj
|
e4290720ba
|
added explicit type.
|
5 years ago |
weisj
|
ed21bef51d
|
fixed jni code.
|
5 years ago |
weisj
|
4763f3ec2b
|
fixed jni code.
|
5 years ago |
weisj
|
94c7063390
|
get titlebar height through jni on macOS.
|
5 years ago |
weisj
|
06416f1bf8
|
retainWindow -> releaseWindow
|
5 years ago |
weisj
|
dd03da396f
|
Retain/release nsWindow when decorations are installed/uninstalled.
|
5 years ago |
weisj
|
ffe188ad89
|
Only add listeners if title is drawn in swing.
|
5 years ago |
weisj
|
9620e75476
|
Retain nswindow
|
5 years ago |
weisj
|
9cc1f6c6c0
|
Don't uninstall decorations if window handle is 0.
|
5 years ago |
weisj
|
d0817653f8
|
Fixed incorrect window size/location when using setSize/setPreferredSize.
|
5 years ago |
weisj
|
0310cb0db7
|
Fixed setting title if native title is used on macOS.
Signed-off-by: weisj <weisj@arcor.de>
|
5 years ago |
weisj
|
247690e3e5
|
Fixed NPE when accessing evt.getNewValue() on properChange-Events.
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 |