1
0
mirror of https://github.com/weiju/amiga-stuff synced 2025-12-08 14:58:33 +00:00
Commit Graph

9 Commits

Author SHA1 Message Date
98bef3439f simplified IFF view application
- accepts argument on the command line
 - displays image in backdrop window
2016-01-12 18:30:51 -08:00
46566c361e moved file requester to separate project 2016-01-11 23:09:10 -08:00
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
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
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
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
b599d82d62 cleaned up requester logic
cancel button sends close event now, requester is initialized only once
2016-01-09 12:57:14 -08:00
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
bbc0d4d5c8 added 30years repository code here 2015-11-30 15:19:37 -08:00