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