Commit Graph

  • 941b04f078 Add a method to Modal for removal of the buttons Viktor Kojouharov 2019-04-01 21:46:40 +0300
  • ab9fa09963 Call the selected function on manual select Viktor Kojouharov 2019-03-31 21:49:10 +0300
  • 752a7e9e81 exported Screen diamondburned (Forefront) 2019-03-30 21:34:24 -0700
  • 9a52e2a713 Merge branch 'master' of https://github.com/diamondburned/tview diamondburned (Forefront) 2019-03-30 21:14:24 -0700
  • 4f73c7b199 exported screen diamondburned (Forefront) 2019-03-30 21:13:37 -0700
  • 97148c5a56 Support Go Modules Sam Whited 2018-12-21 08:13:58 -0600
  • 8a9e26fab0 Hitting the Alt-key should not prevent input. Fixes #240 Oliver 2019-03-24 19:21:52 +0100
  • 8d5eba0c2f Replaced runewidth.StringWidth() with my own implementation. Fixes #236 Oliver 2019-03-19 12:12:40 +0100
  • 84ae2ea044
    Added getPlaceholder diamondburned 2019-03-14 08:19:09 -0700
  • 2cc825800b Switched string iteration to using the github.com/rivo/uniseg package. Oliver 2019-03-14 12:47:53 +0100
  • 3938f60085
    Merge pull request #247 from dgrr/master rivo 2019-03-10 12:39:48 +0100
  • 0657ad9abd fixed regex diamondburned (Forefront) 2019-03-09 17:16:51 -0800
  • 2b799ba83f added italics and strikethrough diamondburned (Forefront) 2019-03-09 16:58:02 -0800
  • 1d0309ee28 Applied requested changes Dario 2019-03-09 23:33:40 +0100
  • d3efe1d5e8 Fixed some comments. Oliver 2019-03-09 14:04:59 +0100
  • de9730f6df
    Merge pull request #200 from ravenops/feature/theme rivo 2019-03-09 14:02:56 +0100
  • 3548dec808 Fixed a bug where neighbouring colour tags were processed incorrectly. Fixes #241 Oliver 2019-03-09 12:33:12 +0100
  • 03d744dee3 SetOffset() also turns off end-tracking in Table. Fixes #238 Oliver 2019-03-08 20:13:09 +0100
  • c16128c927
    Merge pull request #220 from ardnew/list-spanhighlight rivo 2019-03-08 19:57:06 +0100
  • fc4f533e0b Added Color getter dgrr 2019-03-07 05:58:50 -0500
  • c43d107310 merge https://github.com/rivo/tview into list-spanhighlight, resolving conflicts for rivo/tview#220 ardnew 2019-02-20 11:06:48 -0600
  • 26ff9c763a renaming new struct field as requested in rivo/tview#220 ardnew 2019-02-20 10:58:59 -0600
  • b373355e9d
    Merge pull request #235 from Bios-Marcel/prevent-regex-recompilation rivo 2019-02-13 21:27:03 +0100
  • f3b5afb8cd
    Move TabSize comment in texview.go back to where it belongs. Marcel Schramm 2019-02-13 20:23:52 +0100
  • 3e289f3aca Added TextView.GetText(). Resolves #233 Oliver 2019-02-13 16:36:28 +0100
  • f4690e43a0
    Prevent recompilation of regexes Marcel Schramm 2019-02-11 17:01:48 +0100
  • a45c8edf60 Fixed region/color tag escaping bug. Fixes #234 Oliver 2019-02-13 16:07:01 +0100
  • 84fdb36408 Fixed confusing comments. Fixes #231 Oliver 2019-01-24 13:01:53 +0100
  • 0a179573ae Improved List scrolling (using an offset member variable). Fixes #217 Oliver 2019-01-23 21:40:01 +0100
  • 997b18eeff Introduced a separate class-wide "selected" handler for DropDown. Resolves #206 Oliver 2019-01-23 16:51:16 +0100
  • 2b7ed85b88 Added InsertRow() and InsertColumn() to Table, see #213 Oliver 2019-01-23 16:36:09 +0100
  • 20bdfcd8b2
    Merge pull request #230 from dguendisch/master rivo 2019-01-23 16:12:36 +0100
  • 55dadc0057 Added a reference to TableCell. Fixes feature request #229. Guendisch, Dieter 2019-01-18 20:14:12 +0100
  • 1ac6fbc0c2 Some clarifications in the Grid class as well as in the contributor guidelines. Resolves #231 Oliver 2019-01-22 20:23:31 +0100
  • 721d3be8e0
    Change all import paths to direct to my own fork Marcel Schramm 2019-01-20 11:19:00 +0100
  • f328e442f6
    Remove a letter that I accidently added before comitting, it caused a compile error Marcel Schramm 2019-01-17 18:51:47 +0100
  • 8cf292f8cd
    Add a optional selection cycle feature to the TreeView. Marcel Schramm 2019-01-16 00:48:28 +0100
  • e5e361b9d7
    Merge pull request #191 from OriPekelman/master rivo 2019-01-13 13:08:21 +0100
  • bbe0f17f96 Added FindItems() and InsertItem() to List. Also allowed negative indices for some List functions. Resolves #213, resolves #215 Oliver 2019-01-12 21:22:58 +0100
  • f9524f55ba move under setter and change to string Ori Pekelman 2019-01-09 18:04:51 +0100
  • e0f6e89550 change: added option to span selection highlight across width of list view ardnew 2019-01-03 00:51:11 -0600
  • d3867f3b14 change: implemented view tracking in List for more natural navigation ardnew 2019-01-02 22:41:38 -0600
  • 4454f07065 change: adding function (*List).InsertItem() to allow inserting items at arbitrary positions in the list ardnew 2019-01-02 22:37:20 -0600
  • 302cfd8e3a change: provide drop-down option text and index as args to selection callback when using (*DropDown).AddOption() ardnew 2019-01-02 22:27:42 -0600
  • e29989fc05 Merge branch 'master' into list-insertitem ardnew 2019-01-02 22:01:32 -0600
  • fafd0745f0 change: implemented view tracking in List for more natural navigation ardnew 2019-01-02 21:49:08 -0600
  • 80eeae329d Merge branch 'dropdown-addoption' of https://github.com/ardnew/tview ardnew 2019-01-02 21:47:58 -0600
  • 75c14a5644 Merge remote-tracking branch 'upstream/master' ardnew 2019-01-02 20:45:51 -0600
  • bb67120511 change: adding function (*List).InsertItem() to allow inserting items at arbitrary positions in the list ardnew 2019-01-02 20:11:27 -0600
  • 36893a6697 Minor improvements. Oliver 2018-12-26 21:24:39 +0100
  • e432b27b03 unicode.Lm characters were wrongly used as pure combining characters. Fixes #210 Oliver 2018-12-25 18:55:57 +0100
  • a2eb34f1e2 Support Go Modules Sam Whited 2018-12-21 08:13:58 -0600
  • 4dafc38758 change: provide drop-down option text and index as args to selection callback when using (*DropDown).AddOption() ardnew 2018-12-18 12:25:57 -0600
  • a207e47fb4 change: provide drop-down option text and index as args to selection callback when using (*DropDown).AddOption() ardnew 2018-12-18 12:25:57 -0600
  • 739b305ec7 Merge https://github.com/rivo/tview ardnew 2018-12-18 00:08:52 -0600
  • f93fbad8f8 Added some clarification about QueueUpdate() and event callbacks. Oliver 2018-12-14 17:57:19 +0100
  • 4802bdc3b2 add true change checks Delaney Gillilan 2018-12-07 09:37:43 -0800
  • 6c6314aebf add changed and done delegates Delaney Gillilan 2018-12-06 00:23:22 -0800
  • 8aa2e5c828 Merge github.com:rivo/tview into feature/checklist Delaney Gillilan 2018-12-05 13:25:36 -0800
  • adb4f1c04b update use checkmarks and add Contents() Delaney Gillilan 2018-12-05 13:21:42 -0800
  • bd85e29f66 add screenshot Delaney Gillilan 2018-12-05 09:46:06 -0800
  • 901167c72e add checklist Delaney Gillilan 2018-12-05 09:43:18 -0800
  • 99e911d15a
    Merge pull request #1 from ravenops/feature/theme Delaney 2018-12-05 09:20:29 -0800
  • 5eabb29610 add theme Delaney Gillilan 2018-12-05 09:17:01 -0800
  • 5991278513 If a Form has no focusable elements, it keeps the focus itself. Fixes #198 Oliver 2018-12-03 18:28:54 +0100
  • 502ddb9205 Added a clarification. Oliver 2018-12-03 17:28:51 +0100
  • d7c8911ef0 Added Application.ForceDraw(). Oliver 2018-12-03 10:50:38 +0100
  • 5256865f59 Bugfix in Grid which led to wrong positions for inner grids. Fixes #195 Oliver 2018-12-03 10:22:43 +0100
  • 575c08ccf0 intial implementation Delaney Gillilan 2018-11-26 13:04:20 -0800
  • 0a18dea458 Added a clarification on intercepting key events. Resolves #181 Oliver 2018-11-26 12:36:27 +0100
  • f13631ce74 Minor indenting change in presentation. Oliver 2018-11-26 12:15:57 +0100
  • 7bef21fe58
    Merge pull request #190 from bcarlsson/fix-demo-example rivo 2018-11-26 12:10:24 +0100
  • 19fbe6241a Making suspended mode work again on Windows. Fixes #179 Oliver 2018-11-26 12:04:06 +0100
  • 08411f6e81 Added an option to List which hides the selection when List has no focus. Resolves #193 Oliver 2018-11-26 11:00:48 +0100
  • 7164c72b7e Fixed example code in presentation demo textview Björn Carlsson 2018-11-22 08:49:20 +0100
  • 0cffbb02d8 Initial implementation Delaney Gillilan 2018-11-21 11:07:59 -0800
  • f1536e67fa github.com/mattn/go-runewidth supports zero-width joiners now. Oliver 2018-11-19 10:59:27 +0100
  • 0612ff69bf
    Merge pull request #186 from ravenops/fix/185 rivo 2018-11-19 10:50:12 +0100
  • 1bfe98092c On Windows, tcell.Screen.Fini() sends a resize event before sending nil. Fixed resulting deadlock. Fixes #179 Oliver 2018-11-19 10:35:28 +0100
  • a38d2cdc9b fix per @jr81 Delaney Gillilan 2018-11-18 13:15:59 -0800
  • 8cf347b745 Added row/column removal functions to Table. Resolves #174 Oliver 2018-11-10 13:03:06 +0100
  • ebf651d1c0 Bugfix: nil return value in input capture should not stop the event loop. Fixes #179 Oliver 2018-11-10 11:10:01 +0100
  • ec12437564 InputField cursor position must also be adjusted when SetText() is called. Fixes #180 Oliver 2018-11-10 09:17:39 +0100
  • 61a4cf388a Another fix for InputField. Fixes #176, resolves #177 Oliver 2018-11-05 11:09:49 +0100
  • 1dd674a1b9 Simplified the queuing of Draw() calls, also introduced QueueUpdateDraw(). #172 Oliver 2018-11-05 10:53:57 +0100
  • 9ad280fe98 allow colon in input field again Joe Grasse 2018-10-30 10:13:40 -0500
  • 0ec5d7b893
    Merge pull request #2 from rivo/master Joe Grasse 2018-10-30 10:08:59 -0500
  • 60a1c63fa9 Accepting non-alt-mod keys as characters in InputField if they don't have a function. Fixes #176 (hopefully) Oliver 2018-10-29 17:30:58 +0100
  • 380278f41c Bugfix in TextView. Oliver 2018-10-29 11:12:40 +0100
  • 5c44db199f Merge branch '3cb-add-synchronization-channels' Oliver 2018-10-28 13:43:04 +0100
  • c22d5570be Bugfixes/improvements to PR #172. Oliver 2018-10-28 13:42:49 +0100
  • 8805e9b43a Do not duplicate dropdown option entry if it already exists Joakim Ribier 2018-10-27 22:16:30 +0200
  • d830c42f6b Merge branch 'add-synchronization-channels' of https://github.com/3cb/tview into 3cb-add-synchronization-channels Oliver 2018-10-27 14:28:16 +0200
  • 6d988e2839 Minor typo fixes. Oliver 2018-10-27 14:28:12 +0200
  • 028ad94730 Fixed semigraphics style in TreeView which ignored background color. Fixes #173 Oliver 2018-10-27 13:43:14 +0200
  • a7c1880d62 Updated readme. Oliver 2018-10-18 08:37:48 +0200
  • 990bc2ebcf InputField can now be navigated freely. Resolves #103, resolves #171, resolves #162 Oliver 2018-10-18 08:34:08 +0200
  • 4a4db5c136 TextView also uses iterator function now. Oliver 2018-10-17 18:24:18 +0200
  • d53a7c24fd WordWrap() also uses iterator function now. Oliver 2018-10-17 17:40:28 +0200
  • d76484006e Another rewrite of the Print() function. Uses iterator callbacks now. Oliver 2018-10-17 07:36:54 +0200