]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/html/news.htm
menu sample added
[wxWidgets.git] / docs / html / news.htm
index 49e1aa47dbad0eb579164350f04887cd27a32aca..4753c1131f12c1049740651fc3f1b69b56199aff 100644 (file)
@@ -18,9 +18,85 @@ News
 </tr>
 </table>
 
+<H3>January 14th, 2000</H3><P>
+
+<ul>
+<li>Mumit Khan of Mingw32 fame has been testing wxWindows against Mingw32,
+to eliminate some bugs in both products and get wxWindows compilation as a DLL working
+for Mingw32.
+<li>Vadim has added his wxDateTime and wxCalendarCtrl classes and samples to the CVS archive.
+<li>TIFF support has been added, and wxImage speeded up.
+<li>Guillermo Rodriguez Garcia has added a new Game of Life demo.
+<li>The DDE sample now works in socket mode, at last.
+<li>Vadim has got clipboard copy and paste working for metafiles, by adding an enhanced
+metafile class.
+<li>The wxWindows web site is now hosted on SourceGear's server, with a bug tracker and
+other facilities to follow shortly.
+</ul>
+
+
+<H3><a name="release2_1_11">November 9th, 1999</a></H3><P>
+
+<a href="download.htm" target=wxmain>wxWindows 2.1.11</a> is now available for Windows, Motif and GTK.
+The final 2.2 public release will have further bug fixes, but 2.1.11 is pretty stable - a big improvement
+on 2.0.1 and better than previous snapshots. Here are a few of the features that make it well worth the upgrade:<P>
+
+<ul>
+<li> Numerous bug fixes and consistency improvements.
+<li> Further samples.
+<li> Factoring out of some code into base classes, for easier
+  maintenance.
+<li> Ability to compile library in console (non-GUI) mode.
+<li> Integration of wxHTML widget and help controller into
+  wxWindows. wxHTML allows HTML viewing and printing (wxGTK
+  and wxMSW, partial support in wxMotif).
+<li> New classes wxChrono, wxDialUpManager, wxFontEnumerator,
+  wxWizard, wxStaticLine, etc.
+<li> wxShowTip for showing 'startup tips' to the user.
+<li> wxSocket and wxThread classes rewritten.
+<li> New, consistent drag and drop API (not wxMotif).
+<li> Better-looking dialogs in wxGTK; native message box used
+  in wxMotif.
+<li> wxSizers reimplemented and used to specify window layout
+  for some generic dialogs.
+<li> New, more sophisticated wxGrid class (in beta). The old grid
+  class can still be used.
+<li> Text alignment options in wxStaticText.
+<li> wxImage class extended to read PCX and GIF files.
+<li> Documentation improvements.
+<li> Revised configure system for wxGTK and wxMotif; tmake-based
+  system for generating wxMSW makefiles.
+<li> Installer for Windows as alternative to zip archives.
+</ul>
+
+<H3>August 6th, 1999</H3><P>
+
+Today, a snapshot release of the MSW and the GTK ports has been
+made. The two snapshots are synchronized and have been tested
+for several weeks and should thus be considered to be quite stable.
+
+Among the many new features that have appeared since version 2.0
+was release are:
+
+<ul>
+<li> A great number of incompatiblities between the GTK and the MSW port have been removed. This
+holds escecially true for the way, time and order, controls send notifications to the user program.
+<li> Practically all widgets have been updated, removing bugs or adding missing features to
+specific ports (mostly the GTK port).
+<li> The GTK port now supports GTK version 1.2 as well as 1.0, giving access to the many new
+features, such as e.g. menu accelerators.
+<li> Many of the non-GUI classes have been reworked and new ones added, the stream classes
+having undergone a complete rewrite.
+<li> The addition of code to handle Unicode has begun and is in an advanced state.
+<li> The Python bindings (wxPython) have been largely improved and upadted to the newest
+API and features.
+</ul>
+
+
+
 <H3>July 31st, 1999</H3><P>
 
-We are glad to announce the start of the work on the new wxWindows port - wxBe
+We are glad to announce the start of the work on the new wxWindows port - wxBeOS
 which will implement wxWindows 2 API for <A HREF="http://www.be.com">BeOS</A>.
 Thanks to Be for donating licenses to wxWindows project to make it possible.
 <P>