X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a69be60b0f1dac4713e6650ca3ca9fe5a53de062..1bfec677b1b7baf36ffcde190f456d2eea960239:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index c54f4eced2..32b73af0a4 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -49,7 +49,6 @@ wxBase: must modify YourApp::OnAssert() signature if you were using it to override the default assert handling. - All (GUI): ! the event type constants are not constants any more but are dynamically @@ -191,6 +190,8 @@ wxBase: deprecated) - added wxShutdown() function (Marco Cavallini) - added wxEXPLICIT macro +- IPC classes improved and memory leaks fixed (Michael Fielding). + Global buffer removed, duplication in docs removed Unix (Base/GUI): @@ -251,6 +252,7 @@ wxMSW: - fixed redraw problems in dynamically resized wxStaticText - improvements to wxWindows applications behaviour when the system colours are changed +- choose implicit parent for the dialog boxes better - fixed wxProgressDialog for ranges > 65535 - wxSpinButton and wxSpinCtrl now support full 32 bit range (if the version of comctl32.dll installed on the system supports it) @@ -276,6 +278,8 @@ wxMSW: - fixed a condition where a thread can hang during message/event processing - increased space between wxRadioBox label and first radio button - don't fail to register remaining window classes if one fails to register +- wxFontDialog effects only turned on if a valid colour was + provided in wxFontData wxGTK: