Commit History

Author SHA1 Message Date
  BDisp 12465e2e50 Removed AllowsNullTerminated property. 2 years ago
  BDisp dac05a6c08 Fixes https://github.com/gui-cs/Terminal.Gui/issues/2238#issuecomment-1323531323. 2 years ago
  BDisp a84c682b62 Fixes #2212. Editor Scenario: Crashes on Exit. 2 years ago
  Charlie Kindel 53c7bc8c2d doc tweak 2 years ago
  Charlie Kindel 787349e177 Added ContentsChanged event & unit tests. Updated Text.cs Scenario 2 years ago
  BDisp 834a942302 Fixes #2064. mouseGrabView must have a track to allow the views who use it having some control. 2 years ago
  BDisp 09f005448e Fixes #1800. TextView now uses the same colors as TextField. (#1971) 2 years ago
  BDisp d368215e07 Fixes #1987. Textview insert text newline fix (#1988) 2 years ago
  BDisp 2594706a69 Fixes #1967. New keys for DeleteAll on TextField and TextView. (#1968) 2 years ago
  Jeff Greene bbbacf4514 Fixes #1963. Only remove one character on backspace when wordwrap is on (#1964) 2 years ago
  BDisp c43183ff14 Fixes #1953. TextView cursor position is not updating by mouse. (#1954) 2 years ago
  BDisp 6b88f31edf Fixes #1951. TextView with selected text doesn't scroll beyond the cursor position. (#1952) 3 years ago
  BDisp f01132ca0e Fixes #1948. It isn't possible to get unwrapped cursor position when word wrap is enabled on TextView. (#1949) 3 years ago
  BDisp 4573990b46 Ensures that the isButtonShift flag is disabled in all situations. (#1945) 3 years ago
  BDisp 7ade996ef4 Fixes #1943. Mouse ButtonShift is not preserving the text selected when clicking on another position. (#1944) 3 years ago
  BDisp a23c1bee19 Fixes #1925. Preserve trailing spaces on word wrap must be refactored… (#1929) 3 years ago
  BDisp 74b91a3979 Textview readonly wrap fix (#1898) 3 years ago
  BDisp ec0822401a Fixes #1867. Use Undo and Redo commands with WordWrap enabled. (#1877) 3 years ago
  BDisp 57fc939e22 Fixes #1866. Bug when scrolling text and type in a TextView. (#1868) 3 years ago
  Tig Kindel 2451c19d15 Wizard fixes (#1802) 3 years ago
  BDisp 2e2566f0f0 Fixes #1796. If TextView is ReadOnly tab and return are ignored. Also fixes Button click via spacebar (#1804) 3 years ago
  BDisp 205fbf4d5b Avoid throwing when WordWrap is true on constructor initialization. 3 years ago
  BDisp 9c36ec7c83 Fixes #1675. ContextMenu MenuItens typo 3 years ago
  BDisp 177465fae2 Implementing context menu and localization on TextView. (#1631) 3 years ago
  BDisp e3b62cff38 Implementing undo/redo to back tab key. (#1608) 3 years ago
  BDisp 6c21b1ee6e Implementing HistoryText class for undo and redo text. (#1590) 3 years ago
  Thomas Nind ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 years ago
  BDisp 4df5897318 Fixes the cursor not being showing if the text length is equal to the view width. 3 years ago
  BDisp eca55d7d42 Allows navigation to outside a TextView if IsMdiContainer is true. 3 years ago
  BDisp 32db62044e Changes kill-to-start key to work on Linux too. 3 years ago