2005-06-21 Peter Bartok <pbartok@novell.com>
authorPeter Dennis Bartok <pbartok@mono-cvs.ximian.com>
Wed, 22 Jun 2005 02:03:47 +0000 (02:03 -0000)
committerPeter Dennis Bartok <pbartok@mono-cvs.ximian.com>
Wed, 22 Jun 2005 02:03:47 +0000 (02:03 -0000)
commita47b4ee260f0904abe01d09ff94bec7cc7ccce36
treedee0c330d6d787d26d4940374967f0e4b0bee648
parent926e933117c4876cf5215ba6158482a5c6d68a8f
2005-06-21  Peter Bartok  <pbartok@novell.com>

* TextBoxBase.cs:
  - Now calling PositionCaret with absolute space coordinates
  - Enabled vertical scrolling
  - Better tracking of scrollbar changes, tied into WidthChange
    event
  - Improved cursor tracking
  - Removed debug output
* TextControl.cs:
  - PositionCaret coordinates are now works in absolute space, not
    the canvas
  - Improved tracking of document size
  - Added events for width and height changes

svn path=/trunk/mcs/; revision=46340
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TextBoxBase.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TextControl.cs