summaryrefslogtreecommitdiffstats
path: root/src/output/details.rs
AgeCommit message (Expand)Author
2015-12-20Move colours module into outputBenjamin Sago
2015-12-17Turn TextCellContents into a structBenjamin Sago
2015-12-17Rename cell 'length' to 'width'Benjamin Sago
2015-12-17Remove dependency between file and output modsBenjamin Sago
2015-12-17Encapsulate "display width" in a structBenjamin Sago
2015-12-17Replace Cells with growable TextCellsBenjamin Sago
2015-11-15Use lazy_static to cache datetime formatsBen S
2015-11-15Move time type picking to details moduleBen S
2015-11-14Move many Options structs to the output moduleBen S
2015-11-04Fix tree outputFlorian Gilcher
2015-11-04Reserve Vector elements instead of resizingFlorian Gilcher
2015-11-04Replace `sum` call by stable `fold(0, Add::add)`Florian Gilcher
2015-10-02Fix warning when building on 64-bit systemsBen S
2015-09-28Fix integer length error on 32bit environmentrhysd
2015-09-21Upgrade to latest version of datetime crateBen S
2015-09-15Dismiss some compile-time warningsBenjamin Sago
2015-09-03Details view comments and tidy-upsBen S
2015-09-02Parallelise the details view!Ben S
2015-08-26Restore xattrs to their long view columnBen S
2015-08-26Use the correct ASCII for rows with errors/attrsBen S
2015-08-26Scan for nested files on-demand, not all the timeBen S
2015-08-26Print xattrs in tree view like we do errorsBen S
2015-08-25Coalesce platform-specific xattr modulesBen S
2015-08-25Fix bug where errors' tree parts ended earlyBen S
2015-08-25Display errors inline in the treeBen S
2015-08-25Comment correctionsBen S
2015-08-25Make the cells optional for display Rows.Ben S
2015-08-25Make Dir return an Iterator of files, not VecBen S
2015-08-03Allow --tree without --longBen S
2015-06-28Cache the rendered cellsBen S
2015-06-28Add --grid --long optionBen S
2015-06-08Various unimportant style changesBen S
2015-06-04Display dates with the host's timezoneBen S
2015-05-29Fix failing test codeBen S
2015-05-16Generify Table to be used in tests once againBen S
2015-05-16Add some more comments and spacingsBen S
2015-05-16Remove space when no file has extended attributesBen S
2015-05-12Move Git render_char to its own methodBen S
2015-05-12Fix Git colours to be actually correctBen S
2015-05-12Move File fields to their own moduleBen S
2015-05-12Minor whitespace changesBen S
2015-05-12The locals struct is no longer necessaryBen S
2015-05-12Remove year field on timestamp columnBen S
2015-05-12Move size_format into render_size methodBen S
2015-05-12Remove redundant importsBen S
2015-05-12Move renderers from traits to Table objectBen S
2015-05-11Fix size numbers boldingBen S
2015-05-11Make executable files' 'x's underlined againBen S
2015-05-11Add the file type column back inBen S
2015-05-11Turn File into simply a data sourceBen S