| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Support a --now option, for testing purposes | John Wiegley | 2009-10-27 | 1 | -0/+1 |
* | Added a new "cleared" report | John Wiegley | 2009-10-27 | 1 | -1/+11 |
* | Added a new "budget" report | John Wiegley | 2009-10-27 | 1 | -1/+14 |
* | Fixed a data lifetime bug | John Wiegley | 2009-10-27 | 1 | -2/+7 |
* | Added t and T as valexpr synonyms | John Wiegley | 2009-10-26 | 1 | -0/+7 |
* | Fixed sorting in bal reports when --flat is used | John Wiegley | 2009-10-26 | 1 | -4/+7 |
* | Added an "echo" command, for REPL testing | John Wiegley | 2009-10-26 | 1 | -0/+10 |
* | Rewrote the way date and time I/O is managed | John Wiegley | 2009-10-25 | 1 | -3/+7 |
* | Fixed many compiler warnings from g++ 4.4 | John Wiegley | 2009-10-25 | 1 | -16/+16 |
* | Restored --price option, added baseline test | John Wiegley | 2009-06-26 | 1 | -3/+13 |
* | The --download option is now fully restored | John Wiegley | 2009-06-26 | 1 | -5/+5 |
* | More refactoring for --download | John Wiegley | 2009-06-24 | 1 | -1/+0 |
* | Restored --download, although not done yet | John Wiegley | 2009-06-24 | 1 | -5/+0 |
* | Added a --no-color option, to disable --color | John Wiegley | 2009-06-22 | 1 | -0/+1 |
* | Restored option --period-sort | John Wiegley | 2009-06-21 | 1 | -1/+1 |
* | Restored --percent option, added baseline test | John Wiegley | 2009-06-21 | 1 | -2/+11 |
* | Fixes to the 'xact' command (used to be 'entry') | John Wiegley | 2009-06-19 | 1 | -1/+6 |
* | Commented out an internal-only option | John Wiegley | 2009-06-18 | 1 | -0/+4 |
* | The -X option now accepts price settings | John Wiegley | 2009-06-18 | 1 | -27/+14 |
* | When --end is used, set a "terminus" date | John Wiegley | 2009-06-16 | 1 | -0/+8 |
* | Move amount colorization deeper into the core | John Wiegley | 2009-06-16 | 1 | -3/+4 |
* | Added new debug option --options | John Wiegley | 2009-06-02 | 1 | -14/+19 |
* | Enabled use of pre-compiled headers by default | John Wiegley | 2009-03-10 | 1 | -0/+2 |
* | Revised the ways statistics are computed | John Wiegley | 2009-03-06 | 1 | -2/+4 |
* | Implemented --unround using value expressions | John Wiegley | 2009-03-06 | 1 | -0/+7 |
* | Removed the --totals option | John Wiegley | 2009-03-05 | 1 | -1/+0 |
* | Reduced the #include dependency tree to a minimum | John Wiegley | 2009-03-04 | 1 | -5/+18 |
* | Normalized how account totals are calculated | John Wiegley | 2009-03-03 | 1 | -18/+4 |
* | Allow special %{} formatting sequence | John Wiegley | 2009-03-03 | 1 | -2/+2 |
* | Made all the ANSI color names into valexpr names | John Wiegley | 2009-03-03 | 1 | -0/+67 |
* | Moved fn_false to be a non-member function | John Wiegley | 2009-03-03 | 1 | -1/+4 |
* | Added a "null" value for value expressions | John Wiegley | 2009-03-03 | 1 | -0/+9 |
* | Added a "show" report query term | John Wiegley | 2009-03-02 | 1 | -3/+20 |
* | Changed how comments are output to be more logical | John Wiegley | 2009-03-01 | 1 | -0/+2 |
* | The generate report now implies --actual | John Wiegley | 2009-02-27 | 1 | -0/+1 |
* | Allow --head to limit the entries generate creates | John Wiegley | 2009-02-27 | 1 | -1/+3 |
* | Added --lots-actual, to not print calc'd details | John Wiegley | 2009-02-27 | 1 | -1/+1 |
* | Added generate command, --seed, and GenerateTests | John Wiegley | 2009-02-27 | 1 | -0/+16 |
* | Fixed bugs relating to sign and rounding of costs | John Wiegley | 2009-02-27 | 1 | -0/+8 |
* | Added an --unround option, to show full precision | John Wiegley | 2009-02-27 | 1 | -0/+1 |
* | Changed the "truncate" valexpr func to "truncated" | John Wiegley | 2009-02-27 | 1 | -3/+3 |
* | Changed --exchange's short option from -x to -X | John Wiegley | 2009-02-25 | 1 | -3/+3 |
* | Added a new --depth option | John Wiegley | 2009-02-25 | 1 | -0/+1 |
* | Added a new level of Python integration | John Wiegley | 2009-02-24 | 1 | -0/+17 |
* | 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 |