Some doc tidying

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7476 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2000-05-24 09:08:03 +00:00
parent 133d8d0745
commit c777c58b76
7 changed files with 49 additions and 101 deletions

View File

@@ -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

View File

@@ -5,8 +5,7 @@
</HEAD>
<!BODY BGCOLOR="#FFFFFF" TEXT=#000000 LINK=#FF0000 VLINK=#000000>
<BODY BGCOLOR="#CCDDDFF" TEXT=#000000 LINK=#FF0000 VLINK=#000000>
<BODY BGCOLOR="#FFFFFF" TEXT=#000000 LINK=#FF0000 VLINK=#000000>
<font face="Arial, Lucida Sans, Helvetica">
@@ -84,6 +83,9 @@ downloaded from the <a href="http://www.wxwindows.org">wxWindows Web site</a>.<P
<B>WinHelp</B>
</td>
<td align=center bgcolor="#FFFF00">
<B>MS HTML Help</B>
</td>
<td align=center bgcolor="#FFFF00">
<B>PDF</B>
</td>
</tr>
@@ -97,6 +99,10 @@ downloaded from the <a href="http://www.wxwindows.org">wxWindows Web site</a>.<P
<a href="../winhelp/wx.hlp">Reference Manual</a>
</td>
<td align=center>
<a href="../htmlhelp/wx.chm">Reference Manual</a>
</td>
<td align=center>
<a href="../pdf/wx.pdf">Reference Manual</a>
</td>
@@ -111,11 +117,33 @@ downloaded from the <a href="http://www.wxwindows.org">wxWindows Web site</a>.<P
<a href="../winhelp/dialoged.hlp">Dialog Editor Manual</a>
</td>
<td align=center>
<a href="../htmlhelp/dialoged.chm">Dialog Editor Manual</a>
</td>
<td align=center>
<a href="../pdf/dialoged.pdf">Dialog Editor Manual</a>
</td>
</tr>
<tr>
<td align=center>
<a href="tex2rtf/t2rtf.htm">Tex2RTF Manual</a>
</td>
<td align=center>
<a href="../winhelp/tex2rtf.hlp">Tex2RTF Manual</a>
</td>
<td align=center>
<a href="../htmlhelp/tex2rtf.chm">Tex2RTF Manual</a>
</td>
<td align=center>
<a href="../pdf/tex2rtf.pdf">Tex2RTF Manual</a>
</td>
</tr>
<tr>
<td align=center>
<a href="odbc/odbc.htm">Remstar ODBC Classes</a>
@@ -125,6 +153,10 @@ downloaded from the <a href="http://www.wxwindows.org">wxWindows Web site</a>.<P
<BR><BR>
</td>
<td align=center>
<BR><BR>
</td>
<td align=center>
<a href="../pdf/odbc.pdf">Remstar ODBC Classes</a>
</td>

View File

@@ -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.

View File

@@ -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

View File

@@ -1,32 +0,0 @@
Return-Path: <drfish@uswest.net>
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" <drfish@uswest.net>
X-Accept-Language: en
To: Julian Smart <julian.smart@ukonline.co.uk>
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.

View File

@@ -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.

View File

@@ -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.