source: trunk/src/org/expeditee/io

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) @1499   4 years bnemhaus
(edit) @1498   4 years bnemhaus Refactored variable name for clarity. Comments explaining why an …
(edit) @1496   4 years bnemhaus Nicer looking authentication pages.
(edit) @1446   5 years bnemhaus org.expeditee.gui.managment.ResourceUtil.newImageWithName(Image, …
(edit) @1437   5 years bnemhaus When copy/pasting image files you know get the image rather than the …
(edit) @1436   5 years bnemhaus Added the ability to copy/paste recognised files (mostly images) into …
(edit) @1418   5 years bln4 Created a unioned list for item properties in DefaultFrameWriter. …
(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) @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) @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) @1326   5 years bln4 *facepalm* actually fixed bug with frames storing data. ExpWriter had …
(edit) @1323   5 years bln4 Officially added code to encrypt frames with custom built labels. …
(edit) @1322   5 years bln4 Additional to previous commit message. The placeholder property on …
(edit) @1321   5 years bln4 Added the ability to use strings as item tags in .exp files. In order …
(edit) @1296   5 years bln4 Added placeholders as a thing for text items. You can now provide …
(edit) @1274   5 years bln4 Consistency of FrameIO path names
(edit) @1258   5 years davidb Changed how DisplayController width, height and size are retrieved. …
(edit) @1242   5 years bln4 Support for new regime in the form of new fields and conditional …
(edit) @1232   5 years bln4 Amendment to previous commit. org.expeditee.gui.Frame -> …
(edit) @1226   5 years bln4
(edit) @1208   5 years bln4
(edit) @1207   5 years bln4
(edit) @1200   5 years bln4 org.expeditee.auth.gio.EncryptedExpReader -> …
(edit) @1189   6 years bln4
(edit) @1144   6 years bln4 Used Eclipse refactoring to encapsulate Point.X and Point.Y
(edit) @1125   6 years bln4 org.apollo.items.EmulatedTextItem -> …
(edit) @1104   6 years bln4 org.expeditee.gui.Popup -> Fixed a bug in the Popup class that was …
(edit) @1102   6 years davidb Reworking of the code-base to separate logic from graphics. This …
(edit) @1049   8 years davidb New code, but commented out. If added in, allows for KMS saved frame …
(edit) @976   8 years bln4 When deciding what action to run Actions.java now considers actions …
(edit) @975   8 years bln4 When attempting to run a action and finding multiple potential matches …
(edit) @972   9 years bln4
(edit) @970   9 years bln4 Ok, now when following a daisy chain it properly looks for loops. If …
(edit) @969   9 years bln4 Added a rule to deal with the combination of daisy chaining and …
(edit) @968   9 years bln4 Altered the YXLayout algorithm to handle daisy chaining. This was …
(edit) @964   9 years bln4 Made changes to what happens when pasting plan text. Because the code …
(edit) @959   9 years bln4
(edit) @958   9 years bln4
(edit) @957   9 years bln4
(edit) @936   10 years bln4 Modifications to XGroupItem for SpIDER
(edit) @930   10 years bln4 XItems now have remember what XGroup they belong in.
(edit) @919   10 years jts21 Added license headers to all files, added full GPL3 license file, …
(edit) @915   10 years bln4 Added useful toString method to XRawItem to help with debugging Added …
(edit) @914   10 years davidb Implicit Boxing
(edit) @912   10 years davidb In getItemsInNestedEnclosure() area for largest encountered enclosure …
(edit) @911   10 years davidb Refactored name to correct spelling mistake
(edit) @910   10 years davidb Overspill cases, when text pokes outside of a rect, now handled more …
(edit) @908   10 years davidb And now the version with the commented out code removed
(edit) @907   10 years davidb Y-by-X Walker algorithm failed to follow nested boxes when an …
(edit) @906   10 years bln4 Added Magnetic Constraints Magnetic Constraints are a new type of …
(edit) @905   10 years davidb Support for bounding box calculation more closely aligned with the …
(edit) @904   10 years davidb Some error checks added in to array bound access in y-span
(edit) @898   10 years ngw8 Added an extremely basic 'stop' function to the web parser, so …
(edit) @897   10 years ngw8 Changed webparser to use a for loop (rather than while) for scrolling …
(edit) @889   10 years ngw8 Web parser now scrolls back to the original position once it's finished
(edit) @886   10 years ngw8 Added a 'Reading Mode' to the JFXBrowser, which strips the page down …
(edit) @884   10 years ngw8 Actually fixed webparser bug for pages with no titles
(edit) @883   10 years ngw8 Bug fixes with webparser: pages with no titles no longer throw an …
(edit) @880   10 years ngw8 Bug fix for DotGrapWriter
(edit) @874   10 years ngw8 Meant to be included with previous commit
(edit) @869   10 years ngw8 Bug fixes and minor changes to dotgraphwriter. Now works on frames …
(edit) @859   10 years ngw8 Added .dot file exporter that writes a file that can be opened in an …
(edit) @848   10 years ngw8 Bug fix with links on converted pages
(edit) @845   10 years ngw8 Web parser now gives converted links an action that creates a new …
(edit) @842   10 years ngw8 Slight change to web parser next/previous/index button positions. …
(edit) @840   10 years ngw8 Scrollbars now hidden from converted pages. Doesn't seem possible to …
(edit) @839   10 years ngw8 Changes to web parser so that the converted pages are displayed in a …
(edit) @832   10 years davidb Type cast needs to be an object (not a primitive) when stricter …
(edit) @831   10 years davidb Extra test added to if-statement to prevent a null-pointer exception …
(edit) @828   10 years ngw8 Added support for converting websites that scroll sideways. Still need …
(edit) @824   10 years ngw8 Added overlay to browser that shows while the page is converting. …
(edit) @822   10 years jts21 Forgot to remove debug messsages before last commit
(edit) @821   10 years jts21 Add support for writetree to PDF2, Links followed by writetree are …
(edit) @820   10 years jts21 Implement PDF page background color, and fix exceptions on null color
(edit) @819   10 years jts21 Fix bug in linehead polygon drawing, and extract polygon drawing to …
(edit) @818   10 years jts21 Lines with 0 thickness should still be drawn if they aren't part of an …
(edit) @817   10 years jts21 Implement line thickness for PDFs
(edit) @816   10 years jts21 Fix bug where scaled images without repeat or crop values set would …
(edit) @815   10 years jts21 Add ability to extract images from a web browser by right clicking them
(edit) @811   10 years ngw8 Switched new webparser method to use a loop when adding elements to …
(edit) @808   10 years ngw8 Fixed webparser bug where first converted page had text visible on the …
(edit) @804   10 years davidb Default settings for javac in Eclipse (Kepler) for Windows requires …
(edit) @801   10 years jts21 Make JfxBrowser use only JavaFX Nodes, and make WebParser get images …
(edit) @796   10 years ngw8 Web parser changes: added overview thumbnail page, hidden elements no …
(edit) @795   10 years jts21 Add support for circles to PDF exporter
Note: See TracRevisionLog for help on using the revision log.