880 Commits (c926b917933e9f64eea9fb4aa391df6efd0a7b2a)

Author SHA1 Message Date
weisj 8f010d8610 Cache file icon. 4 years ago
weisj d29cc5b2de Use fallback method while a non Path conforming file is blocking the file system by listing the files. This is really only an issue for the Network folder which takes several seconds to list all files. Otherwise opening other folders renders the ui unresponsive because accessing file properties (e.g. the icon or display name) has to wait for File.listFiles() to return. 4 years ago
weisj ae473cb7a1 Updated code style 4 years ago
weisj 564b0ebe79 Move more work from edt into background thread when updating directories. 4 years ago
weisj 996cd1dfbe Add FileTree component. 4 years ago
weisj 4454a316b1 Ensure dashed tree line is painted in a regular pattern. 4 years ago
weisj 227a492a90 Ensure theme isn't null when installing Laf. 4 years ago
weisj 11638915a4 Respect custom button background color. 4 years ago
weisj da1d622a1d Paint rectangular background for non darklaf button borders. 4 years ago
weisj 9928b9afd4 Switched to google formatting with increased linewidth and indentation size. 4 years ago
weisj bba681969e Fix regression where the tree renderer background isn't correctly applied. 4 years ago
weisj f72f8f4300 Add demo for LGoodDatePicker to improve compatiblity. 4 years ago
weisj a87788350a Ensure spinner respects user set background (specifically table cell editor background). 4 years ago
weisj 7fb16e67e7 Fix issue where tables aren't editable. (Fixes #206). 4 years ago
weisj a464d233d1 Updated formatting rules. 4 years ago
weisj ce4693fddf Replace usage of #requestFocus with #requestFocusInWindow 4 years ago
weisj dc99fbf435 Make sure listeners are notified if theme is installed through a synthesised Laf. 4 years ago
weisj 3eb63aa025 Ensure HelpButton doesn't get converted to a borderless varaint. 4 years ago
weisj 2e958de5c4 Ensure event helper is installed when using a JPopupMenu. 4 years ago
weisj 64b7872139 Add convenience method to replace currently registered themes. 4 years ago
weisj 638ebfd85f Ensure renamed themes are still found when creating synthesises LookAndFeelInfo. 4 years ago
weisj 623962ec0a Add display name property to Theme. 4 years ago
weisj e5e8b69178 Check for actually installed theme instead of set theme. 4 years ago
weisj 501852d5f7 Properly calculate preferred width of windows title pane. 4 years ago
weisj deeb0586b1 Use double the arc size for smoother button shadows. 4 years ago
weisj 12dc523d87 Ensure fonts are created as composite fonts. 4 years ago
weisj 7dd04941e1 Ensure checks for Darklaf use ThemedLookAndFeel instead. 4 years ago
weisj 65f84bace2 Fix broken synthesised lafs. 4 years ago
weisj 30934e6297 Fix style violations. 4 years ago
weisj 6bab2af14d Ensure cell backgrounds are consistent between editor and renderer. 4 years ago
weisj d1ce986ae9 Make constructor of ToolBarDemo public. 4 years ago
weisj 63a74b1dbb Ensure names of icons in AllIcons are unique. 4 years ago
weisj ff27e4f2dd Delete unused class ThemedDarkLaf 4 years ago
weisj f48bb50030 Make ToolTip.defaultStyle an overridable properties. 4 years ago
weisj 3c576f19a0 Rename CellEditorToggleButton to CellToggleButton 4 years ago
weisj 6825d2081d Remove explicit usage of DarkTableCellRendererDelegate to avoid confusion. 4 years ago
weisj 4319c95830 Improve selection/focus behaviour for boolean cell renderers. 4 years ago
weisj 12271e32ff Ensure decorations are uninstalled if previously displayed heavy weight popup is reused and decorations have been disabled meanwhile. 4 years ago
weisj 9233fe29c5 Ensure height of list cell is >= 0. Fixes #204. 4 years ago
weisj d15a4ed440 Fix icon paths. 4 years ago
weisj df5206fb14 Updated tree control icons. 4 years ago
weisj 4597251644 Only add margin size to preferred size if current size is insufficient. Fixes #201 4 years ago
weisj 5af510e4ba Fix borders for full row focus mode in tables. 4 years ago
weisj cb3e8c2b4f Check parent path isn't null. Fixes #203 4 years ago
weisj d6c08d1098 Ensure popup isn't null when moving. Fixes #202 4 years ago
weisj 1280b7d8d0 Add fullscreen demo. 4 years ago
weisj 393f1b22d6 Remove unused test file. 4 years ago
weisj 67e25bd59f Remove unused import. 4 years ago
weisj 7a5efcfa21 Fix build failure 4 years ago
weisj 2234c0dd20 Make sure position provided by ToolTipUtil has the highest priority. 4 years ago