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