source: trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @889   10 years ngw8 Web parser now scrolls back to the original position once it's finished
(edit) @888   10 years ngw8 Added stop button to JFX browser, changed 'go' button to be inside the …
(edit) @887   10 years ngw8 JFXBrowser - right clicking on a link attaches a text item to the …
(edit) @886   10 years ngw8 Added a 'Reading Mode' to the JFXBrowser, which strips the page down …
(edit) @885   10 years csl14 Made changes to Exploratory Search interface and minor fixes to …
(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) @881   10 years jts21 Fix bug in ImageServer which caused exceptions to be thrown when an …
(edit) @880   10 years ngw8 Bug fix for DotGrapWriter
(edit) @879   10 years ngw8 Fixed bug where changing the font family of text with a non-default …
(edit) @878   10 years jts21 Make FrameShare attempt to continue after (previously) uncaught …
(edit) @877   10 years ngw8 Updating the design of the Exploratory Search overlays, along with a …
(edit) @876   10 years csl14 Exploratory Search web browser now anchors to fullscreen + fixed bug …
(edit) @875   10 years ngw8 Changes to XRayable anchoring: Bug fixes so that anchoring top doesn't …
(edit) @874   10 years ngw8 Meant to be included with previous commit
(edit) @873   10 years ngw8 Changed the way anchoring top and anchoring bottom works for text. …
(edit) @872   10 years ngw8 Added GraphFramesetLinks agent, which uses JGraphX to generate a …
(edit) @871   10 years ngw8 Made it possible to set line and letter spacing attributes via the UI
(edit) @870   10 years ngw8 Changed Circle.setSize() so that it actually sets the radius of the …
(edit) @869   10 years ngw8 Bug fixes and minor changes to dotgraphwriter. Now works on frames …
(edit) @866   10 years davidb Code to allow interactive widgets to have their respective corners …
(edit) @865   10 years davidb Tidy up on some comment text
(edit) @860   10 years jts21 Add DejaVu fonts
(edit) @859   10 years ngw8 Added .dot file exporter that writes a file that can be opened in an …
(edit) @857   10 years ngw8 Forgot to commit changes to classpath after adding library
(edit) @856   10 years jts21 Explicitly set Charset to UTF-8 for FrameShare (hopefully it fixes …
(edit) @855   10 years ngw8 Added 'Ask the Duck' action, which uses the DuckDuckGo API to return …
(edit) @854   10 years jts21 Add right-click HTML5 video extraction to JfxBrowser (creates a …
(edit) @853   10 years jts21 Hackish fix for crash on NullPointerException in FrameSaver
(edit) @852   10 years ngw8 Changed MOUSE_WHEEL_THRESHOLD to 2, making it slightly easier to …
(edit) @851   10 years jts21 Zoom frame around the current mouse position
(edit) @850   10 years jts21 Enable F1/F2 or shift-scroll on background to zoom whole frame, and …
(edit) @849   10 years jts21 Increase max images to 0xFFFF, which is more images than could fit on …
(edit) @848   10 years ngw8 Bug fix with links on converted pages
(edit) @847   10 years jts21 Close the output stream when finished requesting files so the other …
(edit) @846   10 years jts21 Different receieve method that doesn't seem to corrupt images anymore
(edit) @845   10 years ngw8 Web parser now gives converted links an action that creates a new …
(edit) @844   10 years jts21 Attempt to fix broken pipe exception (have to commit it to test it …
(edit) @843   10 years jts21 Implement uploading images to FrameServer so other people can see them
(edit) @842   10 years ngw8 Slight change to web parser next/previous/index button positions. …
(edit) @841   10 years jts21 Fix random NullPointerException on copy/pasting (apparently one of the …
(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) @838   10 years jts21 Implement automatically downloading images from FrameShare servers. …
(edit) @837   10 years ngw8 JFXBrowser buttons are now disabled when they can't be used
(edit) @836   10 years davidb Code change to load custom fonts in their new FontFamily sub-directory …
(edit) @835   10 years davidb Restructuring of fonts into folders reflecting FontFamily name
(edit) @834   10 years davidb Reintroduction of WebBrowser.java after its accidental deletion
(edit) @833   10 years ngw8 Forgot to uncomment line in previous commit
(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) @830   10 years davidb Shutdown handler added to deal with the situation where an Action (a …
(edit) @829   10 years ngw8 More updates to jfxbrowser appearance - added progress bar behind URL …
(edit) @828   10 years ngw8 Added support for converting websites that scroll sideways. Still need …
(edit) @827   10 years bln4 Removed svn testing things
(edit) @826   10 years bln4 Inserting a temp comment.
(edit) @825   10 years davidb SVN test
(edit) @824   10 years ngw8 Added overlay to browser that shows while the page is converting. …
(edit) @823   10 years bln4 Harmless test. No pixels have been damaged in the…
(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) @814   10 years jts21 Automatically reposition anchored items when resizing them, and when …
(edit) @813   10 years csl14 Fullscreen webbrowser now gets actual width and height
(edit) @812   10 years davidb When setting an anchor left/rightr/top/bottom on a Dot, it now looks …
(edit) @811   10 years ngw8 Switched new webparser method to use a loop when adding elements to …
(edit) @810   10 years csl14 Updated Exploratory Search overlays to work with new anchoring.
(edit) @809   10 years jts21 Fix bug where webview had a maximum height and the webpage would be …
(edit) @808   10 years ngw8 Fixed webparser bug where first converted page had text visible on the …
(edit) @807   10 years jts21 Hopefully fix incompatibility with Java 7 caused by using JavaFX …
(edit) @806   10 years jts21 Fix IndexOutOfBounds Exception with overwriteMessage (was trying to …
(edit) @805   10 years davidb Variations of isAnchored() so panning can test if an Item is anchored …
(edit) @804   10 years davidb Default settings for javac in Eclipse (Kepler) for Windows requires …
(edit) @802   10 years jts21 Auto-focus url bar when hovering it, and disable using tab to focus …
(edit) @801   10 years jts21 Make JfxBrowser use only JavaFX Nodes, and make WebParser get images …
(edit) @800   10 years jts21 Add method for re-extracting resources without having to wipe your …
(edit) @799   10 years jts21 Some changes to JSItem (an attempt to stop multiple identical threads …
(edit) @798   10 years csl14 Exploratory Search taskbars now resize with screen - fixed anchor …
(edit) @797   10 years jts21 Add JfxMedia widget, isn't working for me (local files cause the …
(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) @791   10 years csl14 Exploratory Search interfaces now remains stationary when panning
(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) @785   10 years jts21 Tidier thread handling for JSItem (although it does assume that …
(edit) @784   10 years jts21 Add JSItem class, which like JSWidget is an item controlled by …
(edit) @783   10 years ngw8 Forgot to commit with previous
(edit) @782   10 years ngw8 Fixed a couple of bugs when ranging out text: - Holding shift when …
(edit) @781   10 years jts21 Move resource extraction out of CreateDefaultProfile, since resources …
(edit) @780   10 years csl14 removed unused settings frameset from resources
(edit) @779   10 years csl14 Exploratory Search pages now use a custom font which has been added to …
(edit) @778   10 years jts21 Move some settings into subpackages to tidy up the main settings page …
Note: See TracRevisionLog for help on using the revision log.