summaryrefslogtreecommitdiffstats
path: root/src/output
AgeCommit message (Expand)Author
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
2015-05-10Finally, do the same for the Git column.Ben S
2015-05-10Update most of the other columns to use coloursBen S
2015-05-09Add colours module, and disable them sometimesBen S
2015-05-07Remove some unused functionsBen S
2015-04-09updated to latest rust nightlyCristian Kubis
2015-04-04Upgrade to latest RustBenjamin Sago
2015-03-26Move all optional features into features moduleBen S
2015-03-22Upgrade to latest RustBen S
2015-02-26Spew comments everywhereBen S
2015-02-26The Row struct's fields don't need to be pubBen S
2015-02-26details: `filter` is only used when recursingBen S
2015-02-26Refactor details viewBen S
2015-02-24Add --level option to limit tree and recursionBen S
2015-02-23Merge branch 'nwin:add-xattr-linux'Ben S
2015-02-22Get rid of explicit `as_slice()` calls.Steven Allen
2015-02-22Rename attr to xattrnwin
2015-02-22Merge commit '53387122de3851df5e1e38ad2fedc01404568ada' into add-ext-attributesnwin
2015-02-22Implement display of extended attributesnwin
2015-02-21Use file_name_width in gridCorey Ford
2015-02-21Upgrade to latest RustBen S
2015-02-12Upgrade to latest RustBen S
2015-02-10Translate month names into the user's localeBen S
2015-02-10Format file size in bytes with the user's localeBen S
2015-02-05Refactor the code after tree view changesBen S