1. Nov 15, 2023
  2. Nov 14, 2023
  3. Nov 13, 2023
  4. Nov 09, 2023
  5. Nov 08, 2023
  6. Nov 07, 2023
    • Eberhard Beilharz's avatar
      fix(web): Improve cause of issue · 1fa4090d
      Eberhard Beilharz authored
      One reason for the sometimes small text on the spacebar besides the
      too small font size on `kmw-spacebar-caption` was that the calculation
      of the ideal font size added double padding: it added two pixels of
      padding to the height, but also multiplied the height value by 0.9 which
      effectively added more padding. This change removes the 2 pixel padding
      from the calculation.
      
      The existing calculation varies the text size to fit in the available
      width of the spacebar, so calculating with font size of 1em is reasonable
      and better than the previous 0.6em. The previous value would lead to even
      an smaller font size for long texts, far below the size that would be
      sufficient to fit the text.
      1fa4090d
    • Darcy Wong's avatar
      Merge pull request #9846 from keymanapp/chore/developer/non-printing-chars · 71a9b9d6
      Darcy Wong authored
      feat(developer): Add more non-printing characters
      71a9b9d6
    • Marc Durdin's avatar
      chore(developer): remove obsolete project code · 857017f4
      Marc Durdin authored
      Removes old state load/save from each project file type, and the
      unused WarnAsError property, in preparation for xmlLdmlProjectFile.
      857017f4