2
0
mirror of https://github.com/rivo/tview.git synced 2024-11-11 01:10:41 +00:00
Commit Graph

125 Commits

Author SHA1 Message Date
Oliver
911fb9543e Added Escape(), ANSIIWriter(), and TranslateANSII(). Resolves #84, resolves #24 2018-04-14 00:05:25 +02:00
Oliver
83d0a16fb2 Added background colors and text attributes to color tags. Resolves #91 2018-04-01 21:19:10 +02:00
Oliver
0b69b9b581 Updated release history. 2018-03-13 08:17:06 +01:00
Oliver
3bac79f308 Added RemoveItem() to Grid and Flex. Resolves #63 2018-03-02 17:07:46 +01:00
Oliver
8c2cd21162 Added a Draw callback to Box which exposes tcell.Screen. Resolves #57 2018-02-22 12:33:11 +01:00
Oliver
aea500559b Formatting fix. 2018-02-20 17:34:19 +01:00
Oliver
1b155a1def Application now provides direct access to the screen object via before/after-draw callback functions. Resolves #59 2018-02-20 17:15:42 +01:00
Oliver
fd3e872331 Introducing Grid. Resolves #23 2018-02-20 11:37:51 +01:00
Oliver
91a6ff44b6 Finished implementation of grid layout. 2018-02-20 11:19:30 +01:00
Oliver
c7b3072f7e Progressing with Grid. 2018-02-19 20:23:01 +01:00
Oliver
d448b35bc5 Changed the wording in the README. There are no releases. Resolves #50 2018-02-05 14:17:38 +01:00
Oliver
258f212e5e Added color tag functionality to all strings. Resolves #25 2018-01-17 17:13:36 +01:00
Oliver
e349b48fe4 Updated readme. 2018-01-17 07:44:49 +01:00
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 2018-01-14 21:29:34 +01:00
Oliver
1e78c506cb Rewrote TextView's reindex() and Draw() to introduce text alignment and
word wrapping
2018-01-13 23:13:21 +01:00
Oliver
68cd2d4bb0 Layout fixes in readme. 2018-01-12 09:24:53 +01:00
Oliver
c2bfee0387 Added password field to Form demo in presentation. 2018-01-12 09:23:53 +01:00
Oliver
a7346b12c6 Updated documentation. 2018-01-12 09:16:46 +01:00
Oliver
589b0fff8e Updated readme. 2018-01-11 16:55:22 +01:00
Oliver
3fbea7a99b Added a listener for changes in input fields. Also in the Form. Fixes #4. 2018-01-10 10:40:51 +01:00
Oliver
2874294d89 Added Styles variable with default colors for primitives. 2018-01-10 09:44:21 +01:00
Oliver
e4f97a6436 Added links to Wiki to documentation. Also replaced screenshot with GIF screencast. 2018-01-07 16:39:06 +01:00
Oliver
615931ac50 Fixed typo. 2018-01-07 14:11:26 +01:00
Oliver
c989300073 Final preparations for the first official release. 2018-01-06 22:49:12 +01:00
Oliver
f9f139caaf First commit. Some basic functionality. Publishing to GitHub now. 2017-12-15 15:29:21 +01:00