source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @651   10 years jts21 Remove java-6 specific build targets (there is now a variable for this …
(edit) @650   10 years davidb Correction to assignment code in constructor.
(edit) @649   11 years davidb Code added so command-line version of FrameShare starts the thread for …
(edit) @648   11 years davidb Refactored so server can be started from the command line, in addition …
(edit) @647   11 years davidb Parameterized the version of javac to target; introduced target to run …
(edit) @646   11 years davidb Minor change to left and right arrow PNG filenames. Need to be …
(edit) @645   11 years csl14 exploratory search pages now use buttons for back forward and home …
(edit) @644   11 years ngw8 Actually fixed issue with background images that have a percent position
(edit) @643   11 years jts21 Implement cat flipping
(edit) @642   11 years jts21 Add more checks to ignore invalid/unset setting values
(edit) @641   11 years jts21 Generated settings frames now use capitalised setting names, and …
(edit) @640   11 years jts21 Move check for field type up to the code that populates the map of …
(edit) @639   11 years jts21 Add method to generate a settings tree containing all settings, and …
(edit) @638   11 years ngw8 Fixed web parser bug where background images with a % position were …
(edit) @637   11 years jts21 Fix bug where merging attributes can create ghost items. Not an ideal …
(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
Note: See TracRevisionLog for help on using the revision log.