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

requesters update

- scanning directory now adds the path parameter
 - file requester now sizes the requester according to the file list
   and window font
This commit is contained in:
Wei-ju Wu
2016-01-17 22:08:58 -08:00
parent 943c6f9373
commit 7746095dd7
4 changed files with 117 additions and 49 deletions

View File

@ -3,19 +3,21 @@
## Description
A random collection of my Amiga related programs, mostly written for AmigaOS
on classic Motorola 68k hardware.
on classic Motorola 68k hardware. This is for the purpose of learning
and sharing with other programmers in the Amiga community, so we can
spread an improve the understanding in order to write better software
for our platforms.
Since I have 9 Amiga computers of various models (1000, 500, 1200, 4000)
spread around my house, I figured I should put them to good use. It also
has the nice side-effect that I learn to develop for AROS, AmigaOS 4.x and
MorphOS as well.
Since I have number of classic Amiga, AmigaOS 4, MorphOS and AROS machines spread
around my house, I figured I should put them to good use, deepen my understanding
of these systems and improve my C and general programming skills.
Most code was developed with the VBCC compiler on a GNU/Linux system,
but I might add builds for GCC and SAS/C when it makes sense.
The C code was developed with the VBCC and gcc compilers on a GNU/Linux system using
the C99 setting.
I think that cross-compiling is the most effective way to program the
Amiga - commodity systems for development, vintage custom systems for
deployment.
Might contain scripts in Python, Racket or Scala for certain tools, since
these are my current tools of choice.
There are also scripts in Python, Racket or Scala for certain tools that prepare
and process data.