Commit Graph

204 Commits

Author SHA1 Message Date
mkpaz
aafe2b4abc ErrorProne: fix sampler/UnusedVariable 2023-02-10 15:26:05 +04:00
mkpaz
85a654f96b ErrorProne: fix sampler/UnusedMethod 2023-02-10 15:26:05 +04:00
mkpaz
32e136cd53 ErrorProne: fix sampler/MissingOverride 2023-02-10 15:26:05 +04:00
mkpaz
dae2ab5a30 ErrorProne: fix sampler/JavaTimeDefaultTimeZone 2023-02-10 15:26:05 +04:00
mkpaz
6920f98ca4 ErrorProne: fix sampler/DefaultCharset 2023-02-10 15:26:05 +04:00
mkpaz
c8ceca0755 ErrorProne: fix sampler/CatchAndPrintStackTrace 2023-02-10 15:26:05 +04:00
mkpaz
69e521737c ErrorProne: fix sampler/EqualsGetClass 2023-02-10 15:26:05 +04:00
mkpaz
b894422c68 ErrorProne: fix sampler/MissingSummary 2023-02-10 15:26:05 +04:00
mkpaz
82b221dc33 ErrorProne: fix base/JavaTimeDefaultTimeZone 2023-02-10 15:26:05 +04:00
mkpaz
fb722c9870 ErrorProne: fix base/ReturnValueIgnored 2023-02-10 15:26:05 +04:00
mkpaz
91c7e2a36f ErrorProne: fix base/CatchAndPrintStackTrace 2023-02-10 15:26:05 +04:00
mkpaz
58ff4cc25c ErrorProne: fix base/MissingSummary 2023-02-10 15:26:05 +04:00
mkpaz
4a0a673bff ErrorProne: fix base/UnnecessaryParentheses 2023-02-10 15:26:05 +04:00
mkpaz
ba9bfc654b ErrorProne: fix base/MissingCasesInEnumSwitch 2023-02-10 15:26:05 +04:00
mkpaz
524d9ed9b6 Add ErrorProne + NullAway plugins 2023-02-09 14:33:40 +04:00
mkpaz
59b38ca682 Add JetBrains annotations 2023-02-09 14:23:56 +04:00
mkpaz
cc6b4c143b Move resources under package name prefix #10 2023-02-09 14:02:11 +04:00
mkpaz
90b5ded91f Use transparent background for code viewer (WebView)
JavaFX 18 feature
2023-02-09 13:29:04 +04:00
mkpaz
c707ec5230 Improve checkbox and radio button
- increase line thickness
- add hover effect
2023-02-08 21:16:26 +04:00
mkpaz
ae41f89023 Add label page
Also support settings label color via pseudo-classes.
2023-02-08 19:45:33 +04:00
mkpaz
2bade687f7 Add menu/menubar paddings 2023-02-08 19:17:03 +04:00
mkpaz
033b2d0053 Increase floating tab size 2023-02-08 18:56:12 +04:00
mkpaz
0eee144d26 Support icon color and add icons page 2023-02-08 18:02:21 +04:00
mkpaz
c547b7231b Remove opacity from borders colors #21 2023-02-08 13:37:38 +04:00
mkpaz
ae0650a92b Fix tooltip text not showing for circular buttons 2023-02-08 13:14:29 +04:00
mkpaz
2ea433a2f8 Prevent context menu from inheriting text input font props 2023-01-02 13:40:02 +04:00
mkpaz
308a4b9b28 Improve PasswordTextFormatter
Use commitValue() to refresh text field content. Also, add tests.
2023-01-02 13:03:46 +04:00
Florian Enner
e485b28595
Add SceneBuilder theme pack generation (#28) 2022-12-11 08:46:50 +04:00
mkpaz
c987f2994d Fix spinner border width 2022-10-27 21:13:50 +04:00
mimoguz
5d2e39b9a4
Add inner border radius config (#24) 2022-10-27 21:08:21 +04:00
Mike Hearn
6342b3f166
Bump to JavaFX 19 (#20) 2022-10-24 13:02:48 +04:00
Mike Hearn
7645fa5674
Update Conveyor configuration for 1.1 (#19) 2022-10-13 20:13:29 +04:00
mkpaz
ae8d9839c6 Update README v1.1.0 2022-10-10 13:48:39 +04:00
mkpaz
259ee6da61 Fix CodeViewer flickering when switching between pages 2022-10-07 22:30:08 +04:00
mkpaz
519549e191 Fix ListView striped style for empty cells 2022-10-07 22:26:49 +04:00
mkpaz
c77dec332f Fix cell selection color for VirtualFlow based controls (#15) 2022-10-07 22:23:48 +04:00
mkpaz
52d96a7fca Update changelog 2022-10-06 20:16:41 +04:00
mkpaz
20c06964ff Bump version 2022-10-06 16:09:35 +04:00
mkpaz
0b1bdf0bb2 Flatten Nord theme colors 2022-10-06 13:52:42 +04:00
mkpaz
8af9bdfc7f Add subtle text style support 2022-10-06 13:00:09 +04:00
mkpaz
92a4f885ae Fix TreeView indentation 2022-10-06 12:53:22 +04:00
mkpaz
3aad8ffbea Improve HTMLEditor sample
- Use global bg/fg colors and font
- Fix toolbar icons with explanation
- Support switching between themes
2022-10-06 08:47:56 +04:00
mkpaz
2977aaca66 Rewrite Breadcrumbs for more customization
This is breaking change which also significantly improves control API. It introduces divider factory and makes possible to use hyperlinks as control items.
2022-10-05 21:24:40 +04:00
mkpaz
71ea3aac8b Add dense style support for TabPane 2022-10-05 15:03:08 +04:00
mkpaz
7faefdb6da Add more check methods to PlatformUtils 2022-10-05 14:06:41 +04:00
mkpaz
dec8b80781 Add alt icon and dense style support for TitledPane 2022-10-05 13:31:33 +04:00
mkpaz
cbde1de246 Add alt icon support for TreeView disclosure node
Also introduce a color variable and tone down disclosure node color.
2022-10-05 12:51:13 +04:00
CodeDead
aa294eb773
Code refactoring and bugfixes (#13)
* Popover: fixed a bug that a node value was not being set
* PlatformUtils: fixed a bug that MacOS can be an OS with name darwin
* Optimized switch statements
* Code formatting and cleanup
* Removed unused imports
* Reformat markdown tables
* Use try-with-resources
* Improve Javadoc
* Enforce Git compliance
* Better NPE error messages
* Fixed spelling errors
2022-10-05 09:05:18 +04:00
mkpaz
4261e5be1d Tone down date picker secondary colors 2022-10-04 21:54:08 +04:00
mkpaz
5b2b75cd64 Add input group support for Label 2022-10-04 21:41:50 +04:00