Wei-ju Wu
116297c07d
file requester now using the new sorting routine
2016-02-23 22:22:08 -08:00
Wei-ju Wu
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
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
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
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
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