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