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