don't mention GUI-only changes in the base section

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17205 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-09-15 18:17:32 +00:00
parent 00fd036c18
commit 418b74a078

View File

@@ -186,9 +186,6 @@ wxBase:
after (non standard) STL hash_map after (non standard) STL hash_map
- wxLocale now works in Unicode mode - wxLocale now works in Unicode mode
- wxLocale can now load message catalogs in arbitrary encoding - wxLocale can now load message catalogs in arbitrary encoding
- fixed the bug related to the redrawing on resize introduced in 2.3.2
- added static wxFontMapper::Get() accessor (use of wxTheFontMapper is now
deprecated)
- added wxShutdown() function (Marco Cavallini) - added wxShutdown() function (Marco Cavallini)
- added wxEXPLICIT macro - added wxEXPLICIT macro
- IPC classes improved and memory leaks fixed (Michael Fielding). - IPC classes improved and memory leaks fixed (Michael Fielding).
@@ -218,7 +215,8 @@ All (GUI):
wxHashTable wxHashTable
- added IFF image handler - added IFF image handler
- fixed using custom renderers in wxGrid which was broken in 2.3.2 - fixed using custom renderers in wxGrid which was broken in 2.3.2
- support for multiple images in one file added to wxImage (TIFF, GIF and ICO formats) - support for multiple images in one file added to wxImage
(TIFF, GIF and ICO formats)
- support for CUR and ANI files in wxImage added (Chris Elliott) - support for CUR and ANI files in wxImage added (Chris Elliott)
- wxTextCtrl::GetRange() added - wxTextCtrl::GetRange() added
- added wxGetFontFromUser() convenience function - added wxGetFontFromUser() convenience function
@@ -243,10 +241,13 @@ All (GUI):
(Rene Rivera). (Rene Rivera).
- Added wxTreeEvent::IsEditCancelled so the application can tell - Added wxTreeEvent::IsEditCancelled so the application can tell
whether a label edit was cancelled. whether a label edit was cancelled.
- added static wxFontMapper::Get() accessor (use of wxTheFontMapper is now
deprecated)
wxMSW: wxMSW:
- small appearance fixes for native look under Windows XP - small appearance fixes for native look under Windows XP
- fixed the bug related to the redrawing on resize introduced in 2.3.2
- fixed multiple bugs in wxExecute() with IO redirection - fixed multiple bugs in wxExecute() with IO redirection
- refresh the buttons properly when the window is resized (Hans Van Leemputten) - refresh the buttons properly when the window is resized (Hans Van Leemputten)
- huge (40*) speed up in wxMask::Create() - huge (40*) speed up in wxMask::Create()
@@ -284,8 +285,7 @@ wxMSW:
- don't fail to register remaining window classes if one fails to register - don't fail to register remaining window classes if one fails to register
- wxFontDialog effects only turned on if a valid colour was - wxFontDialog effects only turned on if a valid colour was
provided in wxFontData provided in wxFontData
- Added wxTE_LEFT, wxTE_CENTRE and wxTE_RIGHT flags for text - Added wxTE_LEFT, wxTE_CENTRE and wxTE_RIGHT flags for text control alignment.
control alignment.
- Bitmap printing uses 24 bits now, not 8. - Bitmap printing uses 24 bits now, not 8.
wxGTK: wxGTK: