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