-------------------- AmigaOS 3.1.4.(1) project ----------------------- Changes for 45.1 (18.2.2018) - Recompiled with SAS/C - Fixed a couple of missing initializers - Fixed trashing of slider label by adjusting gadget and locale strings, at least for German and English locale. Changes for 45.2 (20.2.2018) - Fixed color slider text (finally) - Added check & fix for monitor drivers which report a depth greater than 24 Changes for 45.3 (4.4.2018) - Added mode test option (recycled a bit from V50+) - Rewritten V50 code for CRTs and Amiga native modes - Added safety check & warning if untested mode is going to be saved or used - Enlarged & restyled application window - Added pixel aspect to screen mode properties Changes for 45.4 (18.4.2018) - New nice greyscale & color tables - RGB32 tables are now being generated out of RGB8 tables, saving about 3 KB - All testscreen modes now feature the maximum number of colors - Switched to static pens for the effect above - Timer is now part of test image; extra window has been removed - Removed some dead V50+ code Changes for 45.5 (29.4.2018) - Reduced main window's height for the sake of NTSC HighRes - Rewrote messy frame code - Shifted cancel button Changes for 45.6 (11.5.2018) - Increased a pointer array's size by one, fixing a MuGa hit. - "Preparing Display"-window now opens centered over main program window - The test pattern screen does not need a mouse pointer. So it's gone now. Changes for 45.7 (13.5.2018) - Fixed screenmode changes always resulting in a lores screen. ----------------------- AmigaOS 3.2 project -------------------------- Changes for 47.1 (18.5.2019): - Made the GUI scalable. Changes for 47.2 (8.6.2019): - The program uses now the default tool icon for iconification if it cannot find its own icon. - In case the font is smaller than 8x8, the GUI falls back to topaz.8. - Fixed a bug in the startup code that could have caused crashes. Changes for 47.3 (16.6.2019): - Recompiled with a new data architecture. Changes for 47.4 (4.8.2019): - No longer uses sprintf from the amiga.lib. Changes for 47.5 (3.10.2019): - Removed bold attribute for testscreen's timer window font. - Adjusted text position of info window. Changes for 47.6 (19.1.2020): - Added support for the new V47+ help system. The common PrefsEd code will now scan HELP:/sys/Prefs/.guide for an AmigaGuide document which offers a documentation of the respective Preference editor. If unsuccessful, it'll search for a fallback in HELP:english/sys/. - Replaced most custom string functions with UtilityLib's SNPrintf()/Strncpy() et al. - Some cleanups. Changes for 47.7 (19.5.2020) - Rebuilt with the small data model. And this time it's serious. Changes for 47.8 (22.7.2020) - Main window now features smart refresh to avoid destruction of its contents because of the warning requester. Changes for 47.9 (10.8.2020) - Screenmode name and hint/timer on testpattern will now be drawn using the system font, if screen's height is greater than 399 pixels. For screens with lower height, topaz 8 will be used for all texts. Changes for 47.10 (13.9.2020) - HiColor and TrueColor modes will now lock the depth slider at 65k/16M colors. Number of colors is displayed as "16M" for TrueColor. Changes for 47.11 (24.3.2021) - Fix for bug #2003. No longer crashes if gadtools.library cannot be opened.