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