COMMITS
/ borders.go March 29, 2024
A
feat: switch to term/ansi for text manipulation (#268)
Ayman Bagabas committed
March 14, 2024
U
fix: always render horizontal border edge when enabled (#211)
Unseen Daan committed
February 13, 2024
M
Improve maximum width of characters in a string (#257)
Michael Lorant committed
January 30, 2024
M
chore: apply gofumpt to all files (#255)
Michael Lorant committed
October 5, 2023
M
feat: add `Middle` borders (#230)
Maas Lalani committed
April 29, 2023
M
Fix bugs with border size calculation
mieubrisse committed
October 3, 2022
A
feat(renderer): use style renderer
Ayman Bagabas committed
June 28, 2022
A
feat: instantiate lipgloss renderers
Ayman Bagabas committed
November 8, 2022
N
docs: fix various typos (#156)
nervo committed
October 27, 2022
V
feat: add `BlockBorder`, `OuterHalfBlockBorder`, and `InnerHalfBlockBorder` border styles (#120)
Victor/Alyx Bersy committed
February 14, 2022
C
Fix and generally improve various doc comments
Christian Rocha committed
August 19, 2021
C
Add HiddenBorder(), which renders a border comprised of spaces
Christian Rocha committed
C
Add Style.GetFrameSize(), improve border method naming
Christian Rocha committed
C
Simplify how border styles are queried
Christian Rocha committed
C
Add methods to query border widths
Christian Rocha committed
April 29, 2021
C
For now, limit corners on border to a single rune
Christian Rocha committed
April 28, 2021
C
Support for multi-rune borders
Christian Rocha committed
April 7, 2021
C
Remove 'Color' suffix from border FG/BG API methods
Christian Rocha committed
April 5, 2021
C
Don't check color profile and terminal darkness until absolutely necessary
Christian Rocha committed
March 31, 2021
C
Rename ColorType to TerminalColor
Christian Rocha committed
March 30, 2021
C
Fix width of borders when they're horizontal only
Christian Rocha committed
March 26, 2021
C
Fix bug where top border was being rendered on the bottom
Christian Rocha committed
C
Borders are back
Christian Rocha committed
March 16, 2021
C
Style.Inline and Style.MaxWidth no longer mutate the style
Christian Rocha committed
C
Implement the Stringer interface for the Style type
Christian Rocha committed