2007-10-01 Jonathan Pobst <monkey@jpobst.com>
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / TextControl.cs
2007-10-01 Jonathan Pobst2007-10-01 Jonathan Pobst <monkey@jpobst.com>
2007-09-25 Marek SafarNew tests.
2007-09-20 Jonathan Pobst2007-09-20 Jonathan Pobst <monkey@jpobst.com>
2007-08-20 Rolf Bjarne Kvinge* System.Windows.Forms/TextControl.cs: Use Math.Max...
2007-07-12 Rolf Bjarne Kvinge* DataGridView.cs, TextControl.cs, ProgressBar.cs,...
2007-07-10 Jackson Harper * TextControl.cs: Remove some old unused text...
2007-05-30 Jackson Harper * TextControl.cs: Redid the pageup/pagedown...
2007-05-24 Jackson Harper * TextControl.cs: Handle tabs in non multiline...
2007-05-24 Jackson Harper * TextControl.cs: We need to manually break...
2007-05-14 Jackson Harper * TextBoxBase.cs: Implement some of the new...
2007-05-14 Jackson Harper * TextControl.cs: Because the line endings...
2007-05-14 Jackson Harper * TextControl.cs: Because the line endings...
2007-04-26 Alan McGovernFixed typo
2007-04-19 Jackson Harper * TextControl.cs: Move the margins to the docum...
2007-04-19 Jackson Harper * TextControl.cs: Oops, we need to use the...
2007-04-18 Jackson Harper * TextControl.cs: Pressing the end key shouldn...
2007-04-18 Jackson Harper * TextControl.cs: We can't move lines, then...
2007-04-13 Jackson Harper * TextControl.cs: Set the line ending correctly...
2007-04-12 Jackson Harper * TextControl.cs: Fix some off-by-one issues...
2007-04-09 Jackson Harper * TextControl.cs: We don't need this -1 on...
2007-04-06 Jackson Harper * TextControl.cs: We need to invalidate across...
2007-04-05 Jackson Harper - When combining lines, strip the ending text...
2007-04-05 Jackson Harper * TextControl.cs: Move around the line...
2007-04-05 Jackson Harpertypo
2007-04-05 Jackson Harper * TextControl.cs:
2007-04-04 Jackson Harper * TextControl.cs: When we delete multiple selec...
2007-04-04 Jackson Harper * TextBoxBase.cs: When the user presses enter...
2007-04-03 Jackson Harper * TextControl.cs: Don't attempt to copy text...
2007-04-02 Jackson Harper - Still have to do the end tag if we have stepp...
2007-04-02 Jackson Harper flush
2007-04-02 Jackson Harper * TextControl.cs: Make sure the attributes...
2007-03-29 Jackson Harper * TextControl.cs: When deleting text from non...
2007-03-28 Jackson Harper - Make sure the line ending calcs get called.
2007-03-28 Jackson Harper * TextControl.cs: If a char delete removes...
2007-03-27 Jackson Harper * TextControl.cs: Improvements to non multiline...
2007-03-26 Jackson Harper * TextControl.cs: Draw and measure line endings...
2007-03-23 Jackson Harper oops debug code.
2007-03-23 Jackson Harper * TextControl.cs:
2007-03-20 Jackson Harper * TextControl.cs:
2007-03-20 Jackson Harper * TextControl.cs: Need to use SelectionLength...
2007-03-19 Jackson Harper * TextBox.cs: Reduce the amount of invalidation...
2007-03-19 Jackson Harper * TextControl.cs: Add an alignment property...
2007-03-18 Jackson Harper * TextBoxBase.cs: Allow updating the selection...
2007-03-18 Jackson Harper * RTF.cs: Added support for metafiles and...
2007-03-15 Jackson Harper * TextControl.cs:
2007-03-14 Eyal AlaloufMark tests as not working under TARGET_JVM
2007-03-12 Raja R HarinathIn corlib/System.Runtime.InteropServices:
2007-03-09 Jackson Harper * TextBox.cs: Don't explicitly set our backgrou...
2007-02-27 Jackson Harper * TextControl.cs: Try to never let the caret...
2007-02-27 Vladimir Krasnov* MainsoftWebApp20.Tomcat.vmwcsproj: converted to csproj
2007-02-21 Miguel de IcazaCopy from 72246 to trunk
2007-02-20 Jackson Harper * TextControl.cs: Remove RecalAlignments call...
2007-02-16 Jackson Harper * TextBoxBase.cs: Modified the method for inser...
2007-02-15 Noam LampertGrasshopper now uses csproj instead of vmwcsproj
2007-02-12 Jackson Harper * RichTextBox.cs:
2007-02-08 Andreia Gaita* PrintPreviewControl.cs: rewrite toolbar code to fix...
2007-02-05 Jackson Harper - Consolidate the line position.
2007-02-05 Jackson Harper * TextControl.cs: Don't have crlfs when we...
2007-01-29 Andreia Gaita2007-01-29 Andreia Gaita <avidigal@novell.com>
2007-01-28 Raja R HarinathIn gmcs:
2007-01-25 Jackson Harper * TextControl.cs: For the last char of a line...
2007-01-25 Jackson Harper * TextControl.cs: Respect ShowSelection when...
2007-01-25 Jackson Harper * TextControl.cs: Add a Suspend/Resume for...
2007-01-23 Jackson Harper oops left some debug code in.
2007-01-23 Jackson Harper * TextControl.cs:
2007-01-18 Jackson Harper * TextControl.cs: Calculate width properly.
2007-01-18 Jackson Harper * TextBox.cs:
2007-01-18 Jackson Harper * TextControl.cs: We can't skip tags if any...
2007-01-18 Jackson Harper * TextControl.cs: When replacing a selection...
2007-01-16 Jackson Harper * TextBoxBase.cs: Use the new SuspendRecalc...
2007-01-05 Atsushi Enomerged Sys.Web.Services 2.0 support in my branch:
2007-01-03 Jackson Harper * TextControl.cs: Need to prevent wrap calculat...
2006-12-20 Jackson Harper * TextControl.cs: Attempt to reduce the number...
2006-12-20 Marek HabersackImplementation of the 2.0 session state model
2006-12-20 Jackson Harper * TextControl.cs: soft now means something...
2006-12-19 Jackson Harper - When calculating char positions only add...
2006-12-19 Jackson Harper * TextControl.cs: Don't increment the position...
2006-12-19 Jackson Harper - We need to invalidate the selection area...
2006-12-19 Jackson Harper * RichTextBox.cs:
2006-12-12 Jackson Harper * TextControl.cs: We were almost always drawing...
2006-12-11 Jackson Harper * TextBoxBase.cs: We need to cap this value...
2006-12-11 Jackson Harper * TextControl.cs: Draw the caret and the select...
2006-12-11 Jackson Harper * TextControl.cs: Need to track undo...
2006-12-08 Jackson Harper * TextControl.cs: We need to invalidate the...
2006-12-06 Jackson Harper * TextControl.cs: Make this operation undoable.
2006-12-05 Jackson Harper * TextControl.cs: Redo Insert a little so that...
2006-12-04 Jackson Harper oops, accidental regression.
2006-12-04 Jackson Harper * TextBoxBase.cs:
2006-12-04 Jackson Harper * TextBoxBase.cs: Default selection length...
2006-12-01 Jackson Harper * TextControl.cs: Do not update the view while...
2006-11-30 Jackson Harper * TextControl.cs: Lower magic number for wrap...
2006-11-29 Martin BauligNew test.
2006-11-29 Martin BauligNew test.
2006-11-29 Martin BauligNew test.
2006-11-29 Martin BauligNew test.
2006-11-29 Martin BauligNew test.
2006-11-29 Martin BauligNew test.
2006-11-29 Martin BauligNew test.
2006-11-29 Martin BauligNew test.
2006-11-29 Martin BauligNew test.
next