69 Commits (master)

Author SHA1 Message Date
Oliver 79d4cc3212 Added individual styling for selected table cells. Resolves #934 2 months ago
Oliver 13affe3057 Table.CellAt is now public. Resolves #948 2 months ago
Oliver e350bef1f9 Fixed an infinite loop after clearing a selected cell. Fixes #944 3 months ago
Kian-Meng Ang 5d85e6a030 Fix typos
Found via `codespell -H -S .git -L rightt,wth,bu`
7 months ago
Oliver caea67a4ef Implemented string parser and migrated all widgets but TextView. 9 months ago
Oliver 6785f5f28f Rewrote table navigation logic. Fixes #842 11 months ago
Oliver db36428c92 Updated README screencast. Also fixed Table rendering issue. 2 years ago
Oliver 09f052e6ca Fixed finding of previous/next selectable cell in Table. Fixes #768 2 years ago
Oliver 04a46906d2 lastColumn of a table must also be adjusted when columns are deleted. Fixes #736 2 years ago
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 5 years ago
Guendisch, Dieter 55dadc0057 Added a reference to TableCell. Fixes feature request #229. 5 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 6 years ago
Oliver f3686bfe15 Fixed Table.SetCellSimple(). Resolves #35 6 years ago