1. 29 6月, 2014 1 次提交
  2. 28 6月, 2014 1 次提交
  3. 27 6月, 2014 1 次提交
    • B
      Highlight groups the user is a member of · b337f917
      Ben S 提交于
      First non-trivial change for a while... because this involves reading from the OS, we should cache as much as we can in memory. So, group membership checking is done immediately after reading a group name, as the group structure has already been populated.
      b337f917
  4. 24 6月, 2014 1 次提交
  5. 22 6月, 2014 3 次提交
  6. 04 6月, 2014 1 次提交
    • B
      Right-align file sizes · e5e426fc
      Ben S 提交于
      Currently there's only one numeric column, and that's the file size, so it gets
      special treatment.
      
      I was originally going to have a folder file size field be filled up with '-'s
      as far as it could go, leaving it entirely up to the column how its field gets
      formatted. But then I saw just one '-' working just fine, so I left it like
      that. In the first try, columns could do anything they want when padding a
      string (including changing the padding character or just changing it entirely),
      but now there's no point.
      e5e426fc
  7. 28 5月, 2014 1 次提交
  8. 26 5月, 2014 1 次提交
  9. 05 5月, 2014 2 次提交
    • B
      Add user and group columns · d76fee73
      Ben S 提交于
      This meant writing some libc interaction, which wasn't actually too bad.
      d76fee73
    • B
      Split source out into multiple files · 10b8f6f4
      Ben S 提交于
      Also, reverse the way columns are rendered: before, a column took a stat and a name to render; now, a file takes a column type to render. This means that most of the File data/methods can be private.
      10b8f6f4