Commit Graph

946 Commits

Author SHA1 Message Date
Robert Greene ec4a31e442 An attempt to test the various SWT-based images. 2003-12-21 01:15:50 +00:00
Robert Greene 3d8a017132 Minor javadoc fix. 2003-12-21 01:14:48 +00:00
Robert Greene f707dacea1 Minor glitch fixes. 2003-12-21 01:11:58 +00:00
Robert Greene b7bb0e194a Added PRCR. 2003-12-21 01:11:27 +00:00
Robert Greene e6b64d2675 Added PNG handler. 2003-12-16 03:40:55 +00:00
Robert Greene b17077b8d4 Updated to handle repaint events without erasing the screen and then
redrawing. (Taken from SWT example.)
2003-12-16 03:40:42 +00:00
Robert Greene bf8cea3faf Added print of file listing. 2003-12-16 03:39:12 +00:00
Robert Greene 169f545434 Synchronizing between laptop and desktop development editions. 2003-12-14 18:59:21 +00:00
Robert Greene ef60667c99 Ensure that the SWT version of AppleCommander is available. 2003-12-13 18:13:54 +00:00
Robert Greene 4ef4fb5f97 The first SWT MinGW build script that works! Thanks to Mohan Embar
and his pages at http://www.thisiscool.com/gcc_mingw.htm.
2003-12-13 18:13:28 +00:00
Robert Greene b069343ed0 Updated references to SWTImageLoaders. This has been moved into
the SWT build but kept here as a reference.
2003-12-13 18:12:30 +00:00
Robert Greene 6dbcf33474 Release 1.3.1. 2003-12-13 03:05:43 +00:00
Robert Greene fefcc80678 Added help messages; set version at 1.3.1. 2003-12-13 03:05:21 +00:00
Robert Greene 64df6d295e Updated with more information for 1.3.1 release. 2003-12-12 04:26:12 +00:00
Robert Greene adb931be3f Added SWT_SRC to SWT_JAR to allow browsing of SWT source code. 2003-12-12 04:25:45 +00:00
Robert Greene d205eda7f3 Better error handling of invalid disks (or non-disks). 2003-12-12 04:25:24 +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 7084b35a9f Added John Matthews "ac" utility. 2003-12-12 04:21:59 +00:00
Robert Greene 38b8db49c3 Added John Matthews "ac" utility. The only changes are placing the
"ac" class into the com.webcodepro.applecommander.ui package and
re-organizing imports (due to my rearrangement of code).
2003-12-12 04:21:32 +00:00
Robert Greene ab665650bd Resized image to match 16x16 dimensions of other icons. 2003-12-12 04:20:37 +00:00
Robert Greene 8e322961c1 Added transparency to image. 2003-12-12 04:20:19 +00:00
Robert Greene 360f9d8e61 Added file preview and printing note. 2003-12-11 05:35:38 +00:00
Robert Greene c8d49b4c56 Added getHexDump. 2003-12-11 05:35:09 +00:00
Robert Greene 7c2e60ea89 Added copy icon. 2003-12-11 05:34:50 +00:00
Robert Greene 42753465bd Added getImage. 2003-12-11 05:34:38 +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 c9badf28c4 Copy icon. 2003-12-11 05:32:39 +00:00
Robert Greene 1691df0387 Migrated code to generate the formatted hex dump into AppleUtil. 2003-12-11 05:32: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 d2b743c4fb Updated graphic image size to be 8184 to 8192 (inclusive). 2003-12-10 07:06:29 +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 72fce3b275 Changed design to simplify things a bit. 2003-12-10 04:48:31 +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 c00905545c Updated due to ImageManager changes. 2003-12-10 04:46:32 +00:00
Robert Greene dd609e75af Display text file icon. 2003-12-10 04:46:10 +00:00
Robert Greene 17b2ff3ed6 Display file in raw binary format icon. 2003-12-10 04:45:58 +00:00
Robert Greene e04a218ef5 Print icon. 2003-12-10 04:45:44 +00:00
Robert Greene 0915da281c Display image icon. 2003-12-10 04:45:35 +00:00
Robert Greene 1a4b88558a Display contents in hex icon. 2003-12-10 04:45:14 +00:00
Robert Greene 485d5e1942 Display wordprocessor contents icon (initially for AWP files). 2003-12-10 04:44:47 +00:00
Robert Greene 6937b80ea4 Display spreadsheet contents icon (initially for ASP files). 2003-12-10 04:44:33 +00:00
Robert Greene 80dbacc9c0 Display database contents icon (initially for ADB files). 2003-12-10 04:44:17 +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 53eecbf8e0 Very early file viewer. Only displays images and no other options
are implemented.
2003-12-08 05:06:24 +00:00
Robert Greene 56a97ef7e5 Updated shortcut description, added Save/SaveAs work, and planned
out what is in 1.3.1 as well as what will likely be in 1.3.x.
2003-12-08 00:54:25 +00:00
Robert Greene b1d2b65b89 Added SaveAs icon. 2003-12-08 00:53:19 +00:00
Robert Greene 9a3e36d142 Added setStandardWindowTitle to allow title changes while window
is visible.
2003-12-08 00:53:08 +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 955e80c1b3 The SaveAs icon. 2003-12-08 00:50:20 +00:00
Robert Greene 00cb73dea2 Added the new image flag and SaveAs method (essentially a rename). 2003-12-08 00:50:06 +00:00