提交历史

作者 SHA1 备注 提交日期
  BDisp 9c4b3e0c6b Fixing some keys and mouse navigation. Moving a few more methods from the TextField to the TextModel class. 4 年之前
  BDisp e102a34897 Fixes #1050. ScrollView take to long to scroll enormous content size. 4 年之前
  BDisp fe311ea54b Moving common methods to the TextModel class. 4 年之前
  BDisp 0450909991 Fixes #93. Audit TextView just like we did TextField to ensure proper treatment of Unicode 4 年之前
  Charlie Kindel b4cf7ff506 Merge pull request #1044 from BDisp/menu-separator 4 年之前
  Charlie Kindel b93bdd92d2 Merge pull request #1042 from BDisp/netdriver-all-events 4 年之前
  tznind 51aefce32b changed expand color settings to use ColorScheme 4 年之前
  BDisp 8725c3f461 Fixes #1043. The menu separator is being printed in the wrong place. 4 年之前
  BDisp a4b19b05b8 Prevents negative values if the windows size change so quickly. 4 年之前
  BDisp 39c2856861 Also clear screen in Unix and typo. 4 年之前
  BDisp 72a4104ee5 Fixes #1041. NetDriver events should stay all together. 4 年之前
  tznind e1b60fb9fa Added Format property to ColumnStyle 4 年之前
  tznind 64042132ed Fixed collapse scrolling and color for expand/collapse 4 年之前
  tznind 869a6f1fd7 Changed Scenario menu items to use radio buttons 4 年之前
  tznind edf46b6f6d Merge branch 'master' into tree-view 4 年之前
  tznind 899ef1ffea Fixed mixing public fields and properties 4 年之前
  tznind 33cf23c0d7 Moved styling logic into new class TreeStyle 4 年之前
  tznind 3d1b40cd08 Updated scenario to show both trees at once 4 年之前
  tznind dc184ba469 Changed from object to generic <T> for TreeView 4 年之前
  tznind 5014d8ce61 Merge branch 'tree-view' of https://github.com/tznind/gui.cs into tree-view 4 年之前
  tznind 5c5d0eee0a Added ShowExpandableSymbol option to toggle displaying '+' symbol 4 年之前
  tznind a95ab9e1ba Spaced out branch lines and fixed bug when ShowBranchLines is off 4 年之前
  tznind a1904950fa Removed minus symbol for collapsing nodes 4 年之前
  tznind dc0a378729 Changed selection rendering to cover whole row 4 年之前
  tznind 8fe8128b0b Replaced delegates with new interface ITreeBuilder 4 年之前
  tznind 7cf34777d3 Fixed missing xmldoc 4 年之前
  tznind 30251c8baf Fixed alignment padding and made better use of Bounds.Width 4 年之前
  tznind ace6251414 Support for column styles (alignment and format) 4 年之前
  tznind 700e097e4b Fixed start of line rendering and line flag checks 4 年之前
  tznind 185f4ed4cd Added gridlines and fixed partial column rendering 4 年之前