Commit Graph

118 Commits

Author SHA1 Message Date
Wei-ju Wu a30613f4aa dalf: added hex dump function 2016-02-19 22:30:16 -08:00
Wei-ju Wu f780a9f257 iffview: ILBM body decompression fixed
Boundary check for destination buffer added to avoid the
buffer overrun, also added handling for the -128 NOP
2016-02-18 20:34:20 -08:00
Wei-ju Wu b4ed097fad startup and file requester change
- hardware startup: added copper macros
 - file requester: add blocking requester for parent window
2016-02-05 20:52:36 -08:00
Wei-ju Wu a20c596b9c sprite fix added for Kickstart >= 3.0 2016-01-27 21:01:15 -08:00
Wei-ju Wu 23379213dd rearranged repository structure for tools
fdfool and hunktools now under utils
2016-01-27 12:58:24 -08:00
Wei-ju Wu 7fad06a6fb added hardware subproject 2016-01-27 12:55:48 -08:00
Wei-ju Wu 6abaf6b7ae requesters: file requester switch directory
a double click on the initial drive list now switches to list the
contents of the selected drive, also removed some unused variables
2016-01-24 00:26:41 -08:00
Wei-ju Wu e6f479fe7e requesters: filerequester path and double click
- transfer selection to directory string gadget
 - double click on entry is recognized
2016-01-23 17:35:16 -08:00
Wei-ju Wu 5390244222 requesters: file requester index mapping
map visible selection indexes to file list indexes
2016-01-22 00:05:18 -08:00
Wei-ju Wu ad783ab41b figured out the small details about the slider
fixed the VertPot setting, smoothened the drag update rate
2016-01-21 08:40:47 -08:00
Wei-ju Wu 907e05c7bc scrolling works somewhat
the indexes are not entirely correct
2016-01-21 07:19:50 -08:00
Wei-ju Wu 3573e7b9a0 requesters: file requester slider/button behavior
Added event handling for up/down buttons and slider movements
file list structure now has a previous pointer for quicker
backwards navigation
2016-01-20 00:00:34 -08:00
Wei-ju Wu 692fde408d requesters: proportional gadget size
Now the file list scroller gadget is set according to the number
of represented files in the list. By computing the body size
algebraic rather than numeric we are avoiding the floating point
division.
2016-01-18 21:05:22 -08:00
Wei-ju Wu 87d31d8b18 requesters: file list can now change selections 2016-01-18 17:28:50 -08:00
Wei-ju Wu b8d0b19b23 requesters: selection rectangle
figured out a working formula for rendering the selection rectangle
2016-01-18 16:58:17 -08:00
Wei-ju Wu 29c02cefe0 requesters update
filereq.c: gadgets are now sized/placed better around the file list
view which is now more flexible to configure
2016-01-18 09:58:26 -08:00
Wei-ju Wu 295dc70fd9 cleanup of the repository, added ignores 2016-01-18 08:12:06 -08:00
Wei-ju Wu 2834100c9c requesters: refine file list 2016-01-17 22:38:34 -08:00
Wei-ju Wu 7746095dd7 requesters update
- scanning directory now adds the path parameter
 - file requester now sizes the requester according to the file list
   and window font
2016-01-17 22:08:58 -08:00
Wei-ju Wu 943c6f9373 moved dontshout from separate repository to here 2016-01-16 14:00:10 -08:00
Wei-ju Wu 5759ab2658 moved amiga-imagetoolls content to this project 2016-01-16 13:54:37 -08:00
Wei-ju Wu f69b3a8ee4 restructured source tree 2016-01-16 13:45:15 -08:00
Wei-ju Wu 037bf7bb4a added integration with DOS 1.x
found out how to access the current volume list in AmigaDOS and
added a way to read this list, currently displays a portion of
the assign list in the file list
2016-01-16 13:36:19 -08:00
Wei-ju Wu 766df0d2ab filereq and iffview update
filereq
 - added offline buffer for file list

iffview

 - free image memory
