Commit Graph

180 Commits (85052babb2ae81e4f6bff98f4d95617ead55a8de)
 

Author SHA1 Message Date
Oliver 85052babb2 Replaced license placeholders. Fixes #149 6 years ago
Oliver 6614b16d90 Added GetScrollOffset() to TextView. Resolves #124 6 years ago
Oliver 405e5fbb4f Separated TreeView's tree-building from Draw() function so changed events can be fired before drawing. Fixes #142 6 years ago
Oliver cc64ead1ed Made Application.Draw() thread-safe (for real this time). Fixes #136 6 years ago
Oliver 100f053ee1 ANSI RGB colors were missing hashtags in tags. Fixes #140 6 years ago
Oliver 768070ef7b Hitting Escape on a drop-down selection resets it. 6 years ago
Oliver c33dd0cf8e Added form item removal functions and more ways to find items. Resolves #137 6 years ago
Oliver 7338a21d35 Fixed ANSI spelling in README, too. See #138 6 years ago
rivo 4c25f440a5
Merge pull request #139 from ardnew/master
Replace all instances of ANSII; Resolves #138
6 years ago
ardnew 4b5dd0f8e1 replacing all instances of "ANSII" with "ANSI"
renaming unit ansii.go to ansi.go
resolves rivo/tview#138
6 years ago
Oliver 83483397e8 Cosmetic improvements. 6 years ago
rivo 6b270eb8e8
Merge pull request #135 from kvj/suspend-in-goroutine - fixes #134
Block main event loop with mutex during Suspend() call
6 years ago
Konstantin Vorobyev 01a39a486d Review feedback 6 years ago
Konstantin Vorobyev 2ac0e9e086 Block main event loop with mutex during Suspend() call 6 years ago
Oliver 306abd9cb9 Minor tweaks. This now also resolves #113 6 years ago
Oliver 4631cd7337 Added the tree view. 6 years ago
rivo e643d10b36
Merge pull request #126 from benweidig/fix_borders
Refactored semigraphics and configurable borders
6 years ago
Oliver 6ffb56ee2a TextView now reindexes only on width changes if wrapping is enabled. 6 years ago
Oliver 1ee0c559cc Switched flexItem slice to pointers. 6 years ago
Benjamin Weidig 7ad390eb5e Removed deprecated funcs/const related to semigraphic changes 6 years ago
Benjamin Weidig e8c92a715c Added visualization to SemigraphicJoints
To better understand what runes are joined how I've added comments with the actual unicode char. Also clarified that the key has to be sorted by rune value
6 years ago
Benjamin Weidig b6cd5e5021 added comment to semigraphic related code 6 years ago
Benjamin Weidig 06dd16088a replaced old borders code with new configurable borders 6 years ago
Benjamin Weidig 29553e5794 added configurable borders 6 years ago
Benjamin Weidig 2e0f146244 refactored semigraphics
For a better semigraphics support all related code was moved to its own file. The const names reflect their unicode name to better distinguish the runes.
6 years ago
Benjamin Weidig 76fdcb42e9 fix borders and add unicode comment 6 years ago
Oliver 0ebcb1ed99 Excluding control characters from output (creates unwanted artefacts). Fixes #130 6 years ago
Oliver 398a6c2f77 Added a function to resize a Flex item. Resolves #125 6 years ago
Oliver 71ecf1f429 Added a scroll function to TextView. Resolves #124 6 years ago
Oliver bb80ad41aa Minor text change in presentation. Hopefully makes it more clear what's displayed. 6 years ago
Oliver 7afc7ac893 Index out of range bugfix. Fixes #101 6 years ago
Oliver a26df4e781 Added SetAttributes() and SetStyle() to TableCell. Resolves #111 6 years ago
Oliver c0b219f400 Bugfix: Flex will call Box.Draw() again. Fixes #104 6 years ago
Oliver 7d789421e3 DropDown now only uses List's main selected callback. Fixes #115 6 years ago
rivo 0a4caa5b6b
Merge pull request #112 from hoop33/master
Fix panic with <Enter> on empty list
6 years ago
Rob Warner 2899c719ca Fix panic with empty list 6 years ago
Oliver 213c37c368 Fixed handling of combining unicode characters. Fixes #101 6 years ago
Oliver d7d44cb0d2 Flex and Grid don't clear their backgrounds anymore. Resolves #104 6 years ago
Oliver f855bee020 Separated form item "done" function from "finished" function. Resolves #39 6 years ago
Oliver f291602d9a Added functions to retrieve and set a list item's texts. Resolves #102 6 years ago
rivo 8d257feeb9
Merge pull request #106 from frankbraun/docufix
Documentation fix for flex.AddItem()
6 years ago
Frank Braun bf464200bc Documentation fix for flex.AddItem()
The proportion must be at least 1 if fixedSize == 0.
6 years ago
Oliver 6b7d028eb1 Small update to documentation. 6 years ago
Oliver 911fb9543e Added Escape(), ANSIIWriter(), and TranslateANSII(). Resolves #84, resolves #24 6 years ago
Oliver 96473a04c6 Added Escape() function. Resolves #84 6 years ago
Oliver 5bd22542e5 For Form.GetFormItemByLabel() to work, we must not modify the label text. Fixes #94, fixes #99 6 years ago
Oliver b4fd66d458 Fixed style calculation in TextView which led to unwanted artefacts when the default terminal background color was not black. Fixes #91 6 years ago
Oliver cc84c982fc Added GetFormItemByLabel(). Resolves #94 6 years ago
Oliver 3d4fa476ed Fixed misleading description. 6 years ago
Oliver 83d0a16fb2 Added background colors and text attributes to color tags. Resolves #91 6 years ago