Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add popovers | Ben Burwell | 2019-12-21 | 1 | -6/+17 |
| | | | | | | | | | | | | A popover is a special UI element which can be layered over the rest of the UI (i.e. it is painted last) and can fall anywhere on the screen, not just with the bounds of its parent's viewport/context. With these special abilities comes the restriction that only one popover may be visible on screen at once. Popovers are requested from the UI context passed to Draw calls and specify the anchor point and the desired dimensions. The popover is then fit to the available space and placed relative to the anchor point. | ||||
* | Add cursor handling in ex line | Drew DeVault | 2019-01-14 | 1 | -8/+9 |
| | |||||
* | Apply gofmt | Drew DeVault | 2018-06-11 | 1 | -4/+4 |
| | |||||
* | Clean up some old code | Drew DeVault | 2018-06-11 | 1 | -7/+0 |
| | |||||
* | switch to tcell from termbox | Markus Ongyerth | 2018-06-01 | 1 | -37/+49 |
| | | | | | | | | | | | | | This is a simple mostly straight forward switch to tcell in favor of termbox. It uses the tcell native api (not the compat layer) but does not make use of most features. Further changes should include moving to tcell's views.TextArea and the general built in widget behaviour instead of the current ad hoc implementation. Regression: Cursor isn't shown in ex-line | ||||
* | Split UI library and widgets | Drew DeVault | 2018-02-26 | 1 | -0/+109 |