121
I Use This!
Moderate Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 3 days ago.
Jun 06, 2024 — Jun 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed a possible deadlock
Thomas Morgner
as taqua
More... almost 19 years ago
Synchronization in the booter, ObjectUtilities needs to handle the case where *no* classloader can be found at all.
Thomas Morgner
as taqua
More... almost 19 years ago
Booting should be properly synchronized. Now it is safe to start multiple boot events from multiple threads; booting will be done only once and all threads will block until booting is finished.
Thomas Morgner
as taqua
More... almost 19 years ago
Fix for Bug#1501352 and #1501023 (both Log implementation errors).
Thomas Morgner
as taqua
More... about 19 years ago
Fix for the ThreadContext-ClassLoader-null bug.
Thomas Morgner
as taqua
More... about 19 years ago
ChangeLog and readme update for the 1.0.4 release
Thomas Morgner
as taqua
More... about 19 years ago
Version update for next jfreereport release
Thomas Morgner
as taqua
More... about 19 years ago
Date and NumberCellRenderer did not handle <null>-values properly.
Thomas Morgner
as taqua
More... about 19 years ago
Updated the changelog
Thomas Morgner
as taqua
More... about 19 years ago
Version 1.0.3
Thomas Morgner
as taqua
More... about 19 years ago
Module system: User configurations for libraries now can appear more than once on the classpath. All versions get read in the order they appear on the classpath (so later libraries overlay previous settings).
Thomas Morgner
as taqua
More... about 19 years ago
module name keys must end in '.Module' to be picked up by the loader
Thomas Morgner
as taqua
More... about 19 years ago
Cleaned the way, how dependend projects get added to the ProjectInfo class. Now only the libraries get used for that task. This removes some redundancy in the libraries, which use that code.
Thomas Morgner
as taqua
More... about 19 years ago
Allow to initalize external modules when booting up.
Thomas Morgner
as taqua
More... over 19 years ago
Updated version numbers to 1.0.1 (you are right Dave :)) Lets release it.
Thomas Morgner
as taqua
More... over 19 years ago
Added the about dialog, which does the same as the AboutFrame, but does not choke on modal parents.
Thomas Morgner
as taqua
More... over 19 years ago
Support for Arrays was broken, BasicStroke handling has been improved ..
Thomas Morgner
as taqua
More... over 19 years ago
Throwing a NullPointer with a message than an anonymous nullpointer. It is always nice to give hints why the parsing fails ..
Thomas Morgner
as taqua
More... over 19 years ago
Added support for multi-threaded booting by providing boot-complete-notifications ...
Thomas Morgner
as taqua
More... over 19 years ago
Made the contents array private as package protected access is not needed here. Added default constructors and corrected the french translation as suggested in the forum by 'fan74'.
Thomas Morgner
as taqua
More... over 19 years ago
Reformatting only.
David Gilbert
as mungady
More... over 19 years ago
Removed the evil autobooting, which was an leftover from the old ages, which prevents customizations of the configuration before booting.
Thomas Morgner
as taqua
More... over 19 years ago
Added a method to check the image status and the new wait method does not wake up until a real event happens. The proper use of wait()/notify() was long overdue here ...
Thomas Morgner
as taqua
More... over 19 years ago
Simplified the overly complicated logging initialization. The old version performed double checks which where fully unneccessary. The new version does the same, but with less code.
Thomas Morgner
as taqua
More... over 19 years ago
Logtarget initialization: * Prevent nullpointer, this looks cleaner * call Log.getInstance().init() after setting the logtarget
Thomas Morgner
as taqua
More... over 19 years ago
ChangeLog updated; 1.0.0 release and latest BugFix added to the log
Thomas Morgner
as taqua
More... over 19 years ago
Fixed an IndexOutOfBoundsException as reported by: http://www.jfree.org/phpBB2/viewtopic.php?t=15253
Thomas Morgner
as taqua
More... over 19 years ago
Feeling pendantic: Added new-lines to the end of the files to make the Jikes compiler happy. Changed lowercase 'l' for long constants into uppercase 'L' for better readability (as the 'l' looks like a 1)
Thomas Morgner
as taqua
More... over 19 years ago
Updated for release.
David Gilbert
as mungady
More... over 19 years ago
Removed bad API doc tag.
David Gilbert
as mungady
More... over 19 years ago