| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Setting --date-format in ~/.ledgerrc works again | John Wiegley | 2009-10-29 | 1 | -7/+15 |
* | If isatty is available, no colors/pager for non-ttys | John Wiegley | 2009-10-29 | 1 | -1/+7 |
* | Colorization at the terminal now on by default | John Wiegley | 2009-10-28 | 1 | -0/+3 |
* | Whitespace change | John Wiegley | 2009-10-27 | 1 | -4/+2 |
* | Added --actual-dates, for overriding --effective | John Wiegley | 2009-10-27 | 1 | -1/+3 |
* | Rewrote the way date and time I/O is managed | John Wiegley | 2009-10-25 | 1 | -2/+4 |
* | The print command now implies --actual | John Wiegley | 2009-06-28 | 1 | -0/+3 |
* | Disable use of ~/.pricedb when --args-only is present | John Wiegley | 2009-06-28 | 1 | -0/+2 |
* | The --download option is now fully restored | John Wiegley | 2009-06-26 | 1 | -2/+2 |
* | More refactoring for --download | John Wiegley | 2009-06-24 | 1 | -4/+4 |
* | Split commodity.h/cc into three files | John Wiegley | 2009-06-24 | 1 | -7/+7 |
* | Restored --download, although not done yet | John Wiegley | 2009-06-24 | 1 | -1/+12 |
* | Fixed the --args-only option (sequence problem) | John Wiegley | 2009-06-22 | 1 | -2/+7 |
* | Added a code comment | John Wiegley | 2009-06-18 | 1 | -0/+3 |
* | The -X option now accepts price settings | John Wiegley | 2009-06-18 | 1 | -0/+8 |
* | Restored --plot-amount-format, --plot-total-format | John Wiegley | 2009-06-18 | 1 | -6/+16 |
* | Allow --period flag to specify a report range | John Wiegley | 2009-06-17 | 1 | -3/+26 |
* | Added new debug option --options | John Wiegley | 2009-06-02 | 1 | -24/+57 |
* | Rewrote the date interval parser/stepper | John Wiegley | 2009-03-23 | 1 | -2/+5 |
* | Enabled use of pre-compiled headers by default | John Wiegley | 2009-03-10 | 1 | -0/+2 |
* | Removed the --totals option | John Wiegley | 2009-03-05 | 1 | -3/+0 |
* | If Python is not in use, global includes session | John Wiegley | 2009-03-05 | 1 | -0/+2 |
* | Reduced the #include dependency tree to a minimum | John Wiegley | 2009-03-04 | 1 | -2/+5 |
* | Cured several harmless compiler warnings | John Wiegley | 2009-03-04 | 1 | -1/+1 |
* | Normalized how account totals are calculated | John Wiegley | 2009-03-03 | 1 | -0/+3 |
* | Corrected warnings g++-4.3.3 was complaining about | John Wiegley | 2009-02-28 | 1 | -1/+1 |
* | Marked all strings needing internationalization | John Wiegley | 2009-02-25 | 1 | -6/+6 |
* | Fixes to the way annotated prices are displayed | John Wiegley | 2009-02-24 | 1 | -1/+2 |
* | The Great Renaming, Part II | John Wiegley | 2009-02-23 | 1 | -7/+7 |
* | Fixed bug: -- was not stopping option processing | John Wiegley | 2009-02-22 | 1 | -3/+5 |
* | The --help (-h, -H) options now visit the man page | John Wiegley | 2009-02-21 | 1 | -0/+28 |
* | Added --start-of-week option, used with --weekly | John Wiegley | 2009-02-21 | 1 | -0/+2 |
* | Don't use auto-widths for widths explicitly given | John Wiegley | 2009-02-20 | 1 | -21/+40 |
* | Rewrote the equity command, which is working again | John Wiegley | 2009-02-20 | 1 | -6/+7 |
* | Auto-size register report based on COLUMNS | John Wiegley | 2009-02-19 | 1 | -0/+36 |
* | The sequence -M -p 2004 now equals -p 2004 -M | John Wiegley | 2009-02-19 | 1 | -9/+9 |
* | Added --args-only flags, to ignore init and env | John Wiegley | 2009-02-16 | 1 | -4/+9 |
* | Normalized handling of several report options | John Wiegley | 2009-02-15 | 1 | -16/+3 |
* | Added a "reload" command, for use at the REPL | John Wiegley | 2009-02-13 | 1 | -19/+1 |
* | Re-enabled some code, and removed a bunch of deadwood. | John Wiegley | 2009-02-12 | 1 | -4/+0 |
* | Fixed the use of --effective and --date-format (-y). | John Wiegley | 2009-02-09 | 1 | -0/+8 |
* | pyinterp.cc shares global session; accept full paths passed to --import. | John Wiegley | 2009-02-08 | 1 | -1/+12 |
* | If a ledger file is specified in .ledgerrc, ignore the environment. | John Wiegley | 2009-02-08 | 1 | -2/+3 |
* | If LEDGER_FILE was seen, ignore LEDGER. | John Wiegley | 2009-02-08 | 1 | -6/+12 |
* | Inverted the default display mode for balance reports. Use -n to collapse | John Wiegley | 2009-02-08 | 1 | -2/+0 |
* | Threw away the "multiple parser" infrastructure. | John Wiegley | 2009-02-07 | 1 | -5/+4 |
* | Allow value expressions to gain access to option settings. | John Wiegley | 2009-02-07 | 1 | -19/+27 |
* | More revision to the way options are handled; reworked CSV command. | John Wiegley | 2009-02-07 | 1 | -5/+7 |
* | When in the REPL, consider each new command a new "command-line". | John Wiegley | 2009-02-06 | 1 | -1/+3 |
* | Don't push and pop reports unless at a REPL. | John Wiegley | 2009-02-06 | 1 | -3/+3 |