121
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected 2 days ago.
Jun 04, 2024 — Jun 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Version numbers raised to 1.0.10; its release time again
Thomas Morgner
as taqua
More... about 18 years ago
Added explicit casts to silence the warnings of the post JDK 1.5 compilers
Thomas Morgner
as taqua
More... about 18 years ago
There was a null-pointer-Exception in the PackageSorter that was triggered when the package configuration is 110% invalid.
Thomas Morgner
as taqua
More... about 18 years ago
The positionFrameOnScreen(..) methods are now multi-screen aware.
Thomas Morgner
as taqua
More... about 18 years ago
Reversed colours for center transforms.
David Gilbert
as mungady
More... about 18 years ago
Reverse colours for CENTER_VERTICAL transform.
David Gilbert
as mungady
More... about 18 years ago
Update version number for next release (whenever that is).
David Gilbert
as mungady
More... about 18 years ago
Added getType() to StandardGradientPaintTransformer and updated API docs.
David Gilbert
as mungady
More... about 18 years ago
Added default constructor.
David Gilbert
as mungady
More... about 18 years ago
Updated version number.
David Gilbert
as mungady
More... about 18 years ago
Fixed serialization of TextFragment with GradientPaint.
David Gilbert
as mungady
More... about 18 years ago
Version number upgrade to 1.0.8.
Thomas Morgner
as taqua
More... over 18 years ago
BugFixes: FastStack did not release objects, Booting behaved stupid with its synchronization ..
Thomas Morgner
as taqua
More... over 18 years ago
Unsynchronized stack for more performance ..
Thomas Morgner
as taqua
More... over 18 years ago
ObjectUtilities: TypeSafe instantiation KeyedComboBoxModell: Allows non-key values ResourceBundleSupport: Keystrokes and Mnemonics can be optional now
Thomas Morgner
as taqua
More... over 18 years ago
configurations are cloneable now.
Thomas Morgner
as taqua
More... over 18 years ago
DrawablePanel now also handles ExtendedDrawables. This way, drawables can influence the Swing-layout by providing a preferred size.
Thomas Morgner
as taqua
More... over 18 years ago
Added some methods to allow the implementation of deep cloning later ..
Thomas Morgner
as taqua
More... over 18 years ago
Empty packages no longer show up as errors in the logs.
Thomas Morgner
as taqua
More... over 18 years ago
Add of a counter for modules loaded More... over 18 years ago
Version update and completed changelog for all changes since the last release.
Thomas Morgner
as taqua
More... over 18 years ago
Fixed a bug: resolving already resolved keys is stupid.
Thomas Morgner
as taqua
More... over 18 years ago
Declared fields final.
David Gilbert
as mungady
More... almost 19 years ago
Removed redundant 'description' attribute from SpreadsheetDate class.
David Gilbert
as mungady
More... almost 19 years ago
TextUtils dont check version directly. ObjectUtility handles JDK detection now. java.util.RandomAccess is used instead of the security-critical NIO-Buffer.
Thomas Morgner
as taqua
More... almost 19 years ago
Fix for the security exception
Thomas Morgner
as taqua
More... almost 19 years ago
Detailed changelog updated
Thomas Morgner
as taqua
More... almost 19 years ago
Version number increased and changelog in the readme file updated.
Thomas Morgner
as taqua
More... almost 19 years ago
Optimized the notification of listeners on the ImageObserver for best performance.
Thomas Morgner
as taqua
More... almost 19 years ago
Drawable panel added: Finally there is an easy way to display drawables in a GUI...
Thomas Morgner
as taqua
More... almost 19 years ago