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