summaryrefslogtreecommitdiff
path: root/src/output.cc
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearAlexis Hildebrandt2023-02-021-1/+1
* Update copyright statement for 2022Alexis Hildebrandt2022-07-021-1/+1
* Fix warning about uninitialized variable prepend_widthTim Landscheidt2019-01-141-3/+4
* Merge pull request #519 from mbudde/accounts-prepend-formatJohn Wiegley2018-01-271-0/+15
|\
| * Add support for --prepend-format in accounts commandMichael Budde2018-01-251-0/+15
* | [misc] Update year in copyright notice to 2017Alexis Hildebrandt2018-01-271-1/+1
|/
* Remove compiler warning about missing bracesØyvind A. Holm2017-04-171-12/+13
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2017-01-051-1/+1
* Fix 1043John Wiegley2016-11-121-10/+16
* [misc] Update year in copyright notice to 2016Alexis Hildebrandt2016-01-021-1/+1
* Fix clang compile error (FreeBSD 10).Ilya T2015-03-131-3/+3
* Bump copyright notice to 2015Alexis Hildebrandt2014-12-271-1/+1
* Cosmetic change - format code consistentlyMartin Michlmayr2014-05-181-3/+3
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
* Bump copyright information to 2013John Wiegley2013-02-181-1/+1
* Addes tags command and --values optionCraig Earls2013-01-291-0/+28
* Converted the Ledger build system to use CMakeJohn Wiegley2012-05-201-1/+1
* Always call TRACE_CTOR at the end of constructorsJohn Wiegley2012-03-201-4/+4
* Increased file copyrights to 2012John Wiegley2012-02-291-1/+1
* Fixed many Clang type conversion warnings with static_castJohn Wiegley2012-02-171-13/+18
* Fixes for variable shadowing (19/28)John Wiegley2012-02-171-3/+3
* Value scopes now take a parent scope for chainingJohn Wiegley2010-06-241-14/+6
* bal was sometimes reporting empty accountsJohn Wiegley2010-06-211-1/+2
* Individual postings may each have their own payeeJohn Wiegley2010-06-171-2/+2
* Untabified all source filesJohn Wiegley2010-06-111-30/+30
* Minor optimization of how non --empty is handledJohn Wiegley2010-06-071-0/+2
* New: --group-by=EXPR and --group-title-format=FMTJohn Wiegley2010-05-301-9/+46
* Added new option --prepend-widthJohn Wiegley2010-05-221-7/+16
* Option --count sums payees, account, commoditiesJohn Wiegley2010-05-221-12/+31
* Added new commands: acounts, payees, commoditiesJohn Wiegley2010-05-221-0/+66
* Rewrite the "print" command as a custom functionJohn Wiegley2010-03-081-21/+3
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
* Fixed account display bug in the balance reportJohn Wiegley2010-01-211-5/+4
* Added a --prepend-format optionJohn Wiegley2009-11-111-5/+27
* Redesigned the format_t classJohn Wiegley2009-11-091-20/+23
* Redesigned the expr_t, predicate_t, query_t classesJohn Wiegley2009-11-091-1/+1
* Moved ownership of master account into journal_tJohn Wiegley2009-10-301-2/+2
* Fixed a display issue with the balance reportJohn Wiegley2009-10-271-7/+7
* Redid the way temporaries are handled in filteringJohn Wiegley2009-10-271-3/+3
* Fixed sorting in bal reports when --flat is usedJohn Wiegley2009-10-261-4/+5
* In the balance report, don't output any account twiceJohn Wiegley2009-10-261-1/+2
* Removed some dead codeJohn Wiegley2009-06-271-1/+1
* Restored --percent option, added baseline testJohn Wiegley2009-06-211-1/+2
* Refinement to display of account balancesJohn Wiegley2009-06-151-1/+3
* If 2+ child accounts are shown, show the parentJohn Wiegley2009-03-151-12/+17
* If a balance report is multi-lined, print a totalJohn Wiegley2009-03-151-10/+1
* Moved a variable initializationJohn Wiegley2009-03-111-2/+2
* Enabled use of pre-compiled headers by defaultJohn Wiegley2009-03-101-0/+2
* Rewrote the balance report again, to fix --depthJohn Wiegley2009-03-081-51/+44
* Revised the ways statistics are computedJohn Wiegley2009-03-061-98/+0