From: <to...@us...> - 2002-11-28 13:09:03
|
Update of /cvsroot/ro-oslib/OSLib/!OsLib/Source/Toolbox/oslib In directory sc8-pr-cvs1:/tmp/cvs-serv19925/OSLib/!OsLib/Source/Toolbox/oslib Modified Files: FontDbox.swi FontMenu.swi Iconbar.swi Log Message: Various enhabcements and bug-fixes. Updated Test suite Index: FontDbox.swi =================================================================== RCS file: /cvsroot/ro-oslib/OSLib/!OsLib/Source/Toolbox/oslib/FontDbox.swi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** FontDbox.swi 11 Mar 2002 10:07:58 -0000 1.3 --- FontDbox.swi 28 Nov 2002 13:09:00 -0000 1.4 *************** *** 98,102 **** ( .Int: height, .Int: aspect, ! [208] .Char: font ) "Prefer FontDbox_ActionApplyFontBlock"; --- 98,103 ---- ( .Int: height, .Int: aspect, ! //[208] .Char: font // TV 20021128 ! [204] .Char: font ) "Prefer FontDbox_ActionApplyFontBlock"; *************** *** 106,110 **** ( .Int: height, .Int: aspect, ! [208] .Char: font ); --- 107,112 ---- ( .Int: height, .Int: aspect, ! //[208] .Char: font // TV 20021128 ! [204] .Char: font ); Index: FontMenu.swi =================================================================== RCS file: /cvsroot/ro-oslib/OSLib/!OsLib/Source/Toolbox/oslib/FontMenu.swi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** FontMenu.swi 11 Mar 2002 14:13:26 -0000 1.4 --- FontMenu.swi 28 Nov 2002 13:09:00 -0000 1.5 *************** *** 62,66 **** TYPE FontMenu_ActionSelection = .Struct ! ( [216] .Char: font_identifier ) "Prefer FontMenu_ActionSelectionBlock"; --- 62,67 ---- TYPE FontMenu_ActionSelection = .Struct ! // ( [216] .Char: font_identifier // TV 20021128 ! ( [212] .Char: font_identifier ) "Prefer FontMenu_ActionSelectionBlock"; *************** *** 68,72 **** TYPE FontMenu_ActionSelectionBlock = .Struct: Toolbox_ActionHeader ! ( [216] .Char: font_identifier ); CONST --- 69,74 ---- TYPE FontMenu_ActionSelectionBlock = .Struct: Toolbox_ActionHeader ! // ( [216] .Char: font_identifier ); // TV 20021128 ! ( [212] .Char: font_identifier ); CONST Index: Iconbar.swi =================================================================== RCS file: /cvsroot/ro-oslib/OSLib/!OsLib/Source/Toolbox/oslib/Iconbar.swi,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Iconbar.swi 11 Mar 2002 14:13:30 -0000 1.4 --- Iconbar.swi 28 Nov 2002 13:09:00 -0000 1.5 *************** *** 96,100 **** Iconbar_ActionSelectAboutToBeShown = .Struct ( ! Toolbox_o: o ); --- 96,101 ---- Iconbar_ActionSelectAboutToBeShown = .Struct ( ! //Toolbox_o: o //TV 20021128 ! Toolbox_O: o ); *************** *** 102,106 **** Iconbar_ActionAdjustAboutToBeShown = .Struct ( ! Toolbox_o: o ); --- 103,108 ---- Iconbar_ActionAdjustAboutToBeShown = .Struct ( ! //Toolbox_o: o //TV 20021128 ! Toolbox_O: o ); *************** *** 110,114 **** Toolbox_ActionHeader ( ! Toolbox_o: o ); --- 112,117 ---- Toolbox_ActionHeader ( ! //Toolbox_o: o //TV 20021128 ! Toolbox_O: o ); *************** *** 118,122 **** Toolbox_ActionHeader ( ! Toolbox_o: o ); --- 121,126 ---- Toolbox_ActionHeader ( ! //Toolbox_o: o //TV 20021128 ! Toolbox_O: o ); |