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