dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib ChangeLog,1.1214,1.1215


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib ChangeLog,1.1214,1.1215
Date: Thu, 31 Jul 2003 08:15:17 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib
In directory subversions:/tmp/cvs-serv22250

Modified Files:
        ChangeLog 
Log Message:
Fix bug #4507


Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/ChangeLog,v
retrieving revision 1.1214
retrieving revision 1.1215
diff -C2 -r1.1214 -r1.1215
*** ChangeLog   30 Jul 2003 17:16:41 -0000      1.1214
--- ChangeLog   31 Jul 2003 12:15:13 -0000      1.1215
***************
*** 1,19 ****
--- 1,34 ----
+ 
+ 2003-07-31  Gopal.V  <address@hidden>
+       
+       * runtime/System/Reflection/ClrType.cs: Fix bug in TrimMembers and 
+       optimise it a bit. (fix Bug #4507)
+ 
  2003-07-30  Neil Cawse   <address@hidden>
  
        * System.Drawing/Graphics.cs: DrawString alignment calc 1 out.
        MeasureCharacterRanges, dont continue if nowrap
+       
        * System.Drawing.Win32/DrawingGraphics.cs: MeasureString out by 1 on y
+       
        * System.Windows.Forms/TextBox.cs, System.Windows.Forms/TextBoxBase.cs:
        implemented text bigger than the textbox, scrolling and
        implemented more properties
+       
        * System.Windows.Forms/Control.cs: ClientSize not calling ClientToBounds
        correctly. Implemented PointToClient. Update fix.
+       
        * System.Windows.Forms/Label.cs: fix default alignment on label.
+       
        * System.Windows.Forms/TabControl.cs: decrease text y offset.
+       
        * System.Windows.Forms/RadioButton.cs: stubbed out
+       
        * samples/samples.build: removed TextBoxTest.cs, TabTest.cs, 
RegionTest.cs
        and added FormsTest.cs
+       
        * samples/TextBoxTest.cs, samples/TabTest.cs, samples/RegionTest.cs : 
        removed
+       
        * samples/FormsTest.cs: new test cases for Labels, RadioButtons, 
TextBoxes,
        TabControls and Regions.
***************
*** 30,37 ****
--- 45,55 ----
        * System.Drawing/Graphics.cs: fixes and lineAlignment to
        MeasureCharacterRanges
+       
        * System.Drawing.Win32/Win32.cs, System.Drawing.Win32/DrawingWindow:
        Fix Focused() and clipping for onpaint
+       
        * System.Drawing.Win32/DrawingGraphics.cs: MeasureString out by 1 on y
        implement toolkit SetClipRects
+       
        * System.Drawing.Xsharp/DrawingGraphics.cs,
        System.Drawing.Xsharp/DrawingPopupWindow.cs,
***************
*** 39,49 ****
--- 57,70 ----
        System.Drawing.Xsharp/DrawingWindow: improvements to clipping and 
implement
        Update code
+       
        * System.Windows.Forms/TextBox.cs: resize correctly for non multiline,
        select all when not setting focus by mouse, autosize implemented, hide 
caret
        and selection depending on focus. support BorderStyle = none, fixed all 
bugs
        found in laying out text and caret, word wrapping, space swallowing
+       
        * System.Windows.Forms/Control.cs: small fixes to CreateParams, 
CanFocus()
        and implement UpdateStyles(). Filter out delete in ToolkitKeyChar to be
        MS compliant
+ 
        * samples/TextBoxTest.cs : more cases for TextBox test.
  





reply via email to

[Prev in Thread] Current Thread [Next in Thread]