748 Commits (master)
 

Author SHA1 Message Date
rivo c16128c927
Merge pull request #220 from ardnew/list-spanhighlight
Add option to highlight entire selected row of a List item
5 years ago
dgrr fc4f533e0b Added Color getter 5 years ago
ardnew c43d107310 merge https://github.com/rivo/tview into list-spanhighlight, resolving conflicts for rivo/tview#220 5 years ago
ardnew 26ff9c763a renaming new struct field as requested in rivo/tview#220 5 years ago
rivo b373355e9d
Merge pull request #235 from Bios-Marcel/prevent-regex-recompilation
Prevent recompilation of regexes
5 years ago
Marcel Schramm f3b5afb8cd
Move TabSize comment in texview.go back to where it belongs. 5 years ago
Oliver 3e289f3aca Added TextView.GetText(). Resolves #233 5 years ago
Marcel Schramm f4690e43a0
Prevent recompilation of regexes 5 years ago
Oliver a45c8edf60 Fixed region/color tag escaping bug. Fixes #234 5 years ago
Oliver 84fdb36408 Fixed confusing comments. Fixes #231 5 years ago
Oliver 0a179573ae Improved List scrolling (using an offset member variable). Fixes #217 5 years ago
Oliver 997b18eeff Introduced a separate class-wide "selected" handler for DropDown. Resolves #206 5 years ago
Oliver 2b7ed85b88 Added InsertRow() and InsertColumn() to Table, see #213 5 years ago
rivo 20bdfcd8b2
Merge pull request #230 from dguendisch/master
Added a reference to TableCell. Fixes feature request #229.
5 years ago
Guendisch, Dieter 55dadc0057 Added a reference to TableCell. Fixes feature request #229. 5 years ago
Oliver 1ac6fbc0c2 Some clarifications in the Grid class as well as in the contributor guidelines. Resolves #231 5 years ago
rivo e5e361b9d7
Merge pull request #191 from OriPekelman/master
Add GetText() method
5 years ago
Oliver bbe0f17f96 Added FindItems() and InsertItem() to List. Also allowed negative indices for some List functions. Resolves #213, resolves #215 5 years ago
Ori Pekelman f9524f55ba move under setter and change to string 5 years ago
ardnew e0f6e89550 change: added option to span selection highlight across width of list view 6 years ago
Oliver 36893a6697 Minor improvements. 6 years ago
Oliver e432b27b03 unicode.Lm characters were wrongly used as pure combining characters. Fixes #210 6 years ago
Oliver f93fbad8f8 Added some clarification about QueueUpdate() and event callbacks. 6 years ago
Delaney Gillilan 5eabb29610 add theme 6 years ago
Oliver 5991278513 If a Form has no focusable elements, it keeps the focus itself. Fixes #198 6 years ago
Oliver 502ddb9205 Added a clarification. 6 years ago
Oliver d7c8911ef0 Added Application.ForceDraw(). 6 years ago
Oliver 5256865f59 Bugfix in Grid which led to wrong positions for inner grids. Fixes #195 6 years ago
Oliver 0a18dea458 Added a clarification on intercepting key events. Resolves #181 6 years ago
Oliver f13631ce74 Minor indenting change in presentation. 6 years ago
rivo 7bef21fe58
Merge pull request #190 from bcarlsson/fix-demo-example
Fixed example code in presentation demo textview
6 years ago
Oliver 19fbe6241a Making suspended mode work again on Windows. Fixes #179 6 years ago
Oliver 08411f6e81 Added an option to List which hides the selection when List has no focus. Resolves #193 6 years ago
Björn Carlsson 7164c72b7e Fixed example code in presentation demo textview 6 years ago
Oliver f1536e67fa github.com/mattn/go-runewidth supports zero-width joiners now. 6 years ago
rivo 0612ff69bf
Merge pull request #186 from ravenops/fix/185
Fixes #185
6 years ago
Oliver 1bfe98092c On Windows, tcell.Screen.Fini() sends a resize event before sending nil. Fixed resulting deadlock. Fixes #179 6 years ago
Delaney Gillilan a38d2cdc9b fix per @jr81 6 years ago
Oliver 8cf347b745 Added row/column removal functions to Table. Resolves #174 6 years ago
Oliver ebf651d1c0 Bugfix: nil return value in input capture should not stop the event loop. Fixes #179 6 years ago
Oliver ec12437564 InputField cursor position must also be adjusted when SetText() is called. Fixes #180 6 years ago
Oliver 61a4cf388a Another fix for InputField. Fixes #176, resolves #177 6 years ago
Oliver 1dd674a1b9 Simplified the queuing of Draw() calls, also introduced QueueUpdateDraw(). #172 6 years ago
Oliver 60a1c63fa9 Accepting non-alt-mod keys as characters in InputField if they don't have a function. Fixes #176 (hopefully) 6 years ago
Oliver 380278f41c Bugfix in TextView. 6 years ago
Oliver 5c44db199f Merge branch '3cb-add-synchronization-channels' 6 years ago
Oliver c22d5570be Bugfixes/improvements to PR #172. 6 years ago
Oliver d830c42f6b Merge branch 'add-synchronization-channels' of https://github.com/3cb/tview into 3cb-add-synchronization-channels 6 years ago
Oliver 6d988e2839 Minor typo fixes. 6 years ago
Oliver 028ad94730 Fixed semigraphics style in TreeView which ignored background color. Fixes #173 6 years ago