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

7 Commits

Author SHA1 Message Date
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
5390244222 requesters: file requester index mapping
map visible selection indexes to file list indexes
2016-01-22 00:05:18 -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
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
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