Commit Graph

  • ccd80aa4fc Minor code reduction. Oliver 2018-03-05 14:18:04 +0100
  • 8cb36ea743 Added expansion factor to table cells which grows columns if there is more space than needed. Resolves #62 Oliver 2018-03-05 14:07:18 +0100
  • 592d551818
    Merge a934652b35 into a3971dc430 Dominik Menke 2018-03-05 13:07:07 +0000
  • a3971dc430 Rewrote WordWrap() function due to bugs. Oliver 2018-03-04 15:01:12 +0100
  • 3bac79f308 Added RemoveItem() to Grid and Flex. Resolves #63 Oliver 2018-03-02 17:07:46 +0100
  • a934652b35 reworked calculation for expandable column width Dominik Menke 2018-03-01 20:11:23 +0100
  • a8999a4a2d demo/presentation: extract table reset code Dominik Menke 2018-02-28 23:15:53 +0100
  • d3025fb140 demo/presentation: show Table.SetExpandable Dominik Menke 2018-02-28 23:14:41 +0100
  • fb6fa2eab5 add Table.SetExpandable for dynamic column width Dominik Menke 2018-02-28 23:11:04 +0100
  • a5c65a977d Added an initial guide for contributions. Oliver 2018-03-01 18:29:33 +0100
  • cbeeab5280
    Merge pull request #61 from robinator8/master rivo 2018-02-28 20:37:00 +0100
  • 7c2d6fc65f Added README files for demos to make screenshots easier to view on github Robert Craig 2018-02-28 10:24:01 -0500
  • 8c2cd21162 Added a Draw callback to Box which exposes tcell.Screen. Resolves #57 Oliver 2018-02-22 12:33:11 +0100
  • aea500559b Formatting fix. Oliver 2018-02-20 17:34:19 +0100
  • 1b155a1def Application now provides direct access to the screen object via before/after-draw callback functions. Resolves #59 Oliver 2018-02-20 17:15:17 +0100
  • 2d4d9c0a7d Minor argument name change for clarity. Oliver 2018-02-20 16:47:11 +0100
  • 8eac45c3ab
    Merge 8b3e475fe6 into aafd9b6c4b Zaq? Wiedmann 2018-02-20 10:56:53 +0000
  • aafd9b6c4b Made Grid.SetSize() a bit more powerful. Oliver 2018-02-20 11:56:44 +0100
  • 5248687f16 Merge branch 'grid' Oliver 2018-02-20 11:38:40 +0100
  • fd3e872331 Introducing Grid. Resolves #23 Oliver 2018-02-20 11:37:51 +0100
  • fc2a37cc86 Added a Grid example to the presentation. Oliver 2018-02-20 11:30:57 +0100
  • 02207b90b2 Added a Grid example to the presentation. Oliver 2018-02-20 11:30:57 +0100
  • 91a6ff44b6 Finished implementation of grid layout. Oliver 2018-02-20 11:19:30 +0100
  • 8b3e475fe6 (application) expose tcell.Screen though getter Zaq? Wiedmann 2018-02-19 23:22:35 -0800
  • c7b3072f7e Progressing with Grid. Oliver 2018-02-19 20:23:01 +0100
  • 3625d3b928 Added API for new Grid class. Oliver 2018-02-16 08:37:25 +0100
  • f6602e7eb1 Updated Flex documentation. Oliver 2018-02-15 18:35:27 +0100
  • 37a7254a64 Some comment cleanup. Oliver 2018-02-13 14:17:51 +0100
  • 2a7e773060
    Merge pull request #56 from sachaos/master rivo 2018-02-13 14:15:23 +0100
  • 453c374c1c Add GetOffset method on Table Takumasa Sakao 2018-02-12 03:35:26 +0900
  • a47890092d
    Merge ccb710a298 into acf9158c77 Jordan Krage 2018-02-06 17:51:41 +0000
  • ccb710a298 vendor dependencies with dep Jordan Krage 2018-02-06 11:47:25 -0600
  • 0d3a15f5ef
    Merge bba6623a17 into acf9158c77 PJ Tatlow 2018-02-06 11:37:27 +0000
  • acf9158c77 Flex layout can have nil elements. Oliver 2018-02-06 12:30:52 +0100
  • bba6623a17 added keyHandlers for overriding specific keys on input fields PJ Tatlow 2018-02-05 17:46:32 -0700
  • d448b35bc5 Changed the wording in the README. There are no releases. Resolves #50 Oliver 2018-02-05 14:17:38 +0100
  • ac4438aa97 Merge ab3a995d4b into 2a83b20ce3 Tony Worm 2018-01-26 22:02:47 +0000
  • ab3a995d4b stuff Tony Worm 2018-01-26 14:52:19 -0700
  • 2a83b20ce3 Improved documentation. Oliver 2018-01-24 21:48:53 +0100
  • aed9ddc0cf add some context Tony Worm 2018-01-23 16:59:40 -0700
  • 1f263db750 add props to primitives Tony Worm 2018-01-23 04:35:14 -0700
  • 72ec455037 add more life-cycle hooks Tony Worm 2018-01-23 04:23:16 -0700
  • b8ff9ffc5b Merge 9172dc2066 into 03571f15bb Tony Worm 2018-01-23 07:43:15 +0000
  • 6c02c21e39 generalize events Tony Worm 2018-01-23 00:42:38 -0700
  • 9172dc2066 expose list item and give an id Tony Worm 2018-01-23 00:29:29 -0700
  • 31290d857c Merge 0bb2f41351 into 03571f15bb Tony Worm 2018-01-23 07:13:27 +0000
  • 0bb2f41351 Add SSNs and put them in a public AWS bucket Tony Worm 2018-01-23 00:10:46 -0700
  • 6a7c49eaaa Merge 93ef65672e into 03571f15bb Tony Worm 2018-01-23 07:07:25 +0000
  • 93ef65672e Capture all events in App Tony Worm 2018-01-23 00:06:40 -0700
  • 3392de089c Merge 35f18087f3 into 03571f15bb Tony Worm 2018-01-23 06:50:19 +0000
  • 35f18087f3 expose FlexItem, add crudy funcs Tony Worm 2018-01-22 23:49:10 -0700
  • 03571f15bb When a page with focus is removed, we should not end up with no focus anywhere. Also some simplifications. Oliver 2018-01-21 21:50:11 +0100
  • ef6026df3d Fixed table background colors. More sophisticated but more aesthetically pleasing. Fixes #20 Oliver 2018-01-20 23:04:09 +0100
  • f3686bfe15 Fixed Table.SetCellSimple(). Resolves #35 Oliver 2018-01-20 15:59:52 +0100
  • 89ae756605 Adding a page and switching to it is now possible. Oliver 2018-01-19 21:12:33 +0100
  • 7c086b1113 Updated Form documentation. Oliver 2018-01-19 08:37:01 +0100
  • 4db30f9ed4 "FieldLength" is now "FieldWidth" everywhere for clarity and consistency. Sorry for this breaking change. It is better in the long run. Oliver 2018-01-17 21:17:59 +0100
  • 258f212e5e Added color tag functionality to all strings. Resolves #25 Oliver 2018-01-17 17:13:36 +0100
  • 13cf1c1ee4 Added a way to output tags as cleartext in TextView even if dynamic colors or regions are enabled. Oliver 2018-01-17 10:09:09 +0100
  • 95e3124245 Fixed Table cell background colors for column-only selections. Oliver 2018-01-17 09:34:45 +0100
  • e349b48fe4 Updated readme. Oliver 2018-01-17 07:44:49 +0100
  • aa25839cfa Introduced horizontal item alignment in forms. Resolves #33 Oliver 2018-01-16 20:45:54 +0100
  • c105638ec3 Form now has a Clear() function. Resolves #32 Oliver 2018-01-15 10:04:03 +0100
  • 9608f5b3b5 Clarifying SetInputCapture() in documentation. Oliver 2018-01-14 21:54:05 +0100
  • 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 Oliver 2018-01-14 21:29:34 +0100
  • f61c66bb82 Minor bugfix in Table. Oliver 2018-01-14 15:16:54 +0100
  • 97450a0de3 Added individual cell background colors. Resolves #20 Oliver 2018-01-14 15:11:37 +0100
  • 213f13fcc4 Added individual cell background colors. Resolves #20 Oliver 2018-01-14 15:11:37 +0100
  • b423641ec2 Expanded the TableCell definition in preparation of adding individual cell background colors. Oliver 2018-01-14 14:41:47 +0100
  • 4c0e74ada0 Flex demo is probably better without a border. Oliver 2018-01-14 14:20:46 +0100
  • 5fd6365352 Flex must call Box's Draw() function first. Fixes #26 Oliver 2018-01-14 13:50:58 +0100
  • 677c227861 Some post-processing of pull request #29. Resolves #27 Oliver 2018-01-14 13:46:37 +0100
  • db90355feb
    Merge pull request #29 from maja42/TableSelectionHandling rivo 2018-01-14 13:40:37 +0100
  • 8bc6a3f684 Minor additions to pull request #30. Resolves #28. Oliver 2018-01-14 13:35:57 +0100
  • f26cdc84a2
    Merge pull request #30 from maja42/TextViewScrolling rivo 2018-01-14 13:32:08 +0100
  • 3442b13a04 Added ScrollToBeginning() and ScrollToEnd() to TextView Jakob Maier 2018-01-14 11:36:27 +0100
  • 55189331c5 Added GetSelection() and SetSelectionChangedFunc() to Table Jakob Maier 2018-01-14 11:23:13 +0100
  • 1e78c506cb Rewrote TextView's reindex() and Draw() to introduce text alignment and word wrapping Oliver 2018-01-13 14:16:49 +0100
  • 38d663c267 In Form, changed GetElement() to GetFormItem() for consistency reasons. Oliver 2018-01-13 13:07:05 +0100
  • 946d2620b6 Added GetSelectable() to Table so users can find out what is currently selectable. Resolves #21 Oliver 2018-01-13 12:51:12 +0100
  • 4153189e1b A resize event should have the screen cleared before redrawing. Fixes #19 Oliver 2018-01-13 12:43:12 +0100
  • cc7bb29944 Avoiding access to nil pointer. Oliver 2018-01-13 11:45:48 +0100
  • fdab2627c3 Calling Application.Draw() for global key handlers which steal the event. Oliver 2018-01-12 17:37:47 +0100
  • 0c4fd605ae Fixed wrong TextView handling of tabs (and other runes without a width). Oliver 2018-01-12 13:25:30 +0100
  • 68cd2d4bb0 Layout fixes in readme. Oliver 2018-01-12 09:24:53 +0100
  • c2bfee0387 Added password field to Form demo in presentation. Oliver 2018-01-12 09:23:53 +0100
  • a7346b12c6 Updated documentation. Oliver 2018-01-12 09:16:46 +0100
  • d74b71b48d Supporting any color now in TextView. Resolves #12 Oliver 2018-01-12 09:09:01 +0100
  • 5f33d0cbc0 Some adaptations for 32-bit systems. Resolves #17 Oliver 2018-01-12 08:35:30 +0100
  • 967b863aac Added navigation instructions to presentation demo. Resolves #14, resolves #10 Oliver 2018-01-12 08:19:32 +0100
  • 7dd0754cc6 Some pull request post-processing. Oliver 2018-01-12 08:12:42 +0100
  • f415a042fd Merge branch 'master' of github.com:rivo/tview Oliver 2018-01-12 08:10:25 +0100
  • 50c1c0e617
    Merge pull request #15 from mylxsw/master rivo 2018-01-12 08:10:12 +0100
  • 09ec4666c8 Added a contact link to code of conduct. Oliver 2018-01-12 08:09:08 +0100
  • c1e76bdb61 Code of conduct filename should conform to GitHub standards. Oliver 2018-01-12 08:08:29 +0100
  • 828d9766e7
    Merge pull request #16 from Connorula/master rivo 2018-01-12 08:07:08 +0100
  • 9bb7628bfb Added a code of conduct. Connor Devlin 2018-01-11 23:51:13 -0500
  • 42fcf63eca create unicode(chinese) support demo 管宜尧 2018-01-12 11:03:29 +0800
  • 589b0fff8e Updated readme. Oliver 2018-01-11 16:55:22 +0100
  • d6ce974e6d Added masking to InputField, password field to form. Resolves #7, resolves #8. Oliver 2018-01-11 16:13:01 +0100