1. 11 Jan, 2025 1 commit
    • Martin Avison's avatar
      Add Log message giving source for Boot, System & Font Merges · 74a825e6
      Martin Avison authored
      Utilise Install_Log command (from Installer-0_18) to log the source directory
      for a Merge. If the command does not exist, it does not give error.
      
      During testing of the above change, a bug in the !Font merge process
      was found that can cause it to put merged fonts in totally the wrong place.
      
      The function static_ReadVariables() in Main.c, if APP=FONTMERGE, uses the
      value of Font$Path to set Destination (the merge target) from the third path
      element from the end, which assumes it is the system !Fonts.
      
      However, if a
          *FontInstall mydirectory.
      was done before the *FontInstall in BootResources:!Fonts, then Font$Path will
      be set to 4 elements, eg:
          ADFS::SSD.$.!BOOT.Resources.!Fonts.,
          mydirectory.,
          <Font$Prefix>.,
          Resources:$.Fonts.
      so any new fonts wrongly go into mydirectory.
      
      The fix now finds the first directory seen which ends in ".!Fonts.", which is
      the LAST one in the path string. This is better, though not totally foolproof.
      
      Version 2.12. Tagged as 'Config2PluginxxxxMerge-2_12'
      74a825e6
  2. 25 Mar, 2016 1 commit
    • Robert Sprowson's avatar
      Put the pane in the right place · c9f18302
      Robert Sprowson authored
      When Sys/Font/Boot merge are run in a mode < 1024 pixels tall, the act of creating the toolbox objects for the main window plus pane is subject to the Wimp clipping the windows to the top of the screen they were created in in the Res file.
      So, if used in a less tall mode (say 800x600) the pane is wrongly offset in the agenda view.
      Edit the Res files to be -512, -1024 OSU down in the bottom left corner to avoid this.
      
      Version 2.09. Tagged as 'xxxxMerge-2_09'
      c9f18302
  3. 17 Jul, 2013 1 commit
  4. 14 Oct, 1998 1 commit
  5. 28 Jul, 1998 1 commit
  6. 02 Jul, 1998 1 commit
  7. 15 Jun, 1998 1 commit