| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use --pager or --color with --output | John Wiegley | 2010-06-02 | 1 | -0/+7 |
* | Minor optimization | John Wiegley | 2010-05-31 | 1 | -1/+2 |
* | New: --group-by=EXPR and --group-title-format=FMT | John Wiegley | 2010-05-30 | 1 | -34/+116 |
* | Option --rounding inverted to --no-rounding | John Wiegley | 2010-05-30 | 1 | -1/+1 |
* | Added new option: --no-titles | John Wiegley | 2010-05-30 | 1 | -0/+1 |
* | Added --rounding option, which is off by default | John Wiegley | 2010-05-23 | 1 | -0/+1 |
* | Fix to an interaction between --period and --sort | John Wiegley | 2010-05-23 | 1 | -3/+2 |
* | Added new option --prepend-width | John Wiegley | 2010-05-22 | 1 | -7/+17 |
* | Option --count sums payees, account, commodities | John Wiegley | 2010-05-22 | 1 | -0/+1 |
* | Added new commands: acounts, payees, commodities | John Wiegley | 2010-05-22 | 1 | -1/+15 |
* | Added a simple print() value expression function | John Wiegley | 2010-05-08 | 1 | -0/+16 |
* | Added new --meta and --meta-width options | John Wiegley | 2010-03-17 | 1 | -4/+38 |
* | Rewrite the "print" command as a custom function | John Wiegley | 2010-03-08 | 1 | -16/+20 |
* | Fixed a problem with the "quoted" valexpr function | John Wiegley | 2010-03-05 | 1 | -2/+2 |
* | Added some preliminary code for convert CSV to Ledger | John Wiegley | 2010-03-05 | 1 | -0/+3 |
* | Updated copyrights to 2003-2010 | John Wiegley | 2010-03-05 | 1 | -1/+1 |
* | Renamed the "args" command to "query" | John Wiegley | 2010-03-04 | 1 | -1/+5 |
* | Added a --pivot=TAG option | John Wiegley | 2010-02-02 | 1 | -0/+1 |
* | Added a debug statement for report.predicate | John Wiegley | 2010-02-02 | 1 | -2/+5 |
* | Added a trim() value expression function | John Wiegley | 2009-11-25 | 1 | -0/+28 |
* | Added options: --unrealized-gains and --unrealized-losses | Aristid Breitkreuz | 2009-11-24 | 1 | -0/+2 |
* | Many improvements to Ledger's Python bindings | John Wiegley | 2009-11-19 | 1 | -9/+8 |
* | Added an --unrealized option, for use with bal -V | John Wiegley | 2009-11-19 | 1 | -0/+1 |
* | Decompile all amount expressions for accounts reports | John Wiegley | 2009-11-18 | 1 | -0/+6 |
* | It's OK for a report query to be empty | John Wiegley | 2009-11-18 | 1 | -14/+10 |
* | The new period parser is passing all tests | John Wiegley | 2009-11-18 | 1 | -6/+7 |
* | Renamed date_interval_t::end to finish | John Wiegley | 2009-11-17 | 1 | -2/+2 |
* | Added historical support for single-letter valexprs | John Wiegley | 2009-11-14 | 1 | -0/+39 |
* | Reorganized a bit of the reporting code | John Wiegley | 2009-11-12 | 1 | -48/+25 |
* | Moved report normalization into report.cc | John Wiegley | 2009-11-12 | 1 | -0/+171 |
* | Removed unused code | John Wiegley | 2009-11-12 | 1 | -2/+0 |
* | Renamed the pricesdb command to pricedb | John Wiegley | 2009-11-12 | 1 | -4/+4 |
* | Added new value expressions for value conversion | John Wiegley | 2009-11-11 | 1 | -0/+81 |
* | Added --date, similar to --account and --payee | John Wiegley | 2009-11-11 | 1 | -0/+1 |
* | Added floor() value expression function | John Wiegley | 2009-11-11 | 1 | -0/+8 |
* | Added a --prepend-format option | John Wiegley | 2009-11-11 | 1 | -7/+15 |
* | Moving the #include of unistring.h into format.h | John Wiegley | 2009-11-10 | 1 | -1/+0 |
* | Fixes to Python importing; removed "hello" precommand | John Wiegley | 2009-11-10 | 1 | -18/+2 |
* | account_amount() is now account().amount | John Wiegley | 2009-11-10 | 1 | -27/+0 |
* | XML reporting now works via the "xml" command | John Wiegley | 2009-11-09 | 1 | -0/+2 |
* | Added basic foundation for XML reporting | John Wiegley | 2009-11-09 | 1 | -0/+1 |
* | Redesigned the draft_t class | John Wiegley | 2009-11-09 | 1 | -1/+1 |
* | Redesigned the expr_t, predicate_t, query_t classes | John Wiegley | 2009-11-09 | 1 | -20/+11 |
* | Added support for Boost.Regex w/ ICU | John Wiegley | 2009-11-07 | 1 | -1/+1 |
* | Renamed --set-reported-account to just --account | John Wiegley | 2009-11-06 | 1 | -11/+3 |
* | Added new account_total value expression | John Wiegley | 2009-11-05 | 1 | -0/+27 |
* | Moved xdata clearing code into each type proper | John Wiegley | 2009-11-05 | 1 | -5/+4 |
* | Segregated symbols into 5 separate namespaces | John Wiegley | 2009-11-04 | 1 | -275/+287 |
* | Added error message if a predicate query is invalid | John Wiegley | 2009-11-03 | 1 | -1/+9 |
* | New: --set-reported-account, --set-reported-payee | John Wiegley | 2009-11-01 | 1 | -0/+2 |