summaryrefslogtreecommitdiff
path: root/src/output.h
Commit message (Expand)AuthorAgeFilesLines
* Use #pragma onceAlexis Hildebrandt2023-04-101-4/+1
* Update copyright yearAlexis Hildebrandt2023-02-021-1/+1
* Update copyright statement for 2022Alexis Hildebrandt2022-07-021-1/+1
* Change header guard names to use `INCLUDED_` prefixPhil Newton2022-04-061-3/+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
* Fix 1043John Wiegley2016-11-121-0/+2
* [misc] Update year in copyright notice to 2016Alexis Hildebrandt2016-01-021-1/+1
* Fix clang compile error (FreeBSD 10).Ilya T2015-03-131-4/+6
* Bump copyright notice to 2015Alexis Hildebrandt2014-12-271-1/+1
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
* Bump copyright information to 2013John Wiegley2013-02-181-1/+1
* Merge pull request #132 from enderw88/bug514-sort-accounts-and-commoditiesJohn Wiegley2013-01-291-2/+2
|\
| * Fixes bug 514. accounts and commodities output now sortsCraig Earls2013-01-291-2/+2
* | Addes tags command and --values optionCraig Earls2013-01-291-0/+27
|/
* Revert "Bug551 fixed, commodities and accounts now sort"John Wiegley2013-01-161-2/+2
* Bug551 fixed, commodities and accounts now sortCraig Earls2013-01-071-2/+2
* Increased file copyrights to 2012John Wiegley2012-02-291-1/+1
* Untabified all source filesJohn Wiegley2010-06-111-7/+7
* New: --group-by=EXPR and --group-title-format=FMTJohn Wiegley2010-05-301-0/+16
* Added new required item_handler_t::clear() methodJohn Wiegley2010-05-301-0/+29
* Added new option --prepend-widthJohn Wiegley2010-05-221-9/+13
* Option --count sums payees, account, commoditiesJohn Wiegley2010-05-221-6/+6
* Added new commands: acounts, payees, commoditiesJohn Wiegley2010-05-221-0/+63
* Rewrite the "print" command as a custom functionJohn Wiegley2010-03-081-2/+0
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
* Added a --prepend-format optionJohn Wiegley2009-11-111-2/+6
* Redesigned the expr_t, predicate_t, query_t classesJohn Wiegley2009-11-091-5/+5
* Removed a bunch of empty commentsJohn Wiegley2009-11-081-14/+0
* Fixed sorting in bal reports when --flat is usedJohn Wiegley2009-10-261-1/+1
* If 2+ child accounts are shown, show the parentJohn Wiegley2009-03-151-2/+2
* Rewrote the balance report again, to fix --depthJohn Wiegley2009-03-081-1/+4
* Revised the ways statistics are computedJohn Wiegley2009-03-061-46/+0
* Reduced the #include dependency tree to a minimumJohn Wiegley2009-03-041-4/+8
* Separator in "balance" now part of format stringJohn Wiegley2009-02-271-14/+5
* The Great Renaming, Part IIJohn Wiegley2009-02-231-17/+17
* Added a new --raw option, for use with printJohn Wiegley2009-02-211-1/+3
* Removed an unused class: format_entriesJohn Wiegley2009-02-211-28/+0
* Added --no-total optionJohn Wiegley2009-02-201-5/+2
* Rewrote the equity command, which is working againJohn Wiegley2009-02-201-23/+0
* Allow for sorting of the balance reportJohn Wiegley2009-02-191-4/+6
* Added --flat option, to flatten the balance reportJohn Wiegley2009-02-171-3/+6
* Only display a final balance total if necessaryJohn Wiegley2009-02-171-9/+6
* Rewrote how the balance command displays accountsJohn Wiegley2009-02-171-6/+9
* Moved format_accounts::should_display out of lineJohn Wiegley2009-02-161-7/+1
* Simplified the stats commandJohn Wiegley2009-02-161-1/+0
* Fleshed out the "stats" commandJohn Wiegley2009-02-161-6/+18
* The "xact" variable now returns null for accountsJohn Wiegley2009-02-151-1/+3
* item_predicate now operates on scope_tJohn Wiegley2009-02-151-4/+4
* Re-enabled some code, and removed a bunch of deadwood.John Wiegley2009-02-121-5/+0