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