2
0
mirror of https://github.com/rivo/tview.git synced 2024-11-15 06:12:46 +00:00
Commit Graph

17 Commits

Author SHA1 Message Date
Oliver
c9421b4bd9 Enabled bracketed pasting. 2024-02-04 16:11:39 +01:00
Oliver
8b7bcf9883 InputField is now based on TextArea. 2023-10-24 23:15:18 +02:00
Oliver
caea67a4ef Implemented string parser and migrated all widgets but TextView. 2023-08-22 23:16:59 +03:00
Oliver
b86a50a512 Added more control to the input field's autocomplete functionality. Also fixed mouse handling bugs. 2022-12-29 19:07:33 +01:00
Oliver
9c04916f4e Enabling mouse on Autocomplete demos. 2022-12-21 18:28:51 +01:00
Oliver
b610d436f3 Minor improvements. 2021-04-27 13:28:32 +02:00
Oliver
675ed5b96b Removed Focusable interface. 2020-11-17 19:33:25 +01:00
Oliver
e4d167311d Upgraded to latest tcell version. Results in a minor incompatibility in the Table class. 2020-10-18 14:15:57 +02:00
Oliver
9af6826328 Added/fixed comments, some structural changes/bugfixes for mouse support. Table, TextView, and TreeView still open. Closes #363 2020-03-27 18:41:44 +01:00
Oliver
c3d1d4bcf9 Added autocomplete functionality to InputField. Resolves #299, resolves #77 2019-07-08 09:34:06 +01:00
Oliver
370ee01609 Added placeholder text to InputField. Resolves #75 2018-03-15 17:14:14 +01:00
Oliver
c2f07f9548 Some housekeeping. 2018-03-05 16:37:10 +01:00
Robert Craig
7c2d6fc65f Added README files for demos to make screenshots easier to view on github 2018-02-28 10:24:01 -05:00
Oliver
4db30f9ed4 "FieldLength" is now "FieldWidth" everywhere for clarity and consistency. Sorry for this breaking change. It is better in the long run. 2018-01-17 21:17:59 +01:00
Oliver
50871c3386 Added screenshots for all demos. 2018-01-07 13:53:39 +01:00
Oliver
36cca0dedc Completed Godoc documentation. 2018-01-03 21:13:32 +01:00
Oliver
6751475a74 Added a short demo for each primitive. 2017-12-27 16:05:00 +01:00