| Commit message (Expand) | Author | Age | Files | Lines |
* | Redesigned the format_t class | John Wiegley | 2009-11-09 | 1 | -20/+23 |
* | Redesigned the expr_t, predicate_t, query_t classes | John Wiegley | 2009-11-09 | 1 | -1/+1 |
* | Moved ownership of master account into journal_t | John Wiegley | 2009-10-30 | 1 | -2/+2 |
* | Fixed a display issue with the balance report | John Wiegley | 2009-10-27 | 1 | -7/+7 |
* | Redid the way temporaries are handled in filtering | John Wiegley | 2009-10-27 | 1 | -3/+3 |
* | Fixed sorting in bal reports when --flat is used | John Wiegley | 2009-10-26 | 1 | -4/+5 |
* | In the balance report, don't output any account twice | John Wiegley | 2009-10-26 | 1 | -1/+2 |
* | Removed some dead code | John Wiegley | 2009-06-27 | 1 | -1/+1 |
* | Restored --percent option, added baseline test | John Wiegley | 2009-06-21 | 1 | -1/+2 |
* | Refinement to display of account balances | John Wiegley | 2009-06-15 | 1 | -1/+3 |
* | If 2+ child accounts are shown, show the parent | John Wiegley | 2009-03-15 | 1 | -12/+17 |
* | If a balance report is multi-lined, print a total | John Wiegley | 2009-03-15 | 1 | -10/+1 |
* | Moved a variable initialization | John Wiegley | 2009-03-11 | 1 | -2/+2 |
* | Enabled use of pre-compiled headers by default | John Wiegley | 2009-03-10 | 1 | -0/+2 |
* | Rewrote the balance report again, to fix --depth | John Wiegley | 2009-03-08 | 1 | -51/+44 |
* | Revised the ways statistics are computed | John Wiegley | 2009-03-06 | 1 | -98/+0 |
* | Changed the way that account balances are computed | John Wiegley | 2009-03-06 | 1 | -11/+5 |
* | Reduced the #include dependency tree to a minimum | John Wiegley | 2009-03-04 | 1 | -0/+10 |
* | Gather account details in a details_t structure | John Wiegley | 2009-03-03 | 1 | -2/+4 |
* | Normalized how account totals are calculated | John Wiegley | 2009-03-03 | 1 | -10/+10 |
* | Separator in "balance" now part of format string | John Wiegley | 2009-02-27 | 1 | -3/+32 |
* | Marked all strings needing internationalization | John Wiegley | 2009-02-25 | 1 | -13/+16 |
* | The Great Renaming, Part II | John Wiegley | 2009-02-23 | 1 | -60/+60 |
* | Many fixes to both --market and --exchange | John Wiegley | 2009-02-23 | 1 | -5/+5 |
* | Added a new --raw option, for use with print | John Wiegley | 2009-02-21 | 1 | -9/+26 |
* | Removed an unused class: format_entries | John Wiegley | 2009-02-21 | 1 | -31/+0 |
* | Added --no-total option | John Wiegley | 2009-02-20 | 1 | -5/+5 |
* | Rewrote the equity command, which is working again | John Wiegley | 2009-02-20 | 1 | -78/+0 |
* | Allow for sorting of the balance report | John Wiegley | 2009-02-19 | 1 | -46/+46 |
* | Added --flat option, to flatten the balance report | John Wiegley | 2009-02-17 | 1 | -2/+4 |
* | Only display a final balance total if necessary | John Wiegley | 2009-02-17 | 1 | -16/+26 |
* | Rewrote how the balance command displays accounts | John Wiegley | 2009-02-17 | 1 | -92/+73 |
* | Removed an unused extended account xdata flag | John Wiegley | 2009-02-16 | 1 | -9/+7 |
* | Moved format_accounts::should_display out of line | John Wiegley | 2009-02-16 | 1 | -0/+9 |
* | Simplified the stats command | John Wiegley | 2009-02-16 | 1 | -9/+4 |
* | Fleshed out the "stats" command | John Wiegley | 2009-02-16 | 1 | -11/+80 |
* | Re-enabled some code, and removed a bunch of deadwood. | John Wiegley | 2009-02-12 | 1 | -34/+0 |
* | Wrote the beginnings of a new "stats" command. | John Wiegley | 2009-02-10 | 1 | -0/+31 |
* | Removed the balance_pair_t type, since it's now an unneeded abstraction. | John Wiegley | 2009-02-09 | 1 | -4/+0 |
* | Greatly simplified the way option and command handlers are defined. | John Wiegley | 2009-02-05 | 1 | -3/+3 |
* | Create bound scopes for locating the total expr. | John Wiegley | 2009-02-05 | 1 | -2/+4 |
* | Largely removed all of Ledger's use of global variables, for the REPL's sake. | John Wiegley | 2009-02-04 | 1 | -15/+29 |
* | Created a new stream.h file for dealing with output streaming. | John Wiegley | 2009-01-30 | 1 | -7/+7 |
* | Stopped using the generic "unsigned int" in favor of more specific types. | John Wiegley | 2009-01-29 | 1 | -6/+6 |
* | Increased copyright range to include 2009. | John Wiegley | 2009-01-20 | 1 | -1/+1 |
* | Output newlines between entries using format strings, not hard-coded. | John Wiegley | 2009-01-14 | 1 | -2/+0 |
* | Factored common parts of entry_t and xact_t into new item_t | John Wiegley | 2008-09-19 | 1 | -1/+1 |
* | Restored the 'print' command. | John Wiegley | 2008-09-17 | 1 | -1/+11 |
* | Added back a lot of hacktastic logic from 2.6.1 that made the "bal" command | John Wiegley | 2008-08-14 | 1 | -7/+5 |
* | The balance output now includes the final total. | John Wiegley | 2008-08-13 | 1 | -8/+4 |