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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1513   4 years bnemhaus You now have the ability to anchor Items to the center of the frame. …
(edit) @1509   4 years bnemhaus ItemEncryptionPermission is now respected.
(edit) @1508   4 years bnemhaus The HetrogeneousEncryptionLabels frame property is now set …
(edit) @1506   4 years bnemhaus Permissions for encrypting frames are now respected. (Group level …
(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) @1430   5 years bln4 Fixed bug for when there are no surrogates left for a primary.
(edit) @1415   5 years bln4 Renamed Frame.getItems() to Frame.getSortedItems() to better represent …
(edit) @1405   5 years bln4 Added Group attribute to frames. Some early logic on using the …
(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) @1381   5 years bln4 Property _tabIndex will be used to support functionality to tab …
(edit) @1379   5 years bln4 Reimplementation of the functionality that limits a text item to one …
(edit) @1377   5 years bln4 Rollback implementation of _maxWidth. After talks with David, this …
(edit) @1374   5 years bln4 Implemented EncryptionPermission attribute. EncryptionPermission is a …
(edit) @1369   5 years bln4 MaxWidth on text items is now a thing. Use this on text boxes in …
(edit) @1296   5 years bln4 Added placeholders as a thing for text items. You can now provide …
(edit) @1227   5 years bln4 org.expeditee.auth.EncryptedExpReader -> …
(edit) @1200   5 years bln4 org.expeditee.auth.gio.EncryptedExpReader -> …
(edit) @1188   6 years bln4 org.expeditee.gui.FrameIO -> Added ability to specify were frames are …
(edit) @1102   6 years davidb Reworking of the code-base to separate logic from graphics. This …
(edit) @1048   8 years davidb Whitespace difference
(edit) @919   10 years jts21 Added license headers to all files, added full GPL3 license file, …
(edit) @871   10 years ngw8 Made it possible to set line and letter spacing attributes via the UI
(edit) @737   10 years jts21 Enable per-item permission values, and tidy up DefaultFrameWriter a little
(edit) @720   10 years davidb Introduction of anchorLeft and anchorTop to compliment existing …
(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) @671   10 years jts21 Fix frame attribute setting (was using item attribute list where frame …
(edit) @656   10 years jts21 Implement tooltips
(edit) @625   10 years csl14 Added startBrowserSession action - Go Browsing button on exploratory …
(edit) @613   10 years jts21 Add autowrapping to Text items. Enabled for all items by setting the …
(edit) @601   10 years jts21 Switch back to EXP format, revert changes to Picture class
(edit) @595   10 years jts21 Fix bugs with Picture creation/saving/loading
(edit) @593   10 years jts21 Fix divide-by-zero error in Image loading, fix Frame attribute saving …
(edit) @589   10 years jts21 EXA save format working + automatically converting save files to it's …
(edit) @587   10 years jts21 Fix text loading
(edit) @583   10 years jts21 Refactor AttributeUtils
(edit) @477   11 years davidb Additional work needed to support Nibb attribute for arrowhead tip …
(edit) @454   12 years davidb Refactored to use the new PermissionPair and UserAppliedPermission classes
(edit) @427   15 years ra33
(edit) @400   15 years ra33 Changed the way justification works so that... Width field has a …
(edit) @376   16 years ra33
(edit) @348   16 years ra33
(edit) @307   16 years ra33 Can navigate with PgUp PgDn Home and End with remote framesets
(edit) @298   16 years ra33 Adding networking stuff for peer to peer sharing of frames
(edit) @282   16 years ra33
(edit) @247   16 years ra33 Added more import and mail stuff... including text importer
(edit) @242   16 years ra33
(edit) @235   16 years ra33 Refactored the way attribute value pairs work... Moved static methods …
(edit) @214   16 years ra33 Added charts
(edit) @187   16 years bjn8 Fixed index out of bound bug - occured when my attribute was all white …
(edit) @176   16 years ra33
(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) @121   16 years bjn8 Added invalidation for graphics... biiiig commit. LOts of effeciency …
(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) @102   16 years ra33 Fixed bug preventing it from working in windows... and added comment …
(edit) @98   16 years ra33 Fixed a couple of minor bugs that popped up in the demo
(edit) @97   16 years ra33 Lots of changes!!
(edit) @95   16 years ra33 Added a couple of tests for AttributeUtils class
(edit) @88   16 years ra33 Added parsing of annotation items
(edit) @86   16 years ra33 Added DebugFrame action Added GetCometStats Lots of bug fixes
(edit) @80   16 years ra33 Added some more unit tests Did a bunch of refactoring AND added a few …
(edit) @78   16 years ra33 Added @b and @v... Also changed @f... so that images can be displayed …
(edit) @74   16 years ra33 Fixed bugs... added some more features!!
(edit) @72   16 years ra33 Added lots of stuff
(edit) @71   16 years ra33 Removed last remnants of adjusting position of items to account for …
(edit) @70   16 years ra33 Made LOTS of changes... Added DisplayComet A whole bunch more stats …
(edit) @67   16 years ra33 Fixed a bunch of problems with rectangles and resizing the window, as …
(edit) @50   16 years ra33 A whole day of big changes. Adding the ability to have Text at the end …
(edit) @48   16 years ra33 Made both types of messages (normal and overwrite mode) output the …
(edit) @19   16 years ra33
(copy) @6   16 years davidb Moving org into src
copied from trunk/org/expeditee/gui/AttributeUtils.java
(add) @4   16 years davidb Starting source code to Expeditee
Note: See TracRevisionLog for help on using the revision log.