source: trunk/src/org/expeditee/io

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @936   10 years bln4 Modifications to XGroupItem for SpIDER
(edit) @930   10 years bln4 XItems now have remember what XGroup they belong in.
(edit) @919   10 years jts21 Added license headers to all files, added full GPL3 license file, …
(edit) @915   10 years bln4 Added useful toString method to XRawItem to help with debugging Added …
(edit) @914   10 years davidb Implicit Boxing
(edit) @912   10 years davidb In getItemsInNestedEnclosure() area for largest encountered enclosure …
(edit) @911   10 years davidb Refactored name to correct spelling mistake
(edit) @910   10 years davidb Overspill cases, when text pokes outside of a rect, now handled more …
(edit) @908   10 years davidb And now the version with the commented out code removed
(edit) @907   10 years davidb Y-by-X Walker algorithm failed to follow nested boxes when an …
(edit) @906   10 years bln4 Added Magnetic Constraints Magnetic Constraints are a new type of …
(edit) @905   10 years davidb Support for bounding box calculation more closely aligned with the …
(edit) @904   10 years davidb Some error checks added in to array bound access in y-span
(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) @880   10 years ngw8 Bug fix for DotGrapWriter
(edit) @874   10 years ngw8 Meant to be included with previous commit
(edit) @869   10 years ngw8 Bug fixes and minor changes to dotgraphwriter. Now works on frames …
(edit) @859   10 years ngw8 Added .dot file exporter that writes a file that can be opened in 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) @831   10 years davidb Extra test added to if-statement to prevent a null-pointer exception …
(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) @822   10 years jts21 Forgot to remove debug messsages before last commit
(edit) @821   10 years jts21 Add support for writetree to PDF2, Links followed by writetree are …
(edit) @820   10 years jts21 Implement PDF page background color, and fix exceptions on null color
(edit) @819   10 years jts21 Fix bug in linehead polygon drawing, and extract polygon drawing to …
(edit) @818   10 years jts21 Lines with 0 thickness should still be drawn if they aren't part of an …
(edit) @817   10 years jts21 Implement line thickness for PDFs
(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) @795   10 years jts21 Add support for circles to PDF exporter
(edit) @794   10 years jts21 Fix rotated image offset (again, this time without causing jaggy edges)
(edit) @793   10 years jts21 Undo last commit since it caused jagged edges in rotated images in …
(edit) @792   10 years jts21 Fix positioning of rotated images in exported PDFs. Also in the …
(edit) @790   10 years ngw8 Added support for setting (via the UI) color attributes from a hex or …
(edit) @789   10 years jts21 Add support to PDF2Writer for rotated images, filled polyons, …
(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) @740   10 years jts21 Modify the undo stack to use a stack of List rather than a stack of …
(edit) @738   10 years jts21 Implement carrying items between Expeditee windows. Currently doesn't …
(edit) @737   10 years jts21 Enable per-item permission values, and tidy up DefaultFrameWriter a little
(edit) @734   10 years bln4
(edit) @733   10 years ngw8 Started work on v2 of webparser, currently adds snapshot of page on …
(edit) @730   10 years bln4 Additions made: The ability to register an action on TDFC. default: No …
(edit) @720   10 years davidb Introduction of anchorLeft and anchorTop to compliment existing …
(edit) @717   10 years jts21 Changes to settings tree generation, and added vertical/horizontal …
(edit) @714   10 years jts21 Add option to insert braces around code inside polygons to XGroupItem. …
(edit) @713   10 years ngw8 Web parser now creates Expeditee rectangles for elements that have a …
(edit) @707   10 years jts21 Implement setting tooltip attributes
(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) @676   10 years jts21 Switch to using a link instead of an action for navigation buttons, …
(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) @661   10 years jts21 Fix KMSReader to use the correct params for spacing methods
(edit) @659   10 years ngw8 Improvements WebParser conversions of wrapped text - links and other …
(edit) @656   10 years jts21 Implement tooltips
(edit) @655   10 years jts21 Switch to using specialised objects for settings so they make more a …
(edit) @652   10 years jts21 Remove debug message for pasting text, and change warning message for …
(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   10 years ngw8 WebParser bug fixes related to image repetition, default/unspecified …
(edit) @628   10 years ngw8 Much better support for wrapped text when converting web pages, strips …
(edit) @613   10 years jts21 Add autowrapping to Text items. Enabled for all items by setting the …
(edit) @610   10 years jts21 Partial tiling implemented
(edit) @606   10 years jts21 Fix WebParser image cropping, TODO: Add tiling
(edit) @603   10 years jts21 Fix image creation for webparser
(edit) @601   10 years jts21 Switch back to EXP format, revert changes to Picture class
(edit) @600   10 years ngw8 Added support for the CSS 'background-size' property to WebParser
(edit) @594   10 years ngw8 Added conversion support for CSS bg images that have been 'cropped' …
(edit) @593   10 years jts21 Fix divide-by-zero error in Image loading, fix Frame attribute saving …
(edit) @589   10 years jts21 EXA save format working + automatically converting save files to it's …
(edit) @585   10 years jts21 New save format now can save and load frames on par with the exp …
(edit) @584   10 years jts21 Make FrameReader an interface and move it's HashMap to DefaultFrameReader
(edit) @582   10 years jts21 Don't use XML formatting since it's overly verbose
(edit) @581   10 years jts21 Start adding XML save format. Idea is to make special items (Images, …
(edit) @577   10 years jts21 Get WebParsing via URL working. Kinda. (requires a JfxBrowser widget …
(edit) @576   10 years ngw8 basic image importing support for the webpage to expeditee stuff. …
(edit) @572   10 years jts21 Move all profile tags into settings package
Note: See TracRevisionLog for help on using the revision log.