Trevor Slocum
|
605d0123c1
|
Add Modal.SetButtonsAlign and Modal.SetTextAlign
Also, do not customize Modal window styling by default. Use GetForm and GetFrame to customize.
Resolves #71.
|
12 months ago |
Trevor Slocum
|
36671ba7d3
|
Rename SetBorderPadding and GetBorderPadding as SetPadding and GetPadding
|
2 years ago |
Trevor Slocum
|
d7f1e2ab2a
|
Add SetVisible and GetVisible to all widgets
|
2 years ago |
Trevor Slocum
|
298510a685
|
Revert WordWrap signature change
Resolves #40.
|
2 years ago |
Trevor Slocum
|
ed5e6d94dd
|
Remove return values from methods which return their primitive (breaks chaining)
|
2 years ago |
Trevor Slocum
|
6b34a95e75
|
Print text using []byte instead of string, calculate string width using runewidth instead of uniseg
|
2 years ago |
Trevor Slocum
|
8292f9baf2
|
Upgrade tcell to v2
Resolves #32.
|
2 years ago |
Trevor Slocum
|
cdeff20296
|
Use sync.RWMutex in all widgets
Resolves #30.
|
2 years ago |
Trevor Slocum
|
2a76c36094
|
Clarify how to modify Modal title and appearance
Resolves #24.
|
2 years ago |
Trevor Slocum
|
250da74d1e
|
Clarify usage of Modal.GetForm
|
2 years ago |
Trevor Slocum
|
e0fafcdb01
|
Add Modal.GetForm and Modal.GetFrame
Resolves #19.
|
2 years ago |
Trevor Slocum
|
48c31ff1a0
|
Remove wiki references
|
2 years ago |
rivo
|
1f765c8695
|
Merge pull request #422 from rivo/mouse
Add mouse support
|
2 years ago |
Trevor Slocum
|
e29d4b73b9
|
Make cview thread-safe
|
2 years ago |
Trevor Slocum
|
5f880bc2c7
|
Migrate to GitLab
|
2 years ago |
Trevor Slocum
|
51704b9844
|
Add documentation for GetChildren methods
|
3 years ago |
Chris Miller
|
74b2573bf9
|
Added mouse handling
|
3 years ago |
Trevor Slocum
|
b61132eddf
|
Fork tview as cview
See FORK.md for details
|
3 years ago |
Oliver
|
0f6549646b
|
Added SetFocus() to Modal, focuses on the provided button. Resolves #364
|
3 years ago |
Oliver
|
f16ba37c6a
|
Added functions to remove all buttons from forms and from modals. Resolves #259
|
3 years ago |
Will Daly
|
743e3fe55d
|
Add functions to set background color, button text, and button background color on modal
|
3 years ago |
Oliver
|
8d5eba0c2f
|
Replaced runewidth.StringWidth() with my own implementation. Fixes #236
|
3 years ago |
Oliver
|
a677b985cc
|
Allowing the use of arrow keys in modal buttons, too. Resolves #167
|
4 years ago |
Sam Whited
|
65c5186a20
|
Call modal done func on escape key
Fixes #150
|
4 years ago |
Oliver
|
258f212e5e
|
Added color tag functionality to all strings. Resolves #25
|
5 years ago |
Oliver
|
61d8ea30f8
|
Added support for wide unicode characters (e.g. Chinese). Resolves #9
|
5 years ago |
Oliver
|
2874294d89
|
Added Styles variable with default colors for primitives.
|
5 years ago |
Oliver
|
e4f97a6436
|
Added links to Wiki to documentation. Also replaced screenshot with GIF screencast.
|
5 years ago |
Oliver
|
8c9be84ef8
|
Various improvements.
|
5 years ago |
Oliver
|
b8e50f0e44
|
Embedding frame in modal instead of deriving from it, thus hiding frame's functions.
|
5 years ago |
Oliver
|
8eb4c5ef48
|
Added TextView. All subclasses of Box now also have inside padding.
|
5 years ago |
Oliver
|
dad7891c89
|
Added Checkbox, Modal, and Pages.
|
5 years ago |