----------------------- AmigaOS 3.2 project -------------------------- Changes for Reaction 47.1 (16.10.2019): - (Re-)written from scratch. Changes for Reaction 47.2 (25.10.2019): - Ported to GadToolsPrefsEd framework - Added localization - Reaction preview (TBD) will be enabled at start if ToolType "ENABLEPREVIEW" is set or if shell argument "PREVIEW" is being supplied. Changes for Reaction 47.3 (1.11.2019): - Implemented preview feature. - Fixed: GadTools version had broken handling of label alignment and label colour fields. Changes for Reaction 47.4 (1.11.2019): - Fixed ASL-Filerequest for backdrop pattern image - tags were ignored - datatype image filtering hook wasn't set up properly - preview window is now localized - a bit of cleanup Changes for Reaction 47.5 (27.11.2019): - Fixed copying of font names when new label or fallback fonts were selected. - Fixed default backdrop pattern path - Backdrop pattern path is now inserted properly into file requester. Changes for Reaction 47.6 (1.11.2019): - Font name strings now no longer contain font size. Why on earth is Reaction reading the fonts' names from a string instead of the TextAttr structure? - Fixed label font selection & preview - The maximum value for layout spacing has been reduced to 8px, as with the OS3.9 version. - Adjusted the width of some Gadgets - Enlarged window to maximum width for HiRes display - A bit of code cleanup Changes for Reaction 47.7 (4.12.2019): - Added a listbrowser gadget, with fallback font display, to the preview window. Changes for Reaction 47.8 (22.12.2019): - The font TextAttr handling was upside down and could access or overwrite random memory locations. Changes for Reaction 47.9 (1.1.2020): - The default font size was not set to 8, but left at 0. - Changing the label font did not trigger a refresh. Changes for Reaction 47.10 (5.1.2020): - Cleaned up the gui layout - Still needs some stings localised Changes for Reaction 47.11 (7.1.2020): - The preview window saves now its position when it is closed and restores it when it gets reopenend. Changes for Reaction 47.12 (18.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 all custom string functions with UtilityLib's SNPrintf()/Strncpy() et al. - Some cleanups. Changes for Reaction 47.13 (12.4.2020): - Added some missing strings to locale Changes for 47.14 (19.5.2020) - Rebuilt with the small data model. And this time it's serious. Changes for 47.15 (23.1.2021): - Changed default fallback font. - Fixed font handling bugs. Changes for 47.16 (24.3.2021) - Fix for bug #2003. No longer crashes if gadtools.library cannot be opened.