Commit Graph

158 Commits

Author SHA1 Message Date
Mark Long d136148a3b Fixed typos 2016-10-30 14:03:39 -05:00
Mark Long c3c80f9f1e Hidden DiskExplorer at startup, Viewers close w/ main app exit. 2016-10-30 11:59:03 -05:00
Mark Long dab8f1e7d4 Improved control character display in ApplesoftViewer 2016-10-29 18:11:42 -05:00
Mark Long e76625bf90 Optimized Applesoft Parser and Formatter 2016-10-29 17:21:49 -05:00
Mark Long c6d4020310 Fixed ApplesoftFileViewer menu options 2016-10-29 16:28:25 -05:00
Mark Long 9ae934808c Merge branch 'master' of https://github.com/markdavidlong/AppleSAWS 2016-10-29 16:11:09 -05:00
Mark Long 3164fe6201 Added syntax highlighting to Applesoft Viewer, reworked retokenizer 2016-10-29 16:10:54 -05:00
Mark Long f2ef6a48ae Moved retokenization of files from ApplesoftFile to ApplesoftRetokenizer class 2016-10-29 13:05:59 -05:00
Mark Long 0aa707cd0d Update README.md 2016-10-28 09:40:51 -05:00
Mark Long 8258994a2c Merge branch 'master' of https://github.com/markdavidlong/AppleSAWS 2016-10-28 01:38:51 -05:00
Mark Long 23acb3f54d Added sector view hex dump to Disk Explorer 2016-10-28 01:38:45 -05:00
Mark Long dd404d7974 Update README.md 2016-10-28 00:59:53 -05:00
Mark Long df201f95b1 New screenshot showing disk explorer 2016-10-28 00:57:05 -05:00
Mark Long ecec14c2d0 Removed MainWindow class, replaced with DiskExplorer 2016-10-28 00:48:18 -05:00
Mark Long 340c9f7fa5 Working on Disk Explorer 2016-10-27 17:46:08 -05:00
Mark Long fff9044b86 Merge branch 'master' of https://github.com/markdavidlong/AppleSAWS 2016-10-27 12:23:58 -05:00
Mark Long 04c24e2b17 Updated screenshot 2016-10-27 12:23:50 -05:00
Mark Long 750165b80a Added screenshot. 2016-10-27 12:02:14 -05:00
Mark Long 93aca1ec44 Merge branch 'master' of https://github.com/markdavidlong/AppleSAWS 2016-10-27 11:59:29 -05:00
Mark Long edade65dc4 Renamed disk images directory, added an image directory with a screenshot. 2016-10-27 11:58:50 -05:00
Mark Long dfe5649904 Update README.md 2016-10-27 11:30:13 -05:00
Mark Long 946d5f57eb Removed some redundant code 2016-10-26 18:33:08 -05:00
Mark Long 9bc26f501a Updated notes 2016-10-26 18:32:42 -05:00
Mark Long b8ed5111fe Greatly improved disassembler. Added multple entry points. 2016-10-26 18:16:53 -05:00
Mark Long 2517c6d605 Disassembler work 2016-10-26 16:44:22 -05:00
Mark Long 18ca84b42d Changing disassembler to walk code paths 2016-10-26 11:32:48 -05:00
Mark Long ae7b8c83dd Cleaned up disassembler.cxx and disassembler.h 2016-10-26 02:48:01 -05:00
Mark Long 6e8da24b47 Continued work on assembler metadata dialog 2016-10-26 02:46:25 -05:00
Mark Long cea53aadd5 Continued work on assembler metadata dialog 2016-10-26 02:27:58 -05:00
Mark Long 0badceb216 Continued work on assembler metadata dialog 2016-10-26 02:23:33 -05:00
Mark Long a5382655a3 Added first push of DisassemblerMetadata processing stuff 2016-10-25 23:41:42 -05:00
Mark Long cb3f59af4e Fixed hex display of negative numbers 2016-10-25 00:14:25 -05:00
Mark Long 2b4864afcd Update README.md 2016-10-24 23:59:58 -05:00
Mark Long 094b44c66e Made first pass at retokenizing negative numbers. May still have some issues. 2016-10-24 23:30:23 -05:00
Mark Long f4c871c9b9 Fixed issue with AppleSoft code needlessly reformatting multiple times 2016-10-24 22:53:35 -05:00
Mark Long e4c81ee70c Fixed bug with formatter 2016-10-24 22:52:58 -05:00
Mark Long 171f8d5959 Stubbed out method for retokenizing negative numbers 2016-10-24 22:52:27 -05:00
Mark Long f3c2a85b36 Added a test file to disk image 2016-10-24 22:51:39 -05:00
Mark Long 5debe5549b Code cleanup 2016-10-24 13:52:43 -05:00
Mark Long 6b7ed70a8e Updated notes 2016-10-24 13:51:43 -05:00
Mark Long fad59c4c3b Update README.md 2016-10-24 13:39:30 -05:00
Mark Long c4bc4e5127 Added printing and export for most viewers 2016-10-24 13:37:37 -05:00
Mark Long ce2d9dfdd6 Code cleanup 2016-10-24 01:26:04 -05:00
Mark Long eae91b8f80 Update README.md 2016-10-24 01:24:38 -05:00
Mark Long cbb5668a78 Updated docs 2016-10-24 00:58:16 -05:00
Mark Long 0562d3109f Removed unneeded "draw" button from CharacterSetExplorer. 2016-10-24 00:55:37 -05:00
Mark Long 7b80c8dbda Added some default file type handling for viewer. 2016-10-24 00:51:39 -05:00
Mark Long ed08108702 Changed default CharacterSetExplorer dialog window name 2016-10-24 00:51:12 -05:00
Mark Long 2f8c2cfd59 Updates to CharacterSetExplorer in CharSetViewer 2016-10-24 00:41:35 -05:00
Mark Long 581ac6fa5e Created HiresScreenWidget and optimized display code 2016-10-21 19:14:45 -05:00