summaryrefslogtreecommitdiffstats
path: root/lib/entry/libimagentryview
AgeCommit message (Collapse)Author
2019-02-11Add feature to trim content on the rightMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-01-03Update copyright yearsMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2018-11-11Forbid unsafe code in all cratesMatthias Beyer
2018-11-10Update version stringsMatthias Beyer
...for the next release, which will be imag 0.10.0! Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2018-10-31Update dependency: mdcat: 0.8 -> 0.11Matthias Beyer
2018-10-30libimagentryview: Move from error-chain to failureMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2018-10-06Roll back mdcat updateMatthias Beyer
Because 0.8 -> 0.10 has changed the API, we cannot update trivially. Revert the update because of that.
2018-10-06Update dependenciesMatthias Beyer
mdcat: 0.8 -> 0.10 textwrap: 0.9 -> 0.10
2018-09-27Update dependency: error-chain: 0.11 -> 0.12Matthias Beyer
2018-05-09Update version string: 0.8.0 -> 0.9.0Matthias Beyer
2018-04-24Add markdown viewer functionalityMatthias Beyer
2018-04-24Rewrite libimagentryview interfaceMatthias Beyer
In the previous versions, the sink (where the entries should be written to) was not passed. This did conflict with the libimagrt holding the stdout/stderr handles, because it automatically writes to stdout (which we don't want to do in some cases). Passing the sink is way nicer. This patch changes libimagentryview so that the sink is passed to the viewer.
2018-04-19Add wrapping functionality to StdoutViewerMatthias Beyer
2018-04-19Update version numbers: 0.7.0 -> 0.8.0Matthias Beyer
2018-04-17Fix documentation in crate metadataMatthias Beyer
2018-03-26Fix: Entry::to_str() should return Result<_>Matthias Beyer
Because serializing might fail. Also fixes all usages of the API.
2018-02-11Update version string: 0.6.0 -> 0.7.0Matthias Beyer
2018-02-07Update dates in license headerMatthias Beyer
And add missing header in one file
2018-01-15log: 0.4.0-rc.1 -> 0.4.0Matthias Beyer
2018-01-15Update dependency: log: 0.3.* -> 0.4.0-rc.1Matthias Beyer
2017-12-25Update version strings: 0.5.0 -> 0.6.0Matthias Beyer
2017-10-31Add badges in Cargo.toml of all cratesMatthias Beyer
2017-10-12Update dependency: error-chain: 0.10 -> 0.11Matthias Beyer
2017-09-24Update version strings: 0.4.0 -> 0.5.0Matthias Beyer
2017-09-19Update dependency specsMatthias Beyer
Most notably: * env_logger: 0.4 -> 0.5 * hoedown: 5.0.0 -> 6.0.0 * itertools: 0.5 -> 0.6 * lazy_static: 0.1.15 -> 0.2 * regex: 0.1 -> 0.2 * semver: 0.5 -> 0.8 * url: 1.2 -> 1.5 * uuid: 0.3 -> 0.5 (This list is most surely not complete)
2017-09-04Remove dedicated result modules, use error chain generated Result typesMatthias Beyer
2017-09-03Remove "IntoError" trait, use error_chain functionalityMatthias Beyer
2017-09-03libimagentryview: Rewrite error handlingMatthias Beyer
2017-09-03Impl IntoError for error kindsMatthias Beyer
2017-09-03Add recursion limits to cratesMatthias Beyer
2017-09-03Add dependency to crates: error_chain = 0.10Matthias Beyer
2017-09-03Rewrite macros to do error-chain behind the scenesMatthias Beyer
2017-09-01Fix readme links in cargo metadataMatthias Beyer
2017-08-31Remove unused crate importsMatthias Beyer
This patch removes unused crate imports reported by newer rust versions. Some crates were only required for tests, some only for tests with macro_import - these things were fixed with feature gates.
2017-08-27Fix broken README symlinksMatthias Beyer
Along: Add files in documentation for modules that not yet had one.
2017-08-27Reorganize code in subdirsMatthias Beyer