source: trunk/src/org/expeditee/gui

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @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) @678   10 years jts21 Add help for click+drag commands, and make the status go onto 2 lines …
(edit) @676   10 years jts21 Switch to using a link instead of an action for navigation buttons, …
(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) @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) @667   10 years jts21 Allow specifying a frame to start at as a commandline option when …
(edit) @664   10 years jts21 Add tooltip template to settings, and make _tooltipItem a static …
(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) @649   11 years davidb Code added so command-line version of FrameShare starts the thread for …
(edit) @637   11 years jts21 Fix bug where merging attributes can create ghost items. Not an ideal …
(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) @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) @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) @616   11 years jts21 Invert line deletion behaviour (now the default is back to the …
(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) @608   11 years jts21 Fix cropped image positioning so cropped images are always touching …
(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) @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) @599   11 years jts21 Make cropped images always be positioned on the cursor
(edit) @595   11 years jts21 Fix bugs with Picture creation/saving/loading
(edit) @593   11 years jts21 Fix divide-by-zero error in Image loading, fix Frame attribute saving …
(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) @587   11 years jts21 Fix text loading
(edit) @583   11 years jts21 Refactor AttributeUtils
(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) @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) @567   11 years jts21 Add callbacks for middle/right clicks on widgets
(edit) @544   11 years jts21 Updated JfxBrowser to use search engine variable, and also fixed some …
(edit) @542   11 years jts21 Switch ProxyAuth to using the same details for HTTP an HTTPS, since …
(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) @536   11 years jts21 Tested JfxBrowser with proxy auth (working), fixed some mistakes in …
(edit) @535   11 years jts21 Get proxy config working
(edit) @529   11 years jts21 Add Password widget and profile tag for proxy settings
(edit) @516   11 years davidb startBrowserNewFrame now starts browser in 'fullscreen'
(edit) @513   11 years jts21 fix profile frame loading so images/circles/widgets are displayed …
(edit) @512   11 years jts21 Make F1/F2 on frame name scale the whole frame
(edit) @511   11 years csl14 Fixed documentation extraction for Windows compatability
(edit) @504   11 years jts21 New copy/paste handling, add pdfImporter, add dictionary and …
(edit) @491   11 years davidb Initial cut at an applet version of Expeditee
(edit) @490   11 years davidb Support for specifying where expeditee home should be through the …
(edit) @483   11 years bln4 Undo previous patch that allowed data to be stored on a frame. I …
(edit) @482   11 years bln4
(edit) @481   11 years bln4 You can now add Data to a Frame object like you can to Item and its …
(edit) @477   11 years davidb Additional work needed to support Nibb attribute for arrowhead tip …
(edit) @468   11 years davidb Using larger cursors in Java can hit limits specific to an particular …
(edit) @467   11 years davidb Java 1.6 test improved to allow version greater than this value as well
(edit) @455   12 years davidb Use an icon for the application, if it is included in the resources
(edit) @454   12 years davidb Refactored to use the new PermissionPair and UserAppliedPermission classes
(edit) @443   12 years davidb TDFC == Top Down Frame Creation
(edit) @440   12 years davidb Fixed a couple of typos in comments.
(edit) @436   12 years davidb Fixed typo in comment.
(edit) @429   15 years ra33 Fixed problems with ghost items being created when ranging
(edit) @427   15 years ra33
(edit) @424   16 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) @416   16 years ra33 Renamed "FramesEdited.stats" Added @NoSave tag
(edit) @415   16 years ra33 Added @autoFormat tag
(edit) @410   16 years ra33 Completed several tasks specified by Rob... 1. Changing the resize …
(edit) @409   16 years ra33 Fixed bug causing SIMPLE program run from an overlay to backup to that …
(edit) @408   16 years ra33 Made changes so that clicking back still counts as accessing a frame …
(edit) @404   16 years ra33 fixed getmail so it splits text items
(edit) @400   16 years ra33 Changed the way justification works so that... Width field has a …
(edit) @390   16 years ra33 Added auto colour wheel... when drawing rectangles... Fixed …
(edit) @376   16 years ra33
(edit) @373   16 years bjn8 Fixed bug
(edit) @364   16 years bjn8 Infinite recursion bug fixed when copying items
(edit) @363   16 years bjn8 Lots of flaws in threading fixed. Several bad states gone - playback …
(edit) @362   16 years ra33 Added Spell Checker Added word count stats Fixed some mail stuff
(edit) @355   16 years bjn8 Many fixes and usability improvements.
(edit) @352   16 years bjn8 Improved widget linking... track-link coversion command
(edit) @348   16 years ra33
Note: See TracRevisionLog for help on using the revision log.