Commit Graph

44 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
cfd8c21c26 Better RTF production, better integration into context menu 2008-12-27 03:40:53 +00: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
Robert Greene
8b23db3d7d Merged in John B. Matthews' changes for AppleCommander 1.3.3.9. 2006-04-16 03:28:36 +00:00
Robert Greene
d64a4ad95b Early hooks for creating directories. 2004-07-17 00:22:17 +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
d41ab179d2 Preparing for internationalization as well as responding to the tighter
Eclipse 3.0 code checks and the start of sharing dialogs across the
application.
2004-07-04 03:37:53 +00:00
Robert Greene
3f1fa1cfb2 Updated to support raw file filter import and fixed a raw file export bug. 2004-06-23 03:47:12 +00:00
Robert Greene
0e8e1cff03 Fixed DosFileEntry with respect to ordering of setAddress, so moved
it back to original positioning.
2004-06-22 22:20:01 +00:00
Robert Greene
753a8ecbf6 Fixed import - need to save the file before setting the address.
This is a specific requirement of how DOS stores addresses.
2004-06-22 03:08:14 +00:00
Robert Greene
733ce4f7d2 Changed to use StreamUtil. 2004-06-20 17:02:00 +00:00
Robert Greene
3648806616 Added assembly source export to context menu. 2004-06-19 04:39:47 +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
c38f2a9c3c Added "Pascal Text..." to the export context menu. 2004-06-17 03:04:19 +00:00
Robert Greene
45737b9a55 Repackaged code and organized imports. 2004-06-09 03:58:00 +00:00
Robert Greene
a31c317740 Modified viewFile to accept a given file filter - this allows context
menus to change to a non-default file view. (For example, show a
binary file as text.) Additionally added a couple of show___Dialog
methods. Will need to incorporate these further for code cleanup.
2004-06-06 02:12:39 +00:00
Robert Greene
5256249f1c Added ability to change disk image order. 2004-06-03 03:31:56 +00:00
Robert Greene
276b19ac6b Updated menus. 2004-01-18 19:05:45 +00:00
Robert Greene
b9ed5212ee Fixed file viewing so directories navigate into the directory and
deleted files just give a warning.
2003-12-29 17:48:13 +00:00
Robert Greene
3289c0267a Added preferences for last save directory. 2003-12-21 06:16:01 +00:00
Robert Greene
bf8cea3faf Added print of file listing. 2003-12-16 03:39:12 +00:00
Robert Greene
2db05090cc Updated due to ImageManager changes and added View File logic. 2003-12-10 04:47:40 +00:00
Robert Greene
28a80c00a2 Added hook for CTRL+V to begin testing the file viewer. 2003-12-08 05:06:48 +00:00
Robert Greene
9c72bc1dba Added SaveAs, refactored Save, added getSelectedFileEntry, null-
proofed most uses of getSelectedFileEntry, worked on making buttons
and menus and shortcuts enable/disabled/not active as appropriate.
2003-12-08 00:52:38 +00:00
Robert Greene
4c10059f75 Added short-cut keys, added short-cut notation, and icons to
context-sensitive menus.
2003-12-07 18:21:42 +00:00
Robert Greene
2d1b20771e Adding view logic as well as short-cut keys. 2003-12-07 06:19:15 +00:00
Robert Greene
09f29eb815 Began adding compile option in toolbar. 2003-12-04 05:57:56 +00:00
Robert Greene
3b0dd511cc Added compile icon. 2003-06-01 19:47:18 +00:00
Robert Greene
e869246c90 Moved AppleUtil to com.webcodepro.applecommander.util package. 2003-05-26 21:10:50 +00:00
Robert Greene
39302afda9 Added capability to resize the disk when importing files. 2003-05-02 02:56:07 +00:00
Robert Greene
a39858237c Finished up progress bar for import operation and centered the
window.
2003-03-06 13:53:49 +00:00
Robert Greene
30bde2eb4b Updated test to reflect addition of DirectoryEntry interface; have
some early code in this release (commented out) related to having a
progress meter for imports.
2003-03-06 04:06:17 +00:00
Robert Greene
ca9a3236c8 Moved Import menu from file popup to the directory popup. 2003-03-01 22:57:49 +00:00
Robert Greene
08a70ca7ab Added & for ALT+key presses. 2003-02-23 20:52:53 +00:00
Robert Greene
ef77760bc6 Added ability to import files. 2003-02-11 04:41:39 +00:00
Robert Greene
aaea5ee874 Updated to for AppleWorksFileExportFilter enhancements. Changed
to use select methods.
2003-02-08 16:35:19 +00:00
Robert Greene
9b0a0286c3 Some early updates to make Import available in the file explorer tab. 2003-02-05 03:53:19 +00:00
Robert Greene
8dc00f0cc3 Added ability to delete a file from the disk image. 2002-12-23 21:09:45 +00:00
Robert Greene
cf84559b70 Updated to handle multiple logical disks within one explorer window. 2002-12-16 02:19:01 +00:00
Robert Greene
75350b2617 Added initial support for multiple logical disks. This implementation just
creates one tab per logical disk. Thus, a UniDOS disk gets 6 tabs - two
of each tab (Information, Disk Map, Explorer).
2002-12-14 05:49:04 +00:00
Robert Greene
035d2cf73a Export now runs the suggested filename through a filter to get rid
of characters that are not allowed in various operating systems
(such as "/", "\", or ":").
2002-12-10 05:14:31 +00:00
Robert Greene
b180c501b9 The disk image may now be saved if changes have occurred. 2002-12-09 05:42:39 +00:00
Robert Greene
ebf72c103e Version 1.1.1 is the initial GPL release of AppleCommander. 2002-12-01 02:21:00 +00:00