Commit History

Author SHA1 Message Date
  BDisp 1d2dc40c8a Fixes #2305. Improves the handling of escape sequence. (#2375) 2 years ago
  BDisp abd9d47860 Added support to handle with the virtual packet key. 2 years ago
  tznind e7efa4058b Updated docs and made MouseEvent fields into properties for futureproofing and consistency 2 years ago
  tznind 46694ffa69 Change `MouseEvent` to a mutable class (previously struct) and added Handled 2 years ago
  Thomas Nind ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 years ago
  BDisp c27da1b982 Fixes #1210. Added AllowsReturn, AllowsTab and Multiline into the TextView. (#1249) 4 years ago
  BDisp 845b940078 Fixes shift on Unix. 4 years ago
  BDisp 01d4b4f55f Added wide improvements on keys managements. 4 years ago
  BDisp 21650576eb Recover from rebase. 4 years ago
  BDisp ce1c63ed51 Added a WheeledLeft and WheeledRight while pressing ButtonShift. 4 years ago
  Charlie Kindel e87b56cd77 updated api docs; implemented inheritdoc; may break deploy 5 years ago
  BDisp 30edaebaae No need to made KeyModifiers public in the class KeyEvent because his settings is already expose in the IsShift, IsAlt, IsCtrl, IsCapslock, IsNumlock and IsScrolllock. 5 years ago
  BDisp 4234d9b614 Resolved some changes requested. 5 years ago
  BDisp 4fcb164f4b Added class KeyModifiers which improvements better control over the combinations keys. 5 years ago
  Charlie Kindel 4d7ae9d2f2 refactored per #541 5 years ago