meli/ui/src/components
Manos Pitsidianakis 16ccff0f44
ui: add RowIterator and BoundsIterator for CellBuffer
Use `RowIterator` to iterate the cells of a row without the need to do
any bounds checking; the iterator will simply return `None` when it
reaches the end of the row.  `RowIterator` can be created via the
`CellBuffer::row_iter` method and can be returned by `BoundsIterator`
which iterates each row.
2019-12-01 17:13:36 +02:00
..
contacts ui: add shortcut! macro to compare shortcuts values 2019-11-28 22:16:56 +02:00
indexer Add dyn keyword to Trait objects 2019-09-15 13:21:14 +03:00
mail ui: add RowIterator and BoundsIterator for CellBuffer 2019-12-01 17:13:36 +02:00
utilities ui/text_editing: add Ctrl-{f,b,u} readline shortcuts 2019-11-27 01:46:23 +02:00
contacts.rs ui: change line_break meaning in write_string_to_grid 2019-11-18 14:49:50 +02:00
indexer.rs ui: fix nil default ComponentId 2019-06-10 19:40:44 +03:00
mail.rs ui/contacts: add side-menu, remove accounts tab 2019-10-26 15:58:56 +03:00
notifications.rs Log notification script failures 2019-11-24 20:39:57 +02:00
utilities.rs ui: add shortcut! macro to compare shortcuts values 2019-11-28 22:16:56 +02:00