Trevor Slocum
|
62c7289449
|
Add deprecation notice to SetBorderPadding, GetBorderPadding and Pages
|
2 years ago |
Trevor Slocum
|
36671ba7d3
|
Rename SetBorderPadding and GetBorderPadding as SetPadding and GetPadding
|
2 years ago |
Trevor Slocum
|
7a5e47b598
|
Add TabbedPanels.HasTab
|
2 years ago |
Trevor Slocum
|
a3709cc49b
|
Fix incorrect arguments for TabbedPanels.RemoveTab
|
2 years ago |
Trevor Slocum
|
a55c812490
|
Add Application.Init
|
2 years ago |
Trevor Slocum
|
98c9aafd25
|
Fix off-center target when resizing Window
|
2 years ago |
Trevor Slocum
|
0dea8081ee
|
Update presentation demo recording
|
2 years ago |
Trevor Slocum
|
e655768a65
|
Follow end of TextView buffer in presentation demo
|
2 years ago |
Trevor Slocum
|
ac2b3155fd
|
Reduce TextView reindexing when a scroll bar is visible
|
2 years ago |
Trevor Slocum
|
28e366bbce
|
Display TextView scroll bar automatically by default
|
2 years ago |
Trevor Slocum
|
0e9e75f3f8
|
Use SetRect to position Windows
Resolves #44.
|
2 years ago |
Trevor Slocum
|
0b2c8f8a5d
|
Allow hiding form items
Resolves #13.
|
2 years ago |
Trevor Slocum
|
d7f1e2ab2a
|
Add SetVisible and GetVisible to all widgets
|
2 years ago |
Trevor Slocum
|
5a360ad87e
|
Tweak window visibility changes
|
2 years ago |
Trevor Slocum
|
f2230ae3f8
|
Merge branch 'isbm-enhanced-windows' into 'master'
Add possibility to hide/show windows in window manager
See merge request tslocum/cview!9
|
2 years ago |
Trevor Slocum
|
fdb055d99b
|
Generalize tag stripping as StripTags
|
2 years ago |
Bo Maryniuk
|
8f11148f11
|
Draw only visible windows
|
2 years ago |
Bo Maryniuk
|
bbe99c97ca
|
Add visibility attributes
|
2 years ago |
Trevor Slocum
|
07ef49c867
|
Support reorienting TabbedPanels tab switcher
|
2 years ago |
Trevor Slocum
|
c326cc4c16
|
Support custom TabbedPanels tab styling
|
2 years ago |
Trevor Slocum
|
27a707dceb
|
Update cbind
|
2 years ago |
Trevor Slocum
|
df2d4e418e
|
Support bracketed paste mode via tcell
|
2 years ago |
Trevor Slocum
|
597052a7e7
|
Add FocusManager
|
2 years ago |
Trevor Slocum
|
ffd8b57dec
|
Document renaming Panels for consistency with TabbedPanels
|
2 years ago |
Trevor Slocum
|
50b3201606
|
Add TabbedPanels
|
2 years ago |
Trevor Slocum
|
460aa5cbd5
|
Add compatibility warning
|
2 years ago |
Trevor Slocum
|
d2d497275e
|
Clarify Application.ForceDraw removal
|
2 years ago |
Trevor Slocum
|
767e4e474c
|
Rename Pages as Panels
|
2 years ago |
Trevor Slocum
|
3ad2fdd36a
|
Clarify that Table rows must each have the same number of columns
|
2 years ago |
Trevor Slocum
|
c3391c3c3b
|
Make printWithStyle public and rename as PrintStyle
|
2 years ago |
Trevor Slocum
|
2fe1085168
|
Fix List dividers allowing selection
|
2 years ago |
Trevor Slocum
|
2877b77c18
|
Allow scrolling List horizontally
|
2 years ago |
Trevor Slocum
|
a3a0d67f65
|
Fix WordWrap bounds out of range
Resolves #27.
|
2 years ago |
Trevor Slocum
|
ab1858fcd0
|
Update example in README
|
2 years ago |
Trevor Slocum
|
4aae94db85
|
Add Application.GetScreen and Application.GetScreenSize
Resolves #41.
|
2 years ago |
Trevor Slocum
|
bf9ccbdf1a
|
Support additional Slider input keys
|
2 years ago |
Trevor Slocum
|
298510a685
|
Revert WordWrap signature change
Resolves #40.
|
2 years ago |
Trevor Slocum
|
9c3564dc42
|
Add Slider
|
2 years ago |
Trevor Slocum
|
b47c35329c
|
Fix TextView region highlighting
|
2 years ago |
Trevor Slocum
|
c33ce95633
|
Fix List.Transform not calling handler set via SetChangedFunc
Resolves #39.
|
2 years ago |
Trevor Slocum
|
4ac48a9748
|
Replace FormItem.SetAttributes with individual methods
|
2 years ago |
Trevor Slocum
|
94351006a1
|
Remove Application.ForceDraw
|
3 years ago |
Trevor Slocum
|
86d39b1867
|
Do not wrap around TableCell selection
|
3 years ago |
Trevor Slocum
|
ed5e6d94dd
|
Remove return values from methods which return their primitive (breaks chaining)
|
3 years ago |
Trevor Slocum
|
2763609e05
|
Store InputField text data as []byte instead of string
|
3 years ago |
Trevor Slocum
|
d5edb975b6
|
Store ListItem text as []byte instead of string
|
3 years ago |
Trevor Slocum
|
96b2dd5523
|
Add Table test and benchmark, store TableCell as []byte instead of string
|
3 years ago |
Trevor Slocum
|
4cbfd55a8e
|
Document TextView optimizations
|
3 years ago |
Trevor Slocum
|
741bac61c6
|
Update .gitignore
|
3 years ago |
Trevor Slocum
|
534661590c
|
Merge branch 'print' into 'master'
Print text using []byte instead of string, calculate string width using runewidth instead of uniseg
See merge request tslocum/cview!8
|
3 years ago |