From c777c58b76eb658c85aeb652fe5a969aa5097d54 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Wed, 24 May 2000 09:08:03 +0000 Subject: [PATCH] Some doc tidying git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7476 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- distrib/msw/zipdist.bat | 4 +++ docs/html/index.htm | 36 +++++++++++++++++++++++-- docs/motif/readme.txt | 6 ++--- docs/msw/install.txt | 3 --- docs/msw/mingw32.txt | 32 ---------------------- docs/msw/readme.txt | 9 ++++--- docs/msw/todo.txt | 60 ++--------------------------------------- 7 files changed, 49 insertions(+), 101 deletions(-) delete mode 100644 docs/msw/mingw32.txt diff --git a/distrib/msw/zipdist.bat b/distrib/msw/zipdist.bat index 6d93178a46..9da852da6b 100755 --- a/distrib/msw/zipdist.bat +++ b/distrib/msw/zipdist.bat @@ -115,6 +115,10 @@ copy %src\docs\msw\install.txt %dest\install_msw.txt copy %src\docs\motif\install.txt %dest\install_motif.txt copy %src\docs\gtk\install.txt %dest\install_gtk.txt copy %src\docs\readme.txt %dest +copy %src\docs\motif\readme.txt %dest\readme_motif.txt +copy %src\docs\gtk\readme.txt %dest\readme_gtk.txt +copy %src\docs\msw\readme.txt %dest\readme_msw.txt +copy %src\docs\readme_vms.txt %dest copy %src\docs\motif\makewxmotif %dest copy %src\docs\gtk\makewxgtk %dest diff --git a/docs/html/index.htm b/docs/html/index.htm index 34f3422468..570e420f8e 100644 --- a/docs/html/index.htm +++ b/docs/html/index.htm @@ -5,8 +5,7 @@ - - + @@ -84,6 +83,9 @@ downloaded from the wxWindows Web site.

WinHelp +MS HTML Help + + PDF @@ -97,6 +99,10 @@ downloaded from the wxWindows Web site.

Reference Manual + +Reference Manual + + Reference Manual @@ -111,11 +117,33 @@ downloaded from the wxWindows Web site.

Dialog Editor Manual + +Dialog Editor Manual + + Dialog Editor Manual + + +Tex2RTF Manual + + + +Tex2RTF Manual + + + +Tex2RTF Manual + + + +Tex2RTF Manual + + + Remstar ODBC Classes @@ -125,6 +153,10 @@ downloaded from the wxWindows Web site.


+ +

