Trevor Slocum
|
b4beaaeff9
|
Document TextView region tag fix
|
1 year ago |
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.
|
1 year ago |
Trevor Slocum
|
f794cceb95
|
Fix TextView.GetRegionText error when text contains color tags
Resolves #69.
|
1 year ago |
Trevor Slocum
|
9c993d8c7e
|
Release v1.5.6
|
1 year ago |
Trevor Slocum
|
78d52f46d0
|
Fix drawing InputField cursor outside of the field
|
1 year ago |
Trevor Slocum
|
a989031127
|
Fix passing mouse events to Grid items
Events are now only passed to the item under the mouse.
|
1 year ago |
Trevor Slocum
|
964fd51438
|
Add TextView.SetVerticalAlign
Resolves #68.
|
1 year ago |
Trevor Slocum
|
7b45918cfa
|
Fix TextView always visible scroll bar not appearing when empty
|
1 year ago |
Trevor Slocum
|
652afb9875
|
Update Application.QueueUpdateDraw to accept one or more primitives to draw instead of the whole screen
|
1 year ago |
Trevor Slocum
|
ca75748dff
|
Update Application.Draw to accept one or more primitives to draw instead of the whole screen
|
1 year ago |
Trevor Slocum
|
454d759a42
|
Add Button.SetCursorRune and CheckBox.SetCursorRune
Cursors are now shown within Buttons and CheckBoxes by default.
Resolves #62.
|
1 year ago |
Trevor Slocum
|
71e3cc57f7
|
Add relevant info to pages of the presentation demo
Also, only draw DropDown symbols when focused by default.
Resolves #61.
|
1 year ago |
Trevor Slocum
|
d11681497c
|
Change default colors (fields and buttons are now green)
|
1 year ago |
Trevor Slocum
|
f8d1b2c63c
|
Change default colors
Focused buttons and fields are now blue.
|
1 year ago |
Trevor Slocum
|
011f4decc0
|
Add TextView highlight color options
|
1 year ago |
Trevor Slocum
|
7e8817f20b
|
Fix highlighting current TabbedPanels tab
Relates to #54.
|
1 year ago |
Trevor Slocum
|
bd144c2430
|
Allow specifying TabbedPanels switcher height
Resolves #54.
|
1 year ago |
Trevor Slocum
|
92dca67ac2
|
Fix resetting background color via '-'
The primitive background color is now used, rather than the terminal background color.
Resolves #47.
|
1 year ago |
Trevor Slocum
|
919f229dcc
|
Update List, Table and TreeView to not handle Tab or Backtab
|
1 year ago |
Trevor Slocum
|
3581fe03ea
|
Draw additional accents when rendering a list divider
|
1 year ago |
Trevor Slocum
|
957459b436
|
Update dependencies
|
1 year ago |
Trevor Slocum
|
bf491e965f
|
Update dependencies
Resolves #58.
|
1 year ago |
Trevor Slocum
|
1653d59d6b
|
Restructure event loop to only poll screen between updates
Relates to #58.
|
1 year ago |
Trevor Slocum
|
e8e2d12710
|
Remove code.rocketnine.space migration notice
|
1 year ago |
Trevor Slocum
|
2d7324e8db
|
Rename TextDimensions as GetBufferSize
|
1 year ago |
Trevor Slocum
|
630bdf19f3
|
Release v1.5.3
|
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
|
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
|
1513847ae3
|
Release v1.5.2
|
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
|
36671ba7d3
|
Rename SetBorderPadding and GetBorderPadding as SetPadding and GetPadding
|
2 years ago |
Trevor Slocum
|
a55c812490
|
Add Application.Init
|
2 years ago |
Trevor Slocum
|
28e366bbce
|
Display TextView scroll bar automatically by default
|
2 years ago |
Trevor Slocum
|
d7f1e2ab2a
|
Add SetVisible and GetVisible to all widgets
|
2 years ago |
Trevor Slocum
|
fdb055d99b
|
Generalize tag stripping as StripTags
|
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
|
50b3201606
|
Add TabbedPanels
|
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 |