Misc small changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6866 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -23,7 +23,7 @@ News
|
||||
<ul>
|
||||
<li><a href="download.htm" target=wxmain>wxWindows 2.1.14</a> is now available for Windows, Motif and GTK.
|
||||
Again, great strides have been made since the previous official version (2.1.11), and 2.2 will be the next official
|
||||
stable version. Many things have been fixed and added but <a href="newver.htm">here</a> are some highlights.
|
||||
stable version. Many things have been fixed and added but <a href="newver.htm">here are some highlights</a>.
|
||||
<li>Robin Dunn is contributing a wxStyledTextCtrl, a wrapper around the <a href="http://www.scintilla.org/" target=_new>Scintilla</a>
|
||||
styled text edit control. It can be used to provide syntax highlighting for various languages, and other applications.
|
||||
A snapshot of this work in progress, stc.zip, is provided on the ftp site alongside wxWindows 2.1.14.
|
||||
|
@@ -6,12 +6,26 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<FONT FACE="Arial, Lucida Sans, Helvetica">
|
||||
|
||||
<table align=center width=100% border=4 cellpadding=5 cellspacing=0>
|
||||
<tr>
|
||||
<td bgcolor="#660000" align=left colspan=2>
|
||||
<font size=+1 face="Arial, Lucida Sans, Helvetica" color="#FFFFFF">
|
||||
Supported Platforms
|
||||
</font>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</p>
|
||||
|
||||
You will find below the list of all supported platforms for different ports of wxWindows 2.x (wxMSW/wxGTK/wxMotif ports
|
||||
only). The cross icon in the third column doesn't mean that the platform is not supported, but just that wxWindows hasn't
|
||||
been tested on it recently (the table is being updated for wxWindows 2.1.14
|
||||
beta currently).
|
||||
<p>
|
||||
See also the <A HREF=daily/>daily rebuilds page</A> for some of the platforms mentioned below.
|
||||
See also the <A HREF="http://www.lpthe.jussieu.fr/~zeitlin/wxWindows/daily/">daily rebuilds page</A> for some of the platforms mentioned below.
|
||||
<p>
|
||||
If you have tested wxWindows on a platform not mentioned here, please tell us about your experience on our mailing list!
|
||||
We would especially like to have information about compiling wxGTK on other Unix variants, such as IRIX, DG-UX,
|
||||
@@ -36,7 +50,7 @@ other flavours of BSD, ...
|
||||
<td bgcolor="#FFFFFF" align=center valign=center rowspan=6>Win32 (Windows 9x/NT)</td>
|
||||
<td>Visual C++ 4.2/5.x/6.0</td><td align=center><IMG SRC="icons/yes.gif" ALT=Ok></td><td>VZ, JS</td><td>Project files are provided for all versions except 4.2</td>
|
||||
<tr> <td>Borland C++ 5.0</td><td align=center><IMG SRC="icons/yes.gif" ALT=Ok></td><td><br></td><td>Also works with free command line Borland C++ 5.5</td>
|
||||
<tr> <td>Myngw32</td><td align=center><IMG SRC="icons/yes.gif" ALT=Ok></td><td>GRG, VZ</td><td>Cross compilation from Linux works as well<br>
|
||||
<tr> <td>Mingw32</td><td align=center><IMG SRC="icons/yes.gif" ALT=Ok></td><td>GRG, VZ</td><td>Cross compilation from Linux works as well<br>
|
||||
Version 2.95.2 recommended, otherwise some (included) patches must be applied<br>
|
||||
Memory debugging code doesn't seem to work well</td>
|
||||
<tr> <td>Cygwin</td><td align=center><IMG SRC="icons/no.gif" ALT=Unknown></td><td><br></td><td>Hasn't been tested recently, anyone?</td>
|
||||
@@ -99,8 +113,10 @@ other flavours of BSD, ...
|
||||
<br>
|
||||
|
||||
<hr>
|
||||
Contact <A HREF="mailto:zeitlin@dptmaths.ens-cachan.fr">me</A> with
|
||||
Contact <A HREF="mailto:zeitlin@dptmaths.ens-cachan.fr">Vadim Zeitlin</A> with
|
||||
any comments/suggestions.
|
||||
|
||||
</font>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
@@ -674,3 +674,4 @@ using this function.
|
||||
function to call, so it is not available for programmer use. Call
|
||||
SortItems with a reference to a callable object that expects two
|
||||
parameters.}
|
||||
|
||||
|
@@ -139,3 +139,4 @@ Changes the default button for the panel.
|
||||
\wxheading{See also}
|
||||
|
||||
\helpref{GetDefaultItem}{wxpanelgetdefaultitem}
|
||||
|
||||
|
@@ -1,15 +1,34 @@
|
||||
Outstanding issues
|
||||
------------------
|
||||
|
||||
(see also todo.txt)
|
||||
Last updated 19/3/2000.
|
||||
|
||||
See also: todo.txt.
|
||||
|
||||
- wxTextCtrl doesn't work as a stream buffer in Linux/gcc.
|
||||
|
||||
- No wxSpinButton.
|
||||
|
||||
- No wxToolTip (but see wxToolBar for a way of implementing it).
|
||||
|
||||
- Limited clipboard support (text only) and no drag and drop.
|
||||
|
||||
- wxTextCtrl doesn't work as a stream buffer in Linux/gcc
|
||||
- No wxSpinButton
|
||||
- Need a way of specifying default settings for colour/font/etc.
|
||||
|
||||
- More optimisation could be done to reduce X server traffic, etc.
|
||||
|
||||
- Should scrollbars take on the background colour? Not right for
|
||||
e.g. wxScrolledWindows, so maybe have wxSystemSettings value for
|
||||
scrollbar colour, and/or ability to set scrollbar colour independently.
|
||||
|
||||
- wxFrame can accept events, but apps cannot draw into it for some reason,
|
||||
so the rotate sample won't work. Workaround: use an embedded wxWindow.
|
||||
|
||||
- In Life! sample, text above slider isn't legible.
|
||||
|
||||
- samples/html/helpview and samples/help show a problem when showing
|
||||
the advanced HTML help controller: a BadDrawable X error occurs
|
||||
(unfortunately hard to tell where). Somewhere in wxHtmlHelpFrame.
|
||||
|
||||
- Dialog Editor needs a lot of work.
|
||||
|
||||
|
@@ -207,5 +207,5 @@ web site) or contact Julian Smart <julian.smart@ukonline.co.uk>.
|
||||
|
||||
Good luck!
|
||||
|
||||
The wxWindows Team, March 2000
|
||||
The wxWindows Team, 19 March, 2000
|
||||
|
||||
|
Reference in New Issue
Block a user