Commit Graph

57 Commits

Author SHA1 Message Date
Trevor Slocum 7db7653746 Update example applications link 2021-01-05 14:30:38 -08:00
Trevor Slocum bd72d264c9 Remove breaking changes notice
Future v1 changes will be backwards compatible.
2020-11-24 12:52:31 -08:00
Trevor Slocum 0dea8081ee Update presentation demo recording 2020-10-21 18:40:16 -07:00
Trevor Slocum 597052a7e7 Add FocusManager 2020-10-16 09:25:21 -07:00
Trevor Slocum 460aa5cbd5 Add compatibility warning 2020-10-15 11:49:50 -07:00
Trevor Slocum 767e4e474c Rename Pages as Panels 2020-10-15 09:15:02 -07:00
Trevor Slocum a3a0d67f65 Fix WordWrap bounds out of range
Resolves #27.
2020-10-12 21:48:00 -07:00
Trevor Slocum ab1858fcd0 Update example in README 2020-10-12 10:19:41 -07:00
Trevor Slocum 0e419707b0 Add link to list of applications using cview 2020-09-29 13:34:38 -07:00
Trevor Slocum e20e58147f Add Window and WindowManager 2020-09-24 08:09:55 -07:00
Trevor Slocum 89fa23ab00 Resolve lint warnings 2020-09-23 16:14:53 -07:00
Trevor Slocum 57ef7437e3 Add ContextMenu 2020-04-18 20:00:36 -07:00
Trevor Slocum e29d4b73b9 Make cview thread-safe 2020-03-25 14:32:57 +00:00
Trevor Slocum b90f05a226 Update README 2020-02-24 18:11:37 -08:00
Trevor Slocum afcd7dcdab Do not wrap around form by default 2020-02-22 10:19:34 -08:00
Trevor Slocum 3c170e9696 Migrate docs to docs.rocketnine.space 2020-02-06 16:06:47 -08:00
Trevor Slocum d7ac9e862c Add SetFocusedFunc to TreeNode
Resolves #3.
2020-02-03 16:13:20 -08:00
Trevor Slocum d9aac80a70 Release v1.4.1 2020-01-23 08:03:22 -08:00
Trevor Slocum 5f880bc2c7 Migrate to GitLab 2020-01-22 15:28:19 -08:00
Trevor Slocum 6bbae595a9 Document mouse support 2020-01-08 16:27:20 -08:00
Trevor Slocum 200d8a5791 Release v0.2.2 2020-01-06 16:59:59 -08:00
Trevor Slocum 73e0d9d3bb Update README.md and FORK.md 2020-01-05 09:14:15 -08:00
Trevor Slocum a8fe476d77 Add presentation demo portal to README 2020-01-04 14:58:58 -08:00
Trevor Slocum 6a97e2648e Update README.md 2020-01-01 20:14:14 -08:00
Trevor Slocum b61132eddf Fork tview as cview
See FORK.md for details
2019-12-30 15:18:26 -08:00
Oliver c3d1d4bcf9 Added autocomplete functionality to InputField. Resolves #299, resolves #77 2019-07-08 09:34:06 +01:00
Oliver 8a9e26fab0 Hitting the Alt-key should not prevent input. Fixes #240 2019-03-24 19:21:52 +01:00
Oliver c22d5570be Bugfixes/improvements to PR #172. 2018-10-28 13:42:49 +01:00
Oliver a7c1880d62 Updated readme. 2018-10-18 08:37:48 +02:00
Oliver 7338a21d35 Fixed ANSI spelling in README, too. See #138 2018-07-16 08:44:19 +02:00
Oliver 4631cd7337 Added the tree view. 2018-06-20 10:06:05 +02:00
Oliver d7d44cb0d2 Flex and Grid don't clear their backgrounds anymore. Resolves #104 2018-05-02 17:02:52 +02:00
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