source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @636   11 years jts21 Don't scale lower than minimum size (to stop crashing/breaking item sizes)
(edit) @635   11 years jts21 Fix crash (infinite loop) caused by trying to wrap a text item at the …
(edit) @634   11 years jts21 Fix image and widget panning
(edit) @633   11 years jts21 Fix accidentally following links while panning, and make panning only …
(edit) @632   11 years jts21 Add panning action - Use by shift-left-click and dragging the mouse, …
(edit) @631   11 years csl14 fixed javafx browser copy text bug
(edit) @630   11 years ngw8 WebParser bug fixes related to image repetition, default/unspecified …
(edit) @629   11 years jts21 Disable debug messages for settings
(edit) @628   11 years ngw8 Much better support for wrapped text when converting web pages, strips …
(edit) @627   11 years jts21 Add error message if JfxBrowser fails to load.
(edit) @626   11 years jts21 Make widgets pass F-keys on to Expeditee, and fix Widget resizing so …
(edit) @625   11 years csl14 Added startBrowserSession action - Go Browsing button on exploratory …
(edit) @624   11 years jts21 Add runJar action that loads and runs an executable jar file in the …
(edit) @623   11 years csl14 added back and forward buttons to exploratory search pages
(edit) @622   11 years csl14 resetHomeFrame action wipes and rebuilds home frame, startpages home …
(edit) @621   11 years jts21 Add homePage setting, and make settings reset to their defaults if …
(edit) @620   11 years jts21 Fix dot deletion when drawing a rectangle
(edit) @619   11 years jts21 Fix line deletion
(edit) @618   11 years jts21 Renamed resources folder to assets, made a resources folder within …
(edit) @617   11 years csl14 forgot to add startpages files
(edit) @616   11 years jts21 Invert line deletion behaviour (now the default is back to the …
(edit) @615   11 years jts21 Text wrapping now only wraps around whitespace/special characters, …
(edit) @614   11 years csl14 Small changes to profile frame and added start pages - a.k.a templates
(edit) @613   11 years jts21 Add autowrapping to Text items. Enabled for all items by setting the …
(edit) @612   11 years jts21 Fix default values so sensitive variables don't get set to null and …
(edit) @611   11 years jts21 Add default values for settings
(edit) @610   11 years jts21 Partial tiling implemented
(edit) @609   11 years jts21 Get image tiling working. Partial tiling probably doesn't work yet.
(edit) @608   11 years jts21 Fix cropped image positioning so cropped images are always touching …
(edit) @607   11 years jts21 Make crop values outside of value bounds ( < 0 || >= image bounds ) …
(edit) @606   11 years jts21 Fix WebParser image cropping, TODO: Add tiling
(edit) @605   11 years jts21 Make settings accept annotation tags
(edit) @604   11 years jts21 Fix bug with deleting widget edges (they were being treated as lines …
(edit) @603   11 years jts21 Fix image creation for webparser
(edit) @602   11 years jts21 Invert the behaviour of shift-delete (now the default is to delete a …
(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) @599   11 years jts21 Make cropped images always be positioned on the cursor
(edit) @598   11 years jts21 Fix image cropping. TODO: find out why the default image takes a …
(edit) @597   11 years jts21 Fix crop loading... Third time lucky?
(edit) @596   11 years jts21 Fix crop loading
(edit) @595   11 years jts21 Fix bugs with Picture creation/saving/loading
(edit) @594   11 years ngw8 Added conversion support for CSS bg images that have been 'cropped' …
(edit) @593   11 years jts21 Fix divide-by-zero error in Image loading, fix Frame attribute saving …
(edit) @592   11 years jts21 Fix loading images from Text source items
(edit) @591   11 years jts21 Fix cropping bug, fix bugs with default image, add crop info to getSource()
(edit) @590   11 years jts21 Don't delete converted frames so there's a backup in case my code …
(edit) @589   11 years jts21 EXA save format working + automatically converting save files to it's …
(edit) @588   11 years jts21 Disable warning message about proxy password since it was getting …
(edit) @587   11 years jts21 Fix text loading
(edit) @586   11 years jts21 Fix Text items displaying negative widths when their width should be unset
(edit) @585   11 years jts21 New save format now can save and load frames on par with the exp …
(edit) @584   11 years jts21 Make FrameReader an interface and move it's HashMap to DefaultFrameReader
(edit) @583   11 years jts21 Refactor AttributeUtils
(edit) @582   11 years jts21 Don't use XML formatting since it's overly verbose
(edit) @581   11 years jts21 Start adding XML save format. Idea is to make special items (Images, …
(edit) @580   11 years jts21 Add functionality to ignore items when a mouse button is pressed if …
(edit) @579   11 years jts21 Fix occasional NullPointerException when creating a rectangle
(edit) @578   11 years jts21 Add support for following links to JS parsing action, and make sure it …
(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) @575   11 years jts21 Make js parser no longer try to evaluate the frame name
(edit) @574   11 years jts21 Add action to run javascript code. Probably completely pointless since …
(edit) @573   11 years csl14 added ItemsRightClickedDropped and ItemsLeftClickedDropped for …
(edit) @572   11 years jts21 Move all profile tags into settings package
(edit) @571   11 years jts21 Add the capability to use setter functions that will be called to set …
(edit) @570   11 years jts21 Add settings package which uses reflection to allow changing settings …
(edit) @569   11 years csl14 Webview captures mouse click events and copies selected text + …
(edit) @568   11 years ngw8 Moved JfxBrowser page parsing method into WebParser class, added some …
(edit) @567   11 years jts21 Add callbacks for middle/right clicks on widgets
(edit) @566   11 years jts21 Move JavaFX reflection to it's own class so it can be accessed by …
(edit) @565   11 years jts21 Fix cast from Object to int (should cast to Integer since int is a …
(edit) @564   11 years ngw8 Webpage to Expeditee working (to some extent) for text
(edit) @563   11 years jts21 Fix shapes losing transparency when picking them up. It also seems …
(edit) @562   11 years jts21 Add alpha value support for Nathaniel's web page importing (but as …
(edit) @561   11 years jts21 Add icons for different platforms
(edit) @560   11 years ngw8 Progress on Web >> Expeditee - Text items representing all elements of …
(edit) @559   11 years jts21 Display border around invisible shapes if XRayMode is on
(edit) @558   11 years jts21 Allow completely invisible rectangles for use with web page importing …
(edit) @557   11 years csl14 started getFrame method for JfxBrowser - gets html as expeditee frame
(edit) @556   11 years ngw8 Added support to the JfxBrowser URL field for Expeditee-like mouse actions
(edit) @555   11 years ngw8 Fixed back/forward buttons doing the opposite of what they should in …
(edit) @554   11 years davidb Russian for 'Browser' added
(edit) @553   11 years davidb Minor changes that resulted from testing under Cygwin
(edit) @552   11 years davidb Clearer separation of setup, devel, and local files
(edit) @551   11 years davidb Greenstone inspired setup/devel scripting
(edit) @550   11 years ngw8 JfxBrowser: Back & forward buttons work, URL bar updates
(edit) @549   11 years jts21 Fix back/forward/refresh functions, and allow ftp:// URLs
(edit) @548   11 years csl14 added back and forward functionality for JfxBrowser
(edit) @547   11 years jts21 Fix bugs in URL validation logic
(edit) @546   11 years jts21 Move URL validation to navigate() method
(edit) @545   11 years ngw8 Added basic buttons to JfxBrowser, URL bar half works, others don't …
(edit) @544   11 years jts21 Updated JfxBrowser to use search engine variable, and also fixed some …
(edit) @543   11 years jts21 Add correction for missing URL protocol, and detection of search URLs …
(edit) @542   11 years jts21 Switch ProxyAuth to using the same details for HTTP an HTTPS, since …
(edit) @541   11 years jts21 Add JfxBrowser status callback
(edit) @540   11 years csl14 Fixed startBrowserNewFrame action
(edit) @539   11 years jts21 Override that event in JfxBrowser to allow navigation to a new URL
(edit) @538   11 years jts21 Web browsers will also not automatically reload when the proxy …
(edit) @537   11 years ngw8 JfxBrowser: URI is remembered between closing and reopening Expeditee …
Note: See TracRevisionLog for help on using the revision log.