1. 07 Feb, 2015 4 commits
  2. 06 Feb, 2015 1 commit
  3. 04 Feb, 2015 10 commits
  4. 24 Jan, 2015 1 commit
    • Bram Schoenmakers's avatar
      View can use any printer, except when pretty_print() is called. · bcf68647
      Bram Schoenmakers authored
      Moreover, make print_todo of PrettyPrinter have the same signature as
      the Printer class. Clients must use add_filter to specify any additional
      filters when printing.
      
      The Command class holds a PrettyPrinter instance (rather than a generic
      printer). This means that add_filter is called, all future invocations
      of print_todo will apply these filters. This is not always desired, so
      in those cases a subcommand should instantiate its own printer (this
      happens for instance at the DoCommand).
      bcf68647
  5. 23 Jan, 2015 3 commits
  6. 21 Jan, 2015 1 commit
  7. 15 Jan, 2015 9 commits
  8. 14 Jan, 2015 3 commits
  9. 12 Jan, 2015 4 commits
  10. 11 Jan, 2015 4 commits