summaryrefslogtreecommitdiff
path: root/src/chain.cc
Commit message (Expand)AuthorAgeFilesLines
* Untabified all source filesJohn Wiegley2010-06-111-59/+59
* Minor optimization of how non --empty is handledJohn Wiegley2010-06-071-6/+6
* Reworked the way that <Rounding> entries are shownJohn Wiegley2010-06-061-13/+21
* New: --group-by=EXPR and --group-title-format=FMTJohn Wiegley2010-05-301-59/+67
* Option --rounding inverted to --no-roundingJohn Wiegley2010-05-301-1/+1
* Added --rounding option, which is off by defaultJohn Wiegley2010-05-231-1/+2
* The --pivot=X option now only matches the tag "X"John Wiegley2010-03-171-1/+1
* Do not implicitly sort register outputJohn Wiegley2010-03-171-0/+2
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
* Added a --pivot=TAG optionJohn Wiegley2010-02-021-1/+11
* Added an --unrealized option, for use with bal -VJohn Wiegley2009-11-191-7/+12
* Don't auto-sort transactions for the balance reportJohn Wiegley2009-11-191-4/+0
* Changed several pointers to references in filtersJohn Wiegley2009-11-191-8/+1
* Renamed bool controlling running total calculationsJohn Wiegley2009-11-181-1/+1
* Changed only_preliminaries to for_accounts_reportJohn Wiegley2009-11-181-4/+4
* Added --date, similar to --account and --payeeJohn Wiegley2009-11-111-0/+5
* Redesigned the expr_t, predicate_t, query_t classesJohn Wiegley2009-11-091-16/+16
* Renamed --set-reported-account to just --accountJohn Wiegley2009-11-061-35/+4
* New: --set-reported-account, --set-reported-payeeJohn Wiegley2009-11-011-0/+11
* Added a --forecast-years optionJohn Wiegley2009-10-311-1/+5
* Moved ownership of master account into journal_tJohn Wiegley2009-10-301-7/+7
* Sort by default unless --unsorted is selectedJohn Wiegley2009-10-281-0/+8
* Fixed many compiler warnings from g++ 4.4John Wiegley2009-10-251-4/+4
* Enabled use of pre-compiled headers by defaultJohn Wiegley2009-03-101-0/+2
* Implemented --unround using value expressionsJohn Wiegley2009-03-061-5/+3
* Removed the --totals optionJohn Wiegley2009-03-051-4/+2
* Reduced the #include dependency tree to a minimumJohn Wiegley2009-03-041-1/+3
* Normalized how account totals are calculatedJohn Wiegley2009-03-031-5/+5
* Added an --unround option, to show full precisionJohn Wiegley2009-02-271-0/+4
* The -B, -G, -V reports now show rounding amountsJohn Wiegley2009-02-261-1/+4
* The Great Renaming, Part IIJohn Wiegley2009-02-231-57/+57
* Added --revalued-total option, used by --gainJohn Wiegley2009-02-231-4/+5
* Many fixes to both --market and --exchangeJohn Wiegley2009-02-231-9/+9
* Restored the --invert optionJohn Wiegley2009-02-221-4/+0
* Added a new --exact optionJohn Wiegley2009-02-211-0/+1
* Restored --forecast, now also --forecast-whileJohn Wiegley2009-02-211-2/+10
* Rewrote the equity command, which is working againJohn Wiegley2009-02-201-1/+3
* Don't sort or subtotal xacts for account reportsJohn Wiegley2009-02-191-20/+20
* Improved the --collapse filterJohn Wiegley2009-02-171-10/+13
* Added new --set-acount and --set-payee optionsJohn Wiegley2009-02-161-6/+26
* Added several new reporting optionsJohn Wiegley2009-02-161-0/+6
* Fixed the --head and --tail optionsJohn Wiegley2009-02-161-3/+6
* Made several of the filters more context awareJohn Wiegley2009-02-151-6/+12
* Don't apply all filters for account-wise reportsJohn Wiegley2009-02-151-32/+38
* Improved handling of --empty optionJohn Wiegley2009-02-151-1/+2
* item_predicate now operates on scope_tJohn Wiegley2009-02-151-12/+12
* chain_xact_handlers now always operators the sameJohn Wiegley2009-02-151-80/+76
* Have interval_xacts construct temps on a listJohn Wiegley2009-02-141-1/+2
* Re-enabled some code, and removed a bunch of deadwood.John Wiegley2009-02-121-11/+15
* Sort period transactions by "date", not by "d".John Wiegley2009-02-101-1/+1