]> git.saurik.com Git - wxWidgets.git/blame - docs/changes.txt
we have dlerror() under Darwin
[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 529.
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
ce045aed 11- wxGetWorkingDirectory() deprecated. Use wxGetCwd() instead.
42d0df00 12
c6ece595
VZ
13All (GUI):
14
5d7836c4 15- Added wxTreeBook.
e7102772 16- Added wxKeyEvent::GetModifiers()
5d7836c4 17- Added wxDialog::SetEscapeId().
f7c40316 18- wxItemContainerImmutable::FindString unified (affects wxRadioBox, wxListBox,
5d7836c4
JS
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.
d8fd7acb
WS
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.
3db52265
JS
27- Added parent window parameter to wxHelpController constructor
28 and added SetParentWindow/GetParentWindow.
60104cba 29- wxMultiChoiceDialog uses now wxCheckListBox if possible, wxListBox if not.
1fdc16ad 30- Added wxBitmapButton::SetHoverBitmap()
60fef964
WS
31- Access to titles through Get/SetTitle is available now only for top level
32 windows (wxDialog, wxFrame).
6dc2a916 33- Fixed memory leak of pending events in wxEvtHandler
c6ece595 34
af1f0a76
VZ
35wxMSW:
36
5d7836c4
JS
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).
2c028d83 39- Removed wxImageList *GetImageList(int) const.
af1f0a76 40
46cbb21e
JS
41wxGTK:
42
43- Fixed problem with choice editor in wxGrid whereby the editor
44 lost focus when the combobox menu was shown.
45
7b504551
WS
46wxWinCE:
47
48- Pressing build-in joystick on WinCE phones fires wxEVT_JOY_BUTTON_DOWN event.
31618973 49- Native wxCheckListBox implementation.
08b97268 50- All wxTopLevelWindows resizes accordingly to SIP visibility.
7b504551 51
254e8e29
VZ
52Unix:
53
5d7836c4 54- NO_GCC_PRAGMA is not used any more, remove checks for it if you used it.
254e8e29 55
af1f0a76 56
af5d391c
WS
572.6.2
58-----
59
1a64b24d
VZ
60All:
61
fd725bce
WS
62- Fixed wxScopeGuard to work with VC++, documented it.
63- Fixed proxy handling in wxURL.
b23030d6
JS
64- Added wxEVT_MEDIA_LOADED event for wxMediaCtrl.
65- Added new methods to wxMediaCtrl (wxURI version of Load, ShowPlayerControls).
66- Added wxZipFSHandler::Cleanup() (Stas Sergeev).
67- Added wxImage::RotateHue() and RGB <-> HSV conversions (John Anderson).
68- Fixed compilation with IBM xlC compiler.
e38bddf5 69- wxABI_VERSION, see 'Backward Compatibility' topic overview in the manual.
12c69341
JS
70- Added wxLongLong::ToDouble().
71- Added wxDateTime::[Make]FromTimezone(), fixed several TZ-related bugs.
72- Fixed bug in wxStreamBuffer::Read(wxStreamBuffer *) (Paul Cornett).
bf8ca20d 73- Fixed wxListbook and wxChoicebook internal layout.
1a64b24d 74
60fd818a
VZ
75All (GUI):
76
5d1b4919 77- Added wxStaticText::Wrap()
6ba93d23 78- wxChoice and wxComboBox::GetSelection() now returns completed selection,
12c69341 79 added a new GetCurrentSelection() function having the old behaviour.
3285ee53 80- Added wxXmlResource::Unload().
b3eb133b 81- Possibility of modeless wxWizard dialog (with presentation in sample).
3285ee53 82- Fixed a rare crash due to malformed HTML in wxHTML (Xavier Nodet).
b23030d6 83