summaryrefslogtreecommitdiff
path: root/src/filters.h
Commit message (Expand)AuthorAgeFilesLines
* Added an --unrealized option, for use with bal -VJohn Wiegley2009-11-191-1/+7
* Fixed a debug stringJohn Wiegley2009-11-191-2/+1
* Changed several pointers to references in filtersJohn Wiegley2009-11-191-17/+5
* Renamed bool controlling running total calculationsJohn Wiegley2009-11-181-3/+3
* Removed the virtual marker on several filter methodsJohn Wiegley2009-11-141-4/+4
* Break up multiple commodities in equity reportJohn Wiegley2009-11-141-4/+4
* Added a collect_posts handlerJohn Wiegley2009-11-121-0/+29
* Added --date, similar to --account and --payeeJohn Wiegley2009-11-111-2/+3
* Redesigned the expr_t, predicate_t, query_t classesJohn Wiegley2009-11-091-22/+22
* Removed a bunch of empty commentsJohn Wiegley2009-11-081-109/+0
* Moved xdata clearing code into each type properJohn Wiegley2009-11-051-26/+0
* Whitespace fixesJohn Wiegley2009-11-011-2/+1
* Added a --forecast-years optionJohn Wiegley2009-10-311-5/+8
* 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