Commit Graph

77 Commits (f61c66bb82eb5cc7c0e86eeca431aa724f8f6e18)
 

Author SHA1 Message Date
Oliver f61c66bb82 Minor bugfix in Table. 7 years ago
Oliver 97450a0de3 Added individual cell background colors. Resolves #20 7 years ago
Oliver 213f13fcc4 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 4c0e74ada0 Flex demo is probably better without a border. 7 years ago
Oliver 5fd6365352 Flex must call Box's Draw() function first. Fixes #26 7 years ago
Oliver 677c227861 Some post-processing of pull request #29. Resolves #27 7 years ago
rivo db90355feb
Merge pull request #29 from maja42/TableSelectionHandling
Thanks.
7 years ago
Oliver 8bc6a3f684 Minor additions to pull request #30. Resolves #28. 7 years ago
rivo f26cdc84a2
Merge pull request #30 from maja42/TextViewScrolling
Thanks. I will make some modifications to this. You might want to check them out.
7 years ago
Jakob Maier 3442b13a04 Added ScrollToBeginning() and ScrollToEnd() to TextView 7 years ago
Jakob Maier 55189331c5 Added GetSelection() and SetSelectionChangedFunc() to Table 7 years ago
Oliver 1e78c506cb Rewrote TextView's reindex() and Draw() to introduce text alignment and
word wrapping
7 years ago
Oliver 38d663c267 In Form, changed GetElement() to GetFormItem() for consistency reasons. 7 years ago
Oliver 946d2620b6 Added GetSelectable() to Table so users can find out what is currently selectable. Resolves #21 7 years ago
Oliver 4153189e1b A resize event should have the screen cleared before redrawing. Fixes #19 7 years ago
Oliver cc7bb29944 Avoiding access to nil pointer. 7 years ago
Oliver fdab2627c3 Calling Application.Draw() for global key handlers which steal the event. 7 years ago
Oliver 0c4fd605ae Fixed wrong TextView handling of tabs (and other runes without a width). 7 years ago
Oliver 68cd2d4bb0 Layout fixes in readme. 7 years ago
Oliver c2bfee0387 Added password field to Form demo in presentation. 7 years ago
Oliver a7346b12c6 Updated documentation. 7 years ago
Oliver d74b71b48d Supporting any color now in TextView. Resolves #12 7 years ago
Oliver 5f33d0cbc0 Some adaptations for 32-bit systems. Resolves #17 7 years ago
Oliver 967b863aac Added navigation instructions to presentation demo. Resolves #14, resolves #10 7 years ago
Oliver 7dd0754cc6 Some pull request post-processing. 7 years ago
Oliver f415a042fd Merge branch 'master' of github.com:rivo/tview 7 years ago
rivo 50c1c0e617
Merge pull request #15 from mylxsw/master
Thanks!
7 years ago
Oliver 09ec4666c8 Added a contact link to code of conduct. 7 years ago
Oliver c1e76bdb61 Code of conduct filename should conform to GitHub standards. 7 years ago
rivo 828d9766e7
Merge pull request #16 from Connorula/master
Thanks.
7 years ago
Connor Devlin 9bb7628bfb Added a code of conduct. 7 years ago
管宜尧 42fcf63eca create unicode(chinese) support demo 7 years ago
Oliver 589b0fff8e Updated readme. 7 years ago
Oliver d6ce974e6d Added masking to InputField, password field to form. Resolves #7, resolves #8. 7 years ago
Oliver 61d8ea30f8 Added support for wide unicode characters (e.g. Chinese). Resolves #9 7 years ago
Oliver 17c785e1f8 Application does not lock on PollEvent() call anymore. Should resolve gridlocks when calling SetRoot() in goroutines. Resolves #6 7 years ago
rivo fee6bd1ef9
Merge pull request #3 from ss18/typo
scollable -> scrollable, thanks!
7 years ago
Oliver 3fbea7a99b Added a listener for changes in input fields. Also in the Form. Fixes #4. 7 years ago
Oliver 2874294d89 Added Styles variable with default colors for primitives. 7 years ago
Semen Zhydenko 21a909f91c scollable -> scrollable 7 years ago
Oliver e4f97a6436 Added links to Wiki to documentation. Also replaced screenshot with GIF screencast. 7 years ago
Oliver 7b5ab63e8c List selections should be visible even when they don't have focus. Also added screenshot for Postgres demo. 7 years ago
Oliver 615931ac50 Fixed typo. 7 years ago
Oliver 50871c3386 Added screenshots for all demos. 7 years ago
Oliver c989300073 Final preparations for the first official release. 7 years ago
Oliver 36cca0dedc Completed Godoc documentation. 7 years ago
Oliver 8c9be84ef8 Various improvements. 7 years ago
Oliver 759602af1b Minor bugfix. 7 years ago
Oliver 997b92f1b4 More callback handlers for lists. And more consistency. 7 years ago