brick/TODO.txt
Jonathan Daugherty aaf070ecf6 Update TODO
2015-07-16 08:58:00 -07:00

29 lines
982 B
Plaintext

Bugs / design issues:
- Consider adding L suffix to Context and other core lenses to be
consistent with other lenses
- padAll/padLeftRight/padTopBottom Max do not behave as expected
Features:
- Text wrapping (with markup)
- Deal with multi-column characters everywhere
- Viewports that support both horizontal and vertical scrolling
Open issues:
- Centering and other operations pad widgets with fills with interacts
with layering depending on the user's intentions. Sometimes we want
layers to be opaque and filled, other times we want them to be
transparent. How do we deal with this in general?
Missing non-haddock documentation:
- Getting started: simpleMain, defaultMain
- customMain and the App type
- Event handlers and HandleEvent
- Cursor selection
- Suspend & resume, halt, continue
- Using your own event type
- How widgets and rendering work
- Space behavior
- Implementing your own widgets
- Rendering sub-widgets
- Dealing with the rendering context