From ba35daf0898ab6802e56549df5e68546369aa20e Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 2 Mar 2007 17:18:13 +0000 Subject: [PATCH] Mention GraphicsContext changes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44599 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/docs/CHANGES.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wxPython/docs/CHANGES.txt b/wxPython/docs/CHANGES.txt index ce1cd39b02..0c2bf6fec0 100644 --- a/wxPython/docs/CHANGES.txt +++ b/wxPython/docs/CHANGES.txt @@ -35,6 +35,11 @@ its support for using the navigation keys on the numeric keypad. wx.lib.plot: patch #1663937 to allow user to turn off scientific notation on plot. +wxGTK: Most of the remaining TODOs for the wx.GraphicsContext on wxGTK +have been done. This includes implementations for GetTextExtent, +Clip, DrawBitmap, fixing the drawing position of text to be at the +upper left corner instead of the baseline, etc. +