summaryrefslogtreecommitdiff
path: root/src/filters.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Reworked the way that <Rounding> entries are shownJohn Wiegley2010-06-061-64/+92
* Make --anon work with the print commandJohn Wiegley2010-06-051-0/+1
* Allow opt -NDEBUG build to complete without warningsJohn Wiegley2010-06-041-0/+2
* Avoid unnecessary object copying when using foreachJohn Wiegley2010-06-031-3/+3
* Minor optimizationJohn Wiegley2010-06-011-7/+4
* -G option now takes price history into accountJohn Wiegley2010-05-301-4/+52
* -V/-X options now take price history into accountJohn Wiegley2010-05-301-2/+78
* Made several debug categories more consistentJohn Wiegley2010-05-301-11/+11
* Empty notes and tags now return null valuesJohn Wiegley2010-05-301-40/+44
* Added new post_splitter posting handlerJohn Wiegley2010-05-301-1/+42
* Added --rounding option, which is off by defaultJohn Wiegley2010-05-231-5/+8
* Made a peculiar error slightly more verboseJohn Wiegley2010-05-221-1/+2
* Short-circuit --head handler when count is reachedJohn Wiegley2010-03-161-1/+7
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
* Improved the behavior of pivot reportsJohn Wiegley2010-02-041-12/+19
* When creating temporary accounts, transfer flagsJohn Wiegley2010-02-021-1/+7
* Added options: --unrealized-gains and --unrealized-lossesAristid Breitkreuz2009-11-241-2/+12
* Added an --unrealized option, for use with bal -VJohn Wiegley2009-11-191-7/+51
* Changed several pointers to references in filtersJohn Wiegley2009-11-191-25/+42
* Renamed bool controlling running total calculationsJohn Wiegley2009-11-181-2/+2
* Whitespace fixJohn Wiegley2009-11-181-2/+1
* The new period parser is passing all testsJohn Wiegley2009-11-181-6/+8
* Renamed date_interval_t::end to finishJohn Wiegley2009-11-171-3/+3
* Break up multiple commodities in equity reportJohn Wiegley2009-11-141-7/+14
* --data shouldn't modify the underlying itemJohn Wiegley2009-11-121-1/+1
* Added --date, similar to --account and --payeeJohn Wiegley2009-11-111-3/+8
* Redesigned the expr_t, predicate_t, query_t classesJohn Wiegley2009-11-091-4/+4
* Renamed --set-reported-account to just --accountJohn Wiegley2009-11-061-0/+2
* Added "reported posts" into account xdataJohn Wiegley2009-11-021-1/+1
* Fixed a bug with budgetingJohn Wiegley2009-11-021-2/+2
* Improved the way account temporaries are managedJohn Wiegley2009-11-011-12/+42
* Removed most #if 0 blocks and callout commentsJohn Wiegley2009-10-311-1/+0
* Added a --forecast-years optionJohn Wiegley2009-10-311-2/+4
* Revised the forecasting logicJohn Wiegley2009-10-281-31/+65
* Further improvements to handling temporariesJohn Wiegley2009-10-281-0/+1
* Added a new "budget" reportJohn Wiegley2009-10-271-0/+9
* Redid the way temporaries are handled in filteringJohn Wiegley2009-10-271-80/+31
* When creating temp posts, add them to the accountJohn Wiegley2009-10-271-0/+7
* New valexpr functions: id, idstring, magnitudeJohn Wiegley2009-10-251-15/+0
* Rewrote the way date and time I/O is managedJohn Wiegley2009-10-251-5/+4
* Improved usefulness of the "print --anon" outputJohn Wiegley2009-06-271-4/+23
* Removed some dead codeJohn Wiegley2009-06-271-2/+1
* The --download option is now fully restoredJohn Wiegley2009-06-261-2/+2
* The --revalued option now honors the -e terminusJohn Wiegley2009-06-171-0/+9
* Corrected a syntax error in a gettext usageJohn Wiegley2009-03-241-1/+1
* The new code is working now.John Wiegley2009-03-161-41/+44
* Restored all the old code, though not tested yetJohn Wiegley2009-03-161-22/+22
* First iteration of the new date_interval_t rewriteJohn Wiegley2009-03-151-41/+35
* Enabled use of pre-compiled headers by defaultJohn Wiegley2009-03-101-0/+2
* Changed the way that account balances are computedJohn Wiegley2009-03-061-23/+1