]> git.saurik.com Git - wxWidgets.git/blame_incremental - docs/changes.txt
unhide wxConnectionBase::Execute(wxString)
[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 78.
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- wxGetWorkingDirectory() deprecated. Use wxGetCwd() instead.
12
13All (GUI):
14
15- Added wxTreeBook.
16- Added wxKeyEvent::GetModifiers()
17- Added wxDialog::SetEscapeId().
18- wxItemContainerImmutable::FindString unified (affects wxRadioBox, wxListBox,
19 wxComboBox and wxChoice).
20- wxWindow::Fit() now works correctly for frames and dialogs too.
21- Added access to the border size between pages and controller in book
22 based controls (wxBookCtrlBase::Get/SetInternalBorder).
23- Added initial wxRichTextCtrl implementation.
24- All book based controls (notebook, treebook etc.) share now the same
25 options for orientation (wxBK_TOP, wxBK_DEFAULT, ...) instead of duplicated
26 wxLB_TOP, wxNB_TOP, wxCHB_TOP, wxTBK_TOP.
27- Added parent window parameter to wxHelpController constructor
28 and added SetParentWindow/GetParentWindow.
29- wxMultiChoiceDialog uses now wxCheckListBox if possible, wxListBox if not.
30- Added wxBitmapButton::SetHoverBitmap()
31- Access to titles through Get/SetTitle is available now only for top level
32 windows (wxDialog, wxFrame).
33- Fixed memory leak of pending events in wxEvtHandler
34
35wxMSW:
36
37- wxFileDialog respects absence of wxCHANGE_DIR flag under NT (Brad Anderson).
38- Switching page of a hidden notebook doesn't lose focus (Jamie Gadd).
39- Removed wxImageList *GetImageList(int) const.
40
41wxWinCE:
42
43- Pressing build-in joystick on WinCE phones fires wxEVT_JOY_BUTTON_DOWN event.
44- Native wxCheckListBox implementation.
45- All wxTopLevelWindows resizes accordingly to SIP visibility.
46
47Unix:
48
49- NO_GCC_PRAGMA is not used any more, remove checks for it if you used it.
50
51
522.6.2
53-----
54
55All:
56
57- Fixed wxScopeGuard to work with VC++, documented it.
58- Fixed proxy handling in wxURL.
59- Added wxEVT_MEDIA_LOADED event for wxMediaCtrl.
60- Added new methods to wxMediaCtrl (wxURI version of Load, ShowPlayerControls).
61- Added wxZipFSHandler::Cleanup() (Stas Sergeev).
62- Added wxImage::RotateHue() and RGB <-> HSV conversions (John Anderson).
63- Fixed compilation with IBM xlC compiler.
64- wxABI_VERSION, see 'Backward Compatibility' topic overview in the manual.
65- Added wxLongLong::ToDouble().
66- Added wxDateTime::[Make]FromTimezone(), fixed several TZ-related bugs.
67- Fixed bug in wxStreamBuffer::Read(wxStreamBuffer *) (Paul Cornett).
68- Fixed wxListbook and wxChoicebook internal layout.
69
70All (GUI):
71
72- Added wxStaticText::Wrap()
73- wxChoice and wxComboBox::GetSelection() now returns completed selection,
74 added a new GetCurrentSelection() function having the old behaviour.
75- Added wxXmlResource::Unload().
76- Possibility of modeless wxWizard dialog (with presentation in sample).
77- Fixed a rare crash due to malformed HTML in wxHTML (Xavier Nodet).
78