| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fixed a problem with -E wasn't displaying the final transaction. | John Wiegley | 2009-02-07 | 1 | -2/+1 |
* | Removed the nearly unknown --descend and --descend-if options. | John Wiegley | 2009-02-06 | 1 | -52/+14 |
* | Greatly simplified the way option and command handlers are defined. | John Wiegley | 2009-02-05 | 1 | -1/+3 |
* | Largely removed all of Ledger's use of global variables, for the REPL's sake. | John Wiegley | 2009-02-04 | 1 | -35/+22 |
* | Changed many uses of "unsigned long" to std::size_t. | John Wiegley | 2009-02-01 | 1 | -4/+3 |
* | Added documentation stubs for all include files and classes. | John Wiegley | 2009-01-31 | 1 | -0/+149 |
* | Stopped using the generic "unsigned int" in favor of more specific types. | John Wiegley | 2009-01-29 | 1 | -5/+5 |
* | Added support for "anonymizing" any report with --anon. | John Wiegley | 2009-01-20 | 1 | -2/+23 |
* | Increased copyright range to include 2009. | John Wiegley | 2009-01-20 | 1 | -1/+1 |
* | Got changed_value_xacts working again. | John Wiegley | 2009-01-19 | 1 | -2/+4 |
* | Factored common parts of entry_t and xact_t into new item_t | John Wiegley | 2008-09-19 | 1 | -2/+2 |
* | Enabled the --tail and --head options. | John Wiegley | 2008-08-13 | 1 | -4/+4 |
* | The balance report is working again. | John Wiegley | 2008-08-10 | 1 | -5/+7 |
* | Basic balance reports are working again! | John Wiegley | 2008-08-10 | 1 | -2/+2 |
* | Moved around most of the files so that source code is in src/, documentation | John Wiegley | 2008-08-05 | 1 | -0/+702 |