| Commit message (Expand) | Author | Age | Files | Lines |
* | Output "@ AMOUNT" cost in the print report | John Wiegley | 2009-02-24 | 1 | -0/+2 |
* | Removed the largely useless --performance option | John Wiegley | 2009-02-24 | 1 | -1/+0 |
* | The Great Renaming, Part II | John Wiegley | 2009-02-23 | 1 | -22/+22 |
* | Restore the --gain option, for showing gain/loss | John Wiegley | 2009-02-23 | 1 | -1/+19 |
* | Added --revalued-total option, used by --gain | John Wiegley | 2009-02-23 | 1 | -0/+13 |
* | Added get_at and is_seq valexpr functions | John Wiegley | 2009-02-23 | 1 | -0/+2 |
* | Removed unused member keep_details_t::keep_base | John Wiegley | 2009-02-23 | 1 | -2/+1 |
* | Many fixes to both --market and --exchange | John Wiegley | 2009-02-23 | 1 | -1/+1 |
* | Many fixes to --market and --exchange | John Wiegley | 2009-02-22 | 1 | -2/+2 |
* | --exchange option now accepts multiple commodities | John Wiegley | 2009-02-22 | 1 | -2/+2 |
* | Added --exchange (-x) option | John Wiegley | 2009-02-22 | 1 | -5/+15 |
* | Fixed the way values are justified for printing | John Wiegley | 2009-02-22 | 1 | -17/+19 |
* | Changed --colors to --color, to match Git | John Wiegley | 2009-02-22 | 1 | -11/+11 |
* | Restored the --invert option | John Wiegley | 2009-02-22 | 1 | -1/+4 |
* | Removed unused --totals option | John Wiegley | 2009-02-22 | 1 | -2/+0 |
* | Added a new --colors option, for terminal fun | John Wiegley | 2009-02-21 | 1 | -17/+24 |
* | Removed an unused class: format_entries | John Wiegley | 2009-02-21 | 1 | -0/+2 |
* | Use more general scrub valexpr function in formats | John Wiegley | 2009-02-21 | 1 | -41/+38 |
* | Create a new interactive_t helper class | John Wiegley | 2009-02-21 | 1 | -2/+2 |
* | Added --start-of-week option, used with --weekly | John Wiegley | 2009-02-21 | 1 | -0/+1 |
* | Added a new --exact option | John Wiegley | 2009-02-21 | 1 | -0/+1 |
* | Restored the --deviation option | John Wiegley | 2009-02-21 | 1 | -1/+3 |
* | Restored --forecast, now also --forecast-while | John Wiegley | 2009-02-21 | 1 | -1/+1 |
* | Enabled --current option | John Wiegley | 2009-02-20 | 1 | -1/+3 |
* | Strip amounts displayed in the csv report | John Wiegley | 2009-02-20 | 1 | -1/+1 |
* | Removed unused --cache option | John Wiegley | 2009-02-20 | 1 | -1/+0 |
* | Restored the --basis option | John Wiegley | 2009-02-20 | 1 | -1/+16 |
* | Added --no-total option | John Wiegley | 2009-02-20 | 1 | -0/+2 |
* | Don't use auto-widths for widths explicitly given | John Wiegley | 2009-02-20 | 1 | -10/+20 |
* | Rewrote the equity command, which is working again | John Wiegley | 2009-02-20 | 1 | -4/+1 |
* | Use the 'market' function, not 'market_value' | John Wiegley | 2009-02-19 | 1 | -2/+2 |
* | Added a new --columns= option | John Wiegley | 2009-02-19 | 1 | -0/+2 |
* | The sequence -M -p 2004 now equals -p 2004 -M | John Wiegley | 2009-02-19 | 1 | -57/+54 |
* | Restored the -j and -J options | John Wiegley | 2009-02-19 | 1 | -10/+7 |
* | Moved init of options to the options themselves | John Wiegley | 2009-02-19 | 1 | -9/+69 |
* | Improved how register reports are formatted | John Wiegley | 2009-02-19 | 1 | -4/+26 |
* | Added --flat option, to flatten the balance report | John Wiegley | 2009-02-17 | 1 | -0/+1 |
* | The option --cost is now an alias for --basis | John Wiegley | 2009-02-17 | 1 | -1/+0 |
* | Added new --set-acount and --set-payee options | John Wiegley | 2009-02-16 | 1 | -0/+2 |
* | Added several new reporting options | John Wiegley | 2009-02-16 | 1 | -1/+4 |
* | Fixed several unused value and param warnings | John Wiegley | 2009-02-16 | 1 | -4/+4 |
* | Moved around some functions for clarity | John Wiegley | 2009-02-16 | 1 | -11/+0 |
* | The -n option for bal command is working again | John Wiegley | 2009-02-16 | 1 | -3/+3 |
* | Made several of the filters more context aware | John Wiegley | 2009-02-15 | 1 | -2/+3 |
* | Normalized handling of several report options | John Wiegley | 2009-02-15 | 1 | -58/+64 |
* | Re-enabled the --format (-F) option | John Wiegley | 2009-02-15 | 1 | -0/+6 |
* | The "xact" variable now returns null for accounts | John Wiegley | 2009-02-15 | 1 | -0/+3 |
* | Split up session_t::reread_journal_files() | John Wiegley | 2009-02-15 | 1 | -1/+2 |
* | Change a few calls to on() to use set_expr() | John Wiegley | 2009-02-15 | 1 | -6/+5 |
* | Parse '/' in an operator context as "div" | John Wiegley | 2009-02-15 | 1 | -1/+1 |