source: trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @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) @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) @753   10 years jts21 Can't cast from Object to boolean, changed to Boolean
(edit) @752   10 years jts21 Add JSWidget class which allows creating widgets entirely within …
(edit) @751   10 years jts21 Fix NullPointerException in FrameShare
(edit) @749   10 years jts21 Fix bug with setting title position when title doesn't have a parent, …
(edit) @748   10 years ngw8 Changed JFX files to no longer use reflection (as some new features …
(edit) @747   10 years jts21 Fix TitleTemplate so it actually works
(edit) @746   10 years ngw8 Changed behaviour of copying/moving ranged text so that shift must be …
(edit) @745   10 years jts21 Forgot to comment out debug messages
(edit) @744   10 years jts21 - Implement redo buffer (every time you undo the changes get pushed to …
(edit) @743   10 years bln4 Added a special case to 'getClassesNew' for handling the protocol …
(edit) @742   10 years jts21 Add HFormat operations to undo stack
(edit) @741   10 years jts21 Items now keep their old ID when being anchored on the same frame as …
(edit) @740   10 years jts21 Modify the undo stack to use a stack of List rather than a stack of …
(edit) @739   10 years jts21 Fix bug with carrying items over widgets. Unfortunately this also …
(edit) @738   10 years jts21 Implement carrying items between Expeditee windows. Currently doesn't …
(edit) @737   10 years jts21 Enable per-item permission values, and tidy up DefaultFrameWriter a little
(edit) @736   10 years bln4
(edit) @735   10 years bln4 MailSession contained a line: …
(edit) @734   10 years bln4
(edit) @733   10 years ngw8 Started work on v2 of webparser, currently adds snapshot of page on …
(edit) @732   10 years jts21 Implement settings for FrameShareTimeout and StartFrame. StartFrame
(edit) @731   10 years jts21 Fix deletion tutorial to use data instead of ID values (since ID …
(edit) @730   10 years bln4 Additions made: The ability to register an action on TDFC. default: No …
(edit) @729   10 years jts21 Move ColorWheels to UserSettings, store them as new ArraySetting type …
(edit) @728   10 years jts21 Remove accidental line from Shapes tutorial, and split …
(edit) @727   10 years jts21 Add Pictures/Widgets/Xray tutorial, attempt to avoid bugs with code …
(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) @724   10 years jts21 Add shapes tutorial, and add countSides and hasRectangle functions to …
(edit) @723   10 years jts21 Fix off-by-one error with javascript error handling
(edit) @722   10 years jts21 Change tutorial in response to user feedback (now deletion is …
(edit) @721   10 years jts21 Set permissions on main tutorial frame so users can't delete the links …
(edit) @720   10 years davidb Introduction of anchorLeft and anchorTop to compliment existing …
(edit) @719   10 years jts21 Fix up previous tutorial and add Text item tutorial
(edit) @718   10 years jts21 Add tutorials frameset and supporting javascript frameset which will …
(edit) @717   10 years jts21 Changes to settings tree generation, and added vertical/horizontal …
(edit) @716   10 years csl14 Exploratory search pages now use @old. Replaced home icon with new icon.
(edit) @715   10 years jts21 Move JS actions to Javascript2 class, handle java ClassNotFound
(edit) @714   10 years jts21 Add option to insert braces around code inside polygons to XGroupItem. …
(edit) @713   10 years ngw8 Web parser now creates Expeditee rectangles for elements that have a …
(edit) @712   10 years jts21 More changes to help text, now L/M/R/LM/MR are always aligned to the …
(edit) @711   10 years jts21 Changes to tooltip drawing
(edit) @710   10 years davidb Some word changes and more detailed logic for mouse-status-bar help text
(edit) @709   10 years jts21 Fix widget help text (was broken in commit #700)
(edit) @708   10 years jts21 Changes to javascript interpreter, implement detailed error messages
(edit) @707   10 years jts21 Implement setting tooltip attributes
(edit) @706   10 years jts21 Set TitleTemplate in UserSettings, and decrease default TitleTemplate size
(edit) @705   10 years davidb Some word changes to mouse-status-bar help text
(edit) @704   10 years davidb Some word changes to mouse-status-bar help text
(edit) @703   10 years ngw8 Bug fix in the addRectangle method - was adding width (rather than …
(edit) @702   10 years ngw8 Added method to add a rectangle to the frame. (based on the mouse …
(edit) @701   10 years ngw8 Switched to recursive function for parsing DOM when adding to the …
(edit) @700   10 years jts21 Make help text easier to understand (add "click"/"drag" at start of …
(edit) @699   10 years jts21 Attempt at fixing problem with window height not being known at …
(edit) @697   10 years jts21 Fixes/improvements to Help text
(edit) @696   10 years jts21 Make progress bar green
(edit) @695   10 years ngw8 Minor changes to web parser
(edit) @694   10 years csl14 Forgot to add frameset for mindmap shapes
(edit) @693   10 years ngw8 Removed now obsolete loop from web parser, should increase speed for …
(edit) @692   10 years ngw8 Partially fixed web parsers inability to convert unicode characters
(edit) @691   10 years ngw8 Links partially working in converted web pages
(edit) @690   10 years ngw8 Modified message bay progress bar unicode characters to work properly. …
(edit) @689   10 years jts21 Added progress bar, rewrote some of MessageBay
(edit) @688   10 years ngw8 Improvements to WebParser's handling of blank text nodes, fixing bug …
(edit) @687   10 years jts21 Better help text for widgets
(edit) @686   10 years jts21 Add status message for widgets. Cannot simply handle widgets as …
(edit) @685   10 years jts21 Fix incorrect case dropdown
(edit) @684   10 years jts21 Add help text for Text items
(edit) @683   10 years jts21 Switch to using some simple methods instead of a massive array for …
(edit) @682   10 years jts21 Update status text on all mouse events
(edit) @681   10 years jts21 Add correct status messages for cases where there are items on the cursor
(edit) @680   10 years jts21 Switch to a bitwise comparison solution for populating status array, …
(edit) @679   10 years jts21 Forgot to remove debug code from settings before last commit
Note: See TracRevisionLog for help on using the revision log.