Commit History

Author SHA1 Message Date
  BDisp 3b0fa82873 Forces conversion to long date format even if CultureInfo.CurrentCulture doesn't have it. (#431) 5 years ago
  BDisp 3b7db8b904 Prevents mouse all events, which perform any of the mouse events, to be invoked if mouseEvent.ButtonState == 0 && mouseEvent.EventFlags == 0. (#453) 5 years ago
  BDisp 4170612bce Updates screen on Unix window resizing. (#419) 5 years ago
  Charlie Kindel 9f636dbee8 Add Toplevel.Ready event (#446) 5 years ago
  Charlie Kindel cb624ce7b6 Fixes All Warnings (#450) 5 years ago
  Charlie Kindel d9d83067c5 Merge branch 'master' into refactor_onload_onresize 5 years ago
  Charlie Kindel 95d05dae68 fixed merge issues and one bug 5 years ago
  BDisp 824b4e6568 Revert "Changed to ControlU to undo and to ControlR to redo in the TextField." 5 years ago
  Charlie Kindel faaf89e20f Merge branch 'master' of tig:migueldeicaza/gui.cs 5 years ago
  BDisp ea9eab881c Changed to ControlU to undo and to ControlR to redo in the TextField. 5 years ago
  Charlie Kindel b3b82dc79c Make Windows default colors readable - Fixes #427 (#428) 5 years ago
  Charlie Kindel 5b845307a2 UI catalog (#387) 5 years ago
  BDisp 658e023904 Forces conversion to long date format even if CultureInfo.CurrentCulture doesn't have it. (#431) 5 years ago
  BDisp 88d6047c74 Prevents mouse all events, which perform any of the mouse events, to be invoked if mouseEvent.ButtonState == 0 && mouseEvent.EventFlags == 0. (#453) 5 years ago
  BDisp e3acbf2d90 Updates screen on Unix window resizing. (#419) 5 years ago
  Charlie Kindel 921a6a6170 Add Toplevel.Ready event (#446) 5 years ago
  Charlie Kindel a5a1ecbd8e Fixes All Warnings (#450) 5 years ago
  Ross Ferguson 250efb96cd Make sure view is at front when shown 5 years ago
  Charlie Kindel 97c6181567 Seeing how github actions will work 5 years ago
  BDisp b1934453fa Added a CloseFile method to the TextView as stated in #452. 5 years ago
  BDisp 054ea9a573 Prevents MenuBar redraw twice if there more than one Application.Top with MenuBar too. 5 years ago
  Charlie Kindel b3f8f3bb29 missed some renames 5 years ago
  Charlie Kindel dc87bc4e07 sorry. for. my. OCD. 5 years ago
  Charlie Kindel c7b4b3472a oops. left args off Resized 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
  Ross Ferguson 2dc0204d54 Detect if view is hosted inside a Dialog 5 years ago
  BDisp a29ca06fc8 Added ReadOnly feature to the TextField. Fixed some bugs too. 5 years ago
  Ross Ferguson 0e125968e9 Remove code checked-in by error 5 years ago
  Ross Ferguson 2c33836719 TextFieldAutoComplete demo works cross-platform. Fix list clearing issue. 5 years ago