| Commit message (Expand) | Author | Age | Files | Lines |
* | Added an --unrealized option, for use with bal -V | John Wiegley | 2009-11-19 | 1 | -1/+7 |
* | Fixed a debug string | John Wiegley | 2009-11-19 | 1 | -2/+1 |
* | Changed several pointers to references in filters | John Wiegley | 2009-11-19 | 1 | -17/+5 |
* | Renamed bool controlling running total calculations | John Wiegley | 2009-11-18 | 1 | -3/+3 |
* | Removed the virtual marker on several filter methods | John Wiegley | 2009-11-14 | 1 | -4/+4 |
* | Break up multiple commodities in equity report | John Wiegley | 2009-11-14 | 1 | -4/+4 |
* | Added a collect_posts handler | John Wiegley | 2009-11-12 | 1 | -0/+29 |
* | Added --date, similar to --account and --payee | John Wiegley | 2009-11-11 | 1 | -2/+3 |
* | Redesigned the expr_t, predicate_t, query_t classes | John Wiegley | 2009-11-09 | 1 | -22/+22 |
* | Removed a bunch of empty comments | John Wiegley | 2009-11-08 | 1 | -109/+0 |
* | Moved xdata clearing code into each type proper | John Wiegley | 2009-11-05 | 1 | -26/+0 |
* | Whitespace fixes | John Wiegley | 2009-11-01 | 1 | -2/+1 |
* | Added a --forecast-years option | John Wiegley | 2009-10-31 | 1 | -5/+8 |
* | Added a new "budget" report | John Wiegley | 2009-10-27 | 1 | -3/+4 |
* | Redid the way temporaries are handled in filtering | John Wiegley | 2009-10-27 | 1 | -55/+37 |
* | Fixed many compiler warnings from g++ 4.4 | John Wiegley | 2009-10-25 | 1 | -1/+2 |
* | The --revalued option now honors the -e terminus | John Wiegley | 2009-06-17 | 1 | -7/+1 |
* | The new code is working now. | John Wiegley | 2009-03-16 | 1 | -5/+4 |
* | First iteration of the new date_interval_t rewrite | John Wiegley | 2009-03-15 | 1 | -19/+21 |
* | Removed an unnecessary member variable | John Wiegley | 2009-03-15 | 1 | -1/+0 |
* | Implemented --unround using value expressions | John Wiegley | 2009-03-06 | 1 | -23/+0 |
* | Don't compute running total for balance reports | John Wiegley | 2009-03-05 | 1 | -3/+3 |
* | Renamed some flags and members in post_t | John Wiegley | 2009-03-05 | 1 | -1/+1 |
* | Reduced the #include dependency tree to a minimum | John Wiegley | 2009-03-04 | 1 | -1/+0 |
* | Normalized how account totals are calculated | John Wiegley | 2009-03-03 | 1 | -20/+6 |
* | Fixed the operation of --head and --tail | John Wiegley | 2009-02-27 | 1 | -10/+7 |
* | Added an --unround option, to show full precision | John Wiegley | 2009-02-27 | 1 | -0/+23 |
* | The -B, -G, -V reports now show rounding amounts | John Wiegley | 2009-02-26 | 1 | -7/+17 |
* | Marked all strings needing internationalization | John Wiegley | 2009-02-25 | 1 | -5/+5 |
* | The Great Renaming, Part II | John Wiegley | 2009-02-23 | 1 | -255/+255 |
* | Many fixes to both --market and --exchange | John Wiegley | 2009-02-23 | 1 | -11/+14 |
* | Restored the --invert option | John Wiegley | 2009-02-22 | 1 | -16/+0 |
* | Fixed another memory bug in by_payee_xacts | John Wiegley | 2009-02-21 | 1 | -4/+6 |
* | Added a new --exact option | John Wiegley | 2009-02-21 | 1 | -12/+17 |
* | Restored --forecast, now also --forecast-while | John Wiegley | 2009-02-21 | 1 | -3/+2 |
* | Rewrote the equity command, which is working again | John Wiegley | 2009-02-20 | 1 | -0/+28 |
* | Fixed use of the -p flag without an interval | John Wiegley | 2009-02-17 | 1 | -2/+2 |
* | Improved the --collapse filter | John Wiegley | 2009-02-17 | 1 | -10/+17 |
* | Fixed a typo. | John Wiegley | 2009-02-16 | 1 | -2/+2 |
* | Added new --set-acount and --set-payee options | John Wiegley | 2009-02-16 | 1 | -135/+17 |
* | Added several new reporting options | John Wiegley | 2009-02-16 | 1 | -21/+126 |
* | Fixed how subtotal date ranges are computed | John Wiegley | 2009-02-16 | 1 | -12/+13 |
* | Made several of the filters more context aware | John Wiegley | 2009-02-15 | 1 | -10/+17 |
* | Improved handling of --empty option | John Wiegley | 2009-02-15 | 1 | -6/+10 |
* | item_predicate now operates on scope_t | John Wiegley | 2009-02-15 | 1 | -8/+8 |
* | Have interval_xacts construct temps on a list | John Wiegley | 2009-02-14 | 1 | -9/+6 |
* | Re-enabled periodic reporting options (-M, etc) | John Wiegley | 2009-02-14 | 1 | -2/+2 |
* | Added a new --collapse-if-zero option. | John Wiegley | 2009-02-09 | 1 | -4/+8 |
* | Use the report's amount_expr everywhere that computes an xact's amount. | John Wiegley | 2009-02-09 | 1 | -22/+27 |
* | Pass amount expression to calc_xacts, to be used for computing the total. | John Wiegley | 2009-02-08 | 1 | -3/+6 |