Commit History

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