| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Reduced the #include dependency tree to a minimum | John Wiegley | 2009-03-04 | 1 | -1/+3 |
* | Normalized how account totals are calculated | John Wiegley | 2009-03-03 | 1 | -5/+5 |
* | Added an --unround option, to show full precision | John Wiegley | 2009-02-27 | 1 | -0/+4 |
* | The -B, -G, -V reports now show rounding amounts | John Wiegley | 2009-02-26 | 1 | -1/+4 |
* | The Great Renaming, Part II | John Wiegley | 2009-02-23 | 1 | -57/+57 |
* | Added --revalued-total option, used by --gain | John Wiegley | 2009-02-23 | 1 | -4/+5 |
* | Many fixes to both --market and --exchange | John Wiegley | 2009-02-23 | 1 | -9/+9 |
* | Restored the --invert option | John Wiegley | 2009-02-22 | 1 | -4/+0 |
* | Added a new --exact option | John Wiegley | 2009-02-21 | 1 | -0/+1 |
* | Restored --forecast, now also --forecast-while | John Wiegley | 2009-02-21 | 1 | -2/+10 |
* | Rewrote the equity command, which is working again | John Wiegley | 2009-02-20 | 1 | -1/+3 |
* | Don't sort or subtotal xacts for account reports | John Wiegley | 2009-02-19 | 1 | -20/+20 |
* | Improved the --collapse filter | John Wiegley | 2009-02-17 | 1 | -10/+13 |
* | Added new --set-acount and --set-payee options | John Wiegley | 2009-02-16 | 1 | -6/+26 |
* | Added several new reporting options | John Wiegley | 2009-02-16 | 1 | -0/+6 |
* | Fixed the --head and --tail options | John Wiegley | 2009-02-16 | 1 | -3/+6 |
* | Made several of the filters more context aware | John Wiegley | 2009-02-15 | 1 | -6/+12 |
* | Don't apply all filters for account-wise reports | John Wiegley | 2009-02-15 | 1 | -32/+38 |
* | Improved handling of --empty option | John Wiegley | 2009-02-15 | 1 | -1/+2 |
* | item_predicate now operates on scope_t | John Wiegley | 2009-02-15 | 1 | -12/+12 |
* | chain_xact_handlers now always operators the same | John Wiegley | 2009-02-15 | 1 | -80/+76 |
* | Have interval_xacts construct temps on a list | John Wiegley | 2009-02-14 | 1 | -1/+2 |
* | Re-enabled some code, and removed a bunch of deadwood. | John Wiegley | 2009-02-12 | 1 | -11/+15 |
* | Sort period transactions by "date", not by "d". | John Wiegley | 2009-02-10 | 1 | -1/+1 |
* | Added a new --collapse-if-zero option. | John Wiegley | 2009-02-09 | 1 | -1/+2 |
* | Use the report's amount_expr everywhere that computes an xact's amount. | John Wiegley | 2009-02-09 | 1 | -5/+6 |
* | Had to step back from a change that was breaking regular reports. | John Wiegley | 2009-02-09 | 1 | -1/+3 |
* | Pass amount expression to calc_xacts, to be used for computing the total. | John Wiegley | 2009-02-08 | 1 | -1/+2 |
* | Removed --reconcile and --reconcile-date. | John Wiegley | 2009-02-07 | 1 | -14/+0 |
* | Removed the nearly unknown --descend and --descend-if options. | John Wiegley | 2009-02-06 | 1 | -32/+4 |
* | Restored all the option handlers from 2.6.2, but not the options themselves. | John Wiegley | 2009-02-06 | 1 | -15/+16 |
* | Greatly simplified the way option and command handlers are defined. | John Wiegley | 2009-02-05 | 1 | -79/+71 |
* | Largely removed all of Ledger's use of global variables, for the REPL's sake. | John Wiegley | 2009-02-04 | 1 | -5/+13 |
* | Moved chain_xact_handlers into its own file, chain.h and chain.cc. | John Wiegley | 2009-02-01 | 1 | -0/+225 |