summaryrefslogtreecommitdiff
path: root/src/print.cc
Commit message (Expand)AuthorAgeFilesLines
* Keep notes on their own line if parsed that wayJohn Wiegley2012-02-261-5/+10
* Don't print amounts when not necessary in 'print'John Wiegley2012-02-261-10/+20
* Fixed many Clang type conversion warnings with static_castJohn Wiegley2012-02-171-8/+12
* Fixes for variable shadowing (22/28)John Wiegley2012-02-171-9/+9
* Corrected printing of assigned amountsJohn Wiegley2010-06-181-1/+1
* Untabified all source filesJohn Wiegley2010-06-111-91/+91
* Fixed the "generate" commandJohn Wiegley2010-06-101-4/+4
* Fixed the way prices and costs are print'dJohn Wiegley2010-06-071-7/+9
* amount_t::print and value_t::print now use flagsJohn Wiegley2010-06-071-3/+4
* Make --anon work with the print commandJohn Wiegley2010-06-051-0/+1
* Inlined the print_xacts constructorJohn Wiegley2010-06-021-7/+0
* New: --group-by=EXPR and --group-title-format=FMTJohn Wiegley2010-05-301-1/+11
* print honors --columns, --account,amount-widthJohn Wiegley2010-05-221-22/+59
* The print command now honors use of --date-formatJohn Wiegley2010-05-221-3/+10
* print command correctly prints amount expressionsJohn Wiegley2010-05-071-3/+9
* Improved the new implementation of "print"John Wiegley2010-03-171-4/+4
* Rewrite the "print" command as a custom functionJohn Wiegley2010-03-081-0/+208