summaryrefslogtreecommitdiff
path: root/src/print.cc
Commit message (Expand)AuthorAgeFilesLines
* print: Align amounts even when account names are longGwyneth Morgan2024-07-101-30/+40
* Update copyright yearAlexis Hildebrandt2023-02-021-1/+1
* Update copyright statement for 2022Alexis Hildebrandt2022-07-021-1/+1
* Fix garbled dates when using --date-formatTommi Komulainen2018-06-131-1/+3
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2018-01-271-1/+1
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2017-01-051-1/+1
* [misc] Update year in copyright notice to 2016Alexis Hildebrandt2016-01-021-1/+1
* Bump copyright notice to 2015Alexis Hildebrandt2014-12-271-1/+1
* Preserve the given cost for printMartin Michlmayr2014-07-141-3/+3
* Handle POST_COST_VIRTUAL in printMartin Michlmayr2014-05-301-2/+10
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
* Resolve new compiler warnings from ClangJohn Wiegley2013-05-191-1/+1
* Bump copyright information to 2013John Wiegley2013-02-181-1/+1
* right-justify amount_expr text in print report where possibleChristophe Rhodes2012-11-061-6/+7
* print computed annotations if --generatedJohn Wiegley2012-03-191-1/+2
* Reworked the way that options are handledJohn Wiegley2012-03-091-8/+9
* Increased file copyrights to 2012John Wiegley2012-02-291-1/+1
* Renamed actual/effective dates to primary/auxiliaryJohn Wiegley2012-02-281-4/+4
* Correctly elide amount sometimes in "print"John Wiegley2012-02-271-12/+42
* Added TODO commentJohn Wiegley2012-02-271-0/+2
* Stubbed out some code-in-progressJohn Wiegley2012-02-271-0/+2
* Revert behavior of 40ab81308025e9655074da37671c444b4257f867John Wiegley2012-02-261-3/+6
* 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