summaryrefslogtreecommitdiff
path: root/src/filters.h
Commit message (Expand)AuthorAgeFilesLines
* The --anon option now randomizes its effectJohn Wiegley2010-06-121-2/+10
* Untabified all source filesJohn Wiegley2010-06-111-100/+100
* The --anon option now anonymizes commoditiesJohn Wiegley2010-06-091-3/+9
* Minor optimization of how non --empty is handledJohn Wiegley2010-06-071-9/+13
* Reworked the way that <Rounding> entries are shownJohn Wiegley2010-06-061-18/+53
* Value expression sequences are now comparableJohn Wiegley2010-06-051-8/+4
* -V/-X options now take price history into accountJohn Wiegley2010-05-301-0/+2
* Added new post_splitter posting handlerJohn Wiegley2010-05-301-0/+50
* Added new required item_handler_t::clear() methodJohn Wiegley2010-05-301-13/+155
* Added --rounding option, which is off by defaultJohn Wiegley2010-05-231-1/+3
* Short-circuit --head handler when count is reachedJohn Wiegley2010-03-161-3/+4
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
* 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