コミット履歴

作者 SHA1 メッセージ 日付
  Charlie Kindel 4da9ad0e89 Fix 1130 broken links (#1131) 4 年 前
  Thomas Nind 522745f559 Fix #1120 (#1124) 4 年 前
  tznind bb28caeb75 Changed BuildLineMap to use IReadOnlyCollection 4 年 前
  tznind 57a93aa186 Fixed layout to match coding guidelines 4 年 前
  tznind bace6d279c Fixed mouse click expand/collapse not clearing cached state of line map 4 年 前
  tznind 7cb3812c19 Split TreeNode, TreeStyle and TreeBuilder into seperate files 4 年 前
  tznind db322b27ef Added GoTo method and renamed 'model' parameter where appropriate 4 年 前
  tznind dc22a890e9 Updated to match coding guidelines (whitespace, brackets etc) 4 年 前
  tznind 07bc61e045 Fixed not using curly bracers for one line statement blocks 4 年 前
  tznind d2361072c1 Wrapped all comments to 100 width 4 年 前
  tznind 332083870b Added overflow check for AllowLetterBasedNavigation before casting to char 4 年 前
  tznind d1a3b4807e Added AllowLetterBasedNavigation - press S to go to next node beginning with 'S' 4 年 前
  tznind 62a997f4b3 Tidied up docs and fixed several methods to be virtual 4 年 前
  tznind 07899ec304 Added branch level navigation Ctrl+Up/Down 4 年 前
  tznind ec85340285 Added ObjectActivated event 4 年 前
  tznind cd63ac0f20 Merge branch 'tree-view' of https://github.com/tznind/gui.cs into tree-view 4 年 前
  tznind 2d7b3f4f52 Added interactive scenario (create and delete tree nodes on demand). Added Tag and Text to interface for ITreeNode 4 年 前
  tznind 01566fa0a8 Fixed GetAllSelectedObjects including SelectedObject when it is hidden by branch collapsing 4 年 前
  tznind db3d784a1a Added caching of BuildLineMap results for better performance with very large trees 4 年 前
  tznind 14244d2c19 Improved performance of TreeSelection.Contains 4 年 前
  tznind f21f21522f Added SelectAll and made OnSelectionChanged protected 4 年 前
  tznind 74f5dd8dc5 Fixed not rendering last character of line when text is too long (and truncated) 4 年 前
  tznind 5b763bd44f Added ExpandAll / CollapseAll (shortcut Ctrl + Right/Left) 4 年 前
  tznind 76f81d2bdd Fixed `IsSelected` using reference comparison instead of equality 4 年 前
  tznind 66a779cb41 Fixed Rebuild not going to bottom of hierarchy 4 年 前
  tznind f675b3b39c Added new scenario ClassExplorer which presents all Types and Methods divided by assembly 4 年 前
  tznind 01b899fb37 test for multi select, mouse fix and collapse selection fix 4 年 前
  tznind c3253e965d Added GetAllSelectedObjects 4 年 前
  tznind 06bb01a68f Added ability to select multiple branches at once 4 年 前
  tznind eb97e64830 Made 'LeaveLastRow' optional as new property in TableStyle 4 年 前