555 Commits (5ea0ada0f83b9903fed61ccaeeed014972b4cb29)

Author SHA1 Message Date
weisj 117712e2e8 CHeck complete component hierarchy for opaque components. 5 years ago
weisj 0755f3d489 Make TooltipTest deterministic. 5 years ago
weisj e658986a99 Make sure test fails if assertion isn't met on EDT. 5 years ago
weisj 480eecdbd8 Run tests with --info. 5 years ago
weisj d12d5f4c1c Improve TooltipTest. 5 years ago
weisj bd57464ccf [TestFix] Fixed TooltipTest. 5 years ago
weisj 3a337c1641 Migrated tests to JUnit. 5 years ago
weisj 73face463d Reduce interpolation quality for drop shadow border for faster paint speed. 5 years ago
weisj 861b9162b6 Setup creation of snapshot versions. 5 years ago
weisj 5f5a3082bc Minor adjustment to combobox popup location/size. 5 years ago
weisj 3e76332df9 Migrated InternalFrameDemo to ComponentDemo. 5 years ago
weisj 9341cdafd1 Fixed NPE when painting internal frame. 5 years ago
weisj d577de556e Fixed bold text on buttons being clipped. Fixes #178. 5 years ago
weisj a434cac90d Broadened scope of JButton-properties that JToggleButton can use. Provides a more consistent api between the two components. 5 years ago
weisj 5f22e5a88e Fixes buttons cannot be clicked in lower half if height is larger than width. Fixes #177 5 years ago
weisj 9324a088a1 Use fallback if height is 0. 5 years ago
weisj 5cd832bce0 Use default table header alignment. 5 years ago
weisj f9ed8d75d9 Set alignment in default cell renders to avoid overriding user set alignments in the delegate wrapper. Fixes #176. 5 years ago
weisj 2575b72bdf Allow usage of tooltip context with all tooltip styles. 5 years ago
weisj cac04ec8d5 Enable horizontal scrollbar for combobox popup. Fixes #175 5 years ago
weisj 0faa6eeee8 Fixed usage of translucent windows on unsupported screen devices. 5 years ago
Jannis Weis deae2142da
Migrate to Nokee plugin (#173) 5 years ago
weisj 6e6890fa00 Ensure IconColorMapper reproduced all encounter tags. 5 years ago
weisj def66cda6d Changed background of PopupColorChooser. 5 years ago
weisj 40670a00e6 increase round slider thumb size. 5 years ago
weisj 818f651fe4 Improved slider thumb shape. 5 years ago
weisj 874003c15b Removed need for DarkHTML and DarkToolBarUIBridge. 5 years ago
weisj 5a7bd22a79 Removed overriding of shared dummy ui. 5 years ago
weisj 0afb81c365 Removed unused classes. 5 years ago
weisj 66ecb2d299 Removed lambda parameter from PaintUtil.drawString in favour of an additional PaintUtil.drawStringUnderlineCharAt method to reduce painting overhead. 5 years ago
Jannis Weis d3fd5dedab
Font test (#170) 5 years ago
weisj cd8385929e Fixed unwanted background on text components. 5 years ago
weisj a720077652 Fixed focus of slider being cut off. 5 years ago
weisj f74f8e9d5d Assume BALLOON tooltip style for components specifying a ToolTipContext. 5 years ago
weisj 4f42185a3f Added demo launcher. 5 years ago
weisj f4d0af2758 Make sure menu items are disabled/enabled correctly. 5 years ago
weisj 25c657226e Added localisation for some languages to the cut/copy/paste context menu. 5 years ago
weisj 366454c992 Don't remove selection painting when opening popup menu on text component. 5 years ago
weisj c50aedf675 Fixed font size for auto created ui tables. 5 years ago
weisj 3308ee1d2d Updated change notes. 5 years ago
weisj 7e4cad2493 Imrpoved icon alignment in AllIcons. 5 years ago
weisj 13d8a7d27b Fixed question icon color for light icons. 5 years ago
weisj e01046c711 Removed unused style property from ToolTipContext. 5 years ago
weisj 67a7a4177c Fixed bold looking tooltip text when running on Java 8. 5 years ago
weisj ce6e62066a Fixed shadow painting. 5 years ago
weisj e5d993b6e2 Added rounded button variant. 5 years ago
weisj 45018bb581 Only repaint if scrollpane is not null. 5 years ago
weisj 4eb003fd3a Added warning text border variant. 5 years ago
weisj 6521929c17 Only apply context if tooltip style is set to BALLOON. 5 years ago
weisj f366fbae5b Fixed selection margins. 5 years ago