1. 23 Oct, 2011 1 commit
    • Robert Sprowson's avatar
      Swap magic constants for defines from headers. · 4b9400d5
      Robert Sprowson authored
      OS_FSControl, OS_File, OS_GBPB, OS_Args, OS_Find now use HighFSI.h.
      Indentation made more consistent.
      Variety of DEBUG macros changed to allow them to be enabled and disabled on a per-file basis.
      Put USE_RED_ERROR box switch into options.h (undefined though).
      Functionally equivalent to 0.52, but lots of diffs.
      
      Version 0.53. Tagged as 'FilerAct-0_53'
      4b9400d5
  2. 20 Oct, 2011 2 commits
    • Robert Sprowson's avatar
      Fix display of bytes-to-go when there are > 2G left. · b5fe2ebd
      Robert Sprowson authored
      Was doing a widening cast of a signed number to 64 bits, so showed 16 trillion bytes remaining.
      Fix templates to not say "stuff" by default in the name, as this was left on screen if an error occured before processing began.
      Things that read from clock() now use clock_t.
      Uncurled some "} else {" to match all the other files.
      Deleted the USE_LONG_LONG switch, it's been needed ever since harddiscs got bigger than 4G anyway.
      Anything assigned 'Yes' or 'No' changed to type BOOL.
      Variable 'source_of_finished_file' was signalling that a directory had been copied by setting the length to a -ve number. This has been refactored to use a BOOL instead, so files can have top bit set sizes.
      Fix bug in stack grab in count_objects_in_dir(), was grabbing an array of 2048 pointers (=8k) not 2048 bytes.
      Functions bytes_left_to_read() and bytes_left_to_write() reprototyped to return uint32_t not signed numbers.
      Still falls over copying files > 2G, but at least it gets the display right!
      
      Version 0.51. Tagged as 'FilerAct-0_51'
      b5fe2ebd
    • Robert Sprowson's avatar
      Didn't compile with PROGRESS_BAR turned off. · 62c87e72
      Robert Sprowson authored
      Rationalised all the switches a bit.
      Not tagged.
      62c87e72
  3. 29 Jun, 2011 1 commit
    • Rik Griffin's avatar
      Redesigned window to show more of path. · 84527cc0
      Rik Griffin authored
      Added progress bar.
      Performance improvements, especially in 'slower' mode.
      Fixed 'count summary' bug.
      Fixed various compiler warnings.
      
      Version 0.49. Tagged as 'FilerAct-0_49'
      84527cc0
  4. 23 Sep, 2002 1 commit
    • Kevin Bracey's avatar
      Added functionality from RISC OS 4.02 (Faster button, 64-bit display, number... · 4ae7ae8d
      Kevin Bracey authored
      Added functionality from RISC OS 4.02 (Faster button, 64-bit display, number separators). This implementation does not use the Netscape libraries, and looks up the number separation scheme from the current territory.
      
      Now copies directory datestamps, as per the command-line *Copy.
      
      Version 0.46. Tagged as 'FilerAct-0_46'
      4ae7ae8d
  5. 05 Nov, 1996 1 commit