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