]> git.saurik.com Git - wxWidgets.git/blob - samples/html/printing/test.htm
changes to watcom makefiles for OpenWatcom
[wxWidgets.git] / samples / html / printing / test.htm
1 <HTML>
2 <HEAD>
3 <TITLE>wxWindows Roadmap</TITLE>
4 </HEAD>
5
6 <BODY>
7
8 <a name="top"></a>
9
10 <center><img src="logo6.gif"></center>
11
12 <font face="Arial, Lucida Sans, Helvetica">
13
14 <table width=100% border=4 cellpadding=5 cellspacing=0>
15 <tr>
16 <td bgcolor="#660000">
17 <font size=+1 face="Arial, Lucida Sans, Helvetica" color="#FFFFFF">
18 wxWindows Roadmap
19 </font>
20 </td>
21 </tr>
22 </table>
23
24 <P>
25
26 <CENTER>
27 <a href="#schedule">Schedule</a> | <a href="#todo">To-Do List</a>
28 </CENTER>
29
30 <P>
31
32 This page represents current thinking about where wxWindows is going in the near,
33 medium and long-term. It also serves as a schedule for new releases so
34 that both developers and users can know what to expect when, at least approximately.<P>
35
36 Note (1): as the wxWindows effort is voluntary, these are not hard-and-fast deadlines:
37 but we will endeavour to follow them as closely as possible.<P>
38
39 Note (2): the releases described are for wxGTK, wxMSW and wxMotif ports. wxMac currently follows
40 its own development path. Also, minor snapshot releases for specific platforms may be
41 available at dates convenient to the developers.<P>
42
43 <HR> <FONT SIZE=+2><I><B><a name="schedule">Schedule</a></B></I></FONT> <HR>
44 <P>
45
46 <H4>Release 2.1.10</H4>
47
48 <ul>
49 <li>Release date: October 3rd, 1999
50 <li>This beta is intended to be the last stable snapshot before wxWindows
51 is split into base and GUI libraries.
52 <li>New wxGrid in beta.
53 </ul>
54
55 <P>
56
57 <H2>Release 2.1.11 (final)</H2>
58
59 <ul>
60 <li>Release date: November 7th, 1999
61 <li>Splits wxWindows into base and GUI libraries. Most, but not all makefiles
62 are expected to support this: for the rest, the makefiles will build a valid
63 combined base/GUI library for GUI applications only.
64 <li>New wxGrid.
65 <li>wxSocket working.
66 <li>wxHTML printing (possibly).
67 <li>Animation classes (possibly).
68 <li>PCX writing capability (possibly).
69 <li>wxImage handlers in separate .h and .cpp files.
70 <li>Rewritten timer.cpp, possible wxChrono class.
71 <li>Bug tracking system in place.
72 </ul>
73
74 <P>
75
76 <H4>Release 2.1.12</H4>
77
78 <ul>
79 <li>Release date: January 9th, 2000
80 <li>Miscellaneous fixes and small enhancements.
81 </ul>
82
83 <P>
84
85 <H4>Release 2.1.13</H4>
86
87 <ul>
88 <li>Release date: March 5th, 2000
89 <li>Miscellaneous fixes and small enhancements.
90 <li>wxDateTime class in beta.
91 </ul>
92
93 <P>
94
95 <H4>Release 2.2.0</H4>
96
97 <ul>
98 <li>Release date: May 7th, 2000
99 <li>Unicode compilation starting to work in wxGTK and wxMSW.
100 </ul>
101
102 <P>
103
104 <H2>Release 2.2.x (final)</H2>
105
106 <ul>
107 <li>Release date: c. July 2nd, 2000
108 <li>Unicode compilation working in wxGTK and wxMSW.
109 <li>wxDateTime class.
110 </ul>
111
112 <P>
113
114 <H2>Release 2.3.x (final)</H2>
115
116 <ul>
117 <li>Release date: unknown
118 <li>WinCE port available.
119 </ul>
120
121 <P>
122
123 <HR> <FONT SIZE=+2><I><B><a name="todo">To-Do List</a></B></I></FONT> <HR>
124
125 <P>
126
127 Developers: please feel free to add to these, and delete them when they are done.
128
129 <P>
130
131 <B><I>General</I></B><P>
132
133 <ul>
134 <li>wxHTML printing. When finished, this will allow an application to generate
135 printed reports with very little effort.
136 <li>wxSocket.
137 <li>Split library into several, for base (classes and functions usable by console and GUI
138 applications), console (classes and functions usable by console application only)
139 and GUI (classes and functions usable by GUI application only).
140 <li>Extend and unify drag and drop handling (e.g. we need to specify multiple drop targets
141 that can handle multiple formats).
142 <li>Expand the number of controls that can be specified in a WXR file.
143 <li>Rewrite Dialog Editor.
144 <li>PCX writing code.
145 <li>GIF animation code.
146 <li>Tidying of timer code, addition of wxChrono class.
147 <li>wxDateTime class.
148 <li>MGL port (see Backroom/Future Ports page).
149 <li>Rotated text support.
150 <li>FreeType support.
151 <li>Support for 'skins', perhaps using a set of alternative control and window classes
152 written generically in wxWindows.
153 <li>Book, tutorial.
154 <li>More examples.
155 </ul>
156
157 <P>
158
159 <B><I>wxMSW</I></B><P>
160
161 <ul>
162 <li>Windows CE port.
163 <li>Cure bug whereby in a panel within another panel, all buttons become
164 default buttons (heavy black border).
165 <li>Write a RC->WXR converter.
166 </ul>
167
168 <P>
169
170 <B><I>wxGTK</I></B><P>
171
172 <ul>
173 <li>GNOME/KDE integration libraries.
174 </ul>
175
176 <P>
177
178 <B><I>wxMotif</I></B><P>
179
180 <ul>
181 <li>Allow wxSystemSettings to be configurable, perhaps via a control
182 panel application.
183 </ul>
184
185
186 </BODY>
187 </HTML>
188