source: trunk/src/org/expeditee/items

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @726   10 years jts21 Fix Picture.isCropped(), and change Picture rotation values to use …
(edit) @725   10 years jts21 Auto-correct widget names with invalid capitalisation and/or missing …
(edit) @722   10 years jts21 Change tutorial in response to user feedback (now deletion is …
(edit) @720   10 years davidb Introduction of anchorLeft and anchorTop to compliment existing …
(edit) @711   10 years jts21 Changes to tooltip drawing
(edit) @707   10 years jts21 Implement setting tooltip attributes
(edit) @697   10 years jts21 Fixes/improvements to Help text
(edit) @676   10 years jts21 Switch to using a link instead of an action for navigation buttons, …
(edit) @669   10 years jts21 generateSettingsTree() now uses FrameCreator, and also now uses a …
(edit) @665   10 years jts21 Make tooltips work for XRayables
(edit) @664   10 years jts21 Add tooltip template to settings, and make _tooltipItem a static …
(edit) @663   10 years jts21 Improve default text rebuilding behaviour (shouldn't impact …
(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) @654   10 years jts21 Re-enable transparency for images
(edit) @653   10 years jts21 Implemented image rotation
(edit) @650   10 years davidb Correction to assignment code in constructor.
(edit) @645   11 years csl14 exploratory search pages now use buttons for back forward and home …
(edit) @643   11 years jts21 Implement cat flipping
(edit) @641   11 years jts21 Generated settings frames now use capitalised setting names, and …
(edit) @635   11 years jts21 Fix crash (infinite loop) caused by trying to wrap a text item at the …
(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) @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) @621   11 years jts21 Add homePage setting, and make settings reset to their defaults if …
(edit) @615   11 years jts21 Text wrapping now only wraps around whitespace/special characters, …
(edit) @613   11 years jts21 Add autowrapping to Text items. Enabled for all items by setting the …
(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) @607   11 years jts21 Make crop values outside of value bounds ( < 0 || >= image bounds ) …
(edit) @603   11 years jts21 Fix image creation for webparser
(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) @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) @589   11 years jts21 EXA save format working + automatically converting save files to it's …
(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) @573   11 years csl14 added ItemsRightClickedDropped and ItemsLeftClickedDropped for …
(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) @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) @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) @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) @537   11 years ngw8 JfxBrowser: URI is remembered between closing and reopening Expeditee …
(edit) @536   11 years jts21 Tested JfxBrowser with proxy auth (working), fixed some mistakes in …
(edit) @534   11 years csl14 startBrowser and startBrowserNewFrame now create JfxBrowser widget …
(edit) @533   11 years ngw8 Fixed various bugs with the JFXBrowser widget, incl. fixing issue …
(edit) @530   11 years jts21 Add password obfuscation, option to not save password
(edit) @529   11 years jts21 Add Password widget and profile tag for proxy settings
(edit) @517   11 years ngw8 Actually added the JfxBrowser file
(edit) @504   11 years jts21 New copy/paste handling, add pdfImporter, add dictionary and …
(edit) @475   11 years davidb Additional work needed to support Nibb attribute for arrowhead tip …
(edit) @474   11 years davidb Additional work needed to support Nibb attribute for arrowhead tip …
(edit) @472   11 years davidb Embedded scripting upgraded to support Javascript in addition to …
(edit) @471   11 years davidb Introduction of new method 'createArrowheadPolygon()' to draw arrow …
(edit) @470   11 years davidb White-space tidy-up
(edit) @469   11 years davidb White-space tidy-up
(edit) @451   12 years davidb Refactored to use the new PermissionPair and UserAppliedPermission classes
(edit) @450   12 years davidb Refactored to use the new PermissionPair and UserAppliedPermission classes
(edit) @449   12 years davidb Permissions now handled by 'PermissionPair' and …
(edit) @447   12 years davidb 'args' now saved in class
(edit) @435   12 years davidb Removal of commented out code.
(edit) @434   12 years davidb Added 'getData()' so interactive widget is better at remembering what …
(edit) @433   12 years davidb Replacement embedded web browser for Expeditee. Relies on SWT and …
(edit) @432   12 years davidb Field "upgraded" to protected so it can be accessed from the new …
(edit) @427   15 years ra33
(edit) @422   16 years ra33
(edit) @421   16 years ra33 Can now move lines while the mouse button is depressed
(edit) @419   16 years ra33 Refactored DateTime format code... so all formats are determined in a …
(edit) @410   16 years ra33 Completed several tasks specified by Rob... 1. Changing the resize …
(edit) @407   16 years ra33 fixed bug causing GHOST arrowheads to be left behind when unreeling…
Note: See TracRevisionLog for help on using the revision log.