From 9721958798200ae0dfbe6e8b52a5ee734b3a4205 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Sat, 16 Sep 2000 11:08:28 +0000 Subject: [PATCH] Updated changes.txt git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8374 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/gtk/changes.txt | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/gtk/changes.txt b/docs/gtk/changes.txt index f37d66dc3d..d2564999a7 100644 --- a/docs/gtk/changes.txt +++ b/docs/gtk/changes.txt @@ -1,9 +1,22 @@ -XXth September: wxWindows 2.2.2 released +20th September: wxWindows 2.2.2 released Fixed wxSizer bug that made items with option flags greater than 1 report a wrongn size. +Fixed many incompatibilties with GTK themes - +essentially a backport from the 2.3 branch. + +Added missing wxImage::Paste() for transparent +images. + +Fixed a drawing error for ellipses and arc in both +the DC code and the PostScript code. + +Fixed wxListCtrl::HitTest() for report mode. + +Other minor fixes. + 20th August 2000: wxWindows 2.2.1 released Minor build fixes.