Historie revizí

Autor SHA1 Zpráva Datum
  Charlie Kindel ff26e5471b updated relnotes před 4 roky
  Charlie Kindel 0f91ffe43d updated readme to list treeview and tableview před 4 roky
  Charlie Kindel 76123a0ed9 regen docs před 4 roky
  Charlie Kindel fde741ad76 Merge pull request #1022 from tznind/tree-view před 4 roky
  tznind bb28caeb75 Changed BuildLineMap to use IReadOnlyCollection před 4 roky
  tznind 57a93aa186 Fixed layout to match coding guidelines před 4 roky
  tznind bace6d279c Fixed mouse click expand/collapse not clearing cached state of line map před 4 roky
  tznind 57dd4a6f61 Added ObjectActivated example in TreeViewFileSystem that displays info about the selected file/dir před 4 roky
  tznind 7cb3812c19 Split TreeNode, TreeStyle and TreeBuilder into seperate files před 4 roky
  tznind db322b27ef Added GoTo method and renamed 'model' parameter where appropriate před 4 roky
  tznind dc22a890e9 Updated to match coding guidelines (whitespace, brackets etc) před 4 roky
  tznind 07bc61e045 Fixed not using curly bracers for one line statement blocks před 4 roky
  tznind d2361072c1 Wrapped all comments to 100 width před 4 roky
  Charlie Kindel ca333ceb70 Merge pull request #1066 from BDisp/heightasbuffer-as-true před 4 roky
  Charlie Kindel d7832b5213 Merge pull request #1117 from kreghek/patch-1 před 4 roky
  Pavel Kurkutov 3e46047971 Fix NewFile modal před 4 roky
  tznind 332083870b Added overflow check for AllowLetterBasedNavigation before casting to char před 4 roky
  tznind d1a3b4807e Added AllowLetterBasedNavigation - press S to go to next node beginning with 'S' před 4 roky
  tznind 62a997f4b3 Tidied up docs and fixed several methods to be virtual před 4 roky
  tznind 07899ec304 Added branch level navigation Ctrl+Up/Down před 4 roky
  tznind ec85340285 Added ObjectActivated event před 4 roky
  tznind 2a86709296 Fixed not adding top menu to Scenario před 4 roky
  tznind cd63ac0f20 Merge branch 'tree-view' of https://github.com/tznind/gui.cs into tree-view před 4 roky
  tznind 2d7b3f4f52 Added interactive scenario (create and delete tree nodes on demand). Added Tag and Text to interface for ITreeNode před 4 roky
  tznind 01566fa0a8 Fixed GetAllSelectedObjects including SelectedObject when it is hidden by branch collapsing před 4 roky
  tznind db3d784a1a Added caching of BuildLineMap results for better performance with very large trees před 4 roky
  tznind 14244d2c19 Improved performance of TreeSelection.Contains před 4 roky
  tznind f21f21522f Added SelectAll and made OnSelectionChanged protected před 4 roky
  tznind 74f5dd8dc5 Fixed not rendering last character of line when text is too long (and truncated) před 4 roky
  tznind 5b763bd44f Added ExpandAll / CollapseAll (shortcut Ctrl + Right/Left) před 4 roky