source: trunk/src/org/expeditee/gui/FrameMouseActions.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @943   9 years bln4 Implementation of IndirectMouseActions. Programmers are now able to …
(edit) @942   9 years bln4 The beginnings of indirect controls.
(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) @876   10 years csl14 Exploratory Search web browser now anchors to fullscreen + fixed bug …
(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) @850   10 years jts21 Enable F1/F2 or shift-scroll on background to zoom whole frame, and …
(edit) @782   10 years ngw8 Fixed a couple of bugs when ranging out text: - Holding shift when …
(edit) @746   10 years ngw8 Changed behaviour of copying/moving ranged text so that shift must be …
(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) @738   10 years jts21 Implement carrying items between Expeditee windows. Currently doesn't …
(edit) @734   10 years bln4
(edit) @730   10 years bln4 Additions made: The ability to register an action on TDFC. default: No …
(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) @676   10 years jts21 Switch to using a link instead of an action for navigation buttons, …
(edit) @673   10 years jts21 Add status message area, add basic help text that gives info about …
(edit) @655   10 years jts21 Switch to using specialised objects for settings so they make more a …
(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) @620   10 years jts21 Fix dot deletion when drawing a rectangle
(edit) @619   10 years jts21 Fix line deletion
(edit) @616   10 years jts21 Invert line deletion behaviour (now the default is back to the …
(edit) @608   10 years jts21 Fix cropped image positioning so cropped images are always touching …
(edit) @604   10 years jts21 Fix bug with deleting widget edges (they were being treated as lines …
(edit) @602   10 years jts21 Invert the behaviour of shift-delete (now the default is to delete a …
(edit) @599   10 years jts21 Make cropped images always be positioned on the cursor
(edit) @580   10 years jts21 Add functionality to ignore items when a mouse button is pressed if …
(edit) @570   10 years jts21 Add settings package which uses reflection to allow changing settings …
(edit) @567   10 years jts21 Add callbacks for middle/right clicks on widgets
(edit) @539   10 years jts21 Override that event in JfxBrowser to allow navigation to a new URL
(edit) @516   11 years davidb startBrowserNewFrame now starts browser in 'fullscreen'
(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) @429   15 years ra33 Fixed problems with ghost items being created when ranging
(edit) @427   15 years ra33
(edit) @424   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) @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) @390   16 years ra33 Added auto colour wheel... when drawing rectangles... Fixed …
(edit) @376   16 years ra33
(edit) @364   16 years bjn8 Infinite recursion bug fixed when copying items
(edit) @362   16 years ra33 Added Spell Checker Added word count stats Fixed some mail stuff
(edit) @352   16 years bjn8 Improved widget linking... track-link coversion command
(edit) @348   16 years ra33
(edit) @320   16 years bjn8 Expeditee: Refactored mouse event router. Widgets can have "names" …
(edit) @314   16 years bjn8
(edit) @311   16 years ra33 Fixed a few bugs that were makin unit tests fail... Also added …
(edit) @306   16 years ra33 Added some HELP actions More mail stuff... and networking stuff Can …
(edit) @298   16 years ra33 Adding networking stuff for peer to peer sharing of frames
(edit) @287   16 years ra33 Changed @v... so now the @v's are only visible in XRay mode. Also all …
(edit) @286   16 years ra33
(edit) @284   16 years ra33 Added additional mail functionality... Also added REMINDER feature
(edit) @282   16 years ra33
(edit) @278   16 years ra33 Fixed some bugs... AbstractCharts can not be copied, resized, etc
(edit) @276   16 years bjn8 Fixed widget link issue
(edit) @242   16 years ra33
(edit) @214   16 years ra33 Added charts
(edit) @199   16 years ra33 Added functionality allowing users to do PieCharts, also charts now …
(edit) @198   16 years ra33 added new package to separate widget classes from item classes
(edit) @196   16 years ra33 Added Frame and Box variables to the Math calculations
(edit) @186   16 years ra33 can now set interactive widget properties including link and border …
(edit) @185   16 years ra33
(edit) @184   16 years bjn8 Widgets are now linkable. Also made some improvements for popups - …
(edit) @183   16 years bjn8 Gave popups an option to have autohide on or off
(edit) @181   16 years ra33 Work on Bridging the Gap between SimpleStatements and Actions/Agents
(edit) @176   16 years ra33
(edit) @174   16 years bjn8 Dissallowed widget edges from breaking
(edit) @172   16 years bjn8 Improvements made for deleting widgets. Fixed a general bug with …
(edit) @167   16 years bjn8 Improvements for widgets and popups
(edit) @162   16 years ra33 Added faster versions of search frameset
(edit) @156   16 years ra33 Added calculate action
(edit) @147   16 years ra33 Added anchorRight and anchorBottom properties to items... Fixed bugs …
(edit) @145   16 years ra33
(edit) @143   16 years ra33 Fixed some repaint issues
(edit) @139   16 years bjn8
(edit) @137   16 years ra33 Fixed a few problems with painting etc.. and finished search stuff
(edit) @133   16 years ra33 Turned search actions into search agents so they are run on a …
(edit) @131   16 years ra33 Fixed a couple of minor repaint issues such problems when TwoEnclosed
(edit) @130   16 years ra33 Added search functionality... Also fixed repaint issues
(edit) @128   16 years bjn8 Fixed popups with widgets. Added custom popup support.
(edit) @121   16 years bjn8 Added invalidation for graphics... biiiig commit. LOts of effeciency …
(edit) @116   16 years ra33 Added SearchItem and SearchStr
(edit) @115   16 years ra33 added functionality for dockable @v's
(edit) @108   16 years ra33 Heaps of changes!!!! Added circles... Better drawing of lines etc etc
(edit) @106   16 years ra33 Changed all the (int)(x+0.5) float conversions to use the …
(edit) @105   16 years ra33 Made a whole lot of changes... Including using polyLine etc for …
(edit) @102   16 years ra33 Fixed bug preventing it from working in windows... and added comment …
(edit) @97   16 years ra33 Lots of changes!!
(edit) @90   16 years ra33 Added getTreeStats
(edit) @87   16 years ra33 Fixed some stuff with the SIMPLE debugger Refactored the way the …
(edit) @86   16 years ra33 Added DebugFrame action Added GetCometStats Lots of bug fixes
Note: See TracRevisionLog for help on using the revision log.