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