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