more backported chnages
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20064 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -183,14 +183,14 @@ All:
|
|||||||
- wxStopWatch::Start() didn't resume it contrary to the docs
|
- wxStopWatch::Start() didn't resume it contrary to the docs
|
||||||
- accept '\r' as delimiter when parsing dates
|
- accept '\r' as delimiter when parsing dates
|
||||||
- fixed duplicate wxFontEncoding values
|
- fixed duplicate wxFontEncoding values
|
||||||
- wxrc fixes: fixed compilation of wxBitmap, wxIcon toplevel
|
- wxFileConfig now always uses UTF-8 to store settings in Unicode build;
|
||||||
nodes; fixed wxrc when using -o dirname/filename
|
it will be possible to set different charset in wxWindows >= 2.5.0
|
||||||
|
|
||||||
Unix (GUI):
|
Unix (GUI):
|
||||||
|
|
||||||
- fixed the "close" button of dialogs under KDE 3.1
|
- fixed the "close" button of dialogs under KDE 3.1
|
||||||
- fixed memory leak in wxMimeTypesManager
|
- fixed memory leak in wxMimeTypesManager
|
||||||
- Use GNOME2's /usr/share/pixmaps/document-icons in wxMimeTypesManager
|
- use GNOME2's /usr/share/pixmaps/document-icons in wxMimeTypesManager
|
||||||
|
|
||||||
wxBase
|
wxBase
|
||||||
|
|
||||||
@@ -222,9 +222,10 @@ wxMSW:
|
|||||||
- use ES_DISABLENOSCROLL to work around the vertical scrollbar bug in
|
- use ES_DISABLENOSCROLL to work around the vertical scrollbar bug in
|
||||||
wxTE_RICH2 text control
|
wxTE_RICH2 text control
|
||||||
- fixes for wxLocale::Init and Borland C++
|
- fixes for wxLocale::Init and Borland C++
|
||||||
- Fix for bug whereby owner-drawn buttons didn't draw multiline labels correctly
|
- fix for bug whereby owner-drawn buttons didn't draw multiline labels correctly
|
||||||
- Alt-letter didn't switch focus to a spin ctrl following static control with hotkey
|
- Alt-letter didn't switch focus to a spin ctrl following static control with
|
||||||
- Fix for multiple consecutive groups of radiobuttons
|
hotkey
|
||||||
|
- fix for multiple consecutive groups of radiobuttons
|
||||||
|
|
||||||
wxMotif:
|
wxMotif:
|
||||||
|
|
||||||
@@ -238,6 +239,23 @@ wxMac:
|
|||||||
|
|
||||||
- implement wxExecute with proper callback on Mac OS X
|
- implement wxExecute with proper callback on Mac OS X
|
||||||
|
|
||||||
|
wxHTML:
|
||||||
|
|
||||||
|
- fixed parsing of CDATA tags (Bill Nalen)
|
||||||
|
- content of <script> tags is not displayed anymore
|
||||||
|
- added wxHtmlWindow::LoadFile
|
||||||
|
- added SetFonts methods to wxHtmlDCRenderer and wxHtmlPrintout classes
|
||||||
|
- 'sizes' argument to SetFonts can now be NULL to use default font sizes
|
||||||
|
(both by Adrian Philip Look)
|
||||||
|
|
||||||
|
wxXRC:
|
||||||
|
|
||||||
|
- wxrc fixes: fixed compilation of wxBitmap, wxIcon toplevel
|
||||||
|
nodes; fixed wxrc when using -o dirname/filename
|
||||||
|
- wxToolBar handler now supports all wxToolBar's features
|
||||||
|
- <object_ref> handling was fixed
|
||||||
|
- loading of resources specified using relative file names was fixed
|
||||||
|
|
||||||
2.4.0
|
2.4.0
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user