test.htm 4.2 KB

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