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