| Commit message (Expand) | Author | Age | Files | Lines |
* | Correctly compile the expressions passed to -t and -T. | John Wiegley | 2009-02-08 | 1 | -0/+12 |
* | Inverted the default display mode for balance reports. Use -n to collapse | John Wiegley | 2009-02-08 | 1 | -1/+6 |
* | Added support for value expression definitions. | John Wiegley | 2009-02-08 | 1 | -0/+4 |
* | Added stub for --pending report flag. | John Wiegley | 2009-02-08 | 1 | -0/+1 |
* | Reimplemented -B, -V, -I and -O. | John Wiegley | 2009-02-07 | 1 | -4/+26 |
* | Fixed some #include ordering issues. | John Wiegley | 2009-02-07 | 1 | -1/+1 |
* | Renamed escape to quoted, and fixed up the csv report. | John Wiegley | 2009-02-07 | 1 | -1/+1 |
* | Allow value expressions to gain access to option settings. | John Wiegley | 2009-02-07 | 1 | -0/+6 |
* | Fixed the way that --limit, --only and --display are handled. | John Wiegley | 2009-02-07 | 1 | -3/+21 |
* | More revision to the way options are handled; reworked CSV command. | John Wiegley | 2009-02-07 | 1 | -1/+9 |
* | Removed --reconcile and --reconcile-date. | John Wiegley | 2009-02-07 | 1 | -2/+0 |
* | Moved the --abbrev-len option to report_t. | John Wiegley | 2009-02-06 | 1 | -0/+1 |
* | Removed the nearly unknown --descend and --descend-if options. | John Wiegley | 2009-02-06 | 1 | -2/+0 |
* | Restored all the option handlers from 2.6.2, but not the options themselves. | John Wiegley | 2009-02-06 | 1 | -670/+144 |
* | Moved --pager handler back into report_t. | John Wiegley | 2009-02-05 | 1 | -0/+2 |
* | Greatly simplified the way option and command handlers are defined. | John Wiegley | 2009-02-05 | 1 | -215/+188 |
* | Support using Ledger as a script interpretor. | John Wiegley | 2009-02-05 | 1 | -2/+2 |
* | Reworked how the REPL is handled. | John Wiegley | 2009-02-05 | 1 | -5/+58 |
* | Removed all references to the old binary cache. | John Wiegley | 2009-02-04 | 1 | -8/+0 |
* | Moved the --pager option to the session object, rather than the report object. | John Wiegley | 2009-02-04 | 1 | -6/+0 |
* | Largely removed all of Ledger's use of global variables, for the REPL's sake. | John Wiegley | 2009-02-04 | 1 | -37/+48 |
* | Removed the global references to session->report. | John Wiegley | 2009-02-03 | 1 | -4/+1 |
* | Updated some internal documentation. | John Wiegley | 2009-02-02 | 1 | -6/+6 |
* | Simplified error context handling. | John Wiegley | 2009-02-02 | 1 | -1/+4 |
* | Changed many uses of "unsigned long" to std::size_t. | John Wiegley | 2009-02-01 | 1 | -1/+1 |
* | Moved chain_xact_handlers into its own file, chain.h and chain.cc. | John Wiegley | 2009-02-01 | 1 | -4/+0 |
* | Restored the --pager option. | John Wiegley | 2009-02-01 | 1 | -1/+1 |
* | Inspired by Omari Norman, I've rewritten main.cc so it's easy to approach. | John Wiegley | 2009-01-31 | 1 | -0/+2 |
* | Added documentation stubs for all include files and classes. | John Wiegley | 2009-01-31 | 1 | -0/+19 |
* | Created a new stream.h file for dealing with output streaming. | John Wiegley | 2009-01-30 | 1 | -53/+54 |
* | Changed the order in which options are processed, to provide for the correct | John Wiegley | 2009-01-21 | 1 | -6/+9 |
* | Added support for "anonymizing" any report with --anon. | John Wiegley | 2009-01-20 | 1 | -0/+7 |
* | Increased copyright range to include 2009. | John Wiegley | 2009-01-20 | 1 | -1/+1 |
* | Added back several cost reporting options. | John Wiegley | 2009-01-19 | 1 | -18/+24 |
* | Added back the -V (market value) option. | John Wiegley | 2009-01-19 | 1 | -0/+2 |
* | Added the concept of a "display_total", used for showing the values in the | John Wiegley | 2009-01-19 | 1 | -0/+3 |
* | Commented out some dead code. | John Wiegley | 2008-09-20 | 1 | -0/+2 |
* | Restored --cleared, --pending, --uncleared, -X and -Y. | John Wiegley | 2008-09-16 | 1 | -10/+13 |
* | Restored --format, --date-format (-y), and --input-date-format options. | John Wiegley | 2008-09-14 | 1 | -5/+7 |
* | Re-enabled many more options, among them -n. | John Wiegley | 2008-08-14 | 1 | -17/+28 |
* | Restored the -p, -b and -e reporting options. | John Wiegley | 2008-08-14 | 1 | -70/+78 |
* | Moved a block of code from report to session, though it's still commented out. | John Wiegley | 2008-08-14 | 1 | -13/+0 |
* | Enabled the --tail and --head options. | John Wiegley | 2008-08-13 | 1 | -6/+10 |
* | Regular expressions supplied after 'reg' or 'bal' are working again. | John Wiegley | 2008-08-10 | 1 | -3/+7 |
* | Moved around most of the files so that source code is in src/, documentation | John Wiegley | 2008-08-05 | 1 | -0/+757 |