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