Commits (8)
-
Jeffrey Lee authored
Detail: A bad merge of some kind meant that the size of m_main was decreased by one entry between revisions 4.5 and 4.6 of s/WkspEtc, causing the menu code to chop the last item off of the menu (the 'Refresh' item, as listed in s/MenuCreate). This change fixes the size of m_main so that the number of items matches the number in s/MenuCreate. Admin: Tested on rev C2 beagleboard. Fixes bug #233. Version 2.23. Tagged as 'Filer-2_23'
25b97604 -
Robert Sprowson authored
A previous fix in Filer-2_10 had changed the concatenation to be clamped at 10 letters so it doesn't overflow the buffer for long app names. However, having failed to find 'sm!app' it then just tried adding 2 to the string pointer therefore looking for a 10 letter sprite '!app'. This is different behaviour to before Filer-2_10, which would have overrun thebuffer but at least looked for a full 12 letter name. Optimised strncat a bit. Put unused source file in the attic. Trimmed some bug fix switches dating back to 1989. Version 2.24. Tagged as 'Filer-2_24'
67875a57 -
Robert Sprowson authored
New arrivals 'Refresh' and 'Reverse sort' caused errors when used with !Help due to missing tokens. Volunteers from Germany sought. Version 2.25. Tagged as 'Filer-2_25'
4450a4ed -
Robert Sprowson authored
Adjust clicking would recreate the menu immediately after the operation but before the next wimp poll when the directory gets recached, so the first entry in the cache is manually fixed up so the recreated menu is right (the files all get refreshed later anyway). Collapsed switch 'Fix003', after 21 years of testing it's safe to assume it's good. Reinstated ExtractCMOSOptions conditional on not OptionsAreInRAM so that combination still assembles. Optimise MUL/ADD into MLA where possible, and set 'S' flag on ALU operations when followed by TEQ#0. Tested with & without filer action running, fixes ticket 254. Version 2.26. Tagged as 'Filer-2_26'
e648207e -
Robert Sprowson authored
A signed comparison meant the larger files appeared last and in reverse order. Fixed by using an effective 40 bit compare by ripping off the date sorting code. Also made all the reverse sort versions use common sorting by using ALTENTRY macros for the forware sort versions. Version 2.27. Tagged as 'Filer-2_27'
6926e01c -
Robert Sprowson authored
Behaviour now matches 2.26 again. Also, sort by name no longer preserves r0-r3 because the PRM says we can trash them. Version 2.28. Tagged as 'Filer-2_28'
d5a32e17 -
Robert Sprowson authored
In the case of adjust dragging from one dir viewer to another it is safe to call CloseInitiatingDir because the operation is handled entirely internally. In the case of adjust dragging to a drive icon the dir viewer must be kept until after the next wimp poll so that the selection can be retrieved and the copy operation started. DelViews.s: made the stack frame a bit more reasonably sized GoFiler.s: removed some unused messages from the message list MsgsIn.s: removed the corresponding dead switch Version 2.29. Tagged as 'Filer-2_29'
bfb09d9e -
Jeffrey Lee authored
Detail: s/WkspEtc - Fixed missing colon on end of :LNOT: Admin: No change to binary under objasm Version 2.29. Retagged as 'Filer-2_29'
11ca852b
Showing
No preview for this file type
No preview for this file type
s/RedrawOld
deleted
100644 → 0
This diff is collapsed.