UnstableChanges

Summary

  1. Amiga: If configured to use bitmap fonts, let the user select bitmap (details)
  2. Amiga: Allow DPI scaling with bitmap fonts Also allow use of bitmap (details)
  3. Amiga: Add HelpHint to the bitmap fonts toggle (details)
  4. Amiga: On OS3, if using bullet.library fonts, set the space character to (details)
  5. Amiga: Don't disable DPI gadget when switching to bitmap fonts (details)
  6. Amiga: Change bitmap font toggle to a chooser gadget Immediately update (details)
  7. Amiga: Add .font extension to default TextAttrs (details)
  8. Amiga: olf_EngineName isn't in OS3.9 so force spacing for all bulletapi (details)
Commit 3da8cfd6b9d9dfd08bf4bd12be84fb1cec5c29ac by chris
Amiga: If configured to use bitmap fonts, let the user select bitmap
fonts
The file was modifiedfrontends/amiga/gui_options.c (diff)
Commit 7968253f72e32bc23eb8fa356a1b681b04158fc8 by chris
Amiga: Allow DPI scaling with bitmap fonts Also allow use of bitmap
fonts on OS4 (even though it isn't really recommended) Set the default
fonts correctly when toggling in both directions Set the correct default
fonts on startup depending on whether bitmap or outline fonts are
selected (and OS3 or OS4 as OS provided outline fonts are different)
The file was modifiedfrontends/amiga/font.c (diff)
The file was modifiedfrontends/amiga/font_diskfont.c (diff)
The file was modifiedfrontends/amiga/gui.c (diff)
The file was modifiedfrontends/amiga/gui_options.c (diff)
Commit da5f5b024c7c88972e765e5bd70078bb4216815a by chris
Amiga: Add HelpHint to the bitmap fonts toggle
The file was modifiedfrontends/amiga/gui_options.c (diff)
The file was modifiedresources/FatMessages (diff)
Commit 83bc93ca056cfbf729b2c57c028ec93ae4e185c1 by chris
Amiga: On OS3, if using bullet.library fonts, set the space character to
em/3 bullet seems to have a bug on OS3 where spaces have no width
The file was modifiedfrontends/amiga/font_bullet.c (diff)
Commit 19a85abbb40416bcdf75160070ee927990c6c129 by chris
Amiga: Don't disable DPI gadget when switching to bitmap fonts
The file was modifiedfrontends/amiga/gui_options.c (diff)
Commit 57380e3e0f7f1a9fbb559802a4625162fba8863e by chris
Amiga: Change bitmap font toggle to a chooser gadget Immediately update
fonts with the defaults
The file was modifiedfrontends/amiga/gui_options.c (diff)
The file was modifiedresources/FatMessages (diff)
Commit 2ce21bfe45e1ec86ba72f570c1a39c8cff416123 by chris
Amiga: Add .font extension to default TextAttrs
The file was modifiedfrontends/amiga/gui_options.c (diff)
Commit 1492155bedc2dc4a72241118eedcc7b3e09f3e1b by chris
Amiga: olf_EngineName isn't in OS3.9 so force spacing for all bulletapi
engines
The file was modifiedfrontends/amiga/font_bullet.c (diff)