Commit Graph

19 Commits

Author SHA1 Message Date
T. Joseph Carter
292afd24c9 Remove -Xlint:unchecked warnings
Fixed all instances of warnings OpenJDK finds with -Xlint:unchecked.
Merging this will at least result in a dependency on JDK 1.5 or later
that I'm pretty sure of.  But since the only JDKs that are really safe
to use these days are versions 1.8 and 9, that's probably okay.

No promises that this will make modern SWT work or anything, but it's
probably at least a beginnig toward that as well.
2017-11-09 13:03:03 -08:00
2eb1437326 Implement Gutenberg disk translation 2008-12-26 20:36:47 +00:00
98b198c1cc Add Business BASIC viewer support 2008-12-16 05:27:17 +00:00
ec5c2b84b7 Add Business BASIC viewer support 2008-12-16 05:07:36 +00:00
Robert Greene
591924ce53 Preparing for internationalization as well as responding to the tighter
Eclipse 3.0 code checks.
2004-07-11 15:07:56 +00:00
Robert Greene
83e6f89276 Added dispose to cleanup resource leaks. 2004-06-19 21:17:18 +00:00
Robert Greene
6151356de6 Author tag fix (removed colon) and fixed some 'yellow' warnings. 2004-06-18 05:15:33 +00:00
Robert Greene
ac5e9673af Added FilterAdapter mapping for PascalTextFileFilter and
TextFilterAdapter.
2004-06-17 03:07:58 +00:00
Robert Greene
f3172245e1 Final reorganization. Extracted FilterAdapters to handle content-specific
display.
2004-06-16 03:21:49 +00:00
Robert Greene
cb50b1748f Began using ContentAdapters (part of the refactoring process). 2004-06-13 03:34:26 +00:00
Robert Greene
badc61a805 Uses SwtUtil.setupPagingInformation. 2004-06-10 03:31:45 +00:00
Robert Greene
7c7704d213 Added AssemblySourceFileFilter support. 2004-06-10 02:54:55 +00:00
Robert Greene
45737b9a55 Repackaged code and organized imports. 2004-06-09 03:58:00 +00:00
Robert Greene
c663edc84a Added constructor to force a certain file filter. Used by context menu
for file view.
2004-06-06 02:13:58 +00:00
Robert Greene
082b51c11a Added CTRL+A (select all), fixed printing (except for font selection),
improved copy to clipboard (if no selection, the entire document is
copied), added some comments, fixed shortcut handling.
2003-12-12 04:24:47 +00:00
Robert Greene
498994d765 Improved keyboard shortcut handling; added copy function (but not
images unfortunately), printing capability (StyledText widget does not
appear to use a given printer so it remains the default printer); fixed
raw dump mode to display in hex.
2003-12-11 05:34:28 +00:00
Robert Greene
4d9aeb9f67 Implemented most of file viewer functionality. Can now view all types
in some format; Applesoft BASIC is color coded; images can be viewed;
hex dump is shown; simple text transformation is done for nearly all
formats; raw dump isn't implemented correctly yet. Printing is done for
anything that uses the StyleText widget.
2003-12-10 07:08:24 +00:00
Robert Greene
b4e4758fcf Added early toolbar setup. Also updated due to ImageManager
changes.
2003-12-10 04:49:29 +00:00
Robert Greene
53eecbf8e0 Very early file viewer. Only displays images and no other options
are implemented.
2003-12-08 05:06:24 +00:00