Commit Graph

68 Commits (master)

Author SHA1 Message Date
Trevor Slocum 919f229dcc Update List, Table and TreeView to not handle Tab or Backtab 2 years ago
Trevor Slocum d7f1e2ab2a Add SetVisible and GetVisible to all widgets 3 years ago
Trevor Slocum 3ad2fdd36a Clarify that Table rows must each have the same number of columns 3 years ago
Trevor Slocum c3391c3c3b Make printWithStyle public and rename as PrintStyle 3 years ago
Trevor Slocum b47c35329c Fix TextView region highlighting 3 years ago
Trevor Slocum 86d39b1867 Do not wrap around TableCell selection 3 years ago
Trevor Slocum ed5e6d94dd Remove return values from methods which return their primitive (breaks chaining) 3 years ago
Trevor Slocum d5edb975b6 Store ListItem text as []byte instead of string 3 years ago
Trevor Slocum 96b2dd5523 Add Table test and benchmark, store TableCell as []byte instead of string 3 years ago
Trevor Slocum 6b34a95e75 Print text using []byte instead of string, calculate string width using runewidth instead of uniseg 3 years ago
Trevor Slocum 89fa23ab00 Resolve lint warnings 3 years ago
Trevor Slocum f35f86924a Add Table.Sort, Table.SetSortFunc and Table.SetSortClicked
Resolves #33.
3 years ago
Trevor Slocum 8292f9baf2 Upgrade tcell to v2
Resolves #32.
3 years ago
Trevor Slocum cdeff20296 Use sync.RWMutex in all widgets
Resolves #30.
3 years ago
Trevor Slocum 49536324ce Rename Keys.SelectAlt to Keys.Select2 3 years ago
Trevor Slocum 8acccbefa7 Split up shortcuts into primary and secondary 3 years ago
Trevor Slocum 777d2f09fc Use Keys shortcuts with Button, CheckBox, Grid and Table 3 years ago
Trevor Slocum 48c31ff1a0 Remove wiki references 3 years ago
rivo 1f765c8695 Merge pull request #422 from rivo/mouse
Add mouse support
3 years ago
Trevor Slocum e29d4b73b9 Make cview thread-safe 3 years ago
Trevor Slocum d815ca837d Fix scrolling Table with PageDown and PageUp when some fixedRows are not visible 3 years ago
Trevor Slocum 74844d6d3f Fix applying ScrollBarAlways to List 3 years ago
Trevor Slocum b4090e9215 Fix scrolling Table with PageDown and PageUp 3 years ago
Trevor Slocum c6f9bcda29 Add option to always show scroll bar 3 years ago
Trevor Slocum 96f3c15040 Add scroll bar to List, DropDown, Table and TreeView 3 years ago
Trevor Slocum 5f880bc2c7 Migrate to GitLab 3 years ago
Trevor Slocum b61132eddf Fork tview as cview
See FORK.md for details
3 years ago
Oliver 2d957c4be0 Added an "evaluate all rows" flag to Table. Resolves #345 4 years ago
Oliver 23dc8a0944 Table.Select() also triggers "selection changed" event. Fixes #323 4 years ago
Oliver 8d5eba0c2f Replaced runewidth.StringWidth() with my own implementation. Fixes #236 4 years ago
Oliver 03d744dee3 SetOffset() also turns off end-tracking in Table. Fixes #238 4 years ago
Oliver a45c8edf60 Fixed region/color tag escaping bug. Fixes #234 4 years ago
Oliver 2b7ed85b88 Added InsertRow() and InsertColumn() to Table, see #213 4 years ago
Guendisch, Dieter 55dadc0057 Added a reference to TableCell. Fixes feature request #229. 4 years ago
Oliver 8cf347b745 Added row/column removal functions to Table. Resolves #174 5 years ago
Oliver 6d988e2839 Minor typo fixes. 5 years ago
Oliver 00de4610ae Added custom higlight styles to Table. Resolves #154 5 years ago
Oliver 4631cd7337 Added the tree view. 5 years ago
Benjamin Weidig 06dd16088a replaced old borders code with new configurable borders 5 years ago
Oliver a26df4e781 Added SetAttributes() and SetStyle() to TableCell. Resolves #111 5 years ago
Oliver 83d0a16fb2 Added background colors and text attributes to color tags. Resolves #91 5 years ago
Oliver 761e3d72da Added Primitive demo to go along with the GitHub Wiki entry on how to create your own primitive. 5 years ago
Oliver c96894c0cf Bugfix which caused a crash in Table class. Fixes #67 5 years ago
Oliver ccd80aa4fc Minor code reduction. 5 years ago
Oliver 8cb36ea743 Added expansion factor to table cells which grows columns if there is more space than needed. Resolves #62 5 years ago
Oliver 37a7254a64 Some comment cleanup. 5 years ago
Takumasa Sakao 453c374c1c Add GetOffset method on Table 5 years ago
Oliver ef6026df3d Fixed table background colors. More sophisticated but more aesthetically pleasing. Fixes #20 5 years ago
Oliver f3686bfe15 Fixed Table.SetCellSimple(). Resolves #35 5 years ago
Oliver 258f212e5e Added color tag functionality to all strings. Resolves #25 5 years ago