Commit of my Wimp changes that have trickled in over the last four months.
Ben Avison authored
Detail:
  * The pointer passed to Wimp_CommandWindow can now be top-bit-set.
  * Bugfix to Wimp_CommandWindow: if the current task was uninitialised,
    or initialised as a non-multitasking task, then although entering the
    CommandWindow would restore escape condition generation to the way it
    was before entering the desktop, exiting the CommandWindow did not
    reset escape condition generation to the default desktop state (which is
    for escape condition generation to be disabled).
  * Escape condition generation is disabled for the duration of SWI
    Wimp_ReportError (instead of setting the default escape key for the
    duration). The previous state is restored on exit.
  * Added a minimal environment for the service call
    Service_ErrorButtonPressed, so that claimants can call OS_Exit without
    leaving the global Wimp error box in an undefined state.
  * In the Wimp_Poll loop, if there are no events to deliver to any tasks
    (not even null events), then rather than sitting in a SVC mode loop,
    the Wimp now triggers transient callbacks. This is particularly
    important in order not to halt all activity in the Internet stack.
    The option LeaveOS can be set to make the Wimp use the as-yet
    unimplemented SWI OS_LeaveOS for this purpose; this is currently unset
    for all builds.
  * By (persistent) request, reinstated the old iconbar popping code,
    though it is currently a build switch that is turned off for all builds.
Admin:
  Tested on a Risc PC.

Version 4.69. Tagged as 'Wimp-4_69'
69d67881
Name Last commit Last update
..
!Palette Import from cleaned 360 CD
AutoScroll Fixed a stack imbalance in autoscroll code in 32-bit builds.
Iconbar Made 32-bit compatible.
Memory Made 32-bit compatible.
NewSWIs Made 32-bit compatible.
Notes Spinner branch merged.
ProgErrs Import from cleaned 360 CD
RosMod Adapted assembly process so that the choice of Options file (previously based purely on the "System" variable) can be overridden by passing "OPTIONS=foo" as an argument to either MkRom, or to amu/amu_machine directly, or indirectly, by specifying it in the components file for a build. To accomplish this, it was necessary to switch from using aasm to objasm - hence the large number of source files affected in this commit.
Tiling Made 32-bit compatible.
Watchdog Made 32-bit compatible.
Wimp Shock horror - a new feature for the Wimp! And some housekeeping too.
Wimp01 Commit of my Wimp changes that have trickled in over the last four months.
Wimp02 Commit of my Wimp changes that have trickled in over the last four months.
Wimp03 Commit of my Wimp changes that have trickled in over the last four months.
Wimp04 Fixed a number of long-standing but low priority bugs in the Wimp.
Wimp05 Commit of my Wimp changes that have trickled in over the last four months.
Wimp06 Made 32-bit compatible.
Wimp07 Commit of my Wimp changes that have trickled in over the last four months.
Wimp08 Updated build structure to use the shared AAsmModule makefile.
Wimp08s Shock horror - a new feature for the Wimp! And some housekeeping too.
Wimp09 Minor fixes, some of which have been waiting to be committed for a while.
Wimp10 Fixed a number of long-standing but low priority bugs in the Wimp.