Commit History

Author SHA1 Message Date
  BDisp 9d721e94f6 Ensures clipping always respecting the anchoring if it's the case. Adding SetWidth and SetHeight methods to the View class. 4 years ago
  BDisp 01c07ddc9e Fixes #1056. Window doesn't redraw his SuperView properly. 4 years ago
  BDisp 708fd8a876 Fixes #1053. ProcessMouseEvent seems to initialize MouseEvent incorrectly. 4 years ago
  BDisp 7583128cad Removed from the unit test too. 4 years ago
  BDisp 2d6e7cda99 Fixes #1052. Application.CurrentView looks unused. 4 years ago
  BDisp 56f2319227 Added column scrolling feature and some more other improvements. 4 years ago
  BDisp 9c4b3e0c6b Fixing some keys and mouse navigation. Moving a few more methods from the TextField to the TextModel class. 4 years ago
  BDisp e102a34897 Fixes #1050. ScrollView take to long to scroll enormous content size. 4 years ago
  BDisp fe311ea54b Moving common methods to the TextModel class. 4 years ago
  BDisp 0450909991 Fixes #93. Audit TextView just like we did TextField to ensure proper treatment of Unicode 4 years ago
  Charlie Kindel b4cf7ff506 Merge pull request #1044 from BDisp/menu-separator 4 years ago
  Charlie Kindel b93bdd92d2 Merge pull request #1042 from BDisp/netdriver-all-events 4 years ago
  tznind 51aefce32b changed expand color settings to use ColorScheme 4 years ago
  BDisp 8725c3f461 Fixes #1043. The menu separator is being printed in the wrong place. 4 years ago
  BDisp a4b19b05b8 Prevents negative values if the windows size change so quickly. 4 years ago
  BDisp 39c2856861 Also clear screen in Unix and typo. 4 years ago
  BDisp 72a4104ee5 Fixes #1041. NetDriver events should stay all together. 4 years ago
  tznind e1b60fb9fa Added Format property to ColumnStyle 4 years ago
  tznind 64042132ed Fixed collapse scrolling and color for expand/collapse 4 years ago
  tznind 869a6f1fd7 Changed Scenario menu items to use radio buttons 4 years ago
  tznind edf46b6f6d Merge branch 'master' into tree-view 4 years ago
  tznind 899ef1ffea Fixed mixing public fields and properties 4 years ago
  tznind 33cf23c0d7 Moved styling logic into new class TreeStyle 4 years ago
  tznind 3d1b40cd08 Updated scenario to show both trees at once 4 years ago
  tznind dc184ba469 Changed from object to generic <T> for TreeView 4 years ago
  tznind 5014d8ce61 Merge branch 'tree-view' of https://github.com/tznind/gui.cs into tree-view 4 years ago
  tznind 5c5d0eee0a Added ShowExpandableSymbol option to toggle displaying '+' symbol 4 years ago
  tznind a95ab9e1ba Spaced out branch lines and fixed bug when ShowBranchLines is off 4 years ago
  tznind a1904950fa Removed minus symbol for collapsing nodes 4 years ago
  tznind dc0a378729 Changed selection rendering to cover whole row 4 years ago