Skip to content
Snippets Groups Projects
  1. Nov 11, 2023
  2. Nov 10, 2023
  3. Nov 09, 2023
  4. Nov 08, 2023
  5. Nov 07, 2023
    • Rob Swindell's avatar
      Updated for v3.20a · f9b05300
      Rob Swindell authored
      f9b05300
    • Rob Swindell's avatar
      587a5413
    • Rob Swindell's avatar
      JSDOC build cleanup (used to generate jsobjs.html) · 108e825b
      Rob Swindell authored
      Replaced _property_ver_list (array of numbers) with _property_ver_list (array
      of objects) with a "ver" and (optional) "desc" property. This solves the
      enumeration order problem with objects that have both manual and table-based
      properties. Object's property tables (arrays of jsSyncPropertySpec) can now
      (optionally) contain the property descriptions. For properties defined in this
      manner, there will never be another mismatch between ther name/type and
      description/version in the jsobjs.html (a problem has re-occurred several
      times through the years with nebulous work-arounds).
      
      We still use _property_desc_list arrays for additional (e.g. manually defined)
      properties in such objects or just objects that only use one method of
      property definition and are not subject to the enumeration order problem.
      
      Fixed numerous typos.
      
      Using more consistent terminology and HTML mark-up.
      
      Some beautification and enhancement of readability, but nothing too major.
      108e825b
  6. Nov 06, 2023
  7. Nov 03, 2023
  8. Nov 02, 2023
  9. Nov 01, 2023
  10. Oct 30, 2023
  11. Oct 29, 2023
  12. Oct 28, 2023
    • Rob Swindell's avatar
      Fix for preview mode with narrow terminals · a55e31da
      Rob Swindell authored
      Longer messages would cause the "Preview lines" separator line to wrap.
      Chasing 40 column issues is a bit of a rabbit hole, so I think I'll pause
      for now.
      a55e31da
    • Rob Swindell's avatar
      Fixes for narrow terminals · df672be7
      Rob Swindell authored
      In terminals < 80 cols in width, only the message # and "from" field are shown
      in listings, so don't show column headings for fields that aren't shown.
      Display a '-' in the flag column for deleted messages (that aren't flagged).
      Shorten the prompt when listing msgs for terminals narrower than 64 cols
      (for phigz). I don't know of any systems/terminals that use 64 cols however.
      df672be7
    • Rob Swindell's avatar
      Merge branch 'dd_lightbar_menu_substrWithAttrCodes_len_fix' into 'master' · 0e534632
      Rob Swindell authored
      dd_lightbar_menu.js: Length off-by-1 fix in substrWithAttrCodes()
      
      See merge request !354
      0e534632
Loading