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