| Commit message (Expand) | Author | Age | Files | Lines |
* | Split commodity.h/cc into three files | John Wiegley | 2009-06-24 | 18 | -794/+1000 |
* | Removed unneeded header files: ledger.h, pyledger.h | John Wiegley | 2009-06-24 | 2 | -117/+0 |
* | Restored --download, although not done yet | John Wiegley | 2009-06-24 | 8 | -83/+164 |
* | Fixed the --args-only option (sequence problem) | John Wiegley | 2009-06-22 | 1 | -2/+7 |
* | Added a --no-color option, to disable --color | John Wiegley | 2009-06-22 | 2 | -0/+5 |
* | Restored option --period-sort | John Wiegley | 2009-06-21 | 2 | -4/+1 |
* | Restored the --truncate option, added baseline test | John Wiegley | 2009-06-21 | 3 | -16/+22 |
* | Restored --unround, added baseline test | John Wiegley | 2009-06-21 | 2 | -2/+7 |
* | value_t::in_place_unround wasn't doing it in-place | John Wiegley | 2009-06-21 | 1 | -2/+2 |
* | Whitespace reformatting | John Wiegley | 2009-06-21 | 1 | -4/+4 |
* | Restored --percent option, added baseline test | John Wiegley | 2009-06-21 | 8 | -9/+63 |
* | Revert "Added % suffix operator, as in "$1.00 * 10%"" | John Wiegley | 2009-06-21 | 4 | -22/+4 |
* | Fixes to the 'xact' command (used to be 'entry') | John Wiegley | 2009-06-19 | 2 | -3/+14 |
* | Commented out an internal-only option | John Wiegley | 2009-06-18 | 1 | -0/+4 |
* | Added a code comment | John Wiegley | 2009-06-18 | 1 | -0/+3 |
* | The -X option now accepts price settings | John Wiegley | 2009-06-18 | 7 | -42/+71 |
* | Added baseline tests for --related, --related-all | John Wiegley | 2009-06-18 | 1 | -1/+5 |
* | Allow uncommoditized amounts to be used as costs | John Wiegley | 2009-06-18 | 1 | -1/+7 |
* | Restored --plot-amount-format, --plot-total-format | John Wiegley | 2009-06-18 | 2 | -15/+18 |
* | Restored --prices-format options | John Wiegley | 2009-06-18 | 1 | -1/+2 |
* | Restored pricesdb command and --pricesdb-format option | John Wiegley | 2009-06-18 | 5 | -3/+12 |
* | Restored --input-date-format option | John Wiegley | 2009-06-18 | 1 | -1/+6 |
* | Correctly parse the range of period "june 2008" | John Wiegley | 2009-06-18 | 1 | -2/+6 |
* | Allow --period flag to specify a report range | John Wiegley | 2009-06-17 | 1 | -3/+26 |
* | The --revalued option now honors the -e terminus | John Wiegley | 2009-06-17 | 2 | -7/+10 |
* | Fixed some compiler warnings in non-debug mode | John Wiegley | 2009-06-16 | 1 | -0/+6 |
* | When --end is used, set a "terminus" date | John Wiegley | 2009-06-16 | 4 | -26/+22 |
* | Fixed a problem with accounts and trailing spaces | John Wiegley | 2009-06-16 | 1 | -0/+3 |
* | Move amount colorization deeper into the core | John Wiegley | 2009-06-16 | 7 | -30/+46 |
* | Allow an amount to be zero, even if cost is non-zero | John Wiegley | 2009-06-16 | 1 | -2/+4 |
* | Fixed a problem in the 'entry' command | John Wiegley | 2009-06-16 | 1 | -30/+103 |
* | Corrected a minor typo | John Wiegley | 2009-06-16 | 1 | -1/+1 |
* | Temporarily stubbed out an inaccurate assert | John Wiegley | 2009-06-15 | 3 | -3/+13 |
* | Refinement to display of account balances | John Wiegley | 2009-06-15 | 2 | -3/+5 |
* | Don't increase precision so much when dividing | John Wiegley | 2009-06-15 | 1 | -3/+3 |
* | Allow integers to be multiplied with amounts | John Wiegley | 2009-06-15 | 1 | -0/+1 |
* | Ignore attempts to annotate the null commodity | John Wiegley | 2009-06-15 | 1 | -1/+1 |
* | If a posting comment is very short, let it hang | John Wiegley | 2009-06-14 | 1 | -3/+5 |
* | Strip annotations before handling bal assignments | John Wiegley | 2009-06-13 | 1 | -1/+2 |
* | Added new debug option --options | John Wiegley | 2009-06-02 | 10 | -167/+392 |
* | Added % suffix operator, as in "$1.00 * 10%" | John Wiegley | 2009-05-26 | 4 | -4/+22 |
* | Fix pointer const-ness in parse_tags() | Andrew Potter | 2009-05-26 | 1 | -2/+2 |
* | Corrected a syntax error in a gettext usage | John Wiegley | 2009-03-24 | 1 | -1/+1 |
* | Don't instantiate duration_t using default ctor | John Wiegley | 2009-03-23 | 1 | -10/+11 |
* | Rewrote the date interval parser/stepper | John Wiegley | 2009-03-23 | 4 | -24/+102 |
* | The new code is working now. | John Wiegley | 2009-03-16 | 6 | -63/+68 |
* | Restored all the old code, though not tested yet | John Wiegley | 2009-03-16 | 1 | -22/+22 |
* | Added feature to "align" the interval's start date | John Wiegley | 2009-03-15 | 2 | -38/+145 |
* | First iteration of the new date_interval_t rewrite | John Wiegley | 2009-03-15 | 8 | -273/+389 |
* | Added a missing * operation | John Wiegley | 2009-03-15 | 1 | -1/+1 |