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