WebRenderer Linux update history

 

Date

Update information

09-05-2008

Bug - Resolved startup issue on certain Linux distros.

17-03-2008

Bug - Resolved issue with print dialog.
        - Resolved issue with BrowserFactory.destroyBrowser().

09-10-2007

Bug - Improved focus handling on input forms.

03-08-2007

Bug - Resolved focus issue on JVM 6.0.

21-05-2007

Feature
        - Added boolean isTopFrame() to BrowserEvent for onBeforeNavigate event.
        - Added public byte[] getDocumentSourceBytes() to IDocument for Mozilla.
Bug - Fixed issue findInPage with whole word as true.

23-02-2007

Bug - Resolved issue with moving the browser between JFrames.

06-02-2007

Feature - Added support for PromptEvent with unknown filetype dialog in mozilla.

03-11-2006

Feature - BufferedImages can now be created without an alpha component.

18-09-2006

Bug - Resolved issue with multiple custom protocols

05-09-2006

Bug - Resolved issue with alert dialogs.

25-08-2006

Bug - Resolved issue with custom protocols.
        - Fixed issue with scrollbar on popup windows 

04-08-2006

WebRenderer v3.1 release

13-07-2006

Bug - Resolved issue with Custom Protocols

11-04-2006

Feature - Added IBrowserCanvas.enableImageLoading(boolean).
        - Added ProtocolEvent.getPOSTData() for Mozilla.

22-03-2006

Bug - Removed console output on focus.

02-03-2006

Bug - Fixed issue with popup menus and text selection.

10-02-2006

Bug - Fixed issue with remote viewing.

07-02-2006

Bug - Fixed issue with calling executeScript() before a page was loaded.  Fixed issue with images on Debian.

02-02-2006

Bug - Improved internal event handling. Improved focus code for jvm 1.5

19-01-2006

Feature - Added setWebRendererDirectoryName(String newName) to BrowserFactory.
Bug - Resolved Webstart classpath issue.

17-01-2006

Feature - Added setProfilePath(File path) to BrowserFactory to set Mozilla profile directory.

04-01-2006

Feature - Added findInPage with whole word search option to IMozillaBrowserCanvas.

23-12-2005

Bug - Fixed container add/remove bug.

21-12-2005

Bug - Fixed various issues with JFrame/JDialog.

14-12-2005

Bug - Issue with JDialog on java 1.5 XToolkit resolved.

24-11-2005

Bug - Issue resolved with concurrent multiple instances

21-10-2005

Bug - Finalization issue resolved.

16-09-2005

Bug - Issue resolved with textfields.

13-09-2005

Bug - Print dialog issue resolved

02-09-2005

Feature - Cross-platform sharing of network drives now possible.  Each platform has an independant WebRenderer home directory.   New function in BrowserFactory allows optional configuration of the home directory - see BrowserFactory.setHomeDirectory(String) or BrowserFactory.setHomeDirectory(File) (note: This only has effect if called before a browser instance is spawned). Updated code samples in javadocs.
Bug - Cut/copy/paste issues resolved under Linux. Issues with savePageToFile lockup and/or inaction where incorrect system path separators were passed are now fixed.

03-08-2005

Bug - Fixed issue with execCommand in an editable browser.

30-06-2005

Feature - Added getTargetElement to MouseEvent.

16-06-2005

Feature - insertHTML added to IBrowserCanvas for Editor Mode.
             - Improved Swing interoperability.

03-06-2005

Feature - Added increaseTextZoom()/decreaseTextZoom() to IBrowserCanvas.
Print dialog now supports CUPS printers.
Bug - Fixed issue with calling saveToBufferedImage on pages of 0 height.
 

19-05-2005

Feature - New Improved Corecomponents (Mozilla 1.7.3).
Bug - setHTMLEditingMode issue resloved. Fixed bug with early call of getDocument.

30-02-2005

Bug - Java 1.5 focus issue resolved.

16-03-2005 

 WebRenderer v3.0 release

18-02-2005

Feature - IDocument.getDocumentSource() now supports pages with POST data.
             - Custom protocol handler added.

14-01-2005

Bug - IDocument.getDocumentSource issues resolved for Mozilla.

23-12-2004

Feature - Improved stability and performance upgrades.

26-11-2004

Feature - added deleteSelectedText() to IDocument.

18-11-2004

Feature - deleteCookies added to IBrowserCanvas.

26-10-2004

Feature - getDocumentSource() added to IDocument for getting unmodified page source.
Feature - getRequestHeaders() and getResponseHeaders() added to NetworkEvent in onHTTPResponse.

06-10-2004

Bug - BrowserFactory.destroyBrowser() bug fixed.

24-09-2004

Feature - getSelectedText() added.

21-09-2004

Feature - loadURL can now navigate to target frame.

17-09-2004

Bug - Thread bug fixed

15-09-2004

Feature - getTransactionId() added to NetworkEvent and BrowserEvent.

31-08-2004

Feature - sendKeyPressToElement(int keyCode,int keyChar) added to IMozillaBrowserCanvas.

20-08-2004

Feature - Added Prompt Listener.

27-07-2004

Feature - Improved corecomponents, Improved DOMListener.
Bug - Fixed remove from panel bug. 

23-07-2004

Bug - flash plugin bug fixed.
Feature - savePageToBitmapImage now works in 8 bit color.

15-07-2004

Feature - Improved custom popups (see com.webrenderer.event.WindowListener).

13-07-2004

Feature - Milestone release of version 2.2

03-06-2004

Bug - WebRenderer Linux is now Java 1.3.1 compatible.

27-05-2004

Bug - Javascript dialog bug fixed.

26-05-2004

Feature - JTabbedPane internal handler

25-05-2004

Feature - addScrollPositionListener added to IDocument (only for IDocuments created from an IMozillaBrowserCanvas)
Feature - setProxyAuthentication(username,password) added to IMozillaBrowserCanvas (to automate proxy authentication).

21-05-2004

Feature - BrowserFactory.destroyBrowser(IBrowserCanvas) added to destroy a IBrowserCanvas.

18-05-2004

onLoadIntercept thread issue resolved.

17-05-2004

Bug - LoadHTML  offsite css link bug fixed
Feature - New prompt for external documents

14-04-2004

Bug - Fixed bug with loadHTML

07-04-2004

Bug - Popup windows bug fixed

02-04-2004

Feature - IElement.equals(IElement) and IDocument.equals(IDocument) added

31-03-2004

Bug - Bug fixed in BrowserFactory.setMozillaPath()

29-03-2004

Feature - addRule added to IStyleSheet. getProperty and setProperty in IStyleRule can now take hyphenated properties.

26-03-2004

Feature - IStyleSheet and IStyleRule added to DOM, IDocument.getStyleSheets returns an IStyleSheet[].
Feature - String[] getAttributes added to IElement 

24-03-2004

Feature - executeScript with return value

17-03-2004

Feature - getValue added to IElement to allow HTML FORM value harvesting

12-03-2004

Feature - getChildFrames

02-03-2004

Feature - getElementById added to IDocument DOM class

24-02-2004

Bug - print(int) now has correct dialog boxes

20-02-2004

Feature - DOM Event Listener, and setLibraryPath

11-02-2004

Feature - highlightSelectedText method added to highlight text in documents.
Swing scrollbar support on all platforms

10-02-2004

Feature - Major Update v2.1. WebRenderer.jar now cross platform.