; > Version ;--------------------------------------------------------------------------- ; Change history. ; ; 03-Jun-93 0.00 SMC Created. ; 08-Jul-93 0.12 SMC First non-development version under source control. ; 12-Jul-93 0.13 SMC Grey out colour menu items which are not possible at all. ; 13-Jul-93 0.14 SMC Modes specified by number should give "Unknown" frame rate. ; 13-Jul-93 0.15 SMC Do the best we can on click on OK (even if frame rate unknown). ; 16-Jul-93 0.16 SMC Sorted out build structure. ; 03-Sep-93 0.17 SMC Don't return error from *WimpMode, use our own. ; Return error if non-text file dragged to our icon/window. ; Issue Message_PaletteChange like Palette util did (keep world happy). ; 09-Sep-93 0.18 SMC Changed name to Display Manager. ; Don't issue Message_PaletteChange after all, it's not necessary. ; Template changes and button action changes for style guide compliance. ; Frame rate widgets moved off visible area of mode change dialogue ; (thought to be too technical for ordinary users). ; Internationalised *Desktop_DisplayManager help and syntax. ; 08-Oct-93 0.19 SMC Currently selected menu items now ticked. ; Don't use modes with no mode name. ; 12-Nov-93 0.20 SMC Removed ptr_menu from template validation strings. ; If resolution unknown on colour selection then start with highest. ; Made pop-up menus style guide compliant. ; 10-Dec-93 0.21 SMC Now uses K instead of T in mode selection strings. ; Fix register corruption in pollword non-zero handler. ; Change name of sprite from "screen" to "display". ; Don't close window if changing mode gives an error. ; Display monitor name in window title bar. ; 14-Dec-93 0.22 SMC Position window base at top of icon bar. ; 10-Jan-94 0.23 AG Move Help and Syntax messages for Desktop_DisplayManager to global file. ; 21-Jan-94 0.24 SMC Adjust on Mode window OK box now leaves menu and dialogue open. ; Allow modes not in resolution menu to be changed to. ; Rationalised stepping down and up through mode list. ; Added compile option to split the resolution menu into sections ; based on pixel shape. ; Fixed module header because help/syntax moved to Global. ; Open menus are updated on mode/palette change (get ticks right). ; 21-Jan-94 0.25 SMC Stopped icon bar menu being redisplayed after mode change. ; 04-Feb-94 0.26 SMC Invalidate ColourTrans cache and force redraw whole screen if palette ; has changed on Service_WimpPalette/Service_CalibrationChanged. ; 17-Feb-94 0.27 SMC Leave items in colour menu shaded if not supported by any modes ; in resolution menu. ; If colours changed in resolution which is not on resolution menu then ; allow non-menu modes in stepping down. ; 18-Feb-94 0.28 SMC Small mod to building colours menu. ; 03-Aug-94 0.29 SMC Fixed MED-03376: menu building broken if last (or only) mode was unnamed. ; 30-Aug-94 0.30 AMcC Look for Resources in Resources.Display rather than Resources.Modes ; 28-Oct-94 0.31 SMC Added message tokenisation support. ; 21-Dec-94 0.32 SMC Changed to correct format for version string. ; 11-Jan-95 0.33 SMC Improved wording of invalid mode error. ; 29-May-97 0.34 KJB Stopped responding to Service_MessageFileClosed. Responding to this ; allowed instant response to resource changes while actually running, ; but the code had the disadvantage that mode selections in progress ; were lost when this service call happens. Thanks to ShareFS, files ; pop in and out of ResourceFS a lot, causing a lot of service calls. ; Hence this behaviour was more of a hindrance than a help. Especially ; as territories are only normally loaded outside the desktop. ; 15-Apr-98 0.35 MJS Ursula service format. ; 12-May-00 0.36 KJB 32-bit compatible. ; GBLA Version GBLS VString GBLS Date ; REMEMBER TO UPDATE VERSION IN MESSAGES FILE Version SETA 036 ; 000 VString SETS "0.36" ; "0.00" Date SETS "12 May 2000" ; "Development" END