meli/ui/src
Manos Pitsidianakis a365a846b8
Replace StackVec with smallvec::SmallVec
SmallVec has a less buggy and better implementation.
2020-01-20 15:58:59 +02:00
..
components Replace StackVec with smallvec::SmallVec 2020-01-20 15:58:59 +02:00
conf Replace StackVec with smallvec::SmallVec 2020-01-20 15:58:59 +02:00
execute ui: Add TagAction 2019-12-07 17:31:49 +02:00
plugins plugin-backend: add BackendOp for PluginBackend 2020-01-02 00:13:18 +02:00
terminal ui/CellBuffer: change row_iter() bounds to Range 2019-12-12 11:04:14 +02:00
types Plugins WIP #2 2019-12-27 17:57:48 +02:00
cache.rs Replace StackVec with smallvec::SmallVec 2020-01-20 15:58:59 +02:00
components.rs ui/Component: change set_dirty() to set_dirty(value) 2019-12-14 18:57:58 +02:00
conf.rs ui: add auto_choose_multipart_alternative 2020-01-02 00:08:21 +02:00
execute.rs ui: Add TagAction 2019-12-07 17:31:49 +02:00
lib.rs Replace StackVec with smallvec::SmallVec 2020-01-20 15:58:59 +02:00
mailcap.rs melib: Replace String with Cow<'static, str> 2020-01-07 12:55:27 +02:00
plugins.rs plugin-backend: add BackendOp for PluginBackend 2020-01-02 00:13:18 +02:00
sample-plugin.py Plugins WIP 2019-12-23 17:08:57 +02:00
sqlite3.rs Replace StackVec with smallvec::SmallVec 2020-01-20 15:58:59 +02:00
state.rs Replace StackVec with smallvec::SmallVec 2020-01-20 15:58:59 +02:00
terminal.rs ui: fix bracket mode end code typo 2019-11-19 23:41:12 +02:00
types.rs Replace StackVec with smallvec::SmallVec 2020-01-20 15:58:59 +02:00
workers.rs Prevent OOM abort when printing large strings 2019-11-22 14:17:09 +02:00