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