| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed the largely useless --performance option | John Wiegley | 2009-02-24 | 1 | -3/+1 |
* | The Great Renaming, Part II | John Wiegley | 2009-02-23 | 1 | -36/+33 |
* | rounded() and quantity() act on the first value | John Wiegley | 2009-02-23 | 1 | -3/+4 |
* | Added get_at and is_seq valexpr functions | John Wiegley | 2009-02-23 | 1 | -2/+36 |
* | Many fixes to both --market and --exchange | John Wiegley | 2009-02-23 | 1 | -3/+7 |
* | Many fixes to --market and --exchange | John Wiegley | 2009-02-22 | 1 | -7/+3 |
* | --exchange option now accepts multiple commodities | John Wiegley | 2009-02-22 | 1 | -16/+28 |
* | Added --exchange (-x) option | John Wiegley | 2009-02-22 | 1 | -16/+18 |
* | Fixed the way values are justified for printing | John Wiegley | 2009-02-22 | 1 | -9/+10 |
* | Changed --colors to --color, to match Git | John Wiegley | 2009-02-22 | 1 | -2/+2 |
* | Removed unused --totals option | John Wiegley | 2009-02-22 | 1 | -1/+0 |
* | Added a new --colors option, for terminal fun | John Wiegley | 2009-02-21 | 1 | -2/+30 |
* | Added a new --raw option, for use with print | John Wiegley | 2009-02-21 | 1 | -2/+2 |
* | Removed an unused class: format_entries | John Wiegley | 2009-02-21 | 1 | -1/+2 |
* | Use more general scrub valexpr function in formats | John Wiegley | 2009-02-21 | 1 | -1/+8 |
* | Create a new interactive_t helper class | John Wiegley | 2009-02-21 | 1 | -23/+21 |
* | Made --leeway a synonym for --price-exp | John Wiegley | 2009-02-21 | 1 | -0/+1 |
* | Added --start-of-week option, used with --weekly | John Wiegley | 2009-02-21 | 1 | -0/+1 |
* | Handle reporting widths that are too small | John Wiegley | 2009-02-21 | 1 | -1/+2 |
* | 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 | -1/+1 |
* | Restored the --base option | John Wiegley | 2009-02-20 | 1 | -1/+5 |
* | Added more option baseline tests, enabled --dow | John Wiegley | 2009-02-20 | 1 | -1/+1 |
* | Removed unused --cache option | John Wiegley | 2009-02-20 | 1 | -2/+2 |
* | Restored the --basis option | John Wiegley | 2009-02-20 | 1 | -6/+18 |
* | Added --no-total option | John Wiegley | 2009-02-20 | 1 | -2/+3 |
* | Rewrote the equity command, which is working again | John Wiegley | 2009-02-20 | 1 | -27/+27 |
* | Allow for sorting of the balance report | John Wiegley | 2009-02-19 | 1 | -2/+2 |
* | Added a new --columns= option | John Wiegley | 2009-02-19 | 1 | -0/+1 |
* | The sequence -M -p 2004 now equals -p 2004 -M | John Wiegley | 2009-02-19 | 1 | -1/+1 |
* | Restored the -j and -J options | John Wiegley | 2009-02-19 | 1 | -0/+7 |
* | Moved init of options to the options themselves | John Wiegley | 2009-02-19 | 1 | -52/+0 |
* | Improved how register reports are formatted | John Wiegley | 2009-02-19 | 1 | -33/+34 |
* | Added --flat option, to flatten the balance report | John Wiegley | 2009-02-17 | 1 | -4/+6 |
* | Removed the %*| special char, for %*(" ") | John Wiegley | 2009-02-17 | 1 | -2/+2 |
* | The option --cost is now an alias for --basis | John Wiegley | 2009-02-17 | 1 | -2/+1 |
* | Added new --set-acount and --set-payee options | John Wiegley | 2009-02-16 | 1 | -1/+3 |
* | Added several new reporting options | John Wiegley | 2009-02-16 | 1 | -1/+4 |
* | Accept --first/--last as synonyms for --head/--tail | John Wiegley | 2009-02-16 | 1 | -0/+2 |
* | Made "stat" a synonym for the "stats" command | John Wiegley | 2009-02-16 | 1 | -1/+1 |
* | Moved around some functions for clarity | John Wiegley | 2009-02-16 | 1 | -18/+2 |
* | The -n option for bal command is working again | John Wiegley | 2009-02-16 | 1 | -1/+1 |
* | Made several of the filters more context aware | John Wiegley | 2009-02-15 | 1 | -14/+19 |
* | Don't apply all filters for account-wise reports | John Wiegley | 2009-02-15 | 1 | -1/+1 |
* | Print stripped amounts in the print report | John Wiegley | 2009-02-15 | 1 | -2/+2 |
* | Normalized handling of several report options | John Wiegley | 2009-02-15 | 1 | -1/+1 |
* | Re-enabled the --format (-F) option | John Wiegley | 2009-02-15 | 1 | -10/+16 |
* | The "xact" variable now returns null for accounts | John Wiegley | 2009-02-15 | 1 | -0/+5 |
* | item_predicate now operates on scope_t | John Wiegley | 2009-02-15 | 1 | -2/+2 |
* | chain_xact_handlers now always operators the same | John Wiegley | 2009-02-15 | 1 | -3/+3 |