+ + Remstar ODBC Classes diff --git a/docs/motif/readme.txt b/docs/motif/readme.txt index 442b0681ef..9c7ad358b2 100644 --- a/docs/motif/readme.txt +++ b/docs/motif/readme.txt @@ -1,7 +1,7 @@ - Welcome to wxWindows/Motif 2.1.14 + Welcome to wxWindows/Motif 2.1.16 -You have downloaded version 2.1.14 of the Motif port of +You have downloaded version 2.1.16 of the Motif port of the wxWindows GUI library. Although this is not yet the final stable release wxMotif 2.2, the current version has been tested carefully on many systems and has been found @@ -39,7 +39,7 @@ Alternatively, you may also use the bug reporting system linked from the wxWindows web page. The library produced by the install process will be called -libwx_motif.a (static) and libwx_motif-2.1.so.14.0.0 (shared) so that +libwx_motif.a (static) and libwx_motif-2.1.so.16.0.0 (shared) so that once a binary incompatible version of wxWindows/Motif comes out we'll augment the library version number to avoid linking problems. diff --git a/docs/msw/install.txt b/docs/msw/install.txt index 28836c1387..be55aee6d8 100644 --- a/docs/msw/install.txt +++ b/docs/msw/install.txt @@ -436,9 +436,6 @@ Here are the steps required: If you have alread downloaded bison, flex, make, rm, cp, mv from elsewhere, you won't need this. - If using Mingw32 2.8.1, see also see mingw32.txt in this directory - (docs/msw) about a fix that has to be applied to a Mingw32 header file. - If using Mingw32 2.95 and below with wxWindows 2.1 or above, you must hand-patch with Mingw32-gcc295.patches (located in the top-level of the wxWindows 2 installation). Mingw32 2.95.2 diff --git a/docs/msw/mingw32.txt b/docs/msw/mingw32.txt deleted file mode 100644 index 934585bc72..0000000000 --- a/docs/msw/mingw32.txt +++ /dev/null @@ -1,32 +0,0 @@ -Return-Path: -Delivered-To: julian.smart@ukonline.co.uk -Delivered-To: fixup-julian.smart@ukonline.co.uk@fixme -Date: Tue, 01 Dec 1998 23:27:18 -0700 -From: "J.Russell Smyth" -X-Accept-Language: en -To: Julian Smart -Subject: fixes for mingw32 - -Julian, - - After 3 hours I have found the problem causing - -..\\..\\include\\wx/string.h:520: warning: ANSI C++ forbids implicit -conversion -from `void *' in assignment - --There is an error in -mingw\lib\gcc-lib\i386-mingw32\2.8.1\include\stdarg.h - -(not a real diff.. dont have win95 diff avail right now) -67c67 -<#if defined(__svr4__) || defined(_AIX) || defined(_M_UNIX) || -defined(__NetBSD__) ---- ->#if defined(__svr4__) || defined(_AIX) || defined(_M_UNIX) || -defined(__NetBSD__)||defined(__WIN32__) - -this fixes it!! I will send a message to the maintainer of mingw to let -him know of this problem. - - diff --git a/docs/msw/readme.txt b/docs/msw/readme.txt index 2ae9f1b797..c6e11e4380 100644 --- a/docs/msw/readme.txt +++ b/docs/msw/readme.txt @@ -1,5 +1,8 @@ -This is the wxWindows for Windows Preview. +This is wxWindows for Windows (wxMSW) +------------------------------------- -For more information, please see changes.txt, todo.txt, and the -manuals. +For information on installing wxWindows, please see install.txt. + +For further information, please see docs/html/index.htm and the +wxWindows reference manual. diff --git a/docs/msw/todo.txt b/docs/msw/todo.txt index a6a72a791f..559ee9e0ac 100644 --- a/docs/msw/todo.txt +++ b/docs/msw/todo.txt @@ -1,6 +1,6 @@ -Todo on wxWin 2.0, Windows platform ------------------------------------ +Todo on wxWin 2, Windows platform +--------------------------------- HIGH PRIORITY ------------- @@ -12,8 +12,6 @@ Add centring, right justify styles to wxStaticText. Extend wxSystemSettings to get symbols for current nationality, e.g. ',' instead of '.' for decimal points. -Supply correct ctl3d/odbc lib files for BC++, Watcom (corrupt?) - wxToolTip::Enable should be static for wxGTK compatibility (VZ) LOW PRIORITY (MEDIUM TERM) @@ -21,53 +19,19 @@ LOW PRIORITY (MEDIUM TERM) Supply VC++ project generator utility. -Convert remaining utilities e.g. wxGraphLayout. - More wxSystemSettings (see comment in settings.cpp). -Synchronize drawing functions on all platforms, using Chris's -code to test them. - Shell function to invoke a document with open, print, whatever... Write tutorial. Add wxDC::DeviceToLogical -> wxPoint etc (convenience accessors). -Generic makefiles? Rewrite makefiles to maintain simultaneous debug/release -objects. - -Add a wxTabCtrl sample. - -Improve printing. More API functions for printer DCs (to get -printer characteristics) and more reliable printing framework. - Add GetIcon, GetBitmap to wxImageList. Perhaps store bitmaps in image list so we can get them later. Merge dib.cpp, dibutils.cpp (see also some DIB code in bitmap.cpp). -Debug PNG support in wxBitmap (no 4-bit support), and possibly add a convertor from PNG -to HICON. We could perhaps also support inclusion of PNGs into -a .res file as a custom resource. - -Fonts: ability to enumerate them. - -Angled text. - -Think about reimplementing wxBitmapButton, wxStaticBitmap using -BS_BITMAP, SS_BITMAP - but this may not allow wxBitmap -argument, so instead just allow controls loaded from native -resource to deal with this style and call default processing. - -wxWizard class? - -Doc/view - have some standard views/docs e.g. wxTextView. - -Miscellaneous file/system function wrappers. - -Bug database. - Menu bitmaps - document Vadim's enhancements. wxCreateDynamicObject is apparently slow: ~ 2000 calls to strcmp. Need to @@ -76,25 +40,11 @@ use some kind of hash table scheme. Write wxDisplay class for querying settings and passing to wxFrame to mirror the X situation (multiple displays). -Write translator between old and new .wxr formats (including -substituting static text for obsolete labels). - -Write more validators. Also, how do they work if loading the -dialog from a .wxr? Could call SetValidator from within -InitDialog for all controls, then call TransferDataToWindow. - -Classes for file/OS utility functions. - -Add support for more static controls e.g. wxStaticLine. - Perhaps rewrite wxFile to use FILE* descriptors, so Eof and Flush can work. Find out how to set wxFileDialog position. -Maybe bundle Andrew Tucker's DBWIN32 with wxWindows (it's only -26KB), for viewing debug messages without a debugger. - Implement wxDC floating point transformations. A wxDC function (or two) for drawing 3D edges? @@ -102,15 +52,10 @@ A wxDC function (or two) for drawing 3D edges? LOW PRIORITY (LONG TERM) ------------------------ -Improve and expand wxSizer classes. - ActiveX support Look at porting to WinCE -Enhance Tex2RTF to generate Microsoft HTML help, perhaps Netscape -HTML help also. - GDI objects could be optimised further in constructors by searching for a matching, pre-existing object, and assigning from that, thus sharing the internal handle. A problem with this @@ -138,4 +83,3 @@ different platforms. Rich text class. -