From: Dirk B. <db...@us...> - 2006-01-15 11:07:38
|
Update of /cvsroot/win32forth/win32forth/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14226/doc Modified Files: p-relnotes.6.12.htm Log Message: Update to match Win32Forth release 6.11.08 Index: p-relnotes.6.12.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/doc/p-relnotes.6.12.htm,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** p-relnotes.6.12.htm 8 Oct 2005 08:24:21 -0000 1.6 --- p-relnotes.6.12.htm 15 Jan 2006 11:07:27 -0000 1.7 *************** *** 28,34 **** <h2>Contributors (in alphabetical order) </h2> <dir> <li>Ezra Boyce</li> <li>Dirk Busch</li> ! <li>Thomas Dixon (COM and ActiveX support)</li> <li>Bruno Gauthier</li> <li>George Hubert</li> --- 28,35 ---- <h2>Contributors (in alphabetical order) </h2> <dir> + <li>Brad Eckert</li> <li>Ezra Boyce</li> <li>Dirk Busch</li> ! <li>Thomas Dixon</li> <li>Bruno Gauthier</li> <li>George Hubert</li> *************** *** 81,84 **** --- 82,86 ---- <h3>Documentation</h3> <p> + A lot of new documentation was added using Brad Eckert's <a href="p-dexh.htm">DexH - Document Extractor</a>. </p> <h3>Bug fixes</h3> *************** *** 107,111 **** <h2>New Controls</h2> <ul> ! <li><a href="../src/lib/HTMLControl.F">HTML browser control</a> This is a HTML browser control that can be used for all kinds of things. </li> --- 109,113 ---- <h2>New Controls</h2> <ul> ! <li><a href="./classes/HTMLControl.htm">HTML browser control</a> This is a HTML browser control that can be used for all kinds of things. </li> *************** *** 124,128 **** </li> ! <li><a href="../src/lib/AXControl.F">Generic Activex Control</a> <p><pre> AXControl is a class that can be treated like any other control in --- 126,130 ---- </li> ! <li><a href="./classes/AXControl.htm">Generic Activex Control</a> <p><pre> AXControl is a class that can be treated like any other control in *************** *** 161,164 **** --- 163,207 ---- </ul> + <h2>New GDI class library</h2> + <ul> + <li><a href="./classes/gdiStruct.htm#gdiPOINT">gdiPOINT</a> Wrapper class for a POINT struct.</li> + <li><a href="./classes/gdiStruct.htm#gdiCOLORREF">gdiCOLORREF</a> Wrapper class for a COLORREF struct.</li> + <li><a href="./classes/gdiStruct.htm#gdiRGBQUAD">gdiRGBQUAD</a> Wrapper class for a RGBQUAD struct.</li> + <li><a href="./classes/gdiStruct.htm#gdiSIZE">gdiSIZE</a> Wrapper class for a SIZE struct.</li> + <li><a href="./classes/gdiStruct.htm#gdiTEXTMETRIC">gdiTEXTMETRIC</a> Wrapper class for a TEXTMETRIC struct.</li> + </ul> + <ul> + <li><a href="./classes/gdiBase.htm">gdiBase</a> Base class for GDI objects.</li> + <li><a href="./classes/gdiPen.htm#gdiPen">gdiPen</a> Class for cosmetic pen's.</li> + <li><a href="./classes/gdiPen.htm#gdiGeometricPen">gdiGeometricPen</a> Class for geometric pen's.</li> + <li><a href="./classes/gdiBrush.htm#gdiBrush">gdiBrush</a> Base class for all brush objects.</li> + <li><a href="./classes/gdiBrush.htm#gdiSolidBrush">gdiSolidBrush</a> Solid brush class.</li> + <li><a href="./classes/gdiBrush.htm#gdiHatchBrush">gdiHatchBrush</a> Hatch brush class.</li> + <li><a href="./classes/gdiBrush.htm#gdiPatternBrush">gdiPatternBrush</a> Pattern brush class.</li> + <li><a href="./classes/gdiBrush.htm#gdiDIBPatternBrush">gdiDIBPatternBrush</a> DIB Pattern brush class.</li> + <li><a href="./classes/gdiFont.htm">gdiFont</a> Font class.</li> + <li><a href="./classes/gdiBitmap.htm">gdiBitmap</a> Bitmap class.</li> + <li><a href="./classes/gdiMetafile.htm">gdiMetafile</a> Enhanced metafile class.</li> + <li><a href="./classes/gdiDC.htm">gdiDC</a> Device context class.</li> + <li><a href="./classes/gdiWindowDC.htm">gdiWindowDC</a> Window device context class.</li> + <li><a href="./classes/gdiMetafileDC.htm">gdiMetafileDC</a> Metafile device context class.</li> + </ul> + <p> The 'old' classes in Win32Forth that are dealing with the GDI:</p> + <ul> + <li><b>ColorObject</b> Class for color objects.</li> + <li><b>ExtColorObject</b> Class for extended color objects.</li> + <li><b>HatchColorObject</b> Class for hatch color objects.</li> + <li><b>Font</b> Class for fonts.</li> + <li><b>WinDC</b> Device context class for windows.</li> + <li><b>WinPrinter</b> Device context class for printing.</li> + </ul> + <p>were rewritten to use the GDI class library.</p> + + <h2>Other new classes</h2> + <ul> + <li><a href="./classes/TrayWindow.htm">TrayWindow</a> Class for windows that hide themself in the TrayBar when + they are minimized.</li> + </ul> + <h2>New Demos</h2> <ul> *************** *** 167,170 **** --- 210,215 ---- <li><a href="../demos/FlashControlDemo.f">demos/FlashControlDemo.f - Shows how to use the FlashControl</a></li> <li>demos\COM\*.f - Various demos for the new COM interface.</li> + <li>demos\GdiDemo\*.f - Various demos for the new GDI class library. Most of them were original written by + David R. Pochin.</li> </ul> *************** *** 173,176 **** --- 218,222 ---- <li><a href="../src/tools/AxConList.f">src/tools/AxConList.f - Shows a list of all installed ActiveX controls</a></li> <li><a href="../src/tools/AxConInfo.f">src/tools/AxConInfo.f - Shows informations about an ActiveX control</a></li> + <li><a href="p-dexh.htm">DexH - Document Extractor</a></li> </ul> |