Commit Graph

722 Commits (dfc1d8680fec1eab8d6ff84654cbfd2aff07d334)
 

Author SHA1 Message Date
Mike Schinkel 87c5125144 Add GetTitle() method to Box. 5 years ago
Mike Schinkel c2c3679add Fix initialization bug in AddDropDown(), issue #290. 5 years ago
Oliver 384f577a62 Added SetFocus() to Form which changes the focus to a specific form element. Resolves #286 5 years ago
Oliver 29b0d3cfbf Updated table demo screenshot. Resolves #282 5 years ago
Oliver bd836ef13b Added new guidelines for PR's. 5 years ago
rivo cf9d115173
Merge pull request #269 from wedaly/master
Add functions to set background color, button text, and button background color on modal.
5 years ago
Oliver 7cc6943d5a Space will also select a node in a TreeView. Resolves #280 5 years ago
Oliver d14da4f46f Bugfix in Grid which mistakenly compared grid item size to resolve conflicts. Fixes #277 5 years ago
Oliver 3c477cc248 TextView.ScrollTo() will turn off end-tracking. Fixes #274 5 years ago
Oliver f16ba37c6a Added functions to remove all buttons from forms and from modals. Resolves #259 5 years ago
Oliver f2bf2be1ba Bugfix in TreeView which may have caused an index out of range. Fixes #262 (hopefully) 5 years ago
Oliver 7a653a04b3 Package now uses go modules. 5 years ago
Will Daly 743e3fe55d Add functions to set background color, button text, and button background color on modal 5 years ago
Oliver 90b4da1bd6 Fixed empty pages when the only visible page was removed. Fixes #250 5 years ago
Oliver 9d616aee87 DropDown's SetCurrentOption() will also trigger the selected event. Closes #256, resolves #260 5 years ago
Oliver 8a9e26fab0 Hitting the Alt-key should not prevent input. Fixes #240 5 years ago
Oliver 8d5eba0c2f Replaced runewidth.StringWidth() with my own implementation. Fixes #236 5 years ago
Oliver 2cc825800b Switched string iteration to using the github.com/rivo/uniseg package. 5 years ago
rivo 3938f60085
Merge pull request #247 from dgrr/master
Added Color getter in TreeNode
5 years ago
Dario 1d0309ee28 Applied requested changes 5 years ago
Oliver d3efe1d5e8 Fixed some comments. 5 years ago
rivo de9730f6df
Merge pull request #200 from ravenops/feature/theme
Add theme struct
5 years ago
Oliver 3548dec808 Fixed a bug where neighbouring colour tags were processed incorrectly. Fixes #241 5 years ago
Oliver 03d744dee3 SetOffset() also turns off end-tracking in Table. Fixes #238 5 years ago
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 6 years ago
Oliver 0a179573ae Improved List scrolling (using an offset member variable). Fixes #217 6 years ago
Oliver 997b18eeff Introduced a separate class-wide "selected" handler for DropDown. Resolves #206 6 years ago
Oliver 2b7ed85b88 Added InsertRow() and InsertColumn() to Table, see #213 6 years ago
rivo 20bdfcd8b2
Merge pull request #230 from dguendisch/master
Added a reference to TableCell. Fixes feature request #229.
6 years ago
Guendisch, Dieter 55dadc0057 Added a reference to TableCell. Fixes feature request #229. 6 years ago
Oliver 1ac6fbc0c2 Some clarifications in the Grid class as well as in the contributor guidelines. Resolves #231 6 years ago
rivo e5e361b9d7
Merge pull request #191 from OriPekelman/master
Add GetText() method
6 years ago
Oliver bbe0f17f96 Added FindItems() and InsertItem() to List. Also allowed negative indices for some List functions. Resolves #213, resolves #215 6 years ago
Ori Pekelman f9524f55ba move under setter and change to string 6 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