]> git.saurik.com Git - wxWidgets.git/blame - docs/changes.txt
Rebake after adding libs html and xml to samples using lib adv
[wxWidgets.git] / docs / changes.txt
Content-type: text/html ]> git.saurik.com Git - wxWidgets.git/blame - 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 355.
CommitLineData
5fae57de
JS
1---------------------------------------------------------------
2wxWidgets Change Log - For more verbose changes, see the manual
3---------------------------------------------------------------
d643b80e 4
254e8e29
VZ
52.7.0
6-----
7
42d0df00
VZ
8All:
9
10- wxLaunchDefaultBrowser() now supports wxBROWSER_NEW_WINDOW flag
11
c6ece595
VZ
12All (GUI):
13
5d7836c4
JS
14- Added wxTreeBook.
15- Added wxDialog::SetEscapeId().
f7c40316 16- wxItemContainerImmutable::FindString unified (affects wxRadioBox, wxListBox,
5d7836c4
JS
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.
d8fd7acb
WS
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.
c6ece595 25
af1f0a76
VZ
26wxMSW:
27
5d7836c4
JS
28- wxFileDialog respects absence of wxCHANGE_DIR flag under NT (Brad Anderson).
29- Switching page of a hidden notebook doesn't lose focus (Jamie Gadd).
af1f0a76 30
254e8e29
VZ
31Unix:
32
5d7836c4 33- NO_GCC_PRAGMA is not used any more, remove checks for it if you used it.
254e8e29 34
af1f0a76 35
af5d391c
WS
362.6.2
37-----
38
1a64b24d
VZ
39All:
40
fd725bce
WS
41- Fixed wxScopeGuard to work with VC++, documented it.
42- Fixed proxy handling in wxURL.
b23030d6
JS
43- Added wxEVT_MEDIA_LOADED event for wxMediaCtrl.
44- Added new methods to wxMediaCtrl (wxURI version of Load, ShowPlayerControls).
45- Added wxZipFSHandler::Cleanup() (Stas Sergeev).
46- Added wxImage::RotateHue() and RGB <-> HSV conversions (John Anderson).
47- Fixed compilation with IBM xlC compiler.
e38bddf5 48- wxABI_VERSION, see 'Backward Compatibility' topic overview in the manual.
12c69341
JS
49- Added wxLongLong::ToDouble().
50- Added wxDateTime::[Make]FromTimezone(), fixed several TZ-related bugs.
51- Fixed bug in wxStreamBuffer::Read(wxStreamBuffer *) (Paul Cornett).
bf8ca20d 52- Fixed wxListbook and wxChoicebook internal layout.
1a64b24d 53
60fd818a
VZ
54All (GUI):
55
5d1b4919 56- Added wxStaticText::Wrap()
6ba93d23 57- wxChoice and wxComboBox::GetSelection() now returns completed selection,
12c69341 58 added a new GetCurrentSelection() function having the old behaviour.
3285ee53 59- Added wxXmlResource::Unload().
b3eb133b 60- Possibility of modeless wxWizard dialog (with presentation in sample).
3285ee53 61- Fixed a rare crash due to malformed HTML in wxHTML (Xavier Nodet).
b23030d6 62