source: trunk/src/org/expeditee/io/WebParser.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @919   10 years jts21 Added license headers to all files, added full GPL3 license file, …
(edit) @898   10 years ngw8 Added an extremely basic 'stop' function to the web parser, so …
(edit) @897   10 years ngw8 Changed webparser to use a for loop (rather than while) for scrolling …
(edit) @889   10 years ngw8 Web parser now scrolls back to the original position once it's finished
(edit) @886   10 years ngw8 Added a 'Reading Mode' to the JFXBrowser, which strips the page down …
(edit) @884   10 years ngw8 Actually fixed webparser bug for pages with no titles
(edit) @883   10 years ngw8 Bug fixes with webparser: pages with no titles no longer throw an …
(edit) @848   10 years ngw8 Bug fix with links on converted pages
(edit) @845   10 years ngw8 Web parser now gives converted links an action that creates a new …
(edit) @842   10 years ngw8 Slight change to web parser next/previous/index button positions. …
(edit) @840   10 years ngw8 Scrollbars now hidden from converted pages. Doesn't seem possible to …
(edit) @839   10 years ngw8 Changes to web parser so that the converted pages are displayed in a …
(edit) @832   10 years davidb Type cast needs to be an object (not a primitive) when stricter …
(edit) @828   10 years ngw8 Added support for converting websites that scroll sideways. Still need …
(edit) @824   10 years ngw8 Added overlay to browser that shows while the page is converting. …
(edit) @816   10 years jts21 Fix bug where scaled images without repeat or crop values set would …
(edit) @815   10 years jts21 Add ability to extract images from a web browser by right clicking them
(edit) @811   10 years ngw8 Switched new webparser method to use a loop when adding elements to …
(edit) @808   10 years ngw8 Fixed webparser bug where first converted page had text visible on the …
(edit) @804   10 years davidb Default settings for javac in Eclipse (Kepler) for Windows requires …
(edit) @801   10 years jts21 Make JfxBrowser use only JavaFX Nodes, and make WebParser get images …
(edit) @796   10 years ngw8 Web parser changes: added overview thumbnail page, hidden elements no …
(edit) @767   10 years ngw8 Updates to new webparser/converter - now gives a tidier, more usable …
(edit) @753   10 years jts21 Can't cast from Object to boolean, changed to Boolean
(edit) @748   10 years ngw8 Changed JFX files to no longer use reflection (as some new features …
(edit) @734   10 years bln4
(edit) @733   10 years ngw8 Started work on v2 of webparser, currently adds snapshot of page on …
(edit) @713   10 years ngw8 Web parser now creates Expeditee rectangles for elements that have a …
(edit) @701   10 years ngw8 Switched to recursive function for parsing DOM when adding to the …
(edit) @695   10 years ngw8 Minor changes to web parser
(edit) @693   10 years ngw8 Removed now obsolete loop from web parser, should increase speed for …
(edit) @692   10 years ngw8 Partially fixed web parsers inability to convert unicode characters
(edit) @691   10 years ngw8 Links partially working in converted web pages
(edit) @690   10 years ngw8 Modified message bay progress bar unicode characters to work properly. …
(edit) @688   10 years ngw8 Improvements to WebParser's handling of blank text nodes, fixing bug …
(edit) @672   10 years ngw8 Webparser improvements regarding how whitespace is dealt with
(edit) @662   10 years ngw8 Made webparser line height/spacing work far better, with no magic …
(edit) @659   10 years ngw8 Improvements WebParser conversions of wrapped text - links and other …
(edit) @644   10 years ngw8 Actually fixed issue with background images that have a percent position
(edit) @638   10 years ngw8 Fixed web parser bug where background images with a % position were …
(edit) @630   11 years ngw8 WebParser bug fixes related to image repetition, default/unspecified …
(edit) @628   11 years ngw8 Much better support for wrapped text when converting web pages, strips …
(edit) @610   11 years jts21 Partial tiling implemented
(edit) @606   11 years jts21 Fix WebParser image cropping, TODO: Add tiling
(edit) @603   11 years jts21 Fix image creation for webparser
(edit) @601   11 years jts21 Switch back to EXP format, revert changes to Picture class
(edit) @600   11 years ngw8 Added support for the CSS 'background-size' property to WebParser
(edit) @594   11 years ngw8 Added conversion support for CSS bg images that have been 'cropped' …
(edit) @577   11 years jts21 Get WebParsing via URL working. Kinda. (requires a JfxBrowser widget …
(edit) @576   11 years ngw8 basic image importing support for the webpage to expeditee stuff. …
(edit) @568   11 years ngw8 Moved JfxBrowser page parsing method into WebParser class, added some …
(add) @566   11 years jts21 Move JavaFX reflection to it's own class so it can be accessed by …
Note: See TracRevisionLog for help on using the revision log.