source: trunk/src/org/expeditee/gui/FrameUtils.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) @1508   4 years bnemhaus The HetrogeneousEncryptionLabels frame property is now set …
(edit) @1504   4 years bnemhaus Revised implementation of authenticated Expeditee mail. Motivated by …
(edit) @1490   4 years bnemhaus FrameDirectory Settings can now have paths included in them that are …
(edit) @1462   4 years bnemhaus
(edit) @1434   5 years bln4 Implementation of ProfileManager. Refactor + additional content for …
(edit) @1424   5 years bln4 When reconstructing the body on parse, make sure to use the source of …
(edit) @1421   5 years bln4
(edit) @1415   5 years bln4 Renamed Frame.getItems() to Frame.getSortedItems() to better represent …
(edit) @1407   5 years bln4 Group level permission is now completely a thing. If a frame has a …
(edit) @1406   5 years bln4 You can now create groups. Make a text item of the format "Group: …
(edit) @1405   5 years bln4 Added Group attribute to frames. Some early logic on using the …
(edit) @1403   5 years bln4 Added groups path. Will be used to store framesets whose contents …
(edit) @1402   5 years bln4 Permission is now a triple rather than a pair. The new second bit is …
(edit) @1393   5 years bln4 Maintain caseing for settings.
(edit) @1363   5 years bln4 It is now possible to complete the process of recovering access to a …
(edit) @1355   5 years bln4 Added peace of mind for those running old regime and wanting to add …
(edit) @1332   5 years bln4
(edit) @1331   5 years bln4 Added support for running with the old regime but with authentication. …
(edit) @1270   5 years bln4 On profile creation a new parameter has been introducted. By passing …
(edit) @1244   5 years davidb After change to have resources-public and resources-private, some …
(edit) @1242   5 years bln4 Support for new regime in the form of new fields and conditional …
(edit) @1220   5 years bln4 FrameUtils.java -> Ability to detect the cursor is over something in …
(edit) @1200   5 years bln4 org.expeditee.auth.gio.EncryptedExpReader -> …
(edit) @1193   6 years bln4 org.expeditee.gui.Frame -> org.expeditee.gui.FrameUtils -> …
(edit) @1173   6 years bln4
(edit) @1144   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) @1064   8 years davidb Addition of new type of frame transition, with off-screen buffering to …
(edit) @998   8 years davidb Added new versions of last commit that have been tidied up
(edit) @997   8 years davidb Added new version of FrameIO
(edit) @980   8 years davidb Support for frame transitions added
(edit) @977   8 years bln4 Updates to how Next and LastItem magnetic constraint actions work; so …
(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) @843   10 years jts21 Implement uploading images to FrameServer so other people can see them
(edit) @784   10 years jts21 Add JSItem class, which like JSWidget is an item controlled by …
(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) @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) @755   10 years davidb Tweaks to some print statements issued when Expeditee run for the …
(edit) @747   10 years jts21 Fix TitleTemplate so it actually works
(edit) @740   10 years jts21 Modify the undo stack to use a stack of List rather than a stack of …
(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) @706   10 years jts21 Set TitleTemplate in UserSettings, and decrease default TitleTemplate size
(edit) @670   10 years jts21 Make sure TitleTemplate is set before generateSettingsTree() is …
(edit) @658   10 years jts21 Auto-generate settings tree when creating a new profile
(edit) @655   10 years jts21 Switch to using specialised objects for settings so they make more a …
(edit) @618   10 years jts21 Renamed resources folder to assets, made a resources folder within …
(edit) @614   10 years csl14 Small changes to profile frame and added start pages - a.k.a templates
(edit) @605   10 years jts21 Make settings accept annotation tags
(edit) @602   10 years jts21 Invert the behaviour of shift-delete (now the default is to delete a …
(edit) @601   10 years jts21 Switch back to EXP format, revert changes to Picture class
(edit) @589   10 years jts21 EXA save format working + automatically converting save files to it's …
(edit) @572   10 years jts21 Move all profile tags into settings package
(edit) @571   10 years jts21 Add the capability to use setter functions that will be called to set …
(edit) @570   10 years jts21 Add settings package which uses reflection to allow changing settings …
(edit) @544   10 years jts21 Updated JfxBrowser to use search engine variable, and also fixed some …
(edit) @542   10 years jts21 Switch ProxyAuth to using the same details for HTTP an HTTPS, since …
(edit) @538   10 years jts21 Web browsers will also not automatically reload when the proxy …
(edit) @536   10 years jts21 Tested JfxBrowser with proxy auth (working), fixed some mistakes in …
(edit) @535   10 years jts21 Get proxy config working
(edit) @529   10 years jts21 Add Password widget and profile tag for proxy settings
(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) @454   12 years davidb Refactored to use the new PermissionPair and UserAppliedPermission classes
(edit) @427   15 years ra33
(edit) @424   15 years ra33
(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) @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) @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) @362   16 years ra33 Added Spell Checker Added word count stats Fixed some mail stuff
(edit) @348   16 years ra33
(edit) @336   16 years ra33 Fixed minor bugs
(edit) @314   16 years bjn8
(edit) @311   16 years ra33 Fixed a few bugs that were makin unit tests fail... Also added …
(edit) @309   16 years ra33 Documents created with write tree open automatically using the Desktop …
(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) @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) @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) @235   16 years ra33 Refactored the way attribute value pairs work... Moved static methods …
(edit) @233   16 years ra33 Added MailFrame agent
(edit) @220   16 years ra33
(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) @190   16 years ra33 Added some math stuff... able to group numbers inside a rectangle
Note: See TracRevisionLog for help on using the revision log.