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