Commit Graph

26 Commits

Author SHA1 Message Date
Wei-ju Wu 4e1e1a7c76 added chibi_test submodule 2016-08-02 16:00:07 -07:00
Wei-ju Wu 9b22fcb802 added missing dos compat files to requester project 2016-06-15 10:26:00 -07:00
Wei-ju Wu 713cf74d27 added audio and scrolling_tricks 2016-06-13 08:49:14 -07:00
Wei-ju Wu 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
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 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 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 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 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 b1ddbf5231 added requesters sub project 2016-01-11 23:16:31 -08:00