0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected almost 2 years ago.
Oct 07, 2022 — Oct 07, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Don't have that renderer anymore More... about 25 years ago
Now works better with ICERenderer.java More... about 25 years ago
Uses new spash image. More... about 25 years ago
no message More... about 25 years ago
Ruff translation to German More... about 25 years ago
Eliminated NPE caused by AREA tags with no 'shape' attribute. More... about 25 years ago
Added fireTableRowsDeleted() call to removeData() method. More... about 25 years ago
Added code to clear table selections when frame is closed. More... about 25 years ago
Fixed bug that caused History frame to show empty cells for 'location' column. Bug was a result of the String to URL conversion. More... about 25 years ago
Removed spamming print statements from buildMenus() method. More... about 25 years ago
Fixes all those problems people were reporting. It was simply a variable not being set. More... about 25 years ago
Changed to use JRenderer More... about 25 years ago
Translated to German More... about 25 years ago
They now have a real background color, white. More... about 25 years ago
Fixes a simple bug. We don't do the PictureFrame thing anymore. This renderer is defunct. More... about 25 years ago
Doesn't create an infinite loops anymore. More... about 25 years ago
Should work correctly with images again. More... about 25 years ago
Removed More... about 25 years ago
Removed display of dialog when an unsupported scheme is found. The dialog would pop up when URLs were parsed, instead of when they were clicked. Perpahps this should be implemented as an Exception subclass to force callers to use a try-catch to handle the error. More... about 25 years ago
Added implementation for BorderUser interface. More... about 25 years ago
Added getHref() and isLink() methods. More... about 25 years ago
Image map mouse-tracking code mow accounts for borders and the pseudo-border added for the 'hspace' and 'vspace' attributes. More... about 25 years ago
Fixed active link coloring logic. Added getHref() interface method. Added isLink() method. Added check for 'null' before calling scaleImage() in the setHeight() ands setWidth() methods. Move call to registerListeners() into the end() method. Generally fiddled with the class. More... about 25 years ago
Changed return type of setPage() method from 'void' to 'boolean'. This makes it easy to determine if the page was loaded successfully or not. More... about 25 years ago
Added scrollPane accessor method. Fixed setPage() method which was only setting the title of the frame that owned the Context, and not the title for the Context itself. More... about 25 years ago
Changed hasBeenVisited() method to compare String rpresentations of URLs instead of actual URL objects. More... about 25 years ago
Added normalize() method to meet requirements of new Tidy version. More... about 25 years ago
Eliminated case-sensitivity in the getTagFromStack() and withinTag() methods. More... about 25 years ago
Added getHref() method. More... about 25 years ago
Changed inpementation to use new accessor methods added to BorderUser. More... about 25 years ago