summaryrefslogtreecommitdiffstats
path: root/src/column.rs
AgeCommit message (Expand)Author
2015-05-12Remove year field on timestamp columnBen S
2015-04-23Use unicode_width crateBen S
2015-04-23Use new io + path + fs libraries (LOTS OF CHANGES)Ben S
2015-04-04Upgrade to latest RustBenjamin Sago
2015-03-22Missed a feature flag...Ben S
2015-02-26Refactor details viewBen S
2015-02-23Merge branch 'nwin:add-xattr-linux'Ben S
2015-02-22Merge pull request #19 from Stebalien/replace-as_sliceBen S
2015-02-23true -> falsenwin
2015-02-22Using convenience method and using extended clusters as recommended.nwin
2015-02-22Get rid of explicit `as_slice()` calls.Steven Allen
2015-02-22Count the number of grapheme clusters to determine the cell length.nwin
2015-02-22Replace &String with &strnwin
2015-02-09Only display the year if it's last yearBen S
2015-02-09Initial work on date/time columns for filesBen S
2015-02-05Refactor the code after tree view changesBen S
2015-02-03Make filename not a columnBen S
2015-01-27Preliminary Git support!Ben S
2015-01-26Update #[derive] namesBen S
2015-01-25Test highlighting of usernamesBenjamin Sago
2015-01-24Do column width calculations ourselves (speedup)Benjamin Sago
2015-01-24Convert docs to standard formatBen S
2015-01-13Forbid certain argument combinationsBenjamin Sago
2015-01-12rm trailing whitespaceBenjamin Sago
2015-01-12Upgrade to Rust alphaBenjamin Sago
2014-12-24Upgrade code and libraries to latest RustBen S
2014-12-18Add --bytes to not use prefixes at allBen S
2014-12-18Use number_prefix crate for number prefixesBen S
2014-12-14Make copyable values copyableBen S
2014-12-12Miscellaneous little optimisationsBen S
2014-11-24I like aligning thingsBen S
2014-11-24Reduce unnecessary String allocationsBen S
2014-11-23Upgrade to latest Rust nightlyBen S
2014-06-30Simplify alignment codeBen S
2014-06-28Move to CargoBen S