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