source: trunk/src/org/expeditee/items/Item.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1511   4 years bnemhaus Frame::Parse has been updated to include a new boolean parameter. …
(edit) @1509   4 years bnemhaus ItemEncryptionPermission is now respected.
(edit) @1505   4 years bnemhaus New Attributes (and repurposed old ones) to be used for encryption of …
(edit) @1477   4 years bnemhaus Added label existance check for when setting encryption label on a …
(edit) @1466   4 years bnemhaus When a primary invalidates its bounds, the bounds of its surrogates …
(edit) @1431   5 years bln4 Recoding of the Labels class to improve surrogate mode functionality. …
(edit) @1430   5 years bln4 Fixed bug for when there are no surrogates left for a primary.
(edit) @1429   5 years bln4
(edit) @1427   5 years bln4 New piping and functionality implementation to support the encrypting …
(edit) @1426   5 years bln4 Implemented surrogates for images. When you add an encryption label …
(edit) @1422   5 years bln4 Setting an encryption label on a @i annotation generates a surrogate …
(edit) @1418   5 years bln4 Created a unioned list for item properties in DefaultFrameWriter. …
(edit) @1417   5 years bln4 Removed redundancy.
(edit) @1415   5 years bln4 Renamed Frame.getItems() to Frame.getSortedItems() to better represent …
(edit) @1414   5 years bln4 More amendments to the way surrogates are handled. Including renaming …
(edit) @1413   5 years bln4 Changed surrogates to work the way discussed with David. …
(edit) @1412   5 years bln4
(edit) @1411   5 years bln4 Amendment to previous commit. Some stuff was committed that I didn't …
(edit) @1410   5 years bln4 Fixed bug with surrogate inheritance.
(edit) @1408   5 years bln4 Implementation of the surrogate system. When you set an item to have a …
(edit) @1407   5 years bln4 Group level permission is now completely a thing. If a frame has a …
(edit) @1402   5 years bln4 Permission is now a triple rather than a pair. The new second bit is …
(edit) @1398   5 years bln4 Items can now have an encryption label. New functionality using this …
(edit) @1388   5 years bln4 Data is now contained in its own object. Functionally nothing has …
(edit) @1377   5 years bln4 Rollback implementation of _maxWidth. After talks with David, this …
(edit) @1369   5 years bln4 MaxWidth on text items is now a thing. Use this on text boxes in …
(edit) @1258   5 years davidb Changed how DisplayController width, height and size are retrieved. …
(edit) @1244   5 years davidb After change to have resources-public and resources-private, some …
(edit) @1212   5 years bln4 Item.java -> Ability to query if a Item has a certain piece of data.
(edit) @1200   5 years bln4 org.expeditee.auth.gio.EncryptedExpReader -> …
(edit) @1190   6 years bln4
(edit) @1143   6 years bln4 Used Eclipse refactoring to encapsulate Point.X and Point.Y
(edit) @1102   6 years davidb Reworking of the code-base to separate logic from graphics. This …
(edit) @977   8 years bln4 Updates to how Next and LastItem magnetic constraint actions work; so …
(edit) @954   9 years bln4
(edit) @940   9 years bln4 Continued work on update to tooltips to be actual items so that data …
(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) @851   10 years jts21 Zoom frame around the current mouse position
(edit) @821   10 years jts21 Add support for writetree to PDF2, Links followed by writetree are …
(edit) @812   10 years davidb When setting an anchor left/rightr/top/bottom on a Dot, it now looks …
(edit) @805   10 years davidb Variations of isAnchored() so panning can test if an Item is anchored …
(edit) @798   10 years csl14 Exploratory Search taskbars now resize with screen - fixed anchor …
(edit) @774   10 years davidb Mouse panning action updated to take into account the status of any …
(edit) @741   10 years jts21 Items now keep their old ID when being anchored on the same frame as …
(edit) @737   10 years jts21 Enable per-item permission values, and tidy up DefaultFrameWriter a little
(edit) @729   10 years jts21 Move ColorWheels to UserSettings, store them as new ArraySetting type …
(edit) @720   10 years davidb Introduction of anchorLeft and anchorTop to compliment existing …
(edit) @711   10 years jts21 Changes to tooltip drawing
(edit) @707   10 years jts21 Implement setting tooltip attributes
(edit) @676   10 years jts21 Switch to using a link instead of an action for navigation buttons, …
(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) @656   10 years jts21 Implement tooltips
(edit) @655   10 years jts21 Switch to using specialised objects for settings so they make more a …
(edit) @632   10 years jts21 Add panning action - Use by shift-left-click and dragging the mouse, …
(edit) @570   10 years jts21 Add settings package which uses reflection to allow changing settings …
(edit) @563   10 years jts21 Fix shapes losing transparency when picking them up. It also seems …
(edit) @475   11 years davidb Additional work needed to support Nibb attribute for arrowhead tip …
(edit) @472   11 years davidb Embedded scripting upgraded to support Javascript in addition to …
(edit) @450   12 years davidb Refactored to use the new PermissionPair and UserAppliedPermission classes
(edit) @427   15 years ra33
(edit) @419   15 years ra33 Refactored DateTime format code... so all formats are determined in a …
(edit) @410   15 years ra33 Completed several tasks specified by Rob... 1. Changing the resize …
(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) @362   16 years ra33 Added Spell Checker Added word count stats Fixed some mail stuff
(edit) @348   16 years ra33
(edit) @311   16 years ra33 Fixed a few bugs that were makin unit tests fail... Also added …
(edit) @294   16 years ra33
(edit) @291   16 years ra33 Fixed up search stuff... to adjust to getting params off the cursor
(edit) @289   16 years ra33 Added HTML styles
(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) @247   16 years ra33 Added more import and mail stuff... including text importer
(edit) @242   16 years ra33
(edit) @238   16 years ra33 Added a SINGLETON class for sending email messages
(edit) @220   16 years ra33
(edit) @214   16 years ra33 Added charts
(edit) @212   16 years bjn8 Fixed subtle bug with loading data lines from an expeditee file
(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) @190   16 years ra33 Added some math stuff... able to group numbers inside a rectangle
(edit) @185   16 years ra33
(edit) @184   16 years bjn8 Widgets are now linkable. Also made some improvements for popups - …
(edit) @181   16 years ra33 Work on Bridging the Gap between SimpleStatements and Actions/Agents
(edit) @176   16 years ra33
(edit) @169   16 years bjn8 Improvements for widgets and popups
(edit) @156   16 years ra33 Added calculate action
(edit) @154   16 years ra33 Fixing bugs for Rob
(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) @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
Note: See TracRevisionLog for help on using the revision log.