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