]> git.saurik.com Git - wxWidgets.git/commitdiff
Added notes for recent changes
authorRobin Dunn <robin@alldunn.com>
Fri, 17 Dec 2004 02:00:28 +0000 (02:00 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 17 Dec 2004 02:00:28 +0000 (02:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31044 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/docs/CHANGES.txt

index cc1577748e220e592a955ce5a85178c2e81ec566..a2da7e6d48575c4fb4262463a207201670ebc84a 100644 (file)
@@ -73,7 +73,19 @@ wxGTK2: Reimplemented DoDrawRotatedText() by way of a rotation of an
 alpha blended text bitmap.  It would be better if Pango could draw
 directly into an wxImage (as FreeType can,) but that is for later...
 
 alpha blended text bitmap.  It would be better if Pango could draw
 directly into an wxImage (as FreeType can,) but that is for later...
 
-Added wrappers for wx.MediaCtrl.
+Added wrappers and a demo for wx.MediaCtrl.
+
+wxGTK: Patch applied for Freeze()/Thaw() for wxTextCtrtl.
+
+Added "gravity" for splitter window (patch 1046105). Gravity is a
+floating-point factor between 0.0 and 1.0 which controls position of
+sash while resizing the wx.SplitterWindow.  The gravity specifies
+how much the left/top window will grow while resizing.
+
+wxMSW: wx.Slider's C++ implementation rewritten to be more
+maintainable and hopefully less buggy.  The position of the labels has
+also been changed in order to better comply with Microsoft's examples
+of how to use the control.