2016-01-15 18:32:06 -08:00
Wei-ju Wu c3ac2d6697 file requester: added up/down button for list 2016-01-14 19:02:39 -08:00
Wei-ju Wu c4bcf8a6d4 IFFView and requesters update
IFFView
 - screen height updated to PAL

requesters

 - added buttons and slider
2016-01-13 21:02:08 -08:00
Wei-ju Wu 595440ee0f updates to IFFView and requesters
IFFView:
  * error in input file -> exit
  * can now view HAM and EHB

requesters:
  * updated layout
2016-01-13 14:02:49 -08:00
Wei-ju Wu cb73ab7d07 filerequester is opened in its own window 2016-01-12 23:06:47 -08:00
Wei-ju Wu 98bef3439f simplified IFF view application
- accepts argument on the command line
 - displays image in backdrop window
2016-01-12 18:30:51 -08:00
Wei-ju Wu b1ddbf5231 added requesters sub project 2016-01-11 23:16:31 -08:00
Wei-ju Wu 46566c361e moved file requester to separate project 2016-01-11 23:09:10 -08:00
Wei-ju Wu 3537f8d4d5 IFF display works
iffview now opens a new screen with depth according to the IFF image.
The screen viewport's colors are set using the IFF color information
2016-01-11 22:14:22 -08:00
Wei-ju Wu 3db8ee02ba ILBM lib enhancements
convert interleaved to plane-by plane data, display in Intuition
is changed to consider the imaga data width
2016-01-11 16:14:55 -08:00
Wei-ju Wu 3b04b00490 fixed bug in IFF reading
char buffer is not automatically aligned on a word boundary
on a plain 68000, so we need to ensure about that ourselves
checked on a500 setup
2016-01-11 08:00:38 -08:00
Wei-ju Wu 2ff7b6c237 tweak requester behavior, ilbm module
- requester: scan current directory
 - ilbm: read into IFFData structure and return
2016-01-09 19:29:12 -08:00
Wei-ju Wu b599d82d62 cleaned up requester logic
cancel button sends close event now, requester is initialized only once
2016-01-09 12:57:14 -08:00
Wei-ju Wu b9650e68aa clarified some misunderstandings
- fixed bug in button positioning
  - added handling for requester events
  - outfactored the file requester into its own module
2016-01-09 11:05:55 -08:00
Wei-ju Wu 4cb53b735e merged blitplay repository 2015-11-30 15:24:58 -08:00
Wei-ju Wu bbc0d4d5c8 added 30years repository code here 2015-11-30 15:19:37 -08:00
Wei-ju Wu 28848bf25d fix: word mistakenly crept into module specifier 2015-11-02 19:34:30 -08:00
Wei-ju Wu 47805253f7 disassemble: numbers are displayed in hex
- all numbers are now displayed in hex for consistency,
  - better branch detection
  - branch destinations are computed from their offsets
2015-11-02 19:25:24 -08:00
Wei-ju Wu 205c7adeff dalf: added option to dump code hunks to raw binary file 2015-05-13 15:46:40 -07:00
Wei-ju Wu d8e26532ec decoder checks more valid rom sizes 2015-05-13 13:27:46 -07:00
Wei-ju Wu a71af9156a cleaned up ks decoder 2015-05-12 16:02:51 -07:00
Wei-ju Wu 01681e300b added rom decoding 2015-05-12 15:58:48 -07:00
Wei-ju Wu d750320456 added disassembling for cmp 2015-01-01 23:41:18 -08:00
Wei-ju Wu 043e468b93 renamed hunk.py to dalf.py 2014-12-09 19:31:38 -08:00
Wei-ju Wu 7fd8edb194 fixed disassembler to compute the correct branch target 2014-12-04 21:17:55 -08:00
Wei-ju Wu 2bcaf5188a grouping the hunk blocks with their relocation information 2014-12-04 07:54:54 -08:00
Wei-ju Wu d3d110945c introduced classes for operands and address modes 2014-12-02 18:00:35 -08:00