141 Commits (09542de442334c8dba897e69080ea0c450b20dee)

Author SHA1 Message Date
Jannis Weis 6afbb0145d Format native code 3 years ago
Jannis Weis 6f72d285f3 Format svg files 3 years ago
Jannis Weis 52d0d13282 Fix license header year ranges 3 years ago
Jannis Weis e2ceb6e662
Windows: Update close button background color for Windows 11 3 years ago
Jannis Weis fc2732ea29
Windows: Fix incorrect maximize icon color 3 years ago
Jannis Weis 2b952fb9fa
Windows: Use constants defined in Windows 11 SDK instead of replicating them 3 years ago
Jannis Weis df03d31e43
Windows: Set correct value for isWindows11 in SystemInfo through native code 3 years ago
Jannis Weis 7197d08083
Windows: Update titlebar icons used on Windows 11 3 years ago
Jannis Weis 7eef638c11
Windows: Support Windows 11 window snapping 3 years ago
Jannis Weis e9be5b9f67
Windows: Detect Windows 11 in native code. 3 years ago
Jannis Weis 02a15f1351
Rename isWindows10 to isWindows10OrGreater 3 years ago
weisj 8539c5ec2f
Decorations: Make resize area smaller over window buttons 3 years ago
weisj c190762ffa
Decorations: Adjust windows rect to have resize area outside frame 3 years ago
weisj 812bf630da
Decorations: Mark popups as non-resizable on Windows 3 years ago
weisj ca35e6ca67
Decorations: Remove DecorationsProvider#adjustWindowInsets 3 years ago
weisj 81fc63ff10
Windows: Fix errorprone warnings 3 years ago
weisj f685afca0f
Build: Make library file names unique across target machines 3 years ago
weisj 73692487ac
Decorations: Allow for back-stealing of the unified menubar 3 years ago
weisj 12f68839df Test: More tests about library packaging 3 years ago
weisj 774e4fea4d Modules: Fix resource loading when running on the module path. 3 years ago
weisj 4283d52422 NativeUtils: Rename package from platform to nativeutil 3 years ago
weisj be6fa54058 Modules: Move utils in darklaf to ui.utils to avoid split packages. Move classes in property-loader to the properties subpackage to avoid split packages. 3 years ago
weisj e716522288 Build: Add and compile module info 3 years ago
weisj d80a42efdd Native: Fix loading jawt.dll failing on some jdks 3 years ago
weisj a2c3af4d86 Windows: Remove dependency on JNA 3 years ago
weisj e174ff15ca Actions+Native: Upload arm64 library on macOS. 3 years ago
Jannis Weis ba61872272 Build: Extract optimization level compiler arguments setup. 3 years ago
weisj 542dbf3cb7
Modules + MenuItem: Use java-compatibility.jar from intelliJ to replace swing internal api calls. Because this also replaces the MenuItemLayoutHelper we need to unify the implementation of DarkMenuItemUIBase and DarkMenuUI. This is done by extracting all functionality into the MenuItemUI interface for which the implementing classes need to provide the necessary details. 3 years ago
weisj 8215cd1bc1
NativeLibs: Check whether the corresponding native library can be loaded, when selecting the decorations provider. 3 years ago
weisj 3457eeb694
Memory: Ensure shared static helpers don't prevent ui classes from being garbage collected. 4 years ago
weisj 7bc2470a83 Windows-Native: Initialize all struct members with a default value on construction. 4 years ago
weisj 5580656e79 Build: Update to Gradle 7 4 years ago
weisj a31e78ced4 Migrate buildSrc from Groovy to Kotlin 4 years ago
weisj e937d09365
[Windows] BuildScr: Enable warnings for native code. 4 years ago
weisj 5c3900d319
[Windows] NativeLib: Change c-style casts to static_cast<> 4 years ago
weisj 1489be4963
[Windows] Decorations: Add logging. 4 years ago
weisj 7d9e7d73b7
Update year in LICENSE. 4 years ago
weisj f5d7873a23
Require colors to start with #. This avoid ambiguity between numbers and colors. 4 years ago
weisj d398cb91aa Derive selection color from accent color (on windows) 4 years ago
weisj 029be4f873 Make helper classes final. 4 years ago
weisj 00c6f09589 Remove unneeded +1. 4 years ago
weisj fd50bb8cd2 Don't decrease titlebar size if no border is painted. 4 years ago
weisj 50284319b7 Add property on rootpane to hide titlebar. Fixes #211 4 years ago
weisj 380abfdfa1 Load resource bundles through UIDefaults. 4 years ago
weisj ae473cb7a1 Updated code style 4 years ago
weisj 9928b9afd4 Switched to google formatting with increased linewidth and indentation size. 4 years ago
weisj a464d233d1 Updated formatting rules. 4 years ago
weisj 501852d5f7 Properly calculate preferred width of windows title pane. 4 years ago
weisj 1280b7d8d0 Add fullscreen demo. 4 years ago
weisj d6fd046276 Replace magic value with named constant. 4 years ago