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