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