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