Commit Graph

60 Commits (12a29444c8b95bd584ec52f188818d3c2d4b5e6b)

Author SHA1 Message Date
Oliver cecb44578c Setting focus is now based on a "mouse down" event instead of a "click" event. 2 years ago
Oliver 9994674d60 Bugfix: Movement on empty tables could lead to infinite loops. Fixes #705, resolves #706 2 years ago
Oliver 644955c6b5 Calling Table.Select() will also clamp the selection to the visible screen. Fixes #683 2 years ago
Oliver 5508f4b002 Added italics and strikethrough to style attributes. Resolves #457 3 years ago
Oliver ee97a7ab39 Allowing users to determine whether a table selection should wrap. Defaults to false now. Resolves #656 3 years ago
Oliver 9b6f0f012d Navigation bugfix and improved comments. 3 years ago
Oliver 2cef1c04ba Rewrote Table to accommodate virtual tables. 3 years ago
Oliver ae9464cc35 Upgraded printing and style handling to the new definition of tcell.ColorDefault. 3 years ago
Oliver dfabe788d4 Allowing list items to shift horizontally. Resolves #512, fixes #513 3 years ago
Oliver 5406288b8e Improved finding the next selectable cells in Tables. Resolves #498 4 years ago
Oliver 675ed5b96b Removed Focusable interface. 4 years ago
Oliver e4d167311d Upgraded to latest tcell version. Results in a minor incompatibility in the Table class. 4 years ago
Oliver 9b49eb3fef Added a "clicked" handler to TableCell. Resolves #470 4 years ago
Oliver deb54e1422 Keyboard events are now propagated down the hierarchy, allowing users to intercept them. Closes #421 4 years ago
rivo 7e599fe9aa
Merge pull request #403 from tslocum/scrolltable
Fix scrolling table with PageDown and PageUp
4 years ago
Oliver f395cf6e33 Added mouse scrolling to List, Table, TextView, and TreeView. 4 years ago
Oliver 5f5b79b00e Added mouse support for Table and TreeView. 4 years ago
Trevor Slocum 5c7d71700b Fix scrolling table with PageDown and PageUp
Resolves #402.
4 years ago
Oliver ba670d23ba The inner area of a Box does not clamp to screen borders anymore. Consequently added some drawing optimization to primitives. Resolves #405 4 years ago
Oliver 2d957c4be0 Added an "evaluate all rows" flag to Table. Resolves #345 5 years ago
Oliver 23dc8a0944 Table.Select() also triggers "selection changed" event. Fixes #323 5 years ago
Oliver 8d5eba0c2f Replaced runewidth.StringWidth() with my own implementation. Fixes #236 5 years ago
Oliver 03d744dee3 SetOffset() also turns off end-tracking in Table. Fixes #238 5 years ago
Oliver a45c8edf60 Fixed region/color tag escaping bug. Fixes #234 5 years ago
Oliver 2b7ed85b88 Added InsertRow() and InsertColumn() to Table, see #213 6 years ago
Guendisch, Dieter 55dadc0057 Added a reference to TableCell. Fixes feature request #229. 6 years ago
Oliver 8cf347b745 Added row/column removal functions to Table. Resolves #174 6 years ago
Oliver 6d988e2839 Minor typo fixes. 6 years ago
Oliver 00de4610ae Added custom higlight styles to Table. Resolves #154 6 years ago
Oliver 4631cd7337 Added the tree view. 6 years ago
Benjamin Weidig 06dd16088a replaced old borders code with new configurable borders 6 years ago
Oliver a26df4e781 Added SetAttributes() and SetStyle() to TableCell. Resolves #111 6 years ago
Oliver 83d0a16fb2 Added background colors and text attributes to color tags. Resolves #91 6 years ago
Oliver 761e3d72da Added Primitive demo to go along with the GitHub Wiki entry on how to create your own primitive. 6 years ago
Oliver c96894c0cf Bugfix which caused a crash in Table class. Fixes #67 6 years ago
Oliver ccd80aa4fc Minor code reduction. 6 years ago
Oliver 8cb36ea743 Added expansion factor to table cells which grows columns if there is more space than needed. Resolves #62 6 years ago
Oliver 37a7254a64 Some comment cleanup. 6 years ago
Takumasa Sakao 453c374c1c Add GetOffset method on Table 6 years ago
Oliver ef6026df3d Fixed table background colors. More sophisticated but more aesthetically pleasing. Fixes #20 7 years ago
Oliver f3686bfe15 Fixed Table.SetCellSimple(). Resolves #35 7 years ago
Oliver 258f212e5e Added color tag functionality to all strings. Resolves #25 7 years ago
Oliver 95e3124245 Fixed Table cell background colors for column-only selections. 7 years ago
Oliver 626453b2a6 All primitives now offer a way to intercept all key events sent to them. Also made the global key event intercept handler more general/consistent. Resolves #22 7 years ago
Oliver 97450a0de3 Added individual cell background colors. Resolves #20 7 years ago
Oliver b423641ec2 Expanded the TableCell definition in preparation of adding individual cell background colors. 7 years ago
Oliver 677c227861 Some post-processing of pull request #29. Resolves #27 7 years ago
Jakob Maier 55189331c5 Added GetSelection() and SetSelectionChangedFunc() to Table 7 years ago
Oliver 946d2620b6 Added GetSelectable() to Table so users can find out what is currently selectable. Resolves #21 7 years ago
Oliver cc7bb29944 Avoiding access to nil pointer. 7 years ago