source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @803   10 years davidb Overlooked file in the sh -> bash file renames
(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) @788   10 years davidb Tidy up on using 'cygpath'
(edit) @787   10 years davidb Tweaks to script after testing under Linux
(edit) @786   10 years davidb Temp directory for Unix is always /tmp
(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 …
(edit) @777   10 years jts21 Only try to init fonts after they've been extracted so they can …
(edit) @776   10 years jts21 Fix bug with Text rebuilding, ignore width set on templates, change …
(edit) @775   10 years jts21 Modify CreateDefaultProfile() so it only creates a new profile when …
(edit) @774   10 years davidb Mouse panning action updated to take into account the status of any …
(edit) @773   10 years davidb Files for being 'sourced' changed from .sh to .bash
(edit) @772   10 years davidb Files for being 'sourced' changed from .sh to .bash
(edit) @771   10 years davidb Restructuring of command-list test/debugging scripts
(edit) @770   10 years davidb Printing tweaked to generate a comma delimited list of framesets install
(edit) @769   10 years bln4 When constructing the default frame it now considers the possibility …
(edit) @768   10 years bln4 When detecting OS by using indexOf on …
(edit) @767   10 years ngw8 Updates to new webparser/converter - now gives a tidier, more usable …
(edit) @766   10 years csl14 Added Exploratory Search settings package; can now specify height and …
(edit) @765   10 years jts21 Add global variable to widgets so they can share state. Tried to make …
(edit) @764   10 years bln4
(edit) @763   10 years bln4
(edit) @762   10 years davidb Some web fonts to help spruce up how text can be rendered in …
(edit) @761   10 years davidb Code added to load any TTF fonts located in the resources 'fonts' folder
(edit) @760   10 years davidb Fixed typo in javadoc
(edit) @759   10 years jts21 Make Apollo use the same assets folder system as Expeditee, and get …
(edit) @758   10 years jts21 Change JSWidget to just use a single init() method instead of …
(edit) @757   10 years davidb Further tweak to print statement about network/proxy settings
(edit) @756   10 years davidb Minor tweak to print statement about network/proxy settings
(edit) @755   10 years davidb Tweaks to some print statements issued when Expeditee run for the …
(edit) @754   10 years jts21 Move Apollo stuff to faces/apollo folder, add Apollo build script. …
Note: See TracRevisionLog for help on using the revision log.