Historique des commits

Auteur SHA1 Message Date
  BDisp d32c631dfd Changed from DateTime to TimeSpan. Changed from EventHandler to Action. il y a 5 ans
  Charlie Kindel da5bfd46f2 feature complete il y a 5 ans
  Charlie Kindel 7a0c522a20 Upgraded ScrollView + Charmap (#601) il y a 5 ans
  Charlie Kindel fddfcf8802 Charlie's Mondo Patch (#600) il y a 5 ans
  BDisp fa29269ade Added mouse support to the StatusBar. (#598) il y a 5 ans
  BDisp 4fcb164f4b Added class KeyModifiers which improvements better control over the combinations keys. il y a 5 ans
  Charlie Kindel 532285db8d Moved NetDriver's IMainLoopDriver impl to NetDriver.cs il y a 5 ans
  Charlie Kindel 140bb276ee moved mainloop out of CursesDriver il y a 5 ans
  Fabian R 46b4c9025b Improved View Key event handling il y a 5 ans
  Ross Ferguson 6228bffcbf Merge branch 'master' of https://github.com/migueldeicaza/gui.cs into feature/TextFieldAutoComplete il y a 5 ans
  Ross Ferguson f0199f6e61 Rename TextViewAutoComplete to ComboBox il y a 5 ans
  Ross Ferguson 360e0256b8 TextFieldAutoComplete demo works cross-platform. Fix list clearing issue. il y a 5 ans
  Ross Ferguson 282cf64500 AutoHide option. List and text view synced. il y a 5 ans
  Ross Ferguson 1dc0cc6fac Use LayoutStyle.Computed. Add Text setter il y a 5 ans
  Ross Ferguson e04cbf2b97 Feature/TextFieldAutoComplete il y a 5 ans
  Charlie Kindel ce16a147ea Merge pull request #449 from tig/refactor_onload_onresize il y a 5 ans
  Charlie Kindel b3f8f3bb29 missed some renames il y a 5 ans
  Charlie Kindel 2c5d09a521 Refactored onload/onresize events to use event vs. Action<T> il y a 5 ans
  Charlie Kindel ea813ce1e7 Refactored keydown/up/press events to use event vs. Action<T> il y a 5 ans
  BDisp e6c5b2599a Improved a better clipped screen. Fixes some bugs with ScrollView, Menu. Added some virtual methods. (#410) il y a 5 ans
  Charlie Kindel 8b26240741 Adds a better keyup/keydown demo to demo.cs (#395) il y a 5 ans
  Charlie Kindel 427cf4784b Text alignment (#397) il y a 5 ans
  Charlie Kindel 5df8500862 Status bar snap (#384) il y a 5 ans
  BDisp df5bc9f0b8 Fixed a moving window issue. Added OnLoad Action because there are settings that need to be accessed only once. (#375) il y a 5 ans
  Charlie Kindel c7ce619092 MenuItems on MenuBar (#388) il y a 5 ans
  BDisp ee7fc3022d Fixes #355 stack overflow with Pos based on the size of windows at startup. Added a OnResized action to set the Pos after the terminal are resized. (#367) il y a 5 ans
  miguel 12cfbb8231 Fix the demo il y a 5 ans
  Charlie Kindel c51e4177fe made it so Ctrl-X on status bar actually quits (#362) il y a 5 ans
  miguel 6d08364ad9 Move the text alignment demo elsewhere, so I can debug other things il y a 5 ans
  miguel f8548666ee Improve the UI of the ListView demo, and the demo; And add a crashing scenario that I will fix il y a 5 ans