source: trunk/src/org/expeditee/gui

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @947   9 years bln4 Removed usused imports
(edit) @945   9 years bln4
(edit) @944   9 years bln4 The remaining of the implemention of Indirect keyboard and mouse commands
(edit) @943   9 years bln4 Implementation of IndirectMouseActions. Programmers are now able to …
(edit) @942   9 years bln4 The beginnings of indirect controls.
(edit) @941   9 years bln4 Altered zoomFrame to be public
(edit) @940   9 years bln4 Continued work on update to tooltips to be actual items so that data …
(edit) @939   9 years bln4
(edit) @929   10 years bln4
(edit) @928   10 years bln4 Altered method processChar to pass responsibility off to …
(edit) @927   10 years bln4 Method setTextCursor modified to allow support for Text.UP and …
(edit) @926   10 years bln4 The 'initializeForTesting' method was calling Browser->main() passing …
(edit) @924   10 years jts21 Fix for titles on new frames getting set to the minimum font-size when …
(edit) @923   10 years jts21 Justify text items on delete and undo/redo
(edit) @920   10 years jts21 Text items are now correctly justfied on Frame load, and when picked …
(edit) @919   10 years jts21 Added license headers to all files, added full GPL3 license file, …
(edit) @906   10 years bln4 Added Magnetic Constraints Magnetic Constraints are a new type of …
(edit) @885   10 years csl14 Made changes to Exploratory Search interface and minor fixes to …
(edit) @876   10 years csl14 Exploratory Search web browser now anchors to fullscreen + fixed bug …
(edit) @871   10 years ngw8 Made it possible to set line and letter spacing attributes via the UI
(edit) @865   10 years davidb Tidy up on some comment text
(edit) @852   10 years ngw8 Changed MOUSE_WHEEL_THRESHOLD to 2, making it slightly easier to …
(edit) @851   10 years jts21 Zoom frame around the current mouse position
(edit) @850   10 years jts21 Enable F1/F2 or shift-scroll on background to zoom whole frame, and …
(edit) @843   10 years jts21 Implement uploading images to FrameServer so other people can see them
(edit) @814   10 years jts21 Automatically reposition anchored items when resizing them, and when …
(edit) @806   10 years jts21 Fix IndexOutOfBounds Exception with overwriteMessage (was trying to …
(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) @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) @775   10 years jts21 Modify CreateDefaultProfile() so it only creates a new profile when …
(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) @764   10 years bln4
(edit) @763   10 years bln4
(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) @755   10 years davidb Tweaks to some print statements issued when Expeditee run for the …
(edit) @749   10 years jts21 Fix bug with setting title position when title doesn't have a parent, …
(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) @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) @734   10 years bln4
(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) @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) @717   10 years jts21 Changes to settings tree generation, and added vertical/horizontal …
(edit) @712   10 years jts21 More changes to help text, now L/M/R/LM/MR are always aligned to the …
(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) @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) @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) @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   10 years davidb Code added so command-line version of FrameShare starts the thread for …
(edit) @637   10 years jts21 Fix bug where merging attributes can create ghost items. Not an ideal …
(edit) @633   10 years jts21 Fix accidentally following links while panning, and make panning only …
(edit) @632   10 years jts21 Add panning action - Use by shift-left-click and dragging the mouse, …
(edit) @626   10 years jts21 Make widgets pass F-keys on to Expeditee, and fix Widget resizing so …
(edit) @625   10 years csl14 Added startBrowserSession action - Go Browsing button on exploratory …
Note: See TracRevisionLog for help on using the revision log.