weisj
|
b1789190c1
|
Fixed vertical separator overlapping border.
|
5 years ago |
weisj
|
aaa3a0849e
|
Fixed paint creeping for text components.
|
5 years ago |
weisj
|
3b6573a850
|
Fixed caret painting for insert mode with light themes.
|
5 years ago |
weisj
|
dcf86461ae
|
Streamlined foreground background setup for cells. Enabled status of cell and parent is now respected.
Removed more unused properties.
|
5 years ago |
weisj
|
ec1250184f
|
Removed parent actions from EditorPane.
|
5 years ago |
weisj
|
a9a190fecb
|
Added support for insert text mode.
|
5 years ago |
weisj
|
5bcda602f6
|
Improved caret position for non standard carets.
|
5 years ago |
weisj
|
b4f5ab8b97
|
Enable balloon tooltips for buttons by default.
|
5 years ago |
weisj
|
d58f56e38a
|
Make sure manually set properties aren't overridden when theme is changed.
|
5 years ago |
weisj
|
e629714fc8
|
Setup font rendering hints in UIDefaults.
Skip kerning for macOS < 10.14.
|
5 years ago |
weisj
|
1a46895b2c
|
Added loading icons.
Added LoadingIndicator.
|
5 years ago |
weisj
|
f424f479b6
|
More control over logger settings.
|
5 years ago |
weisj
|
2f21427283
|
Fixed text not painted for buttons, labels.
|
5 years ago |
weisj
|
4259bf8c4a
|
Improved log control.
|
5 years ago |
weisj
|
0716769bfa
|
Fixed table cell painted outside of table bounds.
|
5 years ago |
weisj
|
bd56ab9f6c
|
Added more tree nodes to check cell rendering.
|
5 years ago |
weisj
|
88cb7a472a
|
Fixes tree cells painted outside of tree visible bounds.
Fixes #155
|
5 years ago |
weisj
|
58b39f8be2
|
Fixed NPE when using TooltipAware[Toggle]Button.
Fixes #157
|
5 years ago |
weisj
|
62e542fb13
|
fixed documentation creation.
|
5 years ago |
weisj
|
75af4e0dd7
|
Fixed incorrect popup background for undecorated popups.
|
5 years ago |
weisj
|
1f8cea20fa
|
Fixes checkbox table editor not being clickable the first time.
|
5 years ago |
weisj
|
5a8e6dd7c0
|
Enable adding the clear action to text fields without requiring the search variant.
|
5 years ago |
weisj
|
0917c34b8b
|
Fixed focus checking for custom tree renderers.
|
5 years ago |
weisj
|
0d0fe13a7e
|
Automatically insert suppression for unused properties.
Removed license header from gradle.properties and gradle-wrapper.properties.
|
5 years ago |
weisj
|
47642f29b8
|
Removed unused properties. Still needs to be done on macOS.
|
5 years ago |
weisj
|
28427daeab
|
Adjusted icon offset for chackbox and radiobutton.
|
5 years ago |
weisj
|
453e64e941
|
Fixed incorrect list background in popup.
|
5 years ago |
weisj
|
34f68c0b96
|
Fixed popup menus not showing after laf change.
|
5 years ago |
weisj
|
2d9d120884
|
Refactored string painting.
Added missing disabled foreground for tabbed pane.
|
5 years ago |
weisj
|
cc32dda879
|
Moved string painting to utility method.
Refactored more clientproperty checking.
|
5 years ago |
weisj
|
f23a523525
|
Simplified initialization of lazy singletons.
|
5 years ago |
weisj
|
941e1fbdda
|
Simplified boolean client property checks.
|
5 years ago |
weisj
|
51f0f9c217
|
Refactored PopupFactory.
|
5 years ago |
weisj
|
84b36f3a2f
|
Skip popup window installation for lightweight popups.
|
5 years ago |
weisj
|
6ac33c1e20
|
Refactored installation of MouseGrabber.
Removed old MouseGrabber from some remaining listener lists it was added to.
|
5 years ago |
weisj
|
55ea6ec481
|
Fixed popup flickering when opened.
|
5 years ago |
weisj
|
9b7b08791d
|
Moved responsibility of loading the accent properties to the theme class.
|
5 years ago |
weisj
|
d57bb2f11e
|
Make FontUIResource#derive varieties return an UIResource.
|
5 years ago |
weisj
|
0f6835c45e
|
Fixes ColorUIResource#brighter and ColorUIResource#brighter not returning a ColorUIResource.
|
5 years ago |
weisj
|
05671d87a2
|
Improved vertical position of checkbox / radiobutton as cell renderers.
|
5 years ago |
weisj
|
dd19ad4e66
|
Fixed popups not having a shadow [windows].
Fixed content being misplaced after window is restored into maximized position [windows].
|
5 years ago |
weisj
|
21780d96db
|
Removed unnecessary super calls.
|
5 years ago |
weisj
|
c301049450
|
Fixed button content overlapping border. Fixes #148
|
5 years ago |
weisj
|
73bf8ecbe4
|
Fixed highlight sometimes not painting right side of rounded corners.
Removed default kerning as it resulted in shifting text on windows.
Fixed text shifting when caret es at left most position.
|
5 years ago |
weisj
|
052f40e90c
|
Added notice about blocking garbage collection if components aren unregistered.
|
5 years ago |
weisj
|
ba560ed25a
|
added method to easily unregister component updaters.
|
5 years ago |
weisj
|
b31af2aeaf
|
Refactored "decorator" package to "listener" and "delegate" package.
Added UIUpdater to automate ui updates for components outside a visible hierarchy.
|
5 years ago |
weisj
|
be684b821e
|
Added option to listen for theme changes.
|
5 years ago |
weisj
|
54c798587c
|
The system preferences button is now disabled if they aren't supported.
|
5 years ago |
weisj
|
0f061cfbec
|
Added option for default text in text components.
|
5 years ago |