* Test/System.Windows.Forms/DataGridViewCellTest.cs: Added
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / TextBoxBase.cs
2007-08-14 Jonathan Pobst2007-08-14 Jonathan Pobst <monkey@jpobst.com>
2007-08-10 Jonathan Pobst2007-08-10 Jonathan Pobst <monkey@jpobst.com>
2007-08-09 Gert Driesen* ThemeNice.cs: Use XplatUI.RunningOnUnix instead of...
2007-07-31 Jonathan Pobst2007-07-31 Jonathan Pobst <monkey@jpobst.com>
2007-07-31 Jonathan Pobst2007-07-31 Jonathan Pobst <monkey@jpobst.com>
2007-07-30 Jonathan Pobst2007-07-30 Jonathan Pobst <monkey@jpobst.com>
2007-07-23 Jonathan Pobst2007-07-23 Jonathan Pobst <monkey@jpobst.com>
2007-07-12 Rolf Bjarne Kvinge* DataGridView.cs, TextControl.cs, ProgressBar.cs,...
2007-05-31 Jackson Harper * TextBoxBase.cs: These seem to be the correct...
2007-05-25 Jackson Harper SelectedText will handle the event firing here.
2007-05-25 Jackson Harper * TextBoxBase.cs: Raise textchanged when cuttin...
2007-05-24 Jackson Harper * TextControl.cs: We need to manually break...
2007-05-18 Jackson Harper * RichTextBox.cs: Recalculate the document...
2007-05-17 Jackson Harper * TextBoxBase.cs: Recalculate the document...
2007-05-16 Jonathan Pobst2007-05-15 Jonathan Pobst <monkey@jpobst.com>
2007-05-15 Jackson Harper * TextBox.cs:
2007-05-14 Jackson Harper * TextBoxBase.cs: Implement some of the new...
2007-05-01 Jackson Harper * TextBoxBase.cs: Better preferred height,...
2007-04-26 Marek Safar2007-04-26 Marek Safar <marek.safar@gmail.com>
2007-04-24 Jackson Harper * TextBoxBase.cs: Fixup the height of textboxes...
2007-04-23 Jackson Harper * TextBoxBase.cs: Non multiline textboxes shoul...
2007-04-21 Jackson Harper * UpDownBase.cs:
2007-04-19 Jackson Harper * TextBox.cs: Move the has_been_focused into...
2007-04-19 Jackson Harper * TextControl.cs: Move the margins to the docum...
2007-04-18 Jackson Harper * TextControl.cs: Pressing the end key shouldn...
2007-04-18 Jackson Harper Before combining two lines for a delete, we...
2007-04-18 Jackson Harper * TextControl.cs: We can't move lines, then...
2007-04-16 Jackson Harper * TextBoxBase.cs: When enter is pressed, we...
2007-04-06 Jackson Harper * TextBoxBase.cs: When a delete removes...
2007-04-06 Jackson Harper * TextBoxBase.cs: Don't delete into the line...
2007-04-05 Jackson Harper * TextControl.cs:
2007-04-04 Jackson Harper * TextBoxBase.cs: When the user presses enter...
2007-04-03 Jackson Harper * TextBoxBase.cs: Calculate the scrollbars...
2007-04-03 Jackson Harper - Display the caret after doing a page up/down...
2007-04-03 Jackson Harper* TextBoxBase.cs: We need to calculate maximums even...
2007-04-02 Jackson Harper * TextBoxBase.cs: Scroll faster!
2007-03-31 Gert Driesen* RichTextBoxTest.cs: Added BackColor test. Improved...
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 * RichTextBox.cs: Enable shortcuts by default.
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-18 Gert Driesen* TextBoxBase.cs: In setter for ReadOnly, only chance...
2007-03-15 Jackson Harper - Set the background color to gray on 2.0 when...
2007-03-15 Jackson Harper * TextControl.cs:
2007-03-14 Jackson Harper * TextBoxBase.cs: Mess with the creation stuff...
2007-03-14 Jackson Harper * TextBoxBase.cs: Need to display the caret...
2007-03-14 Eyal AlaloufMark tests as not working under TARGET_JVM
2007-03-13 Jackson Harper * TextBoxBase.cs: Calculate the document before...
2007-03-12 Raja R HarinathIn corlib/System.Runtime.InteropServices:
2007-03-12 Jackson Harper * TextBoxBase.cs: Now that the handles are...
2007-03-10 Gert Driesen* FormHandleTest.cs: Fixed build using csc 1.x.
2007-03-09 Jackson Harper - Need to invalidate when backcolor or readonly...
2007-03-09 Jackson Harper * TextBox.cs: Don't explicitly set our backgrou...
2007-03-09 Jackson Harper - Do not raise OnPaint, and removed some old...
2007-03-09 Jackson Harper * TextBoxBase.cs: Don't set the forecolor until...
2007-02-27 Jackson Harper * TextBoxBase.cs: Update the caret.
2007-02-21 Miguel de IcazaCopy from 72246 to trunk
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-01-29 Jackson Harper * TextBoxBase.cs: Deleting sections...
2007-01-28 Raja R HarinathIn gmcs:
2007-01-25 Rolf Bjarne Kvinge2007-01-25 Rolf Bjarne Kvinge <RKvinge@novell.com>
2007-01-25 Rolf Bjarne Kvinge * TextBoxBase.cs: Don't antialias text. Makes it look...
2007-01-25 Jackson Harper * TextControl.cs: Add a Suspend/Resume for...
2007-01-24 Jackson Harper * TextBoxBase.cs: When we move the caret we...
2007-01-23 Jackson Harper * TextControl.cs:
2007-01-18 Jackson Harper * TextBox.cs:
2007-01-16 Jackson Harper * TextBoxBase.cs: Use the new SuspendRecalc...
2007-01-16 Chris Toshok2007-01-15 Chris Toshok <toshok@ximian.com>
2007-01-13 Miguel de IcazaFix thinko
2007-01-13 Miguel de IcazaA couple of other no-op overrides
2007-01-05 Atsushi Enomerged Sys.Web.Services 2.0 support in my branch:
2007-01-03 Jackson Harper * TextBoxBase.cs: We move the caret with the...
2006-12-27 Konstantin TrigerImplemented Servlet session management. Servlet hosting...
2006-12-26 Chris Toshokfix 'new' usage
2006-12-26 Miguel de Icaza2006-12-25 Miguel de Icaza <miguel@novell.com>
2006-12-24 Chris Toshok * GridTablesFactory.cs: 2.0 corcompare work.
2006-12-20 Jackson Harper * TextBoxBase.cs: Kill then redraw the caret...
2006-12-20 Jackson Harper precedence
2006-12-20 Marek HabersackImplementation of the 2.0 session state model
2006-12-20 Jackson Harper - PreferredHeight is a little different than...
2006-12-20 Jackson Harper - When backspacing, move the caret before we...
2006-12-20 Jackson Harper - PreferredHeight is a little different than...
2006-12-20 Jackson Harper * TextBoxBase.cs: When changing the font across...
2006-12-19 Jackson Harper * RichTextBox.cs:
2006-12-16 Miguel de Icaza2006-12-15 Miguel de Icaza <miguel@novell.com>
2006-12-11 Jackson Harper - Only do selection with the left mouse button.
2006-12-11 Jackson Harper * TextBoxBase.cs: We need to cap this value...
2006-12-11 Jackson Harper - If the window is resized and scrolling is...
2006-12-11 Jackson Harper * TextControl.cs: Draw the caret and the select...
2006-12-08 Jackson Harper * TextBoxBase.cs: Ugh, ClientSize can be 0...
2006-12-08 Jackson Harper - Constrain the double click handler to the...
2006-12-08 Jackson Harper * TextBoxBase.cs: Reworked the mouse...
2006-12-07 Jackson Harper * TextBoxBase.cs: Take HideSelection into accou...
2006-12-07 Chris Toshok2006-12-06 Chris Toshok <toshok@ximian.com>
2006-12-06 Jackson Harper * TextControl.cs: Make this operation undoable.
next