]> git.saurik.com Git - wxWidgets.git/blame_incremental - docs/changes.txt
Don't resend an update event from m_spin to avoid recursion
[wxWidgets.git] / docs / changes.txt
... / ...
Content-type: text/html ]> git.saurik.com Git - wxWidgets.git/blame_incremental - docs/changes.txt


500 - Internal Server Error

Malformed UTF-8 character (fatal) at /usr/lib/x86_64-linux-gnu/perl5/5.40/HTML/Entities.pm line 485, <$fd> line 74.
CommitLineData
1---------------------------------------------------------------
2wxWidgets Change Log - For more verbose changes, see the manual
3---------------------------------------------------------------
4
52.7.0
6-----
7
8All:
9
10- wxLaunchDefaultBrowser() now supports wxBROWSER_NEW_WINDOW flag
11
12All (GUI):
13
14- Added wxTreeBook.
15- Added wxDialog::SetEscapeId().
16- wxItemContainerImmutable::FindString unified (affects wxRadioBox, wxListBox,
17 wxComboBox and wxChoice).
18- wxWindow::Fit() now works correctly for frames and dialogs too.
19- Added access to the border size between pages and controller in book
20 based controls (wxBookCtrlBase::Get/SetInternalBorder).
21- Added initial wxRichTextCtrl implementation.
22- All book based controls (notebook, treebook etc.) share now the same
23 options for orientation (wxBK_TOP, wxBK_DEFAULT, ...) instead of duplicated
24 wxLB_TOP, wxNB_TOP, wxCHB_TOP, wxTBK_TOP.
25- Added parent window parameter to wxHelpController constructor
26 and added SetParentWindow/GetParentWindow.
27- wxMultiChoiceDialog uses now wxCheckListBox if possible, wxListBox if not.
28- Added wxBitmapButton::SetHoverBitmap()
29- Access to titles through Get/SetTitle is available now only for top level
30 windows (wxDialog, wxFrame).
31
32wxMSW:
33
34- wxFileDialog respects absence of wxCHANGE_DIR flag under NT (Brad Anderson).
35- Switching page of a hidden notebook doesn't lose focus (Jamie Gadd).
36- Removed wxImageList *GetImageList(int) const.
37
38wxWinCE:
39
40- Pressing build-in joystick on WinCE phones fires wxEVT_JOY_BUTTON_DOWN event.
41- Native wxCheckListBox implementation.
42
43Unix:
44
45- NO_GCC_PRAGMA is not used any more, remove checks for it if you used it.
46
47
482.6.2
49-----
50
51All:
52
53- Fixed wxScopeGuard to work with VC++, documented it.
54- Fixed proxy handling in wxURL.
55- Added wxEVT_MEDIA_LOADED event for wxMediaCtrl.
56- Added new methods to wxMediaCtrl (wxURI version of Load, ShowPlayerControls).
57- Added wxZipFSHandler::Cleanup() (Stas Sergeev).
58- Added wxImage::RotateHue() and RGB <-> HSV conversions (John Anderson).
59- Fixed compilation with IBM xlC compiler.
60- wxABI_VERSION, see 'Backward Compatibility' topic overview in the manual.
61- Added wxLongLong::ToDouble().
62- Added wxDateTime::[Make]FromTimezone(), fixed several TZ-related bugs.
63- Fixed bug in wxStreamBuffer::Read(wxStreamBuffer *) (Paul Cornett).
64- Fixed wxListbook and wxChoicebook internal layout.
65
66All (GUI):
67
68- Added wxStaticText::Wrap()
69- wxChoice and wxComboBox::GetSelection() now returns completed selection,
70 added a new GetCurrentSelection() function having the old behaviour.
71- Added wxXmlResource::Unload().
72- Possibility of modeless wxWizard dialog (with presentation in sample).
73- Fixed a rare crash due to malformed HTML in wxHTML (Xavier Nodet).
74