X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/96461cc29d03b4a7ab72abaae2e7edace93dd2a5..7c2cb1f4bd05eeae198692e456c5e3cdef115339:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index 290f75ec69..48f64b8ff6 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -2,6 +2,18 @@ wxWidgets 2.5 Change Log - For more verbose changes, see the manual ------------------------------------------------------------------- +2.6 +----- + +All: + +- wxPathExists deprecated, use wxDirExists instead. + +wxMSW: + +- fixed static box border when the label is empty +- fixed SetBackgroundColour() to change only label background, not entire box + 2.5.5 ----- @@ -121,8 +133,8 @@ All: - wxGetPowerType() and wxGetBatteryState() addition - wxSystemSettings::GetSystem*() members deprecated and replaced with wxSystemSettings::Get*() -- wxWindowBase::DoGetBestSize now includes the difference (if any) between - the client size and total size of the window. Code that sets the +- wxWindowBase::DoGetBestSize now includes the difference (if any) between + the client size and total size of the window. Code that sets the client size using the best size, or that added extra space to sizers to compensate for this bug may need to be changed. - Changed calculation of scrolling area to not clip away some bits