Commit Graph

628 Commits (master)
 

Author SHA1 Message Date
Trevor Slocum 29e91c0bc5 Merge branch 'master' into 'master'
Add TextDimensions

See merge request tslocum/cview!14
2 years ago
makeworld 17ca6d403b Read (un)lock mutex instead 2 years ago
makeworld c74ebf1471 Add TextDimensions 2 years ago
Trevor Slocum d776e728ef Fix strikethrough support
Resolves #17.
2 years ago
Trevor Slocum 630bdf19f3 Release v1.5.3 2 years ago
Trevor Slocum fe5cf58941 Update dependency runewidth 2 years ago
Trevor Slocum 710bef6897 Document Panels.AddPanel difference 2 years ago
Trevor Slocum c5777645c9 Fix highlighting focused Form element
Resolves #51.
2 years ago
Trevor Slocum 3bd98fd55f Preserve order of panels when updating panel
Closes !12.
2 years ago
Trevor Slocum 7db7653746 Update example applications link 2 years ago
Trevor Slocum c34e095461 Fix incorrect TabbedPanels colors
Resolves #46.
2 years ago
Trevor Slocum 1af0da7606 Document how to prevent screen artifacts when using SetBackgroundTransparent
Resolves #45.
2 years ago
Trevor Slocum de3c277462 Remove reference to resolved tcell bug 2 years ago
Trevor Slocum 1513847ae3 Release v1.5.2 2 years ago
Trevor Slocum bd72d264c9 Remove breaking changes notice
Future v1 changes will be backwards compatible.
2 years ago
Trevor Slocum 68b2c49d11 Fix WindowManager background not being drawn 2 years ago
Trevor Slocum 79a35fe4de Handle events before executing queued updates 2 years ago
Trevor Slocum fa31102abf Release v1.5.1 2 years ago
Trevor Slocum 888dcd2560 Fix WordWrap dropping last character of closing tag
Resolves #26.
2 years ago
Trevor Slocum 5ff1168706 Add TextView.SetWrapWidth 2 years ago
Trevor Slocum 614c61839b Clarify that WordWrap accepts unescaped text only
Resolves #27.
2 years ago
Trevor Slocum 30838d75cd Reduce Box inner rect calculations 2 years ago
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