X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5526e819eca4465ed5520d49bccfebc6a28045e0..9696657f22ee2f10017c0bc305ae1843ee8fe768:/samples/html/printing/test.htm?ds=sidebyside
diff --git a/samples/html/printing/test.htm b/samples/html/printing/test.htm
index ca2d7dfba1..3bb5be3a20 100644
--- a/samples/html/printing/test.htm
+++ b/samples/html/printing/test.htm
@@ -1,126 +1,189 @@
-
-
-
+ wxWindows Roadmap
-
-This is - - default text, now switching to
-
-center, now still ctr, now exiting
-
-exited!.[link to down]
-
Hello, this *is* default charset (helvetica, probably) and it is displayed
-with one COLOR CHANGE. Of course we
-can have as many color changes as we can, what about this MADNESS?
-
There was a space above.
-
-
This was a line. (BTW we are in fixed font
-/ typewriter font right now :-)
-
This is in BOLD face. This is ITALIC. This is E
-V E R Y T H I N G.
-
-
-
-
-
-
-Right now, centered REALLY Big Text,
-how do you like (space) it?
-
-RIGHT: text-2, text-1,
-text+0,
-text+1,
-text+2,
-text+3,
-text+4
-
we are right now
-
-we are center now
-we are left now.
-Blue italic text is displayed there....
-
-
-
This is heading one.
-this is normal
-
-
-This is CENTERED heading one
-and this is text......
-
-
--
-item 1
-
--
-item 2
-
-
--
-nested item
-
--
-nested item 2
-
-
--
-item 3
-
-
-
--
-item one
-
--
-item two
-
-
--
-nsted item
-
-
--
-last numbered item
-
-
-
-Heading 1
-Italic text now...
-
-Heading 2
-and now?
-
-Heading 3
-
-
-Heading 4
-
-
-Heading 5
-
-
-Heading 6
-And this is normal text, once again :-)
-And yes, we're in HTML DOCUMENT, so
-what about some nice hypertext link??
-
hello?
+
+
+
+
+
+
+
+
+
+
+
+
+
+wxWindows Roadmap
+
+ |
+
+
+
+
+
-This is centered paragraph
-
-Now, you will see some PRE text:
-
// This is sample C++ code:
-
-void main(int argc, char *argv[])
-{
- printf("Go away, man!\n");
- i = 666;
- printf("\n\n\nCRASH\n DOWN NOW. . . \n");
-}
-
-
-WWW
-This is WWW link to KDE site!
-
(one
-folder up)
+Schedule | To-Do List
+
+
+
+
+This page represents current thinking about where wxWindows is going in the near,
+medium and long-term. It also serves as a schedule for new releases so
+that both developers and users can know what to expect when, at least approximately.
+
+Note (1): as the wxWindows effort is voluntary, these are not hard-and-fast deadlines:
+but we will endeavour to follow them as closely as possible.
+
+Note (2): the releases described are for wxGTK, wxMSW and wxMotif ports. wxMac currently follows
+its own development path. Also, minor snapshot releases for specific platforms may be
+available at dates convenient to the developers.
+
+
+
Schedule
+
+
+
Release 2.1.10
+
+
+- Release date: October 3rd, 1999
+
- This beta is intended to be the last stable snapshot before wxWindows
+is split into base and GUI libraries.
+
- New wxGrid in beta.
+
+
+
+
+
Release 2.1.11 (final)
+
+
+- Release date: November 7th, 1999
+
- Splits wxWindows into base and GUI libraries. Most, but not all makefiles
+are expected to support this: for the rest, the makefiles will build a valid
+combined base/GUI library for GUI applications only.
+
- New wxGrid.
+
- wxSocket working.
+
- wxHTML printing (possibly).
+
- Animation classes (possibly).
+
- PCX writing capability (possibly).
+
- wxImage handlers in separate .h and .cpp files.
+
- Rewritten timer.cpp, possible wxChrono class.
+
- Bug tracking system in place.
+
+
+
+
+
Release 2.1.12
+
+
+- Release date: January 9th, 2000
+
- Miscellaneous fixes and small enhancements.
+
+
+
+
+
Release 2.1.13
+
+
+- Release date: March 5th, 2000
+
- Miscellaneous fixes and small enhancements.
+
- wxDateTime class in beta.
+
+
+
+
+
Release 2.2.0
+
+
+- Release date: May 7th, 2000
+
- Unicode compilation starting to work in wxGTK and wxMSW.
+
+
+
+
+
Release 2.2.x (final)
+
+
+- Release date: c. July 2nd, 2000
+
- Unicode compilation working in wxGTK and wxMSW.
+
- wxDateTime class.
+
+
+
+
+
Release 2.3.x (final)
+
+
+- Release date: unknown
+
- WinCE port available.
+
+
+
+
+
To-Do List
+
+
+
+Developers: please feel free to add to these, and delete them when they are done.
+
+
+
+General
+
+
+- wxHTML printing. When finished, this will allow an application to generate
+printed reports with very little effort.
+
- wxSocket.
+
- 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.
+
- Rewrite Dialog Editor.
+
- PCX writing code.
+
- GIF animation code.
+
- Tidying of timer code, addition of wxChrono class.
+
- wxDateTime class.
+
- 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.
+
- Book, tutorial.
+
- More examples.
+
+
+
+
+wxMSW
+
+
+- Windows CE port.
+
- Cure bug whereby in a panel within another panel, all buttons become
+default buttons (heavy black border).
+
- Write a RC->WXR converter.
+
+
+
+
+wxGTK
+
+
+- GNOME/KDE integration libraries.
+
+
+
+
+wxMotif
+
+
+- Allow wxSystemSettings to be configurable, perhaps via a control
+panel application.
+
+
+
+