Historial de Commits

Autor SHA1 Mensaje Fecha
  Thomas 7deacf3bb9 Renamed to simply GetObjectOnRow and dropped unused X component hace 3 años
  Thomas 6800113ff1 Changed name to GetObjectRow hace 3 años
  Thomas 7f0671e10a Renamed new methods hace 3 años
  Thomas Nind e60d7f4363 Added IndexOf method to TreeView to allow for keyboard context menus hace 3 años
  Thomas Nind 5c39f6af48 Added new method HitTest to TreeView to allow for better context menus hace 3 años
  Thomas 8e148013ec Added ColorGetter to TreeView hace 3 años
  Thomas Nind ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) hace 3 años
  Thomas Nind 85c74b8357 Added DesiredCursorVisibility to TreeView (#1561) hace 3 años
  BDisp 52f48b2044 Fixes #1384. Added a VisibleChanged event on the View class. (#1385) hace 4 años
  Thomas Nind 444a01ae46 Extracted TreeView classes (builders, delegates, event args etc) into seperate files in namespace Terminal.Gui.Trees (#1246) hace 4 años
  Charlie Kindel 4da9ad0e89 Fix 1130 broken links (#1131) hace 4 años
  Thomas Nind 522745f559 Fix #1120 (#1124) hace 4 años
  tznind bb28caeb75 Changed BuildLineMap to use IReadOnlyCollection hace 4 años
  tznind 57a93aa186 Fixed layout to match coding guidelines hace 4 años
  tznind bace6d279c Fixed mouse click expand/collapse not clearing cached state of line map hace 4 años
  tznind 7cb3812c19 Split TreeNode, TreeStyle and TreeBuilder into seperate files hace 4 años
  tznind db322b27ef Added GoTo method and renamed 'model' parameter where appropriate hace 4 años
  tznind dc22a890e9 Updated to match coding guidelines (whitespace, brackets etc) hace 4 años
  tznind 07bc61e045 Fixed not using curly bracers for one line statement blocks hace 4 años
  tznind d2361072c1 Wrapped all comments to 100 width hace 4 años
  tznind 332083870b Added overflow check for AllowLetterBasedNavigation before casting to char hace 4 años
  tznind d1a3b4807e Added AllowLetterBasedNavigation - press S to go to next node beginning with 'S' hace 4 años
  tznind 62a997f4b3 Tidied up docs and fixed several methods to be virtual hace 4 años
  tznind 07899ec304 Added branch level navigation Ctrl+Up/Down hace 4 años
  tznind ec85340285 Added ObjectActivated event hace 4 años
  tznind cd63ac0f20 Merge branch 'tree-view' of https://github.com/tznind/gui.cs into tree-view hace 4 años
  tznind 2d7b3f4f52 Added interactive scenario (create and delete tree nodes on demand). Added Tag and Text to interface for ITreeNode hace 4 años
  tznind 01566fa0a8 Fixed GetAllSelectedObjects including SelectedObject when it is hidden by branch collapsing hace 4 años
  tznind db3d784a1a Added caching of BuildLineMap results for better performance with very large trees hace 4 años
  tznind 14244d2c19 Improved performance of TreeSelection.Contains hace 4 años