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