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