提交历史

作者 SHA1 备注 提交日期
  tznind e833adf94d Fixed always returning true in ProcessKey even when not consuming keystroke 4 年之前
  Charlie Kindel 62b5800c84 Merge pull request #1021 from BDisp/netdriver-unicode 4 年之前
  Charlie Kindel fdd6ec355d Merge pull request #1027 from BDisp/textfield-unicode-frame 4 年之前
  BDisp 94f58acecf Trying fix #335 4 年之前
  BDisp c0540b5de6 Adjusting the code. 4 年之前
  BDisp 097c82fdf5 Fixes #1026. TextField is redrawing over SuperView limits with unicode characters using NetDriver. 4 年之前
  BDisp 3e29baa5c5 Cleanup. 4 年之前
  BDisp 55c682dde1 Ensures that the Toplevel redraw if the LayoutNeeded is true in the RunLoop too. 4 年之前
  BDisp 88c33bb924 Reverting the breaking Toplevel Redraw. 4 年之前
  BDisp 441fcbecbe Removed break. 4 年之前
  BDisp 12383e4c31 Avoid exception if LastFocused is null. 4 年之前
  BDisp 7de9db69c6 Fixing demo. 4 年之前
  BDisp 9b0ea4e992 Changed from Enum HeightSize to bool HeightAsBuffer. 4 年之前
  Charlie Kindel d782bf62f7 Merge pull request #1025 from BDisp/textview-newline 4 年之前
  BDisp f43bcc07e5 Fixes #1024. TextView is printing the new line character "\n" with a symbol. 4 年之前
  BDisp 148a813365 NetDriver now process the hot keys and shortcut keys. 4 年之前
  tznind 8c0c975aea Changed example to show folders first then files (and ensure alphabetical order) 4 年之前
  BDisp a7c2847256 Fixes Console.WindowHeight detection when HeightSize.BufferHeight is set. 4 年之前
  BDisp b6cb860b73 Disabling supported operation system warnings. 4 年之前
  BDisp 934c0b9629 isWinPlatform was written twice. 4 年之前
  BDisp d8fbd3efb2 True font types has its own non printable characters and we should use them. 4 年之前
  BDisp 415cd11e20 Fixes #1020. NetDriver does not deal well with unicode characters yet. 4 年之前
  tznind c147f79e28 Added CanExpandGetter logic (optional) 4 年之前
  tznind 4047154eec Fixed returning subdirectory duplicates in example 4 年之前
  tznind de06dd1de3 Tidy up and comments 4 年之前
  tznind 8f4087a64b Initial tree view control 4 年之前
  tznind 74d4d1b895 Fixed CanFocus not being true by default for TableView 4 年之前
  Charlie Kindel cb3df2292d Merge pull request #1019 from BDisp/childneedsdisplay 4 年之前
  Charlie Kindel a7dfeced76 Merge pull request #1017 from BDisp/window-frame 4 年之前
  BDisp 6ba5b4e1c1 Fixes #1018. Since childNeedsDisplay is used outside the View class it must to be a property. 4 年之前