| Commit message (Expand) | Author | Age | Files | Lines |
* | Use #pragma once | Alexis Hildebrandt | 2023-04-10 | 1 | -4/+1 |
* | Update copyright year | Alexis Hildebrandt | 2023-02-02 | 1 | -1/+1 |
* | Update copyright statement for 2022 | Alexis Hildebrandt | 2022-07-02 | 1 | -1/+1 |
* | Change header guard names to use `INCLUDED_` prefix | Phil Newton | 2022-04-06 | 1 | -3/+3 |
* | [misc] Update year in copyright notice to 2017 | Alexis Hildebrandt | 2018-01-27 | 1 | -1/+1 |
* | [misc] Update year in copyright notice to 2017 | Alexis Hildebrandt | 2017-01-05 | 1 | -1/+1 |
* | Fix 1043 | John Wiegley | 2016-11-12 | 1 | -0/+2 |
* | [misc] Update year in copyright notice to 2016 | Alexis Hildebrandt | 2016-01-02 | 1 | -1/+1 |
* | Fix clang compile error (FreeBSD 10). | Ilya T | 2015-03-13 | 1 | -4/+6 |
* | Bump copyright notice to 2015 | Alexis Hildebrandt | 2014-12-27 | 1 | -1/+1 |
* | Bump copyright information to 2014 | Alexis Hildebrandt | 2014-02-02 | 1 | -1/+1 |
* | Bump copyright information to 2013 | John Wiegley | 2013-02-18 | 1 | -1/+1 |
* | Merge pull request #132 from enderw88/bug514-sort-accounts-and-commodities | John Wiegley | 2013-01-29 | 1 | -2/+2 |
|\ |
|
| * | Fixes bug 514. accounts and commodities output now sorts | Craig Earls | 2013-01-29 | 1 | -2/+2 |
* | | Addes tags command and --values option | Craig Earls | 2013-01-29 | 1 | -0/+27 |
|/ |
|
* | Revert "Bug551 fixed, commodities and accounts now sort" | John Wiegley | 2013-01-16 | 1 | -2/+2 |
* | Bug551 fixed, commodities and accounts now sort | Craig Earls | 2013-01-07 | 1 | -2/+2 |
* | Increased file copyrights to 2012 | John Wiegley | 2012-02-29 | 1 | -1/+1 |
* | Untabified all source files | John Wiegley | 2010-06-11 | 1 | -7/+7 |
* | New: --group-by=EXPR and --group-title-format=FMT | John Wiegley | 2010-05-30 | 1 | -0/+16 |
* | Added new required item_handler_t::clear() method | John Wiegley | 2010-05-30 | 1 | -0/+29 |
* | Added new option --prepend-width | John Wiegley | 2010-05-22 | 1 | -9/+13 |
* | Option --count sums payees, account, commodities | John Wiegley | 2010-05-22 | 1 | -6/+6 |
* | Added new commands: acounts, payees, commodities | John Wiegley | 2010-05-22 | 1 | -0/+63 |
* | Rewrite the "print" command as a custom function | John Wiegley | 2010-03-08 | 1 | -2/+0 |
* | Updated copyrights to 2003-2010 | John Wiegley | 2010-03-05 | 1 | -1/+1 |
* | Added a --prepend-format option | John Wiegley | 2009-11-11 | 1 | -2/+6 |
* | Redesigned the expr_t, predicate_t, query_t classes | John Wiegley | 2009-11-09 | 1 | -5/+5 |
* | Removed a bunch of empty comments | John Wiegley | 2009-11-08 | 1 | -14/+0 |
* | Fixed sorting in bal reports when --flat is used | John Wiegley | 2009-10-26 | 1 | -1/+1 |
* | If 2+ child accounts are shown, show the parent | John Wiegley | 2009-03-15 | 1 | -2/+2 |
* | Rewrote the balance report again, to fix --depth | John Wiegley | 2009-03-08 | 1 | -1/+4 |
* | Revised the ways statistics are computed | John Wiegley | 2009-03-06 | 1 | -46/+0 |
* | Reduced the #include dependency tree to a minimum | John Wiegley | 2009-03-04 | 1 | -4/+8 |
* | Separator in "balance" now part of format string | John Wiegley | 2009-02-27 | 1 | -14/+5 |
* | The Great Renaming, Part II | John Wiegley | 2009-02-23 | 1 | -17/+17 |
* | Added a new --raw option, for use with print | John Wiegley | 2009-02-21 | 1 | -1/+3 |
* | Removed an unused class: format_entries | John Wiegley | 2009-02-21 | 1 | -28/+0 |
* | Added --no-total option | John Wiegley | 2009-02-20 | 1 | -5/+2 |
* | Rewrote the equity command, which is working again | John Wiegley | 2009-02-20 | 1 | -23/+0 |
* | Allow for sorting of the balance report | John Wiegley | 2009-02-19 | 1 | -4/+6 |
* | Added --flat option, to flatten the balance report | John Wiegley | 2009-02-17 | 1 | -3/+6 |
* | Only display a final balance total if necessary | John Wiegley | 2009-02-17 | 1 | -9/+6 |
* | Rewrote how the balance command displays accounts | John Wiegley | 2009-02-17 | 1 | -6/+9 |
* | Moved format_accounts::should_display out of line | John Wiegley | 2009-02-16 | 1 | -7/+1 |
* | Simplified the stats command | John Wiegley | 2009-02-16 | 1 | -1/+0 |
* | Fleshed out the "stats" command | John Wiegley | 2009-02-16 | 1 | -6/+18 |
* | The "xact" variable now returns null for accounts | John Wiegley | 2009-02-15 | 1 | -1/+3 |
* | item_predicate now operates on scope_t | John Wiegley | 2009-02-15 | 1 | -4/+4 |
* | Re-enabled some code, and removed a bunch of deadwood. | John Wiegley | 2009-02-12 | 1 | -5/+0 |