1
0
mirror of https://github.com/weiju/amiga-stuff synced 2025-11-22 18:14:44 +00:00
Commit Graph

95 Commits

Author SHA1 Message Date
8fc0522326 refactored png2image, flexible indenting, hex numbers 2016-09-20 08:25:13 -07:00
c287f9bcb9 added sprites file, restructured startup file 2016-09-19 20:49:56 -07:00
ef47baaeb0 minimal changes to make sure compilation works 2016-08-25 18:30:43 -07:00
4e1e1a7c76 added chibi_test submodule 2016-08-02 16:00:07 -07:00
1fe3e13cfd x-scrolling: naming convention and formatting fix 2016-06-20 20:53:04 -07:00
ab8c02cc7b changed naming scheme in scrolling demos 2016-06-20 17:40:44 -07:00
9426af1e0c unified copper list header file 2016-06-17 12:18:55 -07:00
2036f33ecb integrated the vertical scrolling programs 2016-06-17 10:54:26 -07:00
e506235e22 added xyunlimited2 implementation 2016-06-15 22:01:52 -07:00
b8dbcbbfac added and adapted xyunlimited implementation 2016-06-15 21:02:55 -07:00
42e7203de5 refactored to correctly include xylimited
xylimited changes are respected
2016-06-15 17:18:24 -07:00
a11f22ab0c scrolling:integrated the xy limited algorithm 2016-06-15 13:51:22 -07:00
7f15fd6575 added the libraries subproject 2016-06-15 10:33:09 -07:00
9b22fcb802 added missing dos compat files to requester project 2016-06-15 10:26:00 -07:00
ac81f8ac0b added the libraries sub project 2016-06-15 10:23:11 -07:00
0766c168aa removed unused info and map files 2016-06-14 21:22:02 -07:00
6a63542f10 outfactored read_blocks() into common.c 2016-06-14 21:09:43 -07:00
79d09d1184 moved the map reading function to common 2016-06-14 20:53:18 -07:00
c18ccf30b7 outfactored getting arguments into common module 2016-06-14 20:25:54 -07:00
ddeeb941cb more outfactoring of common functionality and data 2016-06-14 18:39:13 -07:00
53a3302492 integrated the xlimited source file 2016-06-14 13:55:51 -07:00
2f8620b020 some refactorings for cleanup 2016-06-14 13:14:05 -07:00
5fa6e76d1a scrolling tricks: outfactored display initialization 2016-06-13 10:00:07 -07:00
713cf74d27 added audio and scrolling_tricks 2016-06-13 08:49:14 -07:00
612e9ffdd8 file requester: connect buttons
the "Drives" button now displays the list of drives, the
"Parent" button enable/disable state is now updated according
to whether we are displaying the volume list or not
2016-02-24 21:57:08 -08:00
116297c07d file requester now using the new sorting routine 2016-02-23 22:22:08 -08:00
3e89af887a added sorting for the file list
added chibi test framework in requesters for unit testing the
more complicated sorting functionality, added sorting for file
lists
2016-02-23 20:24:59 -08:00
a30613f4aa dalf: added hex dump function 2016-02-19 22:30:16 -08:00
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
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
a20c596b9c sprite fix added for Kickstart >= 3.0 2016-01-27 21:01:15 -08:00
23379213dd rearranged repository structure for tools
fdfool and hunktools now under utils
2016-01-27 12:58:24 -08:00
7fad06a6fb added hardware subproject 2016-01-27 12:55:48 -08:00
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
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
5390244222 requesters: file requester index mapping
map visible selection indexes to file list indexes
2016-01-22 00:05:18 -08:00
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
907e05c7bc scrolling works somewhat
the indexes are not entirely correct
2016-01-21 07:19:50 -08:00
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
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
87d31d8b18 requesters: file list can now change selections 2016-01-18 17:28:50 -08:00
b8d0b19b23 requesters: selection rectangle
figured out a working formula for rendering the selection rectangle
2016-01-18 16:58:17 -08:00
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
295dc70fd9 cleanup of the repository, added ignores 2016-01-18 08:12:06 -08:00
2834100c9c requesters: refine file list 2016-01-17 22:38:34 -08:00
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
943c6f9373 moved dontshout from separate repository to here 2016-01-16 14:00:10 -08:00
5759ab2658 moved amiga-imagetoolls content to this project 2016-01-16 13:54:37 -08:00
f69b3a8ee4 restructured source tree 2016-01-16 13:45:15 -08:00
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