X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/70d213e08b854b26adf059dfbc8ca357f702b300..a9249b2eb2a40d8c71f828669045c4ddaa8dc5ff:/docs/html/roadmap.htm
diff --git a/docs/html/roadmap.htm b/docs/html/roadmap.htm
index ff87a2d9e1..c066c92475 100644
--- a/docs/html/roadmap.htm
+++ b/docs/html/roadmap.htm
@@ -59,7 +59,7 @@ available at dates convenient to the developers.
Release 2.1.14
-Release date: February 13 or 20, 2000
+Release date: March 21st, 2000
This will be the final beta release before the final 2.2 release. It will be
synchronized for as many platforms as possible (at least Windows and GTK,
@@ -68,32 +68,34 @@ probably Motif and hopefully Mac).
Changes since the last synchronized release (2.1.11):
-- first beta release of wxBase
-
- new or significantly improved base classes: wxDateTime, wxLongLong,
+
- First beta release of wxBase
+
- New or significantly improved base classes: wxDateTime, wxLongLong,
wxCmdLineParser, wxDir, wxStopWatch
-
- much better i18n support, encoding conversion on the fly, wxFontMapper
-
- new wxGrid class
-
- new wxCalendarCtrl class
-
- dynamic toolbar/menubar management
-
- better image formats support: TIFF (new), PCX (improved)
-
- attributes (custom colours/font) support in wxTreeCtrl, wxListCtrl
-
- impressive number of fixed bugs in wxMSW and wxGTK including various
+
- Much better i18n support, encoding conversion on the fly, wxFontMapper
+
- New wxGrid class
+
- New wxCalendarCtrl class
+
- Dynamic toolbar/menubar management
+
- Better image formats support: TIFF (new), PCX (8 and 24 bit saving added)
+
- Attributes (custom colours/font) support in wxTreeCtrl, wxListCtrl
+
- Impressive number of fixed bugs in wxMSW and wxGTK including various
incompatibilities between the two
+
- wxIPCxxx classes reworked.
+
- Several new samples and demos.
Release 2.2 (stable)
-Release date: March 5, 2000.
+Release date: mid. April, 2000.
This is the next stable version of wxWindows. No new features since
2.1.14 beta.
- bugs found during 2.1.14 will be fixed.
-
- translations of text strings used in wxWindows
-
- documentation updated to include all new classes
+
- translations of text strings used in wxWindows.
+
- documentation updated to include all new classes.
@@ -107,7 +109,7 @@ Release date: ?
More i18n issues: dates, times, ...
POSIX-like regular expressions support for all platforms.
Encryption support (interface to OpenSSL).
-UDP support in wxSocket
+Full UDP support in wxSocket
wxPlot
XML for resource files.
Built-in support for configuring key bindings
@@ -143,21 +145,23 @@ Developers: please feel free to add to these, and delete them when they are done
+- wxHTML printing. When finished, this will allow an application to generate
+printed reports with very little effort.
+
- Split library into several, for base (classes and functions usable by console and GUI
+applications), console (classes and functions usable by console application only)
+and GUI (classes and functions usable by GUI application only).
- wxSocket.
- wxImage handlers in separate .h and .cpp files.
- PCX writing code.
-
- Tidying of timer code, addition of wxChrono class.
+
- Tidying of timer code, addition of wxStopWatch class.
+
- wxDateTime class.
+
- Rotated text support (might still be improved)
- Bug tracking system.
General
-- wxHTML printing. When finished, this will allow an application to generate
-printed reports with very little effort.
-
- Split library into several, for base (classes and functions usable by console and GUI
-applications), console (classes and functions usable by console application only)
-and GUI (classes and functions usable by GUI application only).
- Extend and unify drag and drop handling (e.g. we need to specify multiple drop targets
that can handle multiple formats).
- Expand the number of controls that can be specified in a WXR file;
@@ -175,11 +179,9 @@ wxPhoneDialer for dialing arbitrary phone numbers and otherwise communicating
with the modem.
- GIF animation code (support is already there, but wxAnimation is not yet complete)
- Debug wxPostScriptDC further.
-
- wxDateTime class.
- Regular expressions support.
- Expansion of wxHTML to support further tags, and frames.
- MGL port (see Backroom/Future Ports page).
-
- Rotated text support.
- FreeType support.
- Support for 'skins', perhaps using a set of alternative control and window classes
written generically in wxWindows.