41 Commits (master)

Author SHA1 Message Date
Zhwt ab1a0c7324
Fix panic when clicking spaces after slide page items. 1 month ago
Oliver c9421b4bd9 Enabled bracketed pasting. 4 months ago
Oliver 8b7bcf9883 InputField is now based on TextArea. 7 months ago
Oliver 7344139b55 Finished new parser implementation. 9 months ago
Oliver caea67a4ef Implemented string parser and migrated all widgets but TextView. 9 months ago
Oliver c5b1a7d818 Finished Image implementation. 1 year ago
Oliver db36428c92 Updated README screencast. Also fixed Table rendering issue. 2 years ago
Oliver 5508f4b002 Added italics and strikethrough to style attributes. Resolves #457 3 years ago
Oliver e4d167311d Upgraded to latest tcell version. Results in a minor incompatibility in the Table class. 4 years ago
Oliver 53d50e499b Bugfix in Flex which led to a panic. 4 years ago
Oliver deb54e1422 Keyboard events are now propagated down the hierarchy, allowing users to intercept them. Closes #421 4 years ago
Oliver b3dc389cb4 Added mouse support to presentation demo. TextView "highlighted" callback also receives remaining highlights. 4 years ago
Oliver 9af6826328 Added/fixed comments, some structural changes/bugfixes for mouse support. Table, TextView, and TreeView still open. Closes #363 4 years ago
rivo 160d8fda1d
Merge pull request #363 from millerlogic/mouse-support
Mouse support
4 years ago
Chris Miller 55cdc84e25 EnableMouse to take bool and enable/disable directly 4 years ago
Oliver 0f2b919ef2 Resolved merge conflict 4 years ago
ajcarvajal 93e6a490c3 Revert "formatting fixes"
This reverts commit e4b4b7fe82.
4 years ago
Trevor Slocum 99c1df4191 Fix presentation demo appending TextView indefinitely 4 years ago
Chris Miller d7250288e2 More mouse handling for primitives 5 years ago
ajcarvajal e4b4b7fe82 formatting fixes 5 years ago
ajcarvajal 49350e374a make textview1 example sleep when inactive 5 years ago
Oliver f13631ce74 Minor indenting change in presentation. 6 years ago
Björn Carlsson 7164c72b7e Fixed example code in presentation demo textview 6 years ago
Oliver c22d5570be Bugfixes/improvements to PR #172. 6 years ago
Oliver 990bc2ebcf InputField can now be navigated freely. Resolves #103, resolves #171, resolves #162 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 bb80ad41aa Minor text change in presentation. Hopefully makes it more clear what's displayed. 6 years ago
Oliver 83d0a16fb2 Added background colors and text attributes to color tags. Resolves #91 6 years ago
Oliver c2f07f9548 Some housekeeping. 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 fc2a37cc86 Added a Grid example to the presentation. 6 years ago
Oliver 258f212e5e Added color tag functionality to all strings. Resolves #25 6 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 6 years ago
Oliver c2bfee0387 Added password field to Form demo in presentation. 6 years ago
Oliver d74b71b48d Supporting any color now in TextView. Resolves #12 6 years ago
Oliver 967b863aac Added navigation instructions to presentation demo. Resolves #14, resolves #10 6 years ago
Oliver 3fbea7a99b Added a listener for changes in input fields. Also in the Form. Fixes #4. 6 years ago
Oliver c989300073 Final preparations for the first official release. 6 years ago
Oliver 36cca0dedc Completed Godoc documentation. 7 years ago
Oliver 53527f5f80 Added a presentation demonstrating tview's capabilities. 7 years ago