]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Clarify the separator native look remark.
[wxWidgets.git] / docs / changes.txt
index a11a311149f2df751659954de595e5b32d0d1633..ad36dd94bbee439454ed524f851cc5096250363e 100644 (file)
@@ -372,6 +372,8 @@ All:
    (file, line and function name) and id of the thread which generated it.
  * SetThreadActiveTarget() allows to set up thread-specific log targets.
 - Fix output buffer overflow in wxBase64Decode() (Eric W. Savage).
+- Added bilinear image resizing algorithm to wxImage (bishop).
+- Fix bug with position argument in wxImage::Size() (Byron Sorgdrager).
 
 All (GUI):
 
@@ -396,6 +398,7 @@ All (GUI):
 - Added wxWindow::CanScroll() behaving like the old HasScrollbar() and made
   HasScrollbar() really check for the scrollbar existence.
 - Added wxKeyEvent::IsKeyInCategory() (Jeff Tupper).
+- Add A0 and A1 paper formats support (Martin Perktold).
 
 GTK: