Note wxSOCKET_REUSEADDR and SetLocal/Connection changes [ Result of extended patch...
[wxWidgets.git] / docs / changes.txt
1 ---------------------------------------------------------------
2 wxWidgets Change Log - For more verbose changes, see the manual
3 ---------------------------------------------------------------
4
5 INCOMPATIBLE CHANGES SINCE 2.6.x
6 ================================
7
8 - wxFontData::GetColour() now returns a const colour
9 - wxDC objects can't be created directly now (this never worked, now it doesn't
10   even compile)
11 - For all wxInputStreams, Eof() becomes true after an attempt has been made
12   to read _past_ the end of file.
13
14 Deprecated methods since 2.6.x and their replacements
15 -----------------------------------------------------
16
17 - wxGetWorkingDirectory() deprecated in favour of wxGetCwd()
18 - wxDC::BeginDrawing() and wxDC::EndDrawing() deprecated, just don't use them
19
20
21 2.7.0
22 -----
23
24 All:
25
26 - wxLaunchDefaultBrowser() now supports wxBROWSER_NEW_WINDOW flag
27 - Added wxStringTokenizer::GetLastDelimiter(); improved documentation
28 - Speed improvements to wxRegEx when matching is done in a loop such as
29   during a search and replace.
30 - Fix regerror and regfree name conficts when built-in regex and system regex
31   are both used in the same program.
32 - Basic authentication supported added to wxHTTP.
33 - wxCondition::WaitTimeout() now returns correct value when timeout occurs.
34 - Fixed occasional wxThread cleanup crash.
35 - Bug in wxLogStream::DoLogString in Unicode builds fixed.
36 - Added support for memo fields to wxODBC.
37 - Fixed Unicode builds using SunPro compiler by defining__WCHAR_TYPE__.
38 - wxFileName now also looks for TMPDIR on Unix.
39 - Fixed build error in list.h with VC++ 2005.
40 - Fixed wxODBC buffer overflow problem in Unicode builds.
41 - Fixed wxSocketBase::InterruptWait on wxBase.
42 - Important code cleanup (Paul Cornett)
43 - Added support for wxLongLong in wx stream classes (Mark Junker)
44 - wxSOCKET_REUSEADDR can be used with wxSocketClient.
45 - Overloaded Connect and SetLocal methods for binding to local address/port.
46
47 All (GUI):
48
49 - Added wxTreebook (uses a wxTreeCtrl to control pages).
50 - Added wxKeyEvent::GetModifiers()
51 - Added wxDialog::SetEscapeId().
52 - wxItemContainerImmutable::FindString unified (affects wxRadioBox, wxListBox,
53   wxComboBox and wxChoice).
54 - wxWindow::Fit() now works correctly for frames and dialogs too.
55 - Added access to the border size between pages and controller in book
56   based controls (wxBookCtrlBase::Get/SetInternalBorder).
57 - Added initial wxRichTextCtrl implementation.
58 - All book based controls (notebook, treebook etc.) share now the same
59   options for orientation (wxBK_TOP, wxBK_DEFAULT, ...) instead of duplicated
60   wxLB_TOP, wxNB_TOP, wxCHB_TOP, wxTBK_TOP.
61 - Added parent window parameter to wxHelpController constructor
62   and added SetParentWindow/GetParentWindow.
63 - wxMultiChoiceDialog uses now wxCheckListBox if possible, wxListBox if not.
64 - Added wxBitmapButton::SetHoverBitmap()
65 - Access to titles through Get/SetTitle is available now only for top level
66   windows (wxDialog, wxFrame).
67 - Fixed memory leak of pending events in wxEvtHandler
68 - Added wxRadioBox::IsItemEnabled/Shown()
69 - Added space after list item number in wxHTML.
70 - Implemented <sub> and <sup> handling in wxHTML (based on patch
71   by Sandro Sigala)
72 - Added caption parameter to wxGetFontFromUser and wxGetColourFromUser.
73 - Added wxGetMouseState function.
74 - Added wxHtmlHelpWindow, wxHtmlHelpDialog and wxHtmlModalHelp classes,
75   allowing HTML help to be embedded in an application.
76 - wxCalendarCtrl positioning and hit-testing fixes for dimensions other than
77   best size.
78 - wxCalendarCtrl colour schema changed and adjusted to system settings.
79 - More checking of image validity before loading into wxImage.
80 - Added wxImage::ConvertToGreyscale.
81 - Added ability to use templates with static event tables
82   with BEGIN_EVENT_TABLE_TEMPLATEn() macros
83 - Added play, pause, and state change events to wxMediaCtrl
84 - Added double-buffering to wxVListBox and fixed a scrolling issue.
85 - Added wxToolbook (uses a wxToolBar to control pages).
86 - Added SetSheetStyle to wxPropertySheetDialog and allowed it to
87   behave like a Mac OS X settings dialog.
88 - Added <disabled> XRC tag for wxToolBar elements and <bg> for wxToolBar itself.
89 - Fixed centering of top level windows on secondary displays.
90 - Implemented wxDisplay::GetFromWindow() for platforms other than MSW.
91
92 wxMSW:
93
94 - Fixed crash with ownerdrawn menu items accelerators (Perry Miller).
95 - wxFileDialog respects absence of wxCHANGE_DIR flag under NT (Brad Anderson).
96 - Switching page of a hidden notebook doesn't lose focus (Jamie Gadd).
97 - Removed wxImageList *GetImageList(int) const.
98 - Fixed MDI context menu problem.
99 - Removed __WIN95__ define
100 - Create msw/rcdefs.h in setup.h's directory, which can be included by
101   resource files. It containts platform/compiler specific defines (such as
102   target cpu) which can be used in #ifs in .rc files.
103 - Add support for Win64 manifests and VC++ 8 automatic manifests (see the
104   wxMSW faq for details).
105 - New TARGET_CPU=amd64 (or 'ia64') option for the makefile.vc files which
106   puts 64-bit builds in their own directory and adds /machine:amd64 or ia64
107   to the link command.
108 - wxStatusBar::GetFieldRect now returns correct values under XP.
109 - wxStatusBar no longer corrupts surrounding windows on resize.
110 - Enable wxListCtrl in report mode to be able to use images in other
111   columns, if ComCtl32 >= 470.
112 - Fixed problem where using SetValue and wxTE_RICH2 would cause control to
113   show.
114 - Numpad special keys are now distinguished from normal keys.
115 - Fixed GDI leak in wxStaticBitmap when setting images after
116   initial construction.
117 - Menu codes now stripped before measuring control labels.
118 - MFC sample now compiles in Unicode mode.
119 - Fixed SetScrollbar thumb size setting bug (set orientation before triggering
120   events).
121 - Fixed icon to cursor conversion problem for bitmaps with masks.
122 - Fixed wxToolBar background colour problem for some video cards.
123 - wxGenericDirCtrl now shows volume name.
124 - Added XP theme support for DrawHeaderButton, DrawTreeItemButton.
125 - Made the wxActiveXContainer class public and documentated
126 - Added a Windows Media Player 9/10 backend for wxMediaCtrl
127 - Multiline notebook tab label change now resizes the control
128   correctly if an extra row is removed or added.
129 - Fixed a crash when dismissing wxPrintDialog under VC++ 7.1.
130 - Fixed out by one error in wxTextCtrl::GetStyle.
131 - Fixed problem with getting input in universal/unicode build of wxMSW.
132 - Link oleacc.lib conditionally.
133 - Drag and drop now works inside static boxes.
134 - Fall back to unthemed wxNotebook if specified orientation not available.
135
136 wxGTK:
137
138 - wxEVT_MENU_CLOSE and wxEVT_MENU_OPENED for popup menus are now generated
139 - Implemented wxCURSOR_BLANK support
140 - wxSlider generates all scroll events now and not only wxEVT_SCROLL_THUMBTRACK
141 - Fixed a host of bugs in wxMediaCtrl as well as added a GStreamer 0.10
142   implementation
143 - Improved configure checks for GStreamer. You may also now specify
144   --enable-gstreamer8 to force configure to check for GStreamer 0.8.\
145 - Fixed problem with choice editor in wxGrid whereby the editor
146   lost focus when the combobox menu was shown.
147 - Fixed problem trying to print from a preview, whereby wrong printer
148   class was used.
149 - Worked around pango crashes in strncmp on Solaris 10.
150 - Polygon and line drawing speeded up if there is no scaling.
151 - Fixed problems with CJK input method.
152 - Implemented ScrollLines/Pages() for all windows (Paul Cornett)
153
154 wxMac:
155
156 - Fixed problem with clipboard support for custom data flavors.
157 - Fixed focus handling for generic controls in carbon-cfm.
158 - Fixed a printing crash bug, for example using File->Print and changing
159   Popup from 'Copies & Pages' to e.g. 'Layout'.
160 - Improved support for help and application menu items.
161 - Added default implementations for wxTextCtrl::Replace and wxTextCtrl::Remove.
162 - Added support for 10.4 context menu.
163 - Added support for wxFRAME_EX_METAL and wxDIALOG_EX_METAL styles.
164 - Added wxNotebook::HitTest support.
165 - Corrected idle wake-up.
166 - Corrected wxExecute.
167 - Now makes use of full printer resolution.
168 - Corrected CGImage handling in wxBitmap.
169 - Now uses simple hide/show transition for top-level windows.
170 - Uses reasonable temporary path for wxFileName::CreateTempFileName.
171 - Added support for default key handling (escape, enter, command-period) even
172   if there is no control on the frame or dialog that has the focus.
173 - Fixed joystick bugs including a link error and a crash if no joysticks
174   were found.
175 - Removed an errorneous assertion from wxDir.
176 - Uses CoreFoundation based and thread-safe implementation for message boxes
177   under Mach-O.
178 - wxBitmapButton is created as a content icon if wxBORDER_NONE is
179   specified, otherwise as a bevel button.
180 - Mouse event ids set correctly (fixing problems with Connect in particular).
181 - Fixed wxZipInputStream read error on wxSocketInputStream which signals the
182   end of file with an error.
183 - Xcode wxWidgets and minimal sample project files updated to create Universal
184   binaries.
185 - Fix for setting wxMenuBar more than once.
186 - wxListBox minimum size bug fixed.
187 - Fixed wxNotebook off-by-one bug in HitTest.
188 - Fixed joystick GetXMin/Max bug.
189 - Fixed Unix domain socket problem in wxIPC.
190
191 wxWinCE:
192
193 - Pressing build-in joystick on WinCE phones fires wxEVT_JOY_BUTTON_DOWN event.
194 - Native wxCheckListBox implementation.
195 - All wxTopLevelWindows resizes accordingly to SIP visibility.
196 - ::wxGetUserName() implemented.
197 - wxDisplay enumeration support.
198 - Fixed wxFileDialog breakage on WinCE due to incorrect structure size.
199 - New wxSystemOption "wince.dialog.real-ok-cancel" to switch between WinCE
200   guidelines with Ok-only dialogs and dialogs using wxButtons.
201 - Checkable items in wxToolMenuBarTool supported.
202 - Fixed date formatting and mktime.
203 - Fixed getting standard folder paths on WinCE.
204 - Support for backspace key on smartphone.
205 - Made both windows wxMediaCtrl Windows backends compilable with wxWinCE - it
206   is reccommended that you use wxMEDIABACKEND_WMP10 on this platform
207   directly, however.
208
209 wxUniv:
210
211 - Send wxEVT_SCROLL_XXX events from wxSlider (Danny Raynor)
212
213 wxX11:
214
215 - Invisible text problem fixed.
216 - Bitmap clipping with masks and scaling improved.
217
218 Unix:
219
220 - NO_GCC_PRAGMA is not used any more, remove checks for it if you used it.
221
222
223 2.6.2
224 -----
225
226 All:
227
228 - Fixed wxScopeGuard to work with VC++, documented it.
229 - Fixed proxy handling in wxURL.
230 - Added wxEVT_MEDIA_LOADED event for wxMediaCtrl.
231 - Added new methods to wxMediaCtrl (wxURI version of Load, ShowPlayerControls).
232 - Added wxZipFSHandler::Cleanup() (Stas Sergeev).
233 - Added wxImage::RotateHue() and RGB <-> HSV conversions (John Anderson).
234 - Fixed compilation with IBM xlC compiler.
235 - wxABI_VERSION, see 'Backward Compatibility' topic overview in the manual.
236 - Added wxLongLong::ToDouble().
237 - Added wxDateTime::[Make]FromTimezone(), fixed several TZ-related bugs.
238 - Fixed bug in wxStreamBuffer::Read(wxStreamBuffer *) (Paul Cornett).
239 - Fixed wxListbook and wxChoicebook internal layout.
240
241 All (GUI):
242
243 - Added wxStaticText::Wrap()
244 - wxChoice and wxComboBox::GetSelection() now returns completed selection,
245   added a new GetCurrentSelection() function having the old behaviour.
246 - Added wxXmlResource::Unload().
247 - Possibility of modeless wxWizard dialog (with presentation in sample).
248 - Fixed a rare crash due to malformed HTML in wxHTML (Xavier Nodet).
249 - Ctrl+mouse wheel changes zoom factor in print preview (Zbigniew Zagórski).
250 - Cross-compile now supported for wxGTK, wxX11 and wxMotif.
251 - Cygwin compilation of wxX11, wxGTK and wxMotif now supported.
252 - Now reads "help" parameter for all windows (context help text).
253 - wxWizard adapts to PDA-sized screens.
254 - Unicode fixes for IPC and a new IPC sample (Jurgen Doornik).
255
256 wxMSW:
257
258 - wxMSW now builds with (beta of) MSVC 8 (a.k.a. 2005).
259 - Separators are now correctly shown in the toolbars under Windows XP.
260 - Fixed multiline tooltips handling.
261 - Fixed wxSlider::GetSelEnd() (Atilim Cetin).
262 - Fixed accelerators of menu items added to already attached submenus.
263 - Position of wxEVT_MOUSEWHEEL events is now in client, not screen, coordinates.
264 - Handle absence of wxListCtrl column image better (Zbigniew Zagórski).
265 - Fixed asynchronous playback of large sound files in wxSound.
266 - Added wxDynamicLibrary::GetSymbolAorW().
267 - Fixed default size of wxStaticText controls with border being too small.
268 - Fixed bugs with wxStatusBar positioning (with or withour sizers) (Jamie Gadd).
269 - Mouse move events are now generated for all static controls (Jamie Gadd).
270 - Fixed nested static box display and splitter sash on some themes (Jamie Gadd).
271 - Made wxJoystick::GetProductName() more useful (John Ratliff).
272 - Native spline drawing implementation (Wlodzimierz ABX Skiba).
273
274 wxGTK:
275
276 - ShowFullScreen() shows the window if it was still hidden (rpedroso).
277 - Implemented wxTopLevelWindow::RequestUserAttention() (Mart Raudsepp).
278 - Base library is now binary compatible when built with wxGTK and wxMotif.
279 - wxTextCtrl::XYToPosition, PositionToXY and GetLineLength calls are now
280   instantaneous in case of GTK 2.x multi-line controls (Mart Raudsepp).
281 - Added support for left, centre and right text alignment attributes under
282   GTK+2 multi-line text controls (Mart Raudsepp).
283 - Various wxFont improvements for GTK 2.x builds (Mart Raudsepp).
284 - Changed order of child deletion in window destructor and
285   removed focus handlers to avoid spurious events (David Surovell).
286 - Fixed domain socket handling.
287
288 wxMac:
289
290 - First implementation of native HIToolbar support.
291 - Added text control context menu (ported from wxMSW).
292 - More CoreGraphics implementation improvements.
293 - Various text control bug fixes.
294 - Automatic menu management improved.
295 - Fixed crash when wxRadioButton is deleted from a group of radio buttons,
296   due to dangling cycle pointers.
297 - Native spline drawing implementation for CoreGraphics (Robert J. Lang).
298 - Made wxDialog::IsModal meaning the same as other ports (true only when
299   showing modally).
300
301 wxOS2
302
303 - Adjustments for building with Open Watcom C++.
304
305 wxUniv:
306
307 - Window creation now honours wxVSCROLL.
308 - Standalone scrollbars generate events of correct type (Jochen Roemmler).
309
310 wxMotif:
311
312 - Base library is now binary compatible when built with wxGTK and wxMotif.
313 - wxMotif can now display Japanese text under Japanese locale.
314 - Fixed button size in common dialogs.
315 - Made wxFileDialog translatable.
316 - All top level windows should now have a border unless the wxNO_BORDER
317   flag has been specified.
318 - Improved wxNotebook support for sizers. It requires the wxNotebook to
319   be created with a "sensible" initial width.
320 - Made wxDialog::IsModal meaning the same as other ports (true only when
321   showing modally).
322
323 wxMGL:
324
325 - Fixed crash on exit.
326 - Fixed drawing problems when windows are resized.
327
328 wxX11:
329
330 - Various wxFont improvements for unicode builds (Mart Raudsepp).
331
332
333 2.6.1
334 -----
335
336 All:
337
338 - Added wxLaunchDefaultBrowser.
339 - Added wxPLURAL() macro in addition to _() (Jonas Rydberg)
340
341 All (GUI):
342
343 - Fixed potential infinite loop when adjusting wxScrolledWindow scrollbars.
344 - Radio in menus do not send menu event for selections of already selected item.
345 - Fixed wrong positioning of marks and enumerations in lists of wxHTML.
346 - wxImage::Rotate90 respects alpha channel.
347 - Added wxEVT_SCROLL_CHANGED as synonym for wxEVT_SCROLL_ENDSCROLL.
348 - Replaced artwork for some cursors, icons and toolbar buttons.
349 - Fixed sizing problem in generic wxCalendarCtrl for short day abbreviations.
350 - Fixed wxWindow::DoGetBestSize to keep original best size.
351 - PNM now supports ASCII and raw grey formats.
352 - wxGrid focus and edit key improvements.
353
354 wxMSW:
355
356 - Fixed erroneous selection of content in wxComboBox when within a wxStaticBox
357   (checking for selection caused by WM_STYLECHANGED).
358 - Added deferred positioning to wxRadioBox, wxSlider and wxSpinCtrl and thereby
359   eliminated some refresh glitches when resizing.
360 - Eliminated further refresh glitches caused by wxRadioBox (to nearby controls)
361   by refreshing parent when the radio box moves.
362 - Added ability set the system option "msw.staticbox.optimized-paint" to 0 to
363   allow a panel to paint graphics around controls within a static box.
364 - Refresh exposed areas when resizing, using WM_WINDOWPOSCHANGED.
365 - Worked around an apparent bug in deferred window positioning (moving a
366   window from (x, y) to (a, b) and back to (x, y) misses the last step) by
367   checking window positions against corresponding sizer state, if any.
368 - A control's text colour now reflects the system colour setting.
369 - Fixed wxFileName::GetLongPath() to behave correctly during the first call too.
370 - Fixed alpha blitting to take into account source position.
371 - Setting foreground colour for wxCheckBox now works when using XP themes too.
372 - wxStaticBox label can use custom foreground colour.
373 - Now uses newer font MS Shell Dlg 2 if possible.
374 - Compiles again with WIN64.
375 - Winelib compilation now works.
376 - When converting a wxIcon to a bitmap check if the icon has an alpha
377   channel and set the bitmap to use it.
378 - wxSlider now also sends wxEVT_SCROLL_CHANGED when using mouse wheel
379 - Miscellaneous wxMediaCtrl improvements.
380 - wxTopLevelWindow::ShowFullScreen logic error fixed.
381 - Fixed wxScrollBar background colour bug.
382 - Fixed problems with paper sizes being ignored.
383 - wxNotebook refresh problem fixed.
384 - DDE fixed for Unicode.
385 - Fixed ownerdrawn multiline buttons.
386 - wxCheckListBox item background fixed.
387 - Fixed error when trying to read a value from key not accessible for writing.
388 - Fixed keyboard cue visibility issues under Windows 2000/XP
389
390 wxWinCE:
391
392 - Fixed wxFileName::CreateTempFileName.
393
394 wxGTK:
395
396 - Added support for wxSTAY_ON_TOP (GTK 2.4+).
397 - Fixed wxTextCtrl::SetStyle for overlapping calls.
398 - Fixed scrollbar border colour.
399 - Added bitmap support in menus.
400
401 wxMac:
402
403 - Added support for launching 'APPL' bundles with wxExecute (usually they have a
404   .app extension and are the ones that reside in the Applications folder).
405 - Fixed a bug in wxGetKeyState where shift and some other keys were returning an
406   incorrect state.
407 - Fixed toolbar colour bug on Tiger.
408 - Fixed visual problems caused by removal of About menu item.
409 - Window menu now added automatically.
410 - Configure fixed for wxBase compilation.
411 - Modified function key support fixed.
412 - wxTopLevelWindow::Maximize improvements.
413
414 wxX11:
415
416 - Menu problems fixed.
417 - wxScrolledWindow scrolls any child windows.
418 - Fixed a font memory leak.
419 - Multiple wxTimers now work correctly.
420
421
422 2.6.0
423 -----
424
425 All:
426
427 - wxPathExists deprecated, use wxDirExists instead.
428 - Configure: --enable-std_iostreams, --enable-std_string are now the default.
429
430 All (GUI):
431
432 - Fixed ~wxStatusBar and ~wxToolBar which tried to check
433   non-existent wxFrameBase RTTI, causing a crash if not in a frame.
434
435 wxMSW:
436
437 - Fixed static box border when the label is empty.
438 - Fixed SetBackgroundColour() to change only label background, not entire box.
439 - wxHelpController is now aliased to wxCHMHelpController.
440
441 wxWinCE:
442
443 - Fixed device origin setting and clipping region setting.
444
445 wxGTK:
446 - New configure syntax for specifying the GTK+ version.
447     --with-gtk             Use GTK 2.x, no fallback
448     --with-gtk=1           Use GTK 1.2, no fallback
449     --with-gtk=2           Use GTK 2.x, no fallback
450     --with-gtk=any         Use any available GTK
451 - wxMenuItem::SetText() takes care of hotkeys, too.
452 - Reworked text wrapping for wxStaticText.
453
454 wxMac:
455 - Implemented most of the wxFileType and wxMimeTypesManager functions
456
457 2.5.5
458 -----
459
460 All:
461
462 - wxURI::GetUser() only returns the user name now, use GetUserInfo() to get
463   user and password as in 2.5.4; wxURI::GetPassword() added.
464 - Added wxDebugReport class.
465 - Added wxTempFileOutputStream by Stas Sergeev.
466 - Fixed wxDateTime::SetToWeekDayInSameWeek(Sun, Monday_First).
467 - Added WXK_SPECIAL keycodes for special hardware buttons.
468 - Fixed bug with wxFile::Seek(-1, wxFromCurrent).
469 - Added wxString/C array constructors to wxArrayString.
470 - Added wxMemoryInputStream(wxMemoryOutputStream&) constructor (Stas Sergeev)
471
472 All (GUI):
473
474 - Added GetIcon, GetBitmap to wxImageList. wxGenericImageList's original
475   GetBitmap is renamed GetBitmapPtr.
476 - Added XPM data constructor to wxImage.
477 - Added style parameter to wxBufferedDC to allow buffering just the client, or
478   the whole virtual area.
479 - Restored ability to set a custom splitter sash size with SetSashSize.
480 - Fixed wxScrolledWindow sizer behaviour so that the virtual size
481   isn't used to set the window size.
482 - Added wxTE_BESTWRAP (based on patch by Mart Raudsepp).
483 - wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGED is now only sent once at the end of
484   splitter dragging and not after each CHANGING event (Jacobo Vilella Vilahur).
485 - Added wxImage::IsTransparent().
486
487 Unix:
488
489 - Fixed build on Linux/AMD64.
490
491 wxMSW:
492
493 - Added "orient" parameter to wxMDIParentFrame::Tile().
494 - wxTextCtrl with wxTE_RICH2 style now uses RichEdit 4.1 if available.
495 - fix handling Alt-key events in wxComboBox (reported by Joakim Roubert).
496 - wxWindow::Refresh() refreshes the window children as well.
497 - Improved static box and radio box refresh and background colour
498   handling (Jamie Gadd).
499
500 wxGTK:
501
502 - Improved wxSystemSettings::GetMetric() to work better with X11 (Mart Raudsepp).
503 - Corrected wxListBox selection handling.
504 - Corrected default button size handling for different themes.
505 - Corrected splitter sash size and look for different themes.
506 - Fixed keyboard input for dead-keys.
507 - Added support for more wrapping styles (Mart Raudsepp).
508 - GTK2.4+ wxFileDialog reimplemented to support non-modal usage better,
509   and fix all known bugs (Mart Raudsepp).
510
511 wxMac:
512
513 - Added wxFRAME_EX_METAL, wxDIALOG_EX_METAL for metallic-look windows.
514
515 wxPalmOS:
516
517 - Native wxRadioBox implementation.
518
519 wxWinCE:
520
521 - Added wxNB_FLAT for flat-look notebooks on Windows CE.
522 - Titlebar OK button on PocketPC now sends command set by SetAffirmativeId.
523   You can also override wxDialog::DoOK if you need more flexibility.
524 - Dialog size now takes into account SIP or menubar.
525 - Panels more naturally white on PocketPC.
526 - wxDIALOG_EX_CONTEXTHELP ignored on WinCE since it interferes
527   with correct titlebar style.
528 - Frames have Ctrl+Q accelerator set automatically, as per the
529   PocketPC guidelines
530 - Documented issues in manual under wxWinCE topic.
531 - Made (Un)RegisterHotKey WinCE-aware.
532 - Sends wxEVT_HIBERNATE event.
533 - Now fakes wxEVT_ACTIVATE_APP to be symmetrical with wxEVT_HIBERNATE.
534 - Added wxTE_CAPITALIZE for CAPEDIT controls.
535 - wxDialog::GetToolBar can be used if you need to add buttons
536   to the dialog's toolbar.
537
538 2.5.4
539 -----
540
541 All:
542
543 - wxEvent and derived classes don't have public members any more, you must
544   use accessors methods now (Mart Raudsepp)
545 - new classes for reading and writing ZIP files (M.J.Wetherell)
546 - large files support for wxFFile (M.J.Wetherell)
547 - classes in the manual are now cross-referenced (Zbigniew Zagórski)
548 - Norwegian (Bokmål) translation added (Hans F. Nordhaug)
549 - wxDynamicLibrary::HasSymbol() added
550 - added wxEXEC_NODISABLE flag to be used with wxExecute(wxEXEC_SYNC)
551 - added wxTextInputStream::operator>>(wchar_t) for compilers which support this
552 - added wxURI, a class for dealing with Uniform Resource Identifiers
553 - changed wxURL to inherit from wxURI and provide assignment and comparison
554 - implemented wxConvUTF7 (modified patch from Fredrik Roubert)
555 - added versions of MB2WC and WC2MB for wxMBConv that works for embedded null chars
556 - Unicode support in wxODBC is now fully implemented
557 - A new data type specific to wxWidgets called SQL_C_WXCHAR has been introduced.
558   SQL_C_WXCHAR should be used rather than SQL_C_CHAR to ensure transparent
559   behavior between Unicode and non-unicode builds
560 - BLOB example added to samples/db (thanks to Casey O'Donnell)
561 - use wxStream::GetLength() instead of deprecated GetSize()
562 - wxGetOsDescription() is now more precise (Olly Betts)
563 - XRC supports system fonts and colours (Ray Gilbert)
564 - Added flags argument to wxKill/wxProcess::Kill to kill child processes.
565 - Added wxPrintFactory classes so that it is possible to add a new
566   print system backend at run-time. This was required by the new GNOME
567   printing stuff in the GTK port.
568 - Deprecated print setup dialog.
569 - Added support to the wxODBC classes for Firebird 1.5 database
570 - The samples/db sample program now includes an optional example of using a BLOB
571   datatype (if BLOB support is enabled and supported by the database)
572 - added wxDynamicLibrary::ListLoaded()
573 - wxGetPowerType() and wxGetBatteryState() addition
574 - wxSystemSettings::GetSystem*() members deprecated and replaced with
575   wxSystemSettings::Get*()
576 - wxWindowBase::DoGetBestSize now includes the difference (if any) between
577   the client size and total size of the window.  Code that sets the
578   client size using the best size, or that added extra space to sizers
579   to compensate for this bug may need to be changed.
580 - Changed calculation of scrolling area to not clip away some bits
581   due to a rounding error.
582 - Changed GetVirtualSize() to return client size by default until
583   SetVirtualSize() gets called. From then on it will only return that.
584 - Various changes to how wxListCtrl and wxTreeCtrl react to right
585   mouse clicks and left mouse click for starting a drag operation.
586 - "Alt" key (VK_MENU) now results in WXK_ALT keyboard event, not WXK_MENU
587 - wxFFile::ReadAll() now takes an optional wxMBConv parameter
588 - wxCommandProcessor::MarkAsSaved() and IsDirty() added (Angela Wrobel)
589 - added wxStackWalker and related classes (Win32 and some Unix versions only)
590
591
592 All (GUI):
593
594 - added wxMediaCtrl
595 - added wxDatePickerCtrl
596 - wxHtmlWindow now supports background images given in <body> tag
597 - wxSplitterWindow now supports gravity parameter (Zbigniew Zagórski)
598 - recursive wxSizer::GetItem returns item of given window, sizer or nth index
599 - wxLayoutConstraints now use best size, not current size, for AsIs() condition
600 - wxSizer::Add/Insert etc. now returns pointer to wxSizerItem just added and this
601   item remembers its wxRect area (Brian A. Vanderburg II)
602 - wxBookCtrl renamed to wxBookCtrlBase, wxBookCtrl is reserved for most native
603   book control (for now wxChoicebook for MSSmartphone, wxNotebook for others).
604   Necessary event macros, types and styles mapped accordingly.
605 - new wxBrush::IsHatch() checking for brush type replaces IS_HATCH macro
606 - wxProgressDialog accepts smooth gauge again (wxPD_SMOOTH style)
607 - wxProgressDialog new style: wxPD_CAN_SKIP which provides skipping some parts
608   of the progress (with new "Skip" button in dialog)
609 - wxGenericListCtrl::SetItemState(-1) now changes the state of all items as
610   in wxMSW version (Gunnar Roth)
611 - added wxImage::InitAlpha()
612
613 Unix:
614
615 - wxPuts() now correctly outputs trailing new line in Unicode build
616
617 wxGTK:
618
619 - Added printing support by way of using libgnomeprint. The library
620   now checks at runtime, if the library is installed and will use it
621   if it is. Otherwise, it will fall back to the old PostScript printing
622   code, from which the Pango drawing code was removed.
623 - Implemented/improved wxDC::DrawRotatedText()
624 - fixed wxFileDialog::SetWildcard()
625 - native file dialog is now used if available (Zbigniew Zagorski)
626 - implemented wxTextCtrl::Freeze() and Thaw(). The GtkTextBuffer
627   is not a valid one during frozen state. Get a pointer to it right
628   after wxTextCtrl creation if you really need to. (Mart Raudsepp)
629 - Changed calls to GTK+ 2.4.x functions so that the code checks at
630   runtime, which library version is installed so that these functions
631   are only called with GTK+ 2.4.x installed and should yield linker
632   errors otherwise.
633 - wxTextCtrl text insertion efficiency fixed. (Mart Raudsepp)
634 - Added wxRawBitmap support
635 - Corrected Input method handler code (for Chinese etc.) and its
636   interaction with wxWidgets' events.
637 - wxTE_AUTO_URL implemention for wxGTK2 multiline wxTextCtrls (Mart Raudsepp)
638
639 wxMac:
640
641 - Vertical sliders oriented consistent with MSW/GTK (0 at top) (Kevin Hock)
642 - wxDynamicLibrary::GetDllExt() now returns ".bundle", not ".dylib"
643 - wxDynamicLibrary::GetSymbol() now prepends underscore to the symbol name
644 - wxJoystick now works on OSX
645
646 wxMSW:
647
648 - fixed enhanced metafiles loading from files (Andreas Goebel)
649 - wxRadioButtons no longer have to be consecutive in a group
650 - fixed spurious selection of combobox text during resize
651 - pass correct tool id (and not always -1) to EVT_TOOL_RCLICKED() handler
652 - added wxRegKey::Export(file)
653
654 wxWinCE:
655 - Added support for MS Handheld PC 2000. This was done before 2.5.4,
656   but not mentioned anywhere.
657 - Added (preliminary) support for sockets
658
659 wxUniv:
660
661 - wxBU_... button align flags support
662 - vertical notebook orientation support
663 - 3rd state support for checkboxes
664 - wxLB_SORT and wxCB_SORT now cause case-insensitive sorting
665
666 wxPalmOS:
667
668 - William Osborne has won and new port was born
669   (see: "wxPalmOS porting challenge")
670 - polishing of the port (unnecessary 2.4 API compatibility, removed
671   all wxMSW specific code which was base for the new port)
672 - enumeration of available volumes
673 - native wxPrefConfig around Preferences database
674 - native wxProgressDialog implementation
675 - native wxColourDialog implementation
676 - native wxSystemSettings colours
677 - native wxButton implementation
678 - native wxCheckBox implementation
679 - native wxSlider implementation
680 - native wxToggleButton implementation
681 - native wxRadioButton implementation
682 - native wxStaticText implementation
683 - native wxDatePickerCtrl implementation
684
685
686 2.5.3
687 -----
688
689 All:
690
691 - support for large (>2 Gb) files in wxFile (Tim Kosse)
692 - number of fixes to wxPluginManager (Rick Brice, Hans Van Leemputten)
693 - fixed memory leak in wxURL when using a proxy (Steven Van Ingelgem)
694 - fixed bug in wxDateTime::Set(jdn) when DST was in effect
695 - fixed fatal bug in wxString when wxUSE_STL==1 (Kurt Granroth)
696 - support msgids in charsets other than C and languages other than English
697   (based on patch by Stefan Kowski)
698 - added wxMicroSleep() and wxMilliSleep() replacing deprecated wxUsleep()
699 - basic UDP sockets support (Lenny Maiorani)
700 - fixed wxDateTime::GetWeekDayName() for some dates (Daniel Kaps)
701 - deprecated wxDateTime::SetToTheWeek() in favour of SetToWeekOfYear()
702 - active mode support in wxFTP (Randall Fox)
703 - sped up wxHTTP and wxFTP
704 - added wxStringInput/OutputStreams
705 - added wxFileConfig::Save(wxOutputStream)
706 - fixed wxString's behavior with inserted null characters
707
708 All (GUI):
709
710 - added wxWindow::MoveBefore/AfterInTabOrder() to change tab navigation order
711 - added wxTaskBarIcon::CreatePopupMenu which is now the recommended way
712   of showing a popup menu; calling wxTaskBarIcon::PopupMenu directly
713   is discouraged
714 - added ..._CMD_...(id) variants for wxGrid event table entry macros
715 - added wxWindow::Navigate for programmatic navigation to the next control
716 - wxTextCtrl::OnChar now inserts a tab character if wxTE_PROCESS_TAB is set
717 - added wxKeyEvent::GetUnicodeKey()
718 - added wxKeyEvent::CmdDown() and wxMouseEvent::CmdDown()
719 - implemented wxListCtrl::FindItem() for non-MSW (Robin Stoll)
720 - added status bar fields styles support (Tim Kosse)
721 - added convenience functions wxSizer::AddSpacer() and
722   wxSizer::AddStretchSpacer() (as well as Prepend and Insert variants)
723 - added samples/splash
724 - added support for stock buttons
725 - added wxTopLevelWindow::RequestUserAttention()
726 - support for comma in contrib gizmo wxLEDNumberCtrl (Grant Likely)
727 - recursive wxSizer::Show for subsizer and return value if element was found
728 - added wxChoicebook control
729 - smoother time estimation updates in wxProgressDialog (Christian Sturmlechner)
730 - the XRC contrib library was moved to the core
731 - wx(Choice/List/Note)book controls send CHANG(ED/ING) events in SetSelection
732 - it is now possible to create a wxFont with given size in pixels (d2walter)
733 - added wxTopLevelWindow::IsActive()
734 - wxSystemSettings::GetMetric now returns -1 for metrics that are not
735   supported, instead of zero.
736 - IMPLEMENT_DYNAMIC_CLASS2 macro compilation fixed (Serge Bakkal)
737
738 Unix:
739
740 - wxTaskBarIcon now supports freedesktop.org System Tray protocol
741 - security fixes to wxSingleInstanceChecker
742 - wx-config script was modified to allow choosing from multiple installed
743   builds of wxWidgets and to return flags/libs for selected libraries only
744 - wx-config has new --version-full option
745
746 wxCocoa:
747
748 - added Unicode compatibility layer for OSX 10.2
749 - fixed so that wxCocoa runs in OSX 10.2
750 - Tooltips now supported
751 - wxSound now supported
752 - wxDisplay now supported
753 - Some stock cursors now supported
754
755 wxMac:
756
757 - fixed MLTE text control GetLineText and GetLineLength on OSX
758 - added OSX wxTaskBarIcon implementation for the OSX Dock
759 - added Unicode compatibility layer for OSX 10.2
760 - wxGetKeyState now works with nearly all wx key codes
761
762 wxGTK:
763
764 - wxGTK uses GTK+ 2.x by default now, you have to pass --disable-gtk2 to
765   configure if you want to use GTK+ 1.2
766 - fixed many rendering artifacts and wrong colours with lots of GTK+ themes
767 - implemented wxColourDialog as native dialog
768 - implemented wxTextCtrl::HitTest() (GTK+ >= 2)
769 - implemented wxTextCtrl::ScrollLines() and ScrollPages for GTK+ 2.x
770 - wxTreeCtrl::GetCount() counts root as well now (compatible with MSW)
771 - added support for wxCHK_3STATE style (GTK2 only)
772 - implemented text underlining under GTK2
773 - implemented wxFRAME_NO_TASKBAR style (GTK >= 2.2)
774 - implemented support for wxSYS_DCLICK_?, wxSYS_DRAG_? and wxSYS_CURSOR_?
775   in wxSystemSettings::GetMetric (Mart Raudsepp)
776 - implemented wxTopLevel::IsMaximized() for GTK+2 and WMs that implement
777   freedesktop.org's wm-spec (Mart Raudsepp)
778 - wxEVT_CONTEXT_MENU is now generated for right mouse press, not release
779 - implemented alpha channel support in wxBitmap
780 - added native GTK+2 wxArtProvider implementation with ability to load
781   icons from icon theme in addition to recognized stock art
782 - fixed crash on 64 bit platforms (Paul Cornett)
783
784 wxMotif:
785
786 - added support for wxCHK_3STATE style (3 state checkbox)
787
788 wxMSW:
789
790 - fixed UNC paths handling in wxFileSystem (Daniel Nash)
791 - set wxKeyEvent::m_uniChar in Unicode build
792 - support for alpha channel in toolbar bitmaps (Jurgen Doornik)
793 - wxFileDialog can now be moved and centered (Randall Fox)
794 - restored (and improved) possibility to use wx with MFC broken in 2.5.2
795 - fixed wxTextCtrl::SetMaxLength for rich edit controls
796 - fixed flat style for toolbars under XP, Windows Classic style
797 - fixed truncation of transferred data in wxConnection under unicode build
798 - wxChoice and wxComboBox dropdown background can be set now too (Adrian Lupei)
799 - fixed wxMaximizeEvent generation in wxFrame
800 - don't send duplicate EVT_COMBOBOX events whenever selection changes any more
801 - implemented support for selecting printer bin (Steven Van Ingelgem)
802 - fixed wxListCtrl::SetSingleStyle() which was broken since a few releases
803 - fixed print setup problem (always uses default printer) in Unicode build
804
805 wxUniv/X11:
806
807 - fixed fatal crash when opening a menu
808
809 wxWinCE:
810
811 - added native WinCE driven smartphone wxTextCtrl implementation using spinners
812 - added native WinCE driven smartphone wxChoice implementation using spinners
813 - added automated but customizable handling of native WinCE driven smartphone menus
814 - fixed wxRadioBox and wxStaticBox
815
816 wxHTML:
817
818 - added support for nested index entries and index entries pointing to more
819   than one page to wxHtmlHelpController
820
821
822 2.5.2
823 -----
824
825 All:
826
827 - Hindi translation added (Dhananjaya Sharma)
828 - Brazilian Portuguese translation added (E. A. Tacao)
829 - wxDynamicCast() now uses static_cast<wxObject *> internally and so using it
830   with anything not deriving from wxObject will fail at compile time (instead
831   of run-time) now
832 - when wxUSE_STL == 1 and STL provides quasi-standard hash_map/hash_set,
833   wxHashMap/wxHashSet are just typedefs for them. This makes impossible
834   to forward declare these classes.
835
836 All (GUI):
837
838 - wxHtmlWindow now delays image scaling until rendering,
839   resulting in much better display of scaled images
840 - Added UpdateSize to wxSplitterWindow to allow layout while hidden
841 - implemented Freeze/Thaw() for wxGenericTreeCtrl (Kevin Hock)
842 - support for KOI8-U encoding added (Yuriy Tkachenko)
843 - The old wxADJUST_MINSIZE behaviour is now the default behaviour for
844   sizer items that are windows.  This means that GetAdjustedBestSize
845   will now be called by default to determine the minimum size that a
846   window in a sizer should have.  If you want to still use the initial
847   size (and not the BestSize) then use the wxFIXED_MINSIZE flag.  When
848   windows are added to a sizer their initial size is made the window's
849   min size using SetSizeHints, and calls to wxSizer::SetItemMinSize
850   are also forwarded to SetSizeHints for window items.
851 - added wxRegEx::GetMatchCount()
852 - it is now possible to display images in wxHtmlListBox
853
854 wxMSW:
855
856 - wxWindow::Freeze()/Thaw() can now be nested
857 - Added wxSP_NO_XP_THEME style to wxSplitterWindow to switch off
858   XP theming (some applications look bad without 3D borders)
859 - wxMenuBar::GetLabelTop() doesn't include '&'s in the label any more
860 - wxRegConf couldn't read global settings without admin privileges and didn't
861   even try to do it by default -- now it does
862 - wxTaskBarIcon must be explicitly destroyed now, otherwise the application
863   won't exit even though there are no top level windows
864 - wxFileName::GetModificationTime() works with opened files too now
865 - wxDC::GetClippingBox() now works even for clipping regions created by Windows
866 - fixed wxFileDataObject in Unicode build (Alex D)
867 - subindented paragraphs support (Tim Kosse)
868
869 wxGTK:
870
871 - added support for wxTE_RIGHT and wxTE_CENTRE styles under GTK2 (Mart Raudsepp)
872
873 wxMotif:
874
875 - removed wxMenuItem::DeleteSubMenu()
876 - wxButtons use Motif default size, which is smaller than it used to be
877   and closer to wxMSW/wxGTK look. This can be disabled by setting
878   motif.largebuttons system option to 1 (see wxSystemOptions).
879
880 wxUniv/X11:
881
882 - implemented DrawRoundedRectangle() (clawghoul)
883
884 wxHTML:
885
886 - improved tables and lists layout algorithms (Tim Kosse)
887 - <div> handling fix (Xavier Nodet)
888
889 Unix:
890
891 - fixed priorities of mailcap entries (David Hart)
892 - added "wx-config --libs=std,<extra>" syntax (i.e. support for "std")
893
894 wxODBC:
895
896 - Full Unicode support is now available
897 - BLOB support is working
898
899
900 2.5.1
901 -----
902
903 All:
904
905 - event table macros now do some minimal type safety checks (Michael Sögtrop)
906 - added wxGzipInput/OutputStream, bug fixes in wxZlibStreams (M.J.Wetherell)
907 - wxDateTime::ParseDateTime() implemented (Linus McCabe)
908 - wxHTTP::GetResponse() added (David Nock)
909 - added conversions to/from UTF 16/32 LE/BE (Andreas Pflug)
910 - added wxTextInputStream::ReadChar() (M.J.Wetherell)
911 - added translation to Afrikaans (Petri Jooste)
912 - Spanish translations updated (Javier San Jose)
913 - added gettext plural forms support to wxLocale (Michael N. Filippov)
914 - wxFileName::Normalize(wxPATH_NORM_ALL) doesn't lower filename case any more
915 - wxFileName::Normalize(wxPATH_NORM_ENV_VARS) now works
916 - check if file exists in wxFileConfig::DeleteFile() (Christian Sturmlechner)
917 - when wxUSE_STL == 1 wxHashTable will not be implemented using wxHashMap
918   (as in 2.5.0).
919 - added some extra convenience functions to wxRect such as
920   GetBottomRight (Hajo Kirchhoff)
921 - changed built-in regex library to a Unicode-compatible version based
922   on TCL sources (Ryan Norton, M. J. Wetherell)
923 - added extra convenience functions to wxPoint for adding a
924   wxSize (Wlodzimierz Skiba)
925 - intermediate wxIPaddress class added to prepare for
926   wxIPV6address (Ray Gilbert)
927 - added overloaded constructors and Create() methods taking wxArrayString
928   for wxChoice, wxComboBox, wxListBox, wxRadioBox, wxCheckListBox,
929   wxSingleChoiceDialog, wxMultipleChoiceDialog
930 - renamed wxWave class to wxSound
931
932 All (GUI):
933
934 - added 3-state checkboxes for MSW/Mac (Dimitri Schoolwerth)
935 - added some support for C++ exceptions in the library (do read the manual!)
936 - added wxListCtrl::GetViewRect()
937 - added wxTextCtrl::MarkDirty()
938 - wxToolBar::ToggleTool() now works for radio buttons (Dag Ågren)
939 - wxListCtrl now sends an END_LABEL event if editing was cancelled, too
940 - bug in wxRect ctor from two [out of order] wxPoints fixed (Steve Cornett)
941 - status text is now restored after wxMenu help is shown in it
942 - bug in wxWindow::RemoveEventHandler() fixed (Yingjun Zhang)
943 - make it possible to use wxRTTI macros with namespaces (Benjamin I. Williams)
944 - wxColourDatabase API now uses objects instead of pointers
945 - added resolution option to JPEG image handler (Jeff Burton)
946 - added wxCalendarEvent::SetDate, wxCalendarEvent::SetWeekDay
947 - wxGenericDirCtrl now accepts multiple wildcards
948 - added focus event forwarding to wxGrid (Peter Laufenberg)
949 - fixed scrollbar problem in wxGrid (not showing scrollbars
950   when sizing smaller) (Shane Harper)
951 - dbbrowse demo fixed for Unicode (Wlodzimierz Skiba)
952 - added wxStatusBar support to XRC (Brian Ravnsgaard Riis)
953 - wxMenu::Append and etc. return a pointer to the wxMenuItem that was
954   added or inserted, or NULL on failure.
955 - using a -1 (wxID_ANY) for menu or toolbar item IDs will now generate new id
956 - added option to generate C++ headers to wxrc utility (Eduardo Marques)
957 - added wxDC::DrawPolyPolygon() for MSW/PS (Carl-Friedrich Braun)
958 - wxBufferedDC now allows to preserve the background and is documented
959 - added wxDC::GetPartialTextExtents
960
961 wxMSW:
962
963 - wxWidgets now builds under Win64
964 - fixed DDE memory leaks
965 - fixed wxTE_*WRAP styles handling
966 - wxTextCtrl::GetValue() works with text in non default encoding
967 - changed wxCrashReport to generate minidumps instead of text files
968 - wxRadioButtons are now checked when they get focus (standard behaviour)
969 - several fixes to owner drawn menu items (Christian Sturmlechner)
970 - wxGauge now supports full 32 bit range (Miroslav Rajcic)
971 - make it possible to give focus to the notebook tabs (Hajo Kirchhoff)
972 - MDI child frames are not always resizeable any more (Andrei Fortuna)
973 - fixed enumerating of entries/groups under '/' in wxRegConfig
974 - added wxSYS_ICONTITLE_FONT (Andreas Pflug)
975 - added wxPATH_NORM_SHORTCUT to wxFileName
976 - wxComboBox::GetValue within a wxEVT_COMMAND_TEXT_UPDATED event
977   should now pass the correct value even if the handler for
978   wxEVT_COMMAND_COMBOBOX_SELECTED changed the selection
979 - wxFileDialog now returns correct filter index for multiple-file dialogs
980 - added wxTextCtrl::HitTest()
981 - experimental wxURL implementation using WinInet functions (Hajo Kirchhoff)
982 - fixed several bugs in wxNotebook with wxNB_MULTILINE style
983 - accelerators are now initially hidden if appropriate (Peter Nielsen)
984 - background colour of a wxComboBox may now be set
985 - fixed wxListCtrl::GetItemText/BackgroundColour()
986 - Esc can now be used to close menus in the dialogs (Hartmut Honisch)
987 - Added msw.remap system option so colourful toolbar buttons
988   aren't mangled if you set it to 0. The default is 1
989 - Toolbar buttons are now centred if the bitmap size is smaller
990   than the specified default size
991 - Fixed a bug in wxSpinCtrl::DoGetBestSize that would make wxSpinCtrl too tall
992
993 wxGTK:
994
995 - fixes to wxTextCtrl scrolling under GTK2 (Nerijus Baliunas)
996 - fix for crash when using user-dashed lines (Chris Borgolte)
997 - fixed wxChoice::Delete() in presence of client data
998 - allow calling wxWindow::SetFont if window not yet created
999 - use same average character width as other ports when calculating dialog units
1000 - fixed mouse wheel handling under GTK2 (Hugh Fisher)
1001 - wxNotebook::HitTest() implemented (Daniel Lundqvist)
1002 - memory leaks fixes in wxFileDialog (John Labenski)
1003 - don't drop click events from triple clicks (Frode Solheim)
1004
1005 wxMac:
1006
1007 - use same average character width as other ports when calculating dialog units
1008 - implemented handling of mouse wheel
1009 - fix for long file names (longer than 32 characters) in file dialogs
1010 - use Unix sockets for Mach-o builds
1011
1012 wxMotif:
1013
1014 - look for Motif 2.1 headers before Motif 1.2 ones in configure
1015
1016 wxHTML:
1017
1018 - wxHtmlHelpController now supports compressed MS HTML Help files (*.chm)
1019   on Unix (Markus Sinner)
1020
1021 Unix:
1022
1023 - added XFree86 resolution changing using xf86vidmode extensions (Ryan Norton)
1024 - implemented asynchronous playback in wxSound and added SDL backend in
1025   addition to existing OSS one
1026 - it is now possible to send PostScript to any output stream (Zoltan Kovacs)
1027
1028
1029 2.5.0
1030 -----
1031
1032 All:
1033
1034 - It is now possible to build several smaller libraries instead of single
1035   huge wxWidgets library; wxBase is now dependency of GUI ports rather then
1036   separately compiled library
1037 - added wxDateSpan::operator==() and !=() (Lukasz Michalski)
1038 - added wxFileName::GetForbiddenChars() (Dimitri Schoolwerth)
1039 - use true/false throughout the library instead of TRUE/FALSE
1040 - wxStopWatch::Start() resumes the stop watch if paused, as per the docs
1041 - added wxDirTraverser::OnOpenError() to customize the error handling
1042 - added wxArray::SetCount()
1043 - wxFile, wxFFile, wxTextFile and wxTempFile now all use UTF-8 encoding
1044   by default in Unicode mode
1045 - bug in wxDateTime with timezones on systems with tm_gmtoff in struct tm fixed
1046 - added wx/math.h (John Labenski)
1047 - added Catalan translations (Pau Bosch i Crespo)
1048 - added Ukrainian translations (Eugene Manko)
1049 - fixed bug with deleting entries at root level in wxFileConfig
1050 - chkconf.h now includes platform-specific versions (for MSW
1051   and Mac) which contain some tests that were in setup.h
1052 - added event sink argument to wxEvtHandler::Connect()
1053 - added support for POST method and alt ports to wxHTTP (Roger Chickering)
1054 - added wxSocket::IPAddress() (Chris Mellon)
1055 - wxDataStreams can read/write many elements at once (Mickael Gilabert)
1056 - added wxRecursionGuard class
1057 - added wxThreadHelper class (Daniel Howard)
1058 - Added STL support (--enable-stl for configure, wxUSE_STL in setup.h).
1059   When enabled, wxString will derive from std::string, wxArray from,
1060   std::vector, wxList from std::list. In addition wxHashTable will be
1061   implemented in terms of wxHashMap.
1062 - Added wxList::compatibility_iterator. Can be used like wxNode* (except
1063   it can't be delete()d). It permits writing code which will work
1064   both with wxUSE_STL==1 and wxUSE_STL==0.
1065
1066 wxBase:
1067
1068 - added Watcom makefiles
1069 - fixed bug with searching in sorted arrays (Jürgen Palm)
1070
1071 All GUI ports:
1072
1073 - added wxVScrolledWindow, wxVListBox and wxHtmlLbox classes
1074 - added wxListbook control
1075 - added alpha channel support to wxImage
1076 - added wxRenderer class allowing to customize the drawing of generic controls
1077 - added wxCLOSE_BOX style for dialogs and frames
1078 - added wxSplitterWindow and wxWizard handlers to XRC
1079 - wxWizard is now sizer-friendly and may be made resizeable (Robert Vazan)
1080 - added proportion to wxFlexGridSizer::AddGrowableRow/Col (Maxim Babitski)
1081 - added wxFlexGridSizer::SetFlexibleDirection() (Szczepan Holyszewski)
1082 - implemented GetEditControl for wxGenericTreeCtrl (Peter Stieber)
1083 - improved contrib/utils/convertrc parsing (David J. Cooke)
1084 - fixed handling of URLs and filenames in wxFileSystem
1085 - implemented alignment for wxGrid bool editor and renderer
1086 - support wxListCtrl columns alignment for all platforms and not just MSW
1087 - added wxToolBar Add/InsertTool(tool) (Janusz Piwowarski)
1088 - added wxTB_HORZ_TEXT style for MSW and GTK (Axel Schlueter)
1089 - fixed user dash handling for MSW and GTK (Ken Edwards)
1090 - WXR resources can now be used in Unicode builds
1091 - it is now possible to use several wxFileHistory objects in the same menu
1092   by giving them different base IDs (Dimitri Schoolwerth)
1093 - Added wxTLW::SetShape with implementations for wxMSW and wxGTK (so far)
1094 - FL: removed const from EnableTool parameters
1095 - FL: signal child window when toolbar is closed
1096 - In various places, changed tests for pathsep on last char of string to call
1097   wxEndsWithPathSeparator(s)
1098 - Added to defs.h a couple of macros (wxPtrToULong & wxULongToPtr)
1099 - Minor improvements to document/view framework, including
1100   delayed deletion of a document (until after the user has chosen
1101   a new document), and more intelligent addition of filenames to
1102   the file history, including not adding filenames if not using the
1103   default extension for the template
1104 - sped up wxImage::Scale using fixed point arithmetic (Wade Brainerd)
1105 - Added BLOB support to wxDB (John Skiff)
1106 - wxWizard now validates when pressing Back or Next
1107 - Implemented wxNotebook::DoGetBestSize so Fit now works
1108 - Added FindItemByPosition to wxMenu
1109 - wxTimer now derives from wxEvtHandler and is its own owner object by default
1110 - Extended wxTextAttr and added wxTextCtrl::GetStyle stub
1111   to allow better rich text support.
1112 - implemented wxFlexGridSizer::Show() (Wade Brainerd)
1113 - Added m_ prefix to wxColourData and wxFontData members
1114 - Added wxHtmlPrintout::AddFilter so HTML printing can be subject to
1115   custom filters as well as HTML viewing.
1116 - Moved wxApp::SendIdleEvents and wxApp::ProcessIdle into common code.
1117 - wxWindow::OnInternalIdle is now used in all ports, and ensures that
1118   user OnIdle events do not interfere with crucial internal processing.
1119 - wxWindow::UpdateWindowUI is now a documented function that
1120   sends wxUpdateUIEvents, and can be overridden. It has a helper function
1121   DoUpdateWindowUI for taking appropriate wxUpdateUIEvent action.
1122 - Added functions to wxUpdateUIEvent: Set/GetMode, Set/GetUpdateInterval,
1123   CanUpdate, to assist with optimising update event frequency.
1124 - Added functions to wxIdleEvent: Set/GetMode, CanSend, to
1125   determine whether a window should receive idle events.
1126 - Added wxWS_EX_PROCESS_IDLE, wxWS_EX_PROCESS_UI_UPDATES window
1127   styles for use with conservative idle and update event modes.
1128 - send menu update events only when a menu is about to be used (MSW/GTK)
1129 - improved event processing performance (Hans Van Leemputten)
1130 - added wxMirrorDC class
1131 - printing improvements: GetPageInfo() gets called after the DC has
1132   been set and after OnPreparePrinting() has been called so it can
1133   report the number of pages accurately; doesn't try to set
1134   number of pages in print dialog, in common with other Windows apps;
1135   wxHTML easy printing's preview shows number of pages
1136   correctly; preview scrollbars are set correctly; keyboard navigation
1137   improved
1138
1139 Unix:
1140
1141 - fixed compilation on systems with zlib installed but < 1.1.3 version
1142 - fixed compilation on Solaris 7 with large files support enabled
1143 - added wxTaskBarIcon implementation for X11
1144 - added support for GNU/Hurd in configure
1145 - wxLocale::Init now tries to set .utf8 locale in Unicode mode (Andreas Pflug)
1146
1147 Generic controls:
1148
1149 - implemented wxListCtrl::Refresh() (Norbert Berzen)
1150 - support adding/removing columns dynamically (Donald C. Taylor)
1151 - wxToolBarSimple, property list classes, wxTreeLayout moved
1152   to contrib/src/deprecated
1153
1154 wxGTK:
1155
1156 - added support for label mnemonics to GTK+2 build (Michael Moss)
1157 - added native wxMessageDialog implementation for GTK+2 build
1158 - fixed wxMenu::Remove (John Skiff and Benjamin Williams)
1159 - made wxTextCtrl::EmulateKeyPress() work for Delete and Backspace
1160 - fixed wxTopLevelWindow::ShowFullScreen to work with kwin, IceWM and
1161   window managers that support _NET_WM_STATE_FULLSCREEN
1162 - added wxEVT_MENU_OPEN event generation
1163 - fixed bug in generic file selector causing incomplete file extensions to
1164   be appended to filenames with no extension
1165 - added wxTextCtrl::SetSelection implementation for GTK+ 2
1166 - fixed wxTextCtrl::IsEditable() for GTK+ 2
1167 - fixed wxStaticText alignment for GTK+ 2 (Kevin Hock)
1168 - don't consume 100% CPU when showing a popup menu
1169
1170 wxMac:
1171
1172 - generate wxEVT_SCROLL_THUMBRELEASE and wxEVT_SCROLLWIN_THUMBRELEASE events
1173 - generate wxEVT_MENU_OPEN and wxEVT_MENU_CLOSE events
1174
1175 wxMSW:
1176
1177 - possibility to use DIBs for wxBitmap implementation (Derry Bryson)
1178 - added wxCrashReport
1179 - wxStaticBitmap doesn't stretch its bitmap any longer (like other ports)
1180 - support for accelerator keys in the owner drawn menus (Derry Bryson)
1181 - wxCaret::SetSize() doesn't hide the caret any longer as it used to
1182 - wxCheckListBox::Check() doesn't send CHECKLISTBOX_TOGGLE event any more
1183 - fixed bugs in wxThread::Wait() and IsAlive()
1184 - fixed bug with wxTR_EDIT_LABELS not working with wxTR_MULTIPLE
1185 - fixes for compilation with OpenWatcom and DigitalMars compilers
1186 - fixed wxStaticText best size calculation (was wrong by '&' width)
1187 - fixed calling wxFrame::Maximize(FALSE) before the window is shown
1188 - added wxNotebook::HitTest() (Otto Wyss)
1189 - libraries built with makefile.g95 have a _min or _cyg suffix (MinGW/Cygwin)
1190 - when using DLL, wxLocalFSHandler was not being exported
1191 - fixed problem with wxEvtHandler object not removed from wxPendingEvents
1192 - Windows XP manifest is now included in wx.rc; it is no longer necessary
1193   to ship .exe.manifest file with applications to support XP themes
1194 - wxLocale::Init no longer reports error if trying to set Unicode-only locale
1195   or if user's default locale is Unicode-only
1196 - improved border handling under Windows XP
1197 - partial fix for wxNotebook pages looking bad under XP: wxUSE_UXTHEME
1198   enables XP theme engine code, and wxUSE_UXTHEME_AUTO tells
1199   wxWidgets to use the theme tab colour for control backgrounds.
1200 - disable wxNB_RIGHT, wxNB_LEFT, wxNB_BOTTOM notebook styles under Windows XP
1201 - fixed release mode build with VC 7.x (Martin Ecker)
1202 - added support for wxALWAYS_SHOW_SB style
1203 - you don't need to add opengl32.lib when using VC++ now (David Falkinder)
1204
1205 wxMotif:
1206
1207 - made wxFileDialog behaviour with complex wildcards more sensible (it still
1208   does not support all the features other ports do); refer to wxFileDialog
1209   documentation for a detailed explanation
1210 - implemented wxWakeUpIdle
1211 - for Motif 2.0, used the native combobox widget instead of the GPL'd
1212   xmcombo; xmcombo is still used for Motif 1.x and Lesstif when compiled
1213   with Motif 1.x compatibility
1214 - implemented wxToggleButton
1215 - wxRadioBox and wxStaticBox now use the default shadow (border) style
1216   instead of a sunken border
1217 - implemented wxBitmapDataObject
1218 - finished wxClipboard implementation
1219
1220 wxUniv:
1221
1222 - controls in toolbars now supported
1223
1224 wxHTML:
1225
1226 - added text selection to wxHtmlWindow
1227 - added SetFonts to HTML printing classes (Adrian Philip Look)
1228 - it is now possible to force page break when printing by inserting
1229   <div style="page-break-before:always"> into the markup (Greg Chicares)
1230 - wxHtmlWindow now uses double buffering to prevent flicker
1231
1232
1233 OLD CHANGES
1234 ===========
1235
1236 INCOMPATIBLE CHANGES SINCE 2.2.x
1237 ================================
1238
1239     Please take a few minutes to read the following list, especially
1240     paying attention to the most important changes which are marked
1241     with '!' in the first column.
1242
1243     Also please note that you should ensure that WXWIN_COMPATIBILITY_2_2
1244     is defined to 1 if you wish to retain maximal compatibility with 2.2
1245     series -- however you are also strongly encouraged to try to compile
1246     your code without this define as it won't be default any longer in
1247     2.6 release.
1248
1249     NB: if you want to build your program with different major versions
1250         of wxWidgets you will probably find the wxCHECK_VERSION() macro
1251         (see the documentation) useful.
1252
1253
1254 wxBase:
1255
1256 ! wxArray<T>::Remove(size_t) has been removed to fix compilation problems
1257   under 64 bit architectures, please replace it with RemoveAt() in your
1258   code.
1259
1260 ! wxArray<T> macros have been changed to fix runtime problems under 64 bit
1261   architectures and as a side effect of this WX_DEFINE_ARRAY() can only be
1262   used now for the pointer types, WX_DEFINE_ARRAY_INT should be used for the
1263   arrays containing non-pointers.
1264
1265 - wxObject::CopyObject() and Clone() methods were removed because they
1266   simply don't make sense for all objects
1267
1268 - wxEvent now has a pure virtual Clone() method which must be implemented
1269   by all derived classes, if you have user-defined event classes please
1270   add "wxEvent *Clone() const { return new MyEvent(*this); }" line to them
1271
1272 - small change to wxStopWatch::Pause() semantics, please see the documentation
1273
1274 - unlikely but possible incompatibility: the definition of TRUE has changed
1275   from "1" to "(bool)1" (and the same thing for FALSE), so the code which
1276   could be erroneously compiled previously such as doing "return FALSE" from
1277   a function returning a pointer would stop compiling now (but this change
1278   is not supposed to have any effects on valid code)
1279
1280 - another minor change: wxApp::OnAssert() has a new "cond" argument, you
1281   must modify YourApp::OnAssert() signature if you were using it to override
1282   the default assert handling.
1283
1284 All (GUI):
1285
1286 ! the event type constants are not constants any more but are dynamically
1287   allocated during run-time which means that they can't be used as case labels
1288   in the switch()es, you must rewrite them to use if()s instead
1289
1290   You may also define WXWIN_COMPATIBILITY_EVENT_TYPES to get the old behaviour
1291   but this is strongly discouraged, please consider changing your code
1292   instead!
1293
1294 ! wxDialog does not derive from wxPanel any longer - if you were using it in
1295   your code, please update it. The quick fix for the most cases is to replace
1296   the occurrences of wxPanel with wxWindow.
1297
1298 ! if you handle (and don't skip) EVT_KEY_DOWN, the EVT_CHAR event is not
1299   generated at all, so you must call event.Skip() in your OnKeyDown() if
1300   you want to get OnChar() as well
1301
1302 - in general, the key events sent for the various non ASCII key combinations
1303   have been changed to make them consistent over all supported platforms,
1304   please see the wxKeyEvent documentation for details
1305
1306 - wxYES_NO is now wxYES | wxNO and the manifest values of both wxYES and wxNO
1307   have changed (to fix some unfortunate clashes), please check your code to
1308   ensure that no tests for wxYES or wxNO are broken: for example, the following
1309   will *NOT* work any longer:
1310
1311         if ( flags & wxYES_NO )
1312                 ... do something ...
1313         if ( flags & wxYES )
1314                 ... do something else ...
1315
1316 - static wxWizard::Create() doesn't exist any more, the wizards are created
1317   in the same way as all the other wxWindow objects, i.e. by directly using
1318   the ctor
1319
1320 - wxGLCanvas now derives directly from wxWindow, not wxScrolledWindow
1321
1322 - wxGridCellAttrProvider class API changed, you will need to update your code
1323   if you derived any classes from it
1324
1325 - wxImage::ComputeHistogram()'s signature changed to
1326   unsigned long ComputeHistogram(wxImageHistogram&) const
1327
1328 - wxEvtHandler cannot be copied/assigned any longer - this never worked but
1329   now it results in compile-time error instead of run-time crashes
1330
1331 - WXK_NUMLOCK and WXK_SCROLL keys no longer result in EVT_CHAR() events,
1332   they only generate EVT_KEY_DOWN/UP() ones
1333
1334 - the dialogs use wxApp::GetTopWindow() as the parent implicitly if the
1335   parent specified is NULL, use wxDIALOG_NO_PARENT style to prevent this
1336   from happening
1337
1338 - several obsolete synonyms are only retained in WXWIN_COMPATIBILITY_2_2 mode:
1339   for example, use wxScrolledWindow::GetViewStart() now instead of ViewStart()
1340   and GetCount() instead of Number() in many classes
1341
1342 - wxCmdLineParser does not use wxLog to output messages anymore.
1343   to obtain the previous behaviour, add
1344   wxMessageOutput::Set(new wxMessageOutputLog); to your program
1345   (you will need to #include <wx/msgout.h>)
1346
1347 wxMSW:
1348
1349 ! build system changed: setup.h is not a static file in include/wx any more
1350   but is created as part of the build process under lib/<toolkit>/wx
1351   where <toolkit> is of the form (msw|univ)[dll][u][d]. You'll need to update
1352   the include path in your make/project files appropriately. Furthermore,
1353   xpm.lib is no longer used by wxMSW, it was superseded by the wxXPMDecoder
1354   class. You'll need to remove all references to xpm.lib from your
1355   make/project files. Finally, the library names have changed as well and now
1356   use the following consistent naming convention: wxmsw[ver][u][d].(lib|dll)
1357   where 'u' appears for Unicode version, 'd' -- for the debug one and version
1358   is only present for the DLLs builds.
1359
1360 - child frames appear in the taskbar by default now, use wxFRAME_NO_TASKBAR
1361   style to avoid it
1362
1363 - all overloads of wxDC::SetClippingRegion() combine the given region with the
1364   previously selected one instead of replacing it
1365
1366 - wxGetHomeDir() uses HOME environment variable and if it is set will not
1367   return the programs directory any longer but its value (this function has
1368   never been meant to return the programs directory anyhow)
1369
1370 - wxHTML apps don't need to include wx/html/msw/wxhtml.rc in resources file
1371   anymore. The file was removed from wxMSW
1372
1373
1374 Unix ports:
1375
1376 ! You should use `wx-config --cxxflags` in your makefiles instead of
1377   `wx-config --cflags` for compiling C++ files. CXXFLAGS contains CFLAGS
1378   and the compiler flags for C++ files only, CFLAGS should still be used
1379   to compile pure C files.
1380
1381
1382 wxThread and related classes:
1383
1384 - The thread-related classes have been heavily changed since 2.2.x versions
1385   as the old code had many serious problems. This could have resulted in
1386   semantical changes other than those mentioned here, please review use of
1387   wxThread, wxMutex and wxCondition classes in your code.
1388
1389 ! wxCondition now *must* be used with a mutex, please read the (updated) class
1390   documentation for details and revise your code accordingly: this change was
1391   unfortunately needed as it was impossible to ensure the correct behaviour
1392   (i.e. absence of race conditions) using the old API.
1393
1394 - wxMutex is not recursive any more in POSIX implementation (it hasn't been
1395   recursive in 2.2.x but was in 2.3.1 and 2.3.2), please refer to the class
1396   documentation for the discussion of the recursive mutexes.
1397
1398 - wxMutex::IsLocked() doesn't exist any more and should have never existed:
1399   this is was unique example of a thread-unsafe-by-design method.
1400
1401
1402 OTHER CHANGES
1403 =============
1404
1405 2.4.0
1406 -----
1407
1408 wxMSW:
1409
1410 - fixed loss of client data in wxChoice::SetString()
1411
1412 2.3.4
1413 -----
1414
1415 All:
1416
1417 - added (partial) Indonesian translations (Bambang Purnomosidi D. P.)
1418 - added wxSizer::Show()/Hide() (Carl Godkin)
1419 - fixed bugs in wxDateTime::SetToWeekDay()/GetWeek()
1420
1421 Unix (Base/GUI):
1422
1423 - minor OpenBSD compilation/linking fixes, now builds OOB under OpenBSD 3.1
1424 - don't include -I/usr/include nor -I/usr/local/include in wx-config output
1425 - shared library symbols are now versioned on platforms that support it (Linux)
1426
1427 wxGTK:
1428 - Further work for GTK 2.0 and Unicode support.
1429 - Addition of native frame site grip.
1430
1431 wxX11:
1432 - Unicode support through Pango library.
1433
1434 wxMSW:
1435
1436 - fixed crashes in wxListCtrl under XP
1437 - added context menu for rich edit wxTextCtrl
1438
1439 wxHTML:
1440
1441 - fixed wxHTML to work in Unicode build
1442
1443 2.3.3
1444 -----
1445
1446 wxBase:
1447
1448 - building wxBase with Borland C++ is now supported (Michael Fieldings)
1449 - wxSemaphore class added, many fixed to wxCondition and wxThread (K.S. Sreeram)
1450 - fixes to the command line parsing error and usage messages
1451 - modified wxFileName::CreateTempFileName() to open the file atomically
1452   (if possible) and, especially, not to leak the file descriptors under Unix
1453 - memory leak in wxHTTP fixed (Dimitri Schoolwerth)
1454 - fixes to AM_PATH_WXCONFIG autoconf macro
1455 - added wxHashMap class that replaces type-unsafe wxHashTable and is modelled
1456   after (non standard) STL hash_map
1457 - wxLocale now works in Unicode mode
1458 - wxLocale can now load message catalogs in arbitrary encoding
1459 - added wxShutdown() function (Marco Cavallini)
1460 - added wxEXPLICIT macro
1461 - IPC classes improved and memory leaks fixed (Michael Fielding).
1462   Global buffer removed, duplication in docs removed
1463 - debug new/free implementations made thread-safe
1464
1465 Unix (Base/GUI):
1466
1467 - wxWidgets may be built using BSD and Solaris (and possibly other) make
1468   programs and not only GNU make
1469 - wxTCP-based IPC classes now support communicating over Unix domain sockets
1470 - wxWidgets may be built as a dynamic shared library under Darwin / Mac OS X
1471   lazy linking issues have been solved by linking a single module (.o) into
1472   the shared library (two step link using distrib/mac/shared-ld-sh)
1473 - fixed thread priority setting under Linux
1474
1475 All (GUI):
1476
1477 - it is now possible to set the icons of different sizes for frames (e.g. a
1478   small and big ones) using the new wxIconBundle class
1479 - implemented radio menu items and radio toolbar buttons
1480 - added possibility to show text in the toolbar buttons
1481 - added wxArtProvider class that can be used to customize the look of standard
1482   wxWidgets dialogs
1483 - significantly improved native font support
1484 - wxImage::ComputeHistogram() now uses wxImageHistogram instead of type-unsafe
1485   wxHashTable
1486 - added IFF image handler
1487 - fixed using custom renderers in wxGrid which was broken in 2.3.2
1488 - support for multiple images in one file added to wxImage
1489   (TIFF, GIF and ICO formats)
1490 - support for CUR and ANI files in wxImage added (Chris Elliott)
1491 - wxTextCtrl::GetRange() added
1492 - added wxGetFontFromUser() convenience function
1493 - added EVT_MENU_OPEN and EVT_MENU_CLOSE events
1494 - added Hungarian translations (Janos Vegh)
1495 - added wxImage::SaveFile(filename) method (Chris Elliott)
1496 - added wxImage::FloodFill and implemented wxWindowDC::DoFloodFill method
1497   for GTK+, Mac, MGL, X11, Motif ports (Chris Elliott)
1498 - added (platform-dependent) scan code to wxKeyEvent (Bryce Denney)
1499 - added wxTextCtrl::EmulateKeyPress()
1500 - Added wxMouseCaptureChangedEvent
1501 - Added custom character filtering to wxTextValidator
1502 - wxTreeCtrl now supports incremental keyboard search
1503 - wxMessageOutput class added
1504 - wxHelpProvider::RemoveHelp added and called from ~wxWindowBase
1505   so that erroneous help strings are no longer found as the hash
1506   table fills up
1507 - updated libpng from 1.0.3 to 1.2.4
1508 - Added wxView::OnClosingDocument so the application can do cleanup.
1509 - generic wxListCtrl renamed to wxGenericListCtrl, wxImageList
1510   renamed to wxGenericImageList, so they can be used on wxMSW
1511   (Rene Rivera).
1512 - Added wxTreeEvent::IsEditCancelled so the application can tell
1513   whether a label edit was cancelled.
1514 - added static wxFontMapper::Get() accessor
1515
1516 wxMSW:
1517
1518 - small appearance fixes for native look under Windows XP
1519 - fixed the bug related to the redrawing on resize introduced in 2.3.2
1520 - fixed multiple bugs in wxExecute() with IO redirection
1521 - refresh the buttons properly when the window is resized (Hans Van Leemputten)
1522 - huge (40*) speed up in wxMask::Create()
1523 - changing wxWidgets styles also changes the underlying Windows window style
1524 - wxTreeCtrl supports wxTR_HIDE_ROOT style (George Policello)
1525 - fixed flicker in wxTreeCtrl::SetItemXXX()
1526 - fixed redraw problems in dynamically resized wxStaticText
1527 - improvements to wxWidgets applications behaviour when the system colours
1528   are changed
1529 - choose implicit parent for the dialog boxes better
1530 - fixed wxProgressDialog for ranges > 65535
1531 - wxSpinButton and wxSpinCtrl now support full 32 bit range (if the version
1532   of comctl32.dll installed on the system supports it)
1533 - wxFontEnumerator now returns all fonts, not only TrueType ones
1534 - bugs in handling wxFrame styles (border/caption related) fixed
1535 - showing a dialog from EVT_RADIOBUTTON handler doesn't lead to an infinite
1536   recursion any more
1537 - wxTextCtrl with wxTE_RICH flag scrolls to the end when text is appended to it
1538 - the separators are not seen behind the controls added to the toolbar any more
1539 - wxLB_SORT style can be used with wxCheckListBox
1540 - wxWindowDC and wxClientDC::GetSize() works correctly now
1541 - Added wxTB_NODIVIDER and wxTB_NOALIGN so native toolbar can be used in FL
1542 - Multiline labels in buttons are now supported (simply use "\n" in the label)
1543 - Implemented wxMouseCaptureChangedEvent and made wxGenericDragImage check it
1544   has the capture before release it.
1545 - fixed bugs in multiple selection wxCheckListBox
1546 - default button handling is now closer to expected
1547 - setting tooltips for wxSlider now works
1548 - disabling a parent window also disables all of its children (as in wxGTK)
1549 - multiple events avoided in wxComboBox
1550 - tooltip asserts avoided for read-only wxComboBox
1551 - fixed a race condition during a thread exit and a join
1552 - fixed a condition where a thread can hang during message/event processing
1553 - increased space between wxRadioBox label and first radio button
1554 - don't fail to register remaining window classes if one fails to register
1555 - wxFontDialog effects only turned on if a valid colour was
1556   provided in wxFontData
1557 - Added wxTE_LEFT, wxTE_CENTRE and wxTE_RIGHT flags for text control alignment.
1558 - Bitmap printing uses 24 bits now, not 8.
1559
1560 wxGTK:
1561
1562 - wxDirDialog now presents the file system in standard Unix way
1563 - wxButton now honours wxBU_EXACTFIT
1564 - wxStaticBox now honours wxALIGN_XXX styles
1565 - added support for non alphanumeric simple character accelerators ('-', '=')
1566 - new behaviour for wxWindow::Refresh() as it now produces a delayed refresh.
1567   Call the new wxWindow::Update() to force an immediate update
1568 - support for more SGI hardware (12-bit mode among others)
1569 - fixed wxDC::Blit() to honour source DC's logical coordinates
1570 - implemented wxIdleEvent::RequestMore() for simple background tasks
1571 - implemented wxChoice::Delete()
1572 - fixed bad memory leak in wxFileDialog (Chris Elliott)
1573 - made internal GC pool dynamically growable
1574 - added GTK+ 2 and Unicode support
1575
1576 wxMotif:
1577
1578 - improved colour settings return values (Ian Brown)
1579 - improved border style handling for wxStaticText (Ian Brown)
1580 - improved toolbar control alignment
1581 - implemented wxSpinButton
1582 - implemented wxCheckListBox
1583 - fixed wxSpinCtrl and wxStaticLine when used with sizers
1584 - wxStaticBitmap now shows transparent icons correctly
1585
1586 wxX11:
1587
1588 - added generic MDI implementation (Hans Van Leemputten)
1589 - first cut at wxSocket support (not yet working)
1590
1591 wxMac:
1592
1593 - Many improvements
1594
1595 wxOS2:
1596
1597 - First alpha-quality release
1598
1599 wxHTML:
1600
1601 - fixed wxHtmlHelpController's cache files handling on big endian machines
1602 - added blocking and redirecting capabilities to wxHtmlWindow via
1603   wxHtmlWindow::OnOpeningURL()
1604 - fixed alignment handling in tables
1605 - fixed <font face="..."> handling to be case insensitive
1606
1607 2.3.2
1608 -----
1609
1610 New port: wxUniv for Win32/GTK+ is now included in the distribution.
1611
1612 wxBase:
1613
1614 - wxRegEx class added
1615 - wxGetDiskSpace() function added (Jonothan Farr, Markus Fieber)
1616 - wxTextBuffer and wxTextFile(wxStream) added (Morten Hanssen)
1617 - more fixes to wxMBConv classes. Conversion to and from wchar_t now works with
1618   glibc 2.2 as well as with glibc 2.1. Unix version now checks for iconv()'s
1619   capabilities at runtime instead of in the configure script.
1620
1621 All (GUI):
1622
1623 - support for virtual list control added
1624 - column images in report mode of the list control
1625 - wxFindReplaceDialog added (based on work of Markus Greither)
1626 - wxTextCtrl::SetMaxLength() added (wxMSW/wxGTK)
1627 - polygon support in wxRegion (Klaas Holwerda)
1628 - wxStreamToTextRedirector to allow easily redirect cout to wxTextCtrl added
1629 - fixed bug with using wxExecute() to capture huge amounts of output
1630 - new wxCalendarCtrl styles added (Søren Erland Vestø)
1631 - wxWizard changes: loading from WXR support, help button (Robert Cavanaugh)
1632 - wxDirSelector() added (Paul A. Thiessen)
1633 - wxGrid cell editing veto support (Roger Gammans)
1634 - wxListCtrl ITEM_FOCUSED event added
1635 - support for ICO files in wxImage added (Chris Elliott)
1636 - improvements to wxDragImage (Chuck Messenger)
1637
1638 wxMSW:
1639
1640 - support for the DBCS fonts (CP 932, 936, 949, 950) (Nathan Cook)
1641 - new library naming convention under VC++ -- please change your application
1642   project files
1643
1644 wxGTK:
1645
1646 - fixed popup menu positioning bug
1647 - fixed the edit function for wxListCtrl (Chuck Messenger)
1648 - fixed the key-hitting events for wxListCtrl and wxTreeCtrl, so they
1649   correctly return the key which was pressed (Chuck Messenger)
1650
1651 wxMac:
1652
1653 - support for configuration and build under Mac OS X using the Apple Developer
1654   Tools
1655
1656 wxHTML:
1657
1658 - new HTML parser with correct parsing of character entities and fixes
1659   to tags parsing
1660 - added support for animated GIFs
1661
1662 2.3.1
1663 -----
1664
1665 wxBase:
1666
1667 - Fixes for gcc 3.0
1668 - Fixed new charset detection code
1669 - ODBC Informix fixes (submitted by Roger Gammans)
1670 - Added ODBC date support to wxVariant
1671 - Added wxDir::Traverse
1672 - Added wxSingleInstanceChecker class
1673 - Removed redundant wxDebugContext functions using C++ streams,
1674   so now standard stream usage should be unnecessary
1675
1676 All (GUI):
1677
1678 - Added wxDbGrid class for displaying ODBC tables
1679 - Added EVT_GRID_EDITOR_CREATED and wxGridEditorCreatedEvent so the
1680   user code can get access to the edit control when it is created, (to
1681   push on a custom event handler for example)
1682 - Added wxTextAttr class and SetStyle, SetDefaultStyle and
1683   GetDefaultStyle methods to wxTextCtrl
1684 - Added wxSingleInstanceChecker
1685 - Improvements to Tex2RTF
1686 - Added Paul and Roger Gammans' grid controls
1687 - Bug in wxDocument::Save logic corrected, whereby Save didn't save when not
1688   first-time saved
1689 - Fixed memory leak in textcmn.cpp
1690 - Various wxXML enhancements
1691 - Removed wxCLIP_CHILDREN style from wxSplitterWindow
1692 - Fixed memory leak in DoPrint, htmprint.cpp
1693 - Fixed calendar sample bug with using wxCommandEvent::GetInt()
1694   instead of GetId()
1695 - Added wxDbGrid combining wxODBC classes with wxGrid
1696 - Added more makefiles and project files for contrib hierarchy
1697
1698 wxMSW:
1699
1700 - Fixed wxApp::ProcessMessage so controls don't lose their
1701   accelerators when the accelerators are redefined elsewhere
1702 - Accelerators consisting of simple keystrokes (without control,
1703   alt or shift) now work
1704 - Compile fixes for Watcom C++ added
1705 - Compile fixes for Cygwin 1.0 added
1706 - Use SetForegroundWindow() in wxWindow::Raise() instead of BringWindowToTop()
1707 - Replaced wxYield() call in PopupMenu() by a much safer
1708   wxYieldForCommandsOnly() - fixes tree ctrl popup menu bug and other ones
1709 - Enter processing in wxSpinCtrl fixed
1710 - Fixed bug in determining the best listbox size
1711 - Fix for wxFrame's last focus bug
1712 - We now send iconize events
1713 - Fixed wxFrame::SetClientSize() with toolbar bug
1714 - Added mousewheel processing
1715 - Added wxSystemSettings::Get/SetOption so we can configure
1716   wxWidgets at run time; used this to implement no-maskblt option
1717   in wxDC
1718 - Fixed bug when using MDIS_ALLCHILDSTYLES style: so now MDI
1719   child frame styles are honoured
1720
1721 wxGTK:
1722
1723 - Fixed slider rounding bug
1724 - Added code to set wxFont's default encoding to wxLocale::GetSystemEncoding()
1725 - We now send iconize events
1726 - Fix for discrepancies between wxNotebookEvent and wxNotebook
1727   GetSelection() results
1728
1729 2.3.0
1730 -----
1731
1732 wxBase:
1733
1734 - fixed problem with wxURL when using static version of the library
1735 - wxZipFSHandler::FindFirst() and FindNext() now correctly list directories
1736 - wxMimeTypesManager now can create file associations too (Chris Elliott)
1737 - wxCopyFile() respects the file permissions (Roland Scholz)
1738 - wxFTP::GetFileSize() added (Søren Erland Vestø)
1739 - wxDateTime::IsSameDate() bug fixed
1740 - wxTimeSpan::Format() now behaves more as expected, see docs
1741 - wxLocale now provides much more convenient API for setting language and
1742   detecting current system language. New API is more abstracted and truly
1743   cross-platform, independent of underlying C runtime library.
1744
1745 All (GUI):
1746
1747 - new wxToggleButton class (John Norris, Axel Schlueter)
1748 - wxCalendarCtrl not highlighting the date with time part bug fixed
1749 - wxADJUST_MINSIZE sizer flag added
1750 - FindOrCreateBrush/Pen() bug fix for invalid colour values
1751 - new wxXPMHandler for reading and writing XPM images
1752 - added new (now recommended) API for conversion between wxImage and wxBitmap
1753   (wxBitmap::ConvertToImage() and wxBitmap::wxBitmap(wxImage&) instead of
1754   wxImage methods and ctor)
1755 - ODBC classes now support DB2, Interbase, and Pervasive SQL
1756 - ODBC documentation complete!!
1757 - ODBC classes have much Unicode support added, but not complete
1758 - ODBC experimental BLOB support added, but not completely tested
1759 - ODBC NULL column support completed (Roger/Paul Gammans)
1760 - ODBC All "char *" and char arrays removed and replaced with wxString use
1761
1762 wxMSW:
1763
1764 - threads: bug in wxCondition::Broadcast fixed (Pieter van der Meulen)
1765 - fixed bug in MDI children flags (mis)handling
1766 - it is possible to compile wxCHMHelpController with compilers
1767   other than Visual C++ now and hhctrl.ocx is loaded at runtime
1768
1769 wxGTK:
1770
1771 - added support for wchar_t (wxUSE_WCHAR_T) under Unix
1772
1773 wxHTML:
1774
1775 - mew feature, wxHtmlProcessor for on-the-fly modification of HTML markup
1776 - visual enhancements to contents panel of wxHtmlHelpController
1777
1778 2.2.0
1779 -----
1780
1781 wxBase:
1782
1783 - Fixed bug with directories with trailing (back)slashes in wxPathExists
1784 - wxString: added wxArrayString::operator==() and !=()
1785 - Fixes for wxCmdLineParser
1786 - Added wxGetLocalTimeMillis
1787 - Completed Czech translations
1788 - Some stream corrections
1789 - added missing consts to wxPoint operators
1790 - wxDateTime ParseFormat fixes
1791 - wxFile::Open(write_append) will create file if it doesn't exist
1792 - small fixes to MIME mailcap test command handling, more MIME tests in the sample
1793
1794 All (GUI):
1795
1796 - wxGenericDragImage now allows virtual image drawing, and
1797   flicker-free dragging is now possible
1798 - Added wxPrinter::GetLastError
1799 - Fixed wxLogGui reentrancy problem
1800 - Paper names now translated
1801 - wxGrid fixes
1802 - Generic validator now caters for more cases (integers in
1803   wxTextCtrl, strings in wxChoice, wxComboBox)
1804 - Fixed crash when docview On... functions return FALSE. Show
1805   error message when an non-existent filename is typed into the Open
1806   File dialog.
1807 - Corrected Baltic font encoding handling
1808 - wxImage: enhanced TIFF code, added new platform-independent BMP
1809   writing code
1810 - wxKeyEvent::GetKeyCode() and HasModifiers() added and documented
1811 - Fixed wxPropertyForm crashes in sample
1812 - wxWizard now calls TransferDataFromWindow() before calling
1813   wxWizardPage::GetNext() fixing an obvious bug
1814
1815 wxMSW:
1816
1817 - wxWindow::GetCharWidth/Height now calculated accurately.
1818   This will affect all .wxr dialog resources, so for
1819   backward compatibility, please set
1820   wxDIALOG_UNIT_COMPATIBILITY to 1 in setup.h
1821 - wxListCtrl: set item text in LIST_ITEM_ACTIVATED events
1822 - wxTextCtrl: implemented setting colours for rich edit controls
1823 - wxColour now accepts both grey and gray
1824 - BC++ DLL compilation fixed
1825 - Watcom C++ makefiles improved for JPEG and TIFF compilation
1826 - Fixed submenu accelerator bug
1827 - Fixed dialog focus bug (crash if the previous window to have
1828   the focus was destroyed before the dialog closed)
1829 - Too-small default wxTextCtrl height fixed
1830 - fixed "missing" initial resize of wxMDIChildFrame
1831 - wxFrame restores focus better
1832 - Now ignore wxTHICK_FRAME in wxWindow constructor: only relevant to
1833   frames and dialogs, interferes with other window styles otherwise
1834   (sometimes you'd get a thick frame in a subwindow)
1835 - wxTextCtrl insertion point set to the beginning of the control by SetValue
1836 - Fix so wxMDIParentFrame is actually shown when Show(TRUE) is called.
1837 - wxFileDialog: adjusts struct size if there's an error (struct
1838   sizes can be different on different versions of Windows)
1839 - wxImageList::GetSize() documented and added to wxMSW
1840 - fixed default dialog style to make them non resizeable again
1841 - fixed wxFrame::IsShown() which always returned TRUE before
1842
1843 wxGTK:
1844
1845 - Please see docs/gtk/changes.txt.
1846
1847 wxMotif:
1848
1849 - Small compilation fixes
1850
1851 Documentation:
1852
1853 - wxCaret documented
1854
1855 2.1.16
1856 ------
1857
1858 wxBase:
1859
1860 All (GUI):
1861
1862 wxMSW:
1863
1864 - Various bug fixes
1865 - Added wxCHMHelpController, for invoking MS HTML Help
1866   files. This works under VC++ only
1867 - Modal dialog handling improved
1868 - Printer dialog now modal
1869
1870 wxGTK:
1871
1872 - Various bug fixes
1873
1874 wxMotif:
1875
1876 - Various bug fixes
1877
1878 2.1.15
1879 ------
1880
1881 Documentation:
1882
1883 - Added docs/tech for technical notes
1884
1885 File hierarchy:
1886
1887 - Started new contrib hierarchy that mirrors
1888   the main lib structure; moved OGL and MMedia into it
1889
1890 wxBase:
1891
1892 - wxSocket support
1893 - wxDateTime replaces and extends old wxDate and wxTime classes (still
1894   available but strongly deprecated) with many new features
1895 - wxLongLong class provides support for (signed) 64 bit integers
1896 - wxCmdLineParser class for parsing the command line (supporting short and
1897   long options, switches and parameters of different types)
1898 - it is now possible to build wxBase under Win32 (using VC++ only so far)
1899   and BeOS (without thread support yet)
1900 - wxThread class modified to support both detached and joinable threads, also
1901   added new GetCPUCount() and SetConcurrency() functions (useful under Solaris
1902   only so far)
1903 - wxDir class for enumerating files in a directory
1904 - wxLog functions are now (more) MT-safe
1905 - wxStopWatch class, timer functions have more chances to return correct
1906   results for your platform (use ANSI functions where available)
1907 - wxString::ToLong, ToULong, ToDouble methods and Format() static one added
1908 - buffer overflows in wxString and wxLog classes fixed (if snprintf() function
1909   is available)
1910 - wxArray::RemoveAt() replaces deprecated wxArray::Remove(index)
1911
1912 all (GUI):
1913
1914 - Added wxImage::Rotate.
1915 - new wxCalendarCtrl class for picking a date interactively
1916 - wxMenu(Bar)::Insert() and Remove() functions for dynamic menu management
1917 - wxToolBar supports arbitrary controls (not only buttons) and can be
1918   dynamically changed (Delete/Insert functions)
1919 - vertical toolbars supported by MSW and GTK native wxToolBar classes
1920 - wxTreeCtrl and wxListCtrl allow setting colour/fonts for individual items
1921 - "file open" dialog allows selecting multiple files at once (contributed by
1922   John Norris)
1923 - wxMimeTypesManager uses GNOME/KDE MIME database to get the icons for the
1924   MIME types if available (Unix only)
1925 - wxDC::DrawRotatedText() (based on contribution by Hans-Joachim Baader)
1926 - TIFF support added (libtiff required and included in the distribution)
1927 - PCX files can now be written (256 and 24 bits)
1928 - validators may work recursively if wxWS_EX_VALIDATE_RECURSIVELY is set
1929 - wxScrolledWindow now has keyboard interface
1930 - wxTextEntryDialog may be used for entering passwords (supports wxTE_PASSWORD)
1931 - added wxEncodingConverter and improved wxFontMapper
1932   for dealing with conversions between different encodings,
1933   charsets support in wxLocale and wxHTML
1934 - wxDragImage class added
1935 - samples/help improved to show standard and advanced HTML help
1936   controllers, as well as native help
1937 - moved wxTreeLayout class to main lib
1938
1939 wxMSW:
1940
1941 - wxFrame::MakeFullScreen added.
1942 - support for enhanced metafiles added, support for copying/pasting metafiles
1943   (WMF and enhanced ones) fixed/added.
1944 - implemented setting colours for push buttons
1945 - wxStatusBar95 may be now used in dialogs, panels (not only frames) and can be
1946    positioned along the top of the screen and not only at the bottom
1947 - wxTreeCtrl::IsVisible() bug fixed (thanks to Gary Chessun)
1948 - loading/saving big (> 32K) files in wxTextCtrl works
1949 - tooltips work with wxRadioBox
1950 - wxBitmap/wxIcon may be constructed from XPM included into a program, as in
1951   Unix ports
1952 - returning FALSE from OnPrintPage() aborts printing
1953 - VC++ makefiles and project files made (mostly) consistent
1954 - wxSetCursorEvent added
1955
1956 wxGTK:
1957
1958 - wxFontMapper endless recursion bug (on some systems) fixed
1959 - wxGTK synthesizes wxActivateEvents
1960 - UpdateUI handlers may be used with wxTextCtrl
1961
1962 wxMotif:
1963
1964 - wxMenu::Enable works
1965 - wxToolBar bugs fixed
1966 - OGL samples made to work again
1967
1968 wxHTML:
1969
1970 - almost complete rewrite of wxHtmlHelpController,
1971   including faster search, bookmarks, printing, setup dialog
1972   and cross-platform binary compatible .cached files for faster
1973   loading of large helpbooks, case insensitive search
1974   split into 3 parts: wxHtmlHelpData, Frame and Controller
1975 - added support for charsets and <meta> tag
1976 - added support for font faces and justified paragraphs,
1977   taken some steps to prepare wxHTML for frames
1978 - added dynamic pushing/popping of wxHtmlParser tag handlers
1979 - improved HTML printing
1980 - added extensive table of HTML characters substitutions (&nbsp; etc.)
1981 - fixed wxHtmlWindow flickering, several minor bugfixes
1982 - added some tags: <address>, <code>, <kbd>, <samp>, <small>, <big>,
1983   fixed handling of relative and absolute font sizes in <font size>
1984
1985
1986 NOTE: for changes after wxWidgets 2.1.0 b4, please see the CVS
1987 change log.
1988
1989 2.1.0, b4, May 9th 1999
1990 -----------------------
1991
1992 wxGTK:
1993
1994 - JPEG support added.
1995 - Many fixes and changes not thought worth mentioning in this file :-)
1996
1997 wxMSW:
1998
1999 - wxNotebook changes: can add image only; wxNB_FIXEDWIDTH added;
2000   SetTabSize added.
2001 - JPEG support added.
2002 - Fixes for Cygwin compilation.
2003 - Added wxGA_SMOOTH and wxFRAME_FLOAT_ON_PARENT styles.
2004 - Many fixes people didn't tell this file about.
2005
2006 wxMotif:
2007
2008
2009 General:
2010
2011 - Some changes for Unicode support, including wxchar.h/cpp.
2012
2013
2014 2.0.1 (release), March 1st 1999
2015 -------------------------------
2016
2017 wxGTK:
2018
2019 - wxGLCanvas fixes.
2020 - Slider/spinbutton fixes.
2021
2022 wxMSW:
2023
2024 - Fixed problems with <return> in dialogs/panels.
2025 - Fixed window cursor setting.
2026 - Fixed toolbar sizing and edge-clipping problems.
2027 - Some makefile fixes.
2028
2029 wxMotif:
2030
2031 - None.
2032
2033 General:
2034
2035 - Added wxUSE_SOCKETS.
2036 - More topic overviews.
2037 - Put wxPrintPaperType, wxPrintPaperDatabase into
2038   prntbase.h/cpp for use in non-PostScript situations
2039   (e.g. Win16 wxPageSetupDialog).
2040
2041
2042 Beta 5, February 18th 1999
2043 --------------------------
2044
2045 wxGTK:
2046
2047 - wxExecute improved.
2048
2049 wxMSW:
2050
2051 - Fixed wxWindow::IsShown (::IsWindowVisible doesn't behave as
2052   expected).
2053 - Changed VC++ makefiles (.vc) so that it's possible to have
2054   debug/release/DLL versions of the library available simultaneously,
2055   with names wx.lib, wx_d.lib, wx200.lib(dll), wx200_d.lib(dll).
2056 - Added BC++ 5 IDE files and instructions.
2057 - Fixed wxChoice, wxComboBox constructor bugs (m_noStrings initialisation).
2058 - Fixed focus-related crash.
2059
2060 wxMotif:
2061
2062 - Cured asynchronous wxExecute crash.
2063 - Added repaint event handlers to wxFrame, wxMDIChildFrame.
2064
2065 General:
2066
2067 - wxLocale documented.
2068 - Added include filenames to class reference.
2069 - wxHelpController API changed: SetBrowser becomes SetViewer,
2070   DisplaySection works for WinHelp, help sample compiles under Windows
2071   (though doesn't display help yet).
2072
2073 Beta 4, February 12th 1999
2074 --------------------------
2075
2076 wxGTK:
2077
2078 - Miscellaneous fixes.
2079
2080 wxMSW:
2081
2082 - Makefiles for more compilers and samples; Cygwin makefiles
2083   rationalised.
2084 - Added VC++ project file for compiling wxWidgets as DLL.
2085
2086 wxMotif:
2087
2088 - Added OnEraseBackground invocation.
2089 - Added wxRETAINED implementation for wxScrolledWindow.
2090 - Cured scrolling display problem by adding XmUpdateDisplay.
2091 - Tried to make lex-ing in the makefile more generic (command line
2092   syntax should apply to both lex and flex).
2093 - Changed file selector colours for consistency (except for buttons:
2094   crashes for some reason).
2095 - Fixed wxMotif version of wxImage::ConvertToBitmap (used new instead
2096   of malloc, which causes memory problems).
2097
2098 General:
2099
2100 - Further doc improvements.
2101 - wxGenericValidator added.
2102 - Added wxImageModule to image.cpp, so adds/cleans up standard handlers
2103   automatically.
2104
2105 Beta 3, January 31st 1999
2106 -------------------------
2107
2108 wxGTK:
2109
2110 - wxClipboard/DnD API changes (still in progress).
2111 - wxToolTip class added.
2112 - Miscellaneous fixes.
2113
2114 wxMSW:
2115
2116 - wxRegConfig DeleteAll bug fixed.
2117 - Makefiles for more compilers.
2118 - TWIN32 support added.
2119 - Renamed VC++ makefiles from .nt to .vc, and
2120   factored out program/library settings.
2121 - Fixed wxIniConfig bug.
2122
2123 wxMotif:
2124
2125 - A few more colour fixes.
2126 - wxGLCanvas and OpenGL samples working.
2127 - Some compiler warnings fixed.
2128 - wxChoice crash fix.
2129 - Dialog Editor starting to work on Motif.
2130
2131 General:
2132
2133 - wxBusyCursor class added.
2134 - Added samples/dde.
2135 - More doc improvements, incl. expanding docs/html/index.htm.
2136
2137 Beta 2, January 1999
2138 --------------------
2139
2140 wxGTK:
2141
2142 wxMSW:
2143
2144 - 16-bit BC++ compilation/linking works albeit without the resource system.
2145
2146 wxMotif:
2147
2148 - Cured wxScreenDC origin problem so e.g. sash window sash is drawn at
2149   the right place.
2150 - Cured some widget table clashes.
2151 - Added thread support (Robert).
2152 - wxPoem sample now works.
2153
2154 General:
2155
2156 - Rearranged documentation a bit.
2157 - Sash window uses area of first frame/dialog to paint over when drawing
2158   the dragged sash, not just the sash window itself (it clipped to the right
2159   or below).
2160 - Made resource sample use the correct Cancel button id.
2161 - Moved wxProp to main library (generic directory), created proplist
2162   sample.
2163 - Added bombs and fractal samples.
2164
2165 Beta 1, December 24th 1998
2166 --------------------------
2167
2168 wxGTK:
2169
2170 - Various
2171
2172 wxMSW, wxMotif: not in sync with this release.
2173
2174
2175 Alpha 18, December 29th 1998
2176 ----------------------------
2177
2178 wxMSW:
2179
2180 - Win16 support working again (VC++ 1.5)
2181 - Win16 now uses generic wxNotebook, wxListCtrl,
2182   wxTreeCtrl -- more or less working now, although
2183   a little work on wxNotebook is still needed.
2184   Under 16-bit Windows, get assertion when you click
2185   on a tab.
2186 - Wrote 16-bit BC++ makefiles: samples don't yet link.
2187 - Added CodeWarrior support to distribution courtesy
2188   of Stefan Csomor.
2189
2190 wxMotif:
2191
2192 - Cured scrolling problem: scrollbars now show/hide themselves
2193   without (permanently) resizing the window.
2194 - Removed some commented-out lines in wxScrolledWindow::AdjustScrollbars
2195   that disabled scrollbar paging.
2196 - Set background colour of drawing area in wxWindow, so e.g. wxListCtrl
2197   colours correctly.
2198 - Removed major bug whereby dialogs were unmanaged automatically
2199   when any button was pressed.
2200 - Fixed colours of wxWindow scrollbars, made list and text controls
2201   have a white background.
2202 - Fixed dialog colour setting.
2203 - Added settable fonts and colours for wxMenu/wxMenuBar. Now
2204   they have sensible colours by default.
2205 - Fixed a bug in wxStaticBox.
2206 - Cured wxTreeCtrl bug: now works pretty well!
2207 - Debugged DrawEllipticArc (a ! in the wrong place).
2208 - Added SetClippingRegion( const wxRegion& region ).
2209 - Added wxPoint, wxSize, wxRect versions of SetSize etc.
2210
2211 Alpha 17, November 22nd 1998
2212 ----------------------------
2213
2214 wxMSW:
2215
2216 - More documentation updates, especially for
2217   wxLayoutWindow classes and debugging facilities.
2218 - Changed wxDebugContext to use wxDebugLog instead
2219   of wxTrace.
2220 - Now supports VC++ 6.0, and hopefully BC++ 5.0.
2221   However, DLL support may be broken for BC++ since
2222   VC++ 6 required changing of WXDLLEXPORT keyword
2223   position.
2224 - Numerous miscellaneous changes.
2225
2226 wxMotif:
2227
2228 - Reimplemented MDI using wxNotebook instead of the MDI widgets, which
2229   were too buggy (probably not design for dynamic addition/removal of
2230   child frames).
2231 - Some improvements to the wxNotebook implementation.
2232 - wxToolBar now uses a bulletin board instead of a form, in an attempt
2233   to make it possible to add ordinary wxControls to a toolbar.
2234 - Cured problem with not being able to use global memory operators,
2235   by defining two more global operators, so that the delete will match
2236   the debugging implementation.
2237 - Added wxUSE_DEBUG_NEW_ALWAYS so we can distinguish between using
2238   global memory operators (usually OK) and #defining new to be
2239   WXDEBUG_NEW (sometimes it might not be OK).
2240 - Added time.cpp to makefile; set wxUSE_DATETIME to 1.
2241 - Added a parent-existence check to popup menu code to make it not crash.
2242 - Added some optimization in wxWindow::SetSize to produce less flicker.
2243   It remains to be seen whether this produces any resize bugs.
2244
2245 It's a long time since I updated this file. Previously done:
2246
2247 - wxFrame, wxDialog done.
2248 - wxScrolledWindow done (but backing pixmap not used at present).
2249 - wxBitmap done though could be tidied it up at some point.
2250 - Most basic controls are there, if not rigorously tested.
2251 - Some MDI support (menus appear on child frames at present).
2252 - wxNotebook almost done.
2253 - wxToolBar done (horizontal only, which would be easy to extend
2254   to vertical toolbars).
2255
2256 More recently:
2257
2258 - Colour and font changing done (question mark over what happens
2259   to scrollbars).
2260 - Accelerators done (for menu items and buttons). Also event loop
2261   tidied up in wxApp so that events are filtered through ProcessXEvent.
2262 - wxWindow::GetUpdateRegion should now work.
2263
2264 Alpha 16, September 8th 1998
2265 ----------------------------
2266
2267 wxMSW:
2268
2269 - Added wxSashWindow, wxSashLayoutWindow classes, and sashtest
2270   sample.
2271 - Guilhem's socket classes added, plus wxsocket sample.
2272 - A few more makefiles added.
2273 - GnuWin32/BC++ compatibility mods.
2274 - Further doc updates.
2275 - wxProp updates for correct working with wxGTK.
2276
2277 wxMotif:
2278
2279 - First start at Motif port.
2280 - Made makefiles for wxMotif source directory and minimal sample.
2281 - First go at wxApp, wxWindow, wxDialog, wxPen, wxBrush, wxFont,
2282   wxColour, wxButton, wxCheckBox, wxTextCtrl, wxStaticText,
2283   wxMenu, wxMenuItem, wxMenuBar
2284
2285 Alpha 15, August 31st 1998
2286 --------------------------
2287
2288 wxMSW:
2289
2290 - wxBitmap debugged.
2291 - wxDC::GetDepth added.
2292 - Contribution added whereby wxBitmap will be
2293   converted to DC depth if they don't match.
2294 - wxConfig API improved, documentation updated.
2295 - Printing classes name conventions cleaned up.
2296 - wxUpdateUIEvent now derives from wxCommandEvent
2297   so event can travel up the window hierarchy.
2298
2299 Alpha 14, July 31st 1998
2300 ------------------------
2301
2302 wxMSW:
2303
2304 - Toolbar API has been simplified, and now
2305   wxFrame::GetClientArea returns the available client
2306   area when toolbar, status bar etc. have been accounted for.
2307   wxFrame::CreateToolBar added in line with CreateStatusBar.
2308 - Documentation updates, incl. for wxToolBar.
2309 - New wxAcceleratorTable class plus wxFrame::SetAcceleratorTable.
2310 - Various additions from other folk, e.g. streams, wxConfig
2311   changes, wxNotebook.
2312 - Added wxDocMDIParentFrame, wxDocMDIChildFrame for doc/view.
2313
2314 Alpha 13, July 8th 1998
2315 -----------------------
2316
2317 wxMSW:
2318
2319 - Implemented wxPoint as identical to POINT on Windows, and
2320   altered wxDC wxPoint functions to use wxPoint directly in
2321   Windows functions, for efficiency.
2322 - Cured wxASSERT bug in wxStatusBar95.
2323 - #ifdefed out some bits in oleutils.cpp for compilers that
2324   don't support it.
2325 - Added some operators to wxPoint, wxSize.
2326 - Added inline wxDC functions using wxPoint, wxSize, wxRect.
2327
2328 Alpha 12, July 7th 1998
2329 -----------------------
2330
2331 wxMSW:
2332
2333 - Added wxApp::GetComCtl32Version, and wxTB_FLAT style, so can
2334   have flat toolbars on Win98 or Win95 with IE >= 3 installed.
2335
2336 Alpha 11, July 3rd 1998
2337 -----------------------
2338
2339 wxMSW:
2340
2341 - Added thread.h, thread.cpp.
2342 - Changed Enabled, Checked to IsEnabled, IsChecked in wxMenu,
2343   wxMenuBar.
2344 - Changed wxMenuItem::SetBackColor to SetBackgroundColour,
2345   SetTextColor to SetTextColour, and added or made public several
2346   wxMenuItem accessors.
2347 - Added two overloads to wxRegion::Contains. Added
2348   wxRegion::IsEmpty for a more consistent naming convention.
2349 - Added Vadim's wxDataObject and wxDropSource.
2350 - ENTER/LEAVE events now work.
2351 - Cured wxMemoryDC bug where the DC wasn't being deleted.
2352 - Cured wxGauge SetSize major bugginess.
2353 - Cured problem where if a GDI object was created on the stack,
2354   then went out of scope, then another object was selected into
2355   the DC, GDI objects would leak. This is because the assignment
2356   to e.g. wxDC::m_pen would delete the GDI object without it first
2357   being selected out of the DC. Cured by selecting the old DC object
2358   first, then doing the assignment.
2359 - Split up wxGaugeMSW, wxGauge95, wxSliderMSW, wxSlider95
2360 - Various other bug fixes and additions.
2361
2362 Generic:
2363
2364 - Major work on Dialog Editor (still plenty to go).
2365 - Expanded documentation a bit more.
2366
2367 Alpha 10, May 7th 1998
2368 ----------------------
2369
2370 wxMSW:
2371
2372 - Added desiredWidth, desiredHeight parameters to wxBitmapHandler
2373   and wxIcon functions so that you can specify what size of
2374   icon should be loaded. Probably will remain a Windows-specific thing.
2375 - wxStatusBar95 now works for MDI frames.
2376 - Toolbars in MDI frames now behave normally. They still
2377   require application-supplied positioning code though.
2378 - Changed installation instructions, makefiles and batch files
2379   for compiling with Gnu-Win32/Mingw32/EGCS. Also timercmn.cpp
2380   change to support Mingw32/EGCS. Bison now used by default.
2381
2382 Alpha 9, April 27th 1998
2383 ------------------------
2384
2385 wxMSW:
2386
2387 - Cured bug in wxStatusBar95 that caused a crash if multiple
2388   fields were used.
2389 - Added Gnu-Win32 b19/Mingw32 support by changing resource
2390   compilation and pragmas.
2391 - Cured wxMenu bug introduced in alpha 8 - didn't respond to
2392   commands because VZ changed the id setting in wxMenu::MSWCommand.
2393
2394 Generic:
2395
2396 - Corrected some bugs, such as the wxModule compilation problem.
2397 - Added Gnu-Win32 b19/Mingw32 support by changing resource
2398   compilation and pragmas.
2399 - Changed SIZEOF to WXSIZEOF.
2400
2401 Alpha 8, April 17th 1998
2402 ------------------------
2403
2404 wxMSW:
2405
2406 - Added IsNull to wxGDIObject to check if the ref data is present or not.
2407 - Added PNG handler and sample - doesn't work for 16-bit PNGs for
2408   some reason :-(
2409 - Added wxJoystick class and event handling, and simple demo.
2410 - Added simple wxWave class. Needs Stop() function.
2411 - Added wxModule (module.h/module.cpp) to allow definition
2412   of modules to be initialized and cleaned up on wxWidgets
2413   startup/exit.
2414 - Start of Mingw32 compatibility (see minimal and dialogs samples
2415   makefile.m95 files, and install.txt).
2416 - Note: Windows printing has stopped working... will investigate.
2417 VADIM'S CHANGES:
2418 - Updated wxString: bug fixes, added wxArrayString, some
2419   compatibility functions.
2420 - Updated log.h/cpp, added wxApp::CreateLogTarget.
2421 - file.h: new wxTempFile class.
2422 - defs.h: added wxSB_SIZE_GRIP for wxStatusBar95
2423 - statbr95: wxStatusBar95 control.
2424 - registry.h/cpp: wxRegKey class for Win95 registry.
2425 - listbox.cpp: corrected some bugs with owner-drawn listboxes.
2426 - wxConfig and wxFileConfig classes.
2427
2428 Generic:
2429
2430 - Added src/other/png, src/other/zlib directories.
2431 - Added samples/png.
2432 - IMPORTANT: Changed 'no id' number from 0 to -1, in wxEVT_ macros.
2433   Porters, please check particularly your wxTreeCtrl and wxListCtrl
2434   header files.
2435 - Added modules.h/cpp, config.cpp, fileconf.cpp, textfile.cpp/h.
2436
2437 Alpha 7, March 30th 1998
2438 ------------------------
2439
2440 wxMSW:
2441
2442 - Added tab classes, tab sample.
2443 - Now can return FALSE from OnInit and windows will be
2444   cleaned up properly before exit.
2445 - Improved border handling so panels don't get borders
2446   automatically.
2447 - Debugged MDI activation from Window menu.
2448 - Changes to memory debug handling, including checking for
2449   memory leaks on application exit - but see issues.txt for
2450   unresolved issues.
2451 - Added wxTaskBarIcon (taskbar.cpp/h, plus samples/taskbar)
2452   to allow maintenance of an icon in the Windows 95 taskbar
2453   tray area.
2454 - Got MFC sample working (MFC and wxWidgets in the same
2455   application), partly by tweaking ntwxwin.mak settings.
2456 - Got DLL compilation working again (VC++).
2457 - Changed wxProp/Dialog Editor filenames.
2458
2459 Generic:
2460
2461 - Added tab classes, tab sample.
2462 - Revised memory.cpp, memory.h slightly; memory.h now #defines
2463   new to WXDEBUG_NEW in DEBUG mode. Windows implementation app.cpp
2464   now checks for leaks on exit. Added memcheck sample.
2465   See src/msw/issues.txt for more details.
2466 - resource.h, resource.cpp changed to make wxDefaultResourceTable
2467   a pointer. Now initialize resource system with
2468   wxInitializeResourceSystem and wxCleanUpResourceSystem, to
2469   allow better control of memory.
2470 - wxString now derives from wxObject, to enable memory leak
2471   checking.
2472 - Added some #include fixes in various files, plus changed
2473   float to long in wxToolBar files.
2474
2475 Alpha 6, March 10th 1998
2476 ------------------------
2477
2478 wxMSW:
2479
2480 - Found stack error bug - stopped unwanted OnIdle recursion.
2481 - Removed bug in wxTreeCtrl::InsertItem I added in alpha 5.
2482 - Changed exit behaviour in wxApp/wxFrame/wxDialog. Now will
2483   check if the number of top-level windows is zero before
2484   exiting. Also, wxApp::GetTopWindow will return either
2485   m_topWindow or the first member of wxTopLevelWindows, so you
2486   don't have to call wxApp::SetTopWindow.
2487 - Added dynarray.h/dynarray.cpp (from Vadim).
2488 - Added first cut at OLE drag and drop (from Vadim). dnd sample
2489   added. Drop target only at this stage. See src/msw/ole/*.cpp,
2490   wx/include/msw/ole/*.h. WIN32 only because of UUID usage.
2491   Doesn't work with GnuWin32 - no appropriate headers e.g. for
2492   IUnknown.
2493   Doesn't work with BC++ either - crashes on program startup.
2494 - Added Vadim's owner-draw modifications - will probably remain
2495   Windows-only. This enhances wxMenu, wxListBox. See ownerdrw sample.
2496 - Added wxLB_OWNERDRAW for owner-draw listboxes.
2497 - Vadim's wxCheckListBox derives from wxListBox. See checklst sample.
2498   Doesn't entirely work for WIN16.
2499 - Vadim has added wxMenuItem as a separate file menuitem.cpp. It
2500   can also be used as an argument to wxMenu::Append, not just for
2501   internal implementation.
2502 - Some #ifdefs done for MINGW32 compilation (just alter OPTIONS
2503   in makeg95.env, together with mingw32.bat). However, resource
2504   binding is not working yet so most apps with dialogs crash.
2505
2506 Generic:
2507
2508 - Added Vadim's dynarray.h, dynarray.cpp.
2509 - Added Vadim's menuitem.cpp.
2510 - Added Windows-specific wxCheckListBox,
2511   owner-draw wxListBox, and drag-and-drop
2512   (see docs/msw/changes.txt).
2513
2514 Alpha 5, 14th February 1998
2515 --------------------------
2516
2517 wxMSW:
2518
2519 - GENERIC AND MSW-SPECIFIC CODE NOW TREATED AS TWO SEPARATE
2520   DISTRIBUTIONS. This change log will therefore now refer to
2521   the Windows-specific code only. See docs/changes.txt for generic
2522   changes.
2523 - Removed Windows-specific reference counting system (GDI
2524   resources were cleaned up in idle time) - minimal
2525   advantages now we have a wxWin reference counting system.
2526 - Added missing WXDLLEXPORT keywords so DLL compilation works
2527   again.
2528 - Removed most warnings for GnuWin32 compilation.
2529 - Added wxRegion/wxRegionIterator, but haven't yet used it in
2530   e.g. wxDC.
2531
2532 Generic:
2533
2534 - GENERIC AND MSW-SPECIFIC CODE NOW TREATED AS TWO SEPARATE
2535   DISTRIBUTIONS. This change log will therefore now refer to
2536   the generic code only. See docs/msw/changes.txt for Windows-specific
2537   changes.
2538 - Readmes, change logs and installation files now go in
2539   platform-specific directories under docs, e.g. docs/msw,
2540   docs/gtk.
2541 - Added DECLARE_APP and IMPLEMENT_APP macros so wxApp object gets
2542   created dynamically, not as a global object.
2543 - Put wxColour into wx/msw/colour.h, src/msw/colour.cpp.
2544 - Changed names of some include/wx/generic headers to be
2545   consistent and to conform to gcc pragma conventions. Also
2546   changed choicesg.cpp to choicdgg.cpp.
2547 - Added gcc pragmas.
2548 - Added gtk inclusion in include/wx headers.
2549 - Added consistent file headings to source and headers.
2550 - Removed lang.cpp, lang.h and references to wxSTR_... variables;
2551   added a few references to wxTransString.
2552 - Added operator to wxTransString that converts automatically
2553   to wxString, so we can say e.g. wxMessageBox(wxTransString("Hello"), ...).
2554 - samples/internat now works (minimally).
2555 - Added wxMouseEvent::GetPosition and
2556   wxMouseEvent::GetLogicalPosition, both returning wxPoints.
2557 - Made wxSize and wxRect contain longs not ints.
2558 - Cured some memory leaks (thanks Vadim).
2559 - Tidied up OnIdle and introduced RequestMore/MoreRequested so
2560   will only keep processing OnIdle if it returns TRUE from
2561   MoreRequested.
2562
2563 Alpha 4, 31st January 1998
2564 --------------------------
2565
2566 All:
2567
2568 - Changed wxDC functions to take longs instead of floats. GetSize now takes
2569   integer pointers, plus a version that returns a wxSize.
2570 - const keyword added to various wxDC functions.
2571 - Under Windows, wxDC no longer has any knowledge of whether
2572   an associated window is scrolled or not. Instead, the device
2573   origin is set by wxScrolledWindow in wxScrolledWindow::PrepareDC.
2574 - wxScrolledWindow applications can optionally override the virtual OnDraw
2575   function instead of using the OnPaint event handler. The wxDC passed to
2576   OnDraw will be translated by PrepareDC to reflect scrolling.
2577   When drawing outside of OnDraw, must call PrepareDC explicitly.
2578 - wxToolBarBase/wxToolBarSimple similarly changed to allow for
2579   scrolling toolbars.
2580 - Integrated wxPostScriptDC patches for 1.xx by Chris Breeze,
2581   to help printing with multiple pages.
2582 - IPC classes given base classes (wxConnectionBase etc.) which
2583   define the API used by different implementations. DDE
2584   implementation updated to use these base classes.
2585 - wxHelpInstance now separated into wxHelpControllerBase (base
2586   for all implementations), wxWinHelpController (uses standard
2587   WinHelp), wxXLPHelpController (talks to wxHelp by DDE or
2588   TCP/IP). There will be others eventually, such as
2589   wxHTMLHelpController for Microsoft (and Netscape?) HTML Help.
2590 - Added Vadim Zeitlin's wxString class plus
2591   internationalization code (gettext simulation, wxLocale, etc.).
2592   New files from Vadim:
2593   include\wx\string.h
2594   include\wx\debug.h
2595   include\wx\file.h
2596   include\wx\log.h
2597   include\wx\intl.h
2598   src\common\string.cpp
2599   src\common\log.cpp
2600   src\common\intl.cpp
2601   src\common\file.cpp
2602   No longer use GNU wxString files.
2603 - Split off file-related functions into include\wx\filefn.h and
2604   src\common\filefn.cpp.
2605 - Borland C++ support (WIN32) for main library and
2606   samples, using makefile.b32 files.
2607 - Preparation done for allowing BC++ to compile wxWin as a DLL,
2608   including changes to defs.h.
2609 - wxIntPoint removed, wxPoint is now int, and wxRealPoint
2610   introduced.
2611 - Added wxShowEvent (generated when window is being shown or
2612   hidden).
2613 - Got minimal, docview, mdi samples working for 16-bit VC++ and
2614   cured 16-bit problem with wxTextCtrl (removed global memory
2615   trick).
2616 - Updated GnuWin32 makefiles, checked minimal, mdi, docview samples.
2617
2618 Alpha 3, September 1997
2619 -----------------------
2620
2621 All:
2622
2623 - wxListCtrl, wxTreeCtrl, wxImageList classes done.
2624 - Instigated new file hierarchy, split files and classes up more logically.
2625 - PrologIO and some other utils now put into core library.
2626 - Revamped print/preview classes, added wxPageSetupDialog.
2627 - Started documentation.
2628
2629 Alpha 2, 30th April 1997
2630 ------------------------
2631
2632 All:
2633
2634 - EVT_... macros now have at least one argument, for conformance
2635   with MetroWerks compiler.
2636 - Added ids to .wxr file format.
2637 - Got Dialog Editor compiled and running again but need
2638   to extend functionality to be in line with new controls.
2639   Added dialoged\test app to allow dynamic loading of .wxr files
2640   for testing purposes.
2641 - Rewrote wxBitmap to allow installable file type
2642   handlers.
2643 - Rewrote wxBitmapButton, wxStaticBitmap to not use Fafa.
2644 - Wrote most of wxTreeCtrl and sample (need wxImageList to implement it
2645   fully).
2646 - Added back wxRadioBox.
2647 - Tidied up wx_main.cpp, wxApp class, putting PenWin code in
2648   a separate file.
2649
2650 Alpha 1, 5th April 1997
2651 -----------------------
2652
2653 Generic:
2654
2655 At this point, the following has been achieved:
2656
2657 - A lot, but not all, of the code has been revamped for better
2658   naming conventions, protection of data members, and use of
2659   wxString instead of char *.
2660 - Obsolete functionality deleted (e.g. default wxPanel layout,
2661   old system event system) and code size reduced.
2662 - Class hierarchy changed (see design doc) - base classes such
2663   as wxbWindow now removed.
2664 - No longer includes windows.h in wxWin headers, by using stand-in
2665   Windows types where needed e.g. WXHWND.
2666 - PrologIO revised.
2667 - wxScrolledWindow, wxStatusBar and new MDI classes added.
2668   MDI is now achieved using separate classes, not window styles.
2669 - wxSystemSettings added, and made use of to reflect standard
2670   Windows settings.
2671 - SetButtonFont/SetLabelFont replaced by SetFont; font and colour
2672   settings mucho rationalised.
2673 - All windows are now subclassed with the same window proc to make
2674   event handling far more consistent. Old internal wxWnd and derived
2675   classes removed.
2676 - API for controls revised, in particular addition of
2677   wxValidator parameters and removal of labels for some controls.
2678 - 1 validator written: see examples/validate.
2679 - Event table system introduced (see most samples and
2680   wx_event.cpp/ProcessEvent, wx_event.h). wxEvtHandler
2681   made more flexible, with Push/PopEventHandler allowing a chain
2682   of event handlers.
2683 - wxRadioBox removed - will be added back soon.
2684 - Toolbar class hierarchy revised:
2685   wxToolBarBase
2686   wxToolBarSimple (= old wxToolBar)
2687   wxToolBar95 (= old wxButtonBar under Win95)
2688   wxToolBarMSW (= old wxButtonBar under WIN16/WIN32)
2689 - Constraint system debugged somewhat (sizers now work properly).
2690 - wxFileDialog, wxDirDialog added; other common dialogs now
2691   have class equivalents. Generic colour and font dialogs
2692   rewritten to not need obsolete panel layout.
2693 - .wxr resource system partially reinstated, though needs
2694   an integer ID for controls. Hopefully the resource system
2695   will be replaced by something better and more efficient
2696   in the future.
2697 - Device contexts no longer stored with window and accessed
2698   with GetDC - use wxClientDC, wxPaintDC, wxWindowDC stack
2699   variables instead.
2700 - wxSlider uses trackbar class under Win95, and wxSL_LABELS flag
2701   determines whether labels are shown. Other Win95-specific flags
2702   introduced, e.g. for showing ticks.
2703 - Styles introduced for dealing with 3D effects per window, for
2704   any window: all Win95 3D effects supported, plus transparent windows.
2705 - Major change to allow 3D effect support without CTL3D, under
2706   Win95.
2707 - Bitmap versions of button and checkbox separated out into new
2708   classes, but unimplemented as yet because I intend to remove
2709   the need for Fafa - it apparently causes GPFs in Win95 OSR 2.
2710 - utils/wxprop classes working (except maybe wxPropertyFormView)
2711   in preparation for use in Dialog Editor.
2712 - GNU-WIN32 compilation verified (a month or so ago).