summaryrefslogtreecommitdiff
path: root/src/filters.h
Commit message (Expand)AuthorAgeFilesLines
* Added a new "budget" reportJohn Wiegley2009-10-271-3/+4
* Redid the way temporaries are handled in filteringJohn Wiegley2009-10-271-55/+37
* Fixed many compiler warnings from g++ 4.4John Wiegley2009-10-251-1/+2
* The --revalued option now honors the -e terminusJohn Wiegley2009-06-171-7/+1
* The new code is working now.John Wiegley2009-03-161-5/+4
* First iteration of the new date_interval_t rewriteJohn Wiegley2009-03-151-19/+21
* Removed an unnecessary member variableJohn Wiegley2009-03-151-1/+0
* Implemented --unround using value expressionsJohn Wiegley2009-03-061-23/+0
* Don't compute running total for balance reportsJohn Wiegley2009-03-051-3/+3
* Renamed some flags and members in post_tJohn Wiegley2009-03-051-1/+1
* Reduced the #include dependency tree to a minimumJohn Wiegley2009-03-041-1/+0
* Normalized how account totals are calculatedJohn Wiegley2009-03-031-20/+6
* Fixed the operation of --head and --tailJohn Wiegley2009-02-271-10/+7
* Added an --unround option, to show full precisionJohn Wiegley2009-02-271-0/+23
* The -B, -G, -V reports now show rounding amountsJohn Wiegley2009-02-261-7/+17
* Marked all strings needing internationalizationJohn Wiegley2009-02-251-5/+5
* The Great Renaming, Part IIJohn Wiegley2009-02-231-255/+255
* Many fixes to both --market and --exchangeJohn Wiegley2009-02-231-11/+14
* Restored the --invert optionJohn Wiegley2009-02-221-16/+0
* Fixed another memory bug in by_payee_xactsJohn Wiegley2009-02-211-4/+6
* Added a new --exact optionJohn Wiegley2009-02-211-12/+17
* Restored --forecast, now also --forecast-whileJohn Wiegley2009-02-211-3/+2
* Rewrote the equity command, which is working againJohn Wiegley2009-02-201-0/+28
* Fixed use of the -p flag without an intervalJohn Wiegley2009-02-171-2/+2
* Improved the --collapse filterJohn Wiegley2009-02-171-10/+17
* Fixed a typo.John Wiegley2009-02-161-2/+2
* Added new --set-acount and --set-payee optionsJohn Wiegley2009-02-161-135/+17
* Added several new reporting optionsJohn Wiegley2009-02-161-21/+126
* Fixed how subtotal date ranges are computedJohn Wiegley2009-02-161-12/+13
* Made several of the filters more context awareJohn Wiegley2009-02-151-10/+17
* Improved handling of --empty optionJohn Wiegley2009-02-151-6/+10
* item_predicate now operates on scope_tJohn Wiegley2009-02-151-8/+8
* Have interval_xacts construct temps on a listJohn Wiegley2009-02-141-9/+6
* Re-enabled periodic reporting options (-M, etc)John Wiegley2009-02-141-2/+2
* Added a new --collapse-if-zero option.John Wiegley2009-02-091-4/+8
* Use the report's amount_expr everywhere that computes an xact's amount.John Wiegley2009-02-091-22/+27
* Pass amount expression to calc_xacts, to be used for computing the total.John Wiegley2009-02-081-3/+6
* Fixed a problem with -E wasn't displaying the final transaction.John Wiegley2009-02-071-2/+1
* Removed the nearly unknown --descend and --descend-if options.John Wiegley2009-02-061-52/+14
* Greatly simplified the way option and command handlers are defined.John Wiegley2009-02-051-1/+3
* Largely removed all of Ledger's use of global variables, for the REPL's sake.John Wiegley2009-02-041-35/+22
* Changed many uses of "unsigned long" to std::size_t.John Wiegley2009-02-011-4/+3
* Added documentation stubs for all include files and classes.John Wiegley2009-01-311-0/+149
* Stopped using the generic "unsigned int" in favor of more specific types.John Wiegley2009-01-291-5/+5
* Added support for "anonymizing" any report with --anon.John Wiegley2009-01-201-2/+23
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1
* Got changed_value_xacts working again.John Wiegley2009-01-191-2/+4
* Factored common parts of entry_t and xact_t into new item_tJohn Wiegley2008-09-191-2/+2
* Enabled the --tail and --head options.John Wiegley2008-08-131-4/+4
* The balance report is working again.John Wiegley2008-08-101-5/+7