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