Commit History

Author SHA1 Message Date
  Ross Ferguson cfcf8efb59 ComboBox multiple fixes. Dim.Fill() incorrectly calculated. List height not resizing. SetSource() not immeadiately updating list. Double click not selecting item. Example now demo resizes with view 5 years ago
  BDisp 9b695799ab Fixes #705 setting current Application.Top. 5 years ago
  Charlie Kindel 634f214d6a fixed status bar resize on Windows; not in cmd.exe 5 years ago
  BDisp 554202f5e7 Removing the unnecessary force from the View. 5 years ago
  BDisp 2766af8afe Allowing negative coordinates for scrolling purpose. 5 years ago
  Ross Ferguson 36a658d3e8 ComboBox. Color/Dim.Fill() issues when hosted inside a dialog 5 years ago
  Ross Ferguson 6f94a776fd ComboBox: Refactor. Resize Width working 5 years ago
  Ross Ferguson 4a3e1d0959 ComboBox. Adopt ListView interface pattern 5 years ago
  Ross Ferguson 89e2790a1c ComboBox supports Dim.Fill() Dim.Percent() 5 years ago
  Charlie Kindel dc878b899c enabled better characters 5 years ago
  BDisp 89a4bdeb03 Changed from Terminal.Gui all EventHandler to Action. 5 years ago
  BDisp d32c631dfd Changed from DateTime to TimeSpan. Changed from EventHandler to Action. 5 years ago
  Charlie Kindel da5bfd46f2 feature complete 5 years ago
  Charlie Kindel 7a0c522a20 Upgraded ScrollView + Charmap (#601) 5 years ago
  Charlie Kindel fddfcf8802 Charlie's Mondo Patch (#600) 5 years ago
  BDisp fa29269ade Added mouse support to the StatusBar. (#598) 5 years ago
  BDisp 4fcb164f4b Added class KeyModifiers which improvements better control over the combinations keys. 5 years ago
  Charlie Kindel 532285db8d Moved NetDriver's IMainLoopDriver impl to NetDriver.cs 5 years ago
  Charlie Kindel 140bb276ee moved mainloop out of CursesDriver 5 years ago
  Fabian R 46b4c9025b Improved View Key event handling 5 years ago
  Ross Ferguson 6228bffcbf Merge branch 'master' of https://github.com/migueldeicaza/gui.cs into feature/TextFieldAutoComplete 5 years ago
  Ross Ferguson f0199f6e61 Rename TextViewAutoComplete to ComboBox 5 years ago
  Ross Ferguson 360e0256b8 TextFieldAutoComplete demo works cross-platform. Fix list clearing issue. 5 years ago
  Ross Ferguson 282cf64500 AutoHide option. List and text view synced. 5 years ago
  Ross Ferguson 1dc0cc6fac Use LayoutStyle.Computed. Add Text setter 5 years ago
  Ross Ferguson e04cbf2b97 Feature/TextFieldAutoComplete 5 years ago
  Charlie Kindel ce16a147ea Merge pull request #449 from tig/refactor_onload_onresize 5 years ago
  Charlie Kindel b3f8f3bb29 missed some renames 5 years ago
  Charlie Kindel 2c5d09a521 Refactored onload/onresize events to use event vs. Action<T> 5 years ago
  Charlie Kindel ea813ce1e7 Refactored keydown/up/press events to use event vs. Action<T> 5 years ago