source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @698   10 years jts21 Update jar
(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
(edit) @678   10 years jts21 Add help for click+drag commands, and make the status go onto 2 lines …
(edit) @677   10 years jts21 Let settings parser parse settings pages that take up multiple frames, …
(edit) @676   10 years jts21 Switch to using a link instead of an action for navigation buttons, …
(edit) @675   10 years jts21 Fix proxy warning spam
(edit) @674   10 years jts21 Add multi-mouse-button commands to status bar, change how status text …
(edit) @673   10 years jts21 Add status message area, add basic help text that gives info about …
(edit) @672   10 years ngw8 Webparser improvements regarding how whitespace is dealt with
(edit) @671   10 years jts21 Fix frame attribute setting (was using item attribute list where frame …
(edit) @670   10 years jts21 Make sure TitleTemplate is set before generateSettingsTree() is …
(edit) @669   10 years jts21 generateSettingsTree() now uses FrameCreator, and also now uses a …
(edit) @668   10 years jts21 Add gotoURL action that can be used for storing hyperlinks that have …
(edit) @667   10 years jts21 Allow specifying a frame to start at as a commandline option when …
(edit) @666   10 years jts21 Tidy up settings (no longer directly using GenericSettings)
(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) @662   10 years ngw8 Made webparser line height/spacing work far better, with no magic …
(edit) @661   10 years jts21 Fix KMSReader to use the correct params for spacing methods
(edit) @660   10 years jts21 Add action to execute external programs and return their output. Only …
(edit) @659   10 years ngw8 Improvements WebParser conversions of wrapped text - links and other …
(edit) @658   10 years jts21 Auto-generate settings tree when creating a new profile
(edit) @657   10 years jts21 Remove tooltips when getting Template item
(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) @652   10 years jts21 Remove debug message for pasting text, and change warning message for …
(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 …
Note: See TracRevisionLog for help on using the revision log.