Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed sorting in bal reports when --flat is used | John Wiegley | 2009-10-26 | 1 | -1/+6 |
| | | | | | | | Note that sorting on the "total" is not the same thing as sorting on the "display_total" when multiple commodities are in use and the -X flag is selected! One should always sort on display_total, since that's the value which is shown in the report. 'T' is a synonym for display_total. | ||||
* | Reduced the #include dependency tree to a minimum | John Wiegley | 2009-03-04 | 1 | -2/+3 |
| | |||||
* | The Great Renaming, Part II | John Wiegley | 2009-02-23 | 1 | -2/+2 |
| | | | | | The last commit did not contain the majority of changes because of a slight mishap. This contains the real changeset. | ||||
* | Renamed a function to sort_value_is_less_than | John Wiegley | 2009-02-12 | 1 | -2/+2 |
| | | | | | The purpose was to provided a clearer relationship between the function name and its expected arguments. | ||||
* | Sorting expr now uses "-" to indicate descending | John Wiegley | 2009-02-12 | 1 | -4/+7 |
| | | | | | For example: -S payee,-date sorts 1) ascending by payee, then 2) descending by date. | ||||
* | The --sort flag now accepts multiple terms (-S payee,date). | John Wiegley | 2009-02-12 | 1 | -0/+2 |
| | | | | However, there is no way yet to reverse the meaning of a given term. | ||||
* | Added documentation stubs for all include files and classes. | John Wiegley | 2009-01-31 | 1 | -0/+19 |
| | |||||
* | Increased copyright range to include 2009. | John Wiegley | 2009-01-20 | 1 | -1/+1 |
| | |||||
* | Moved around most of the files so that source code is in src/, documentation | John Wiegley | 2008-08-05 | 1 | -0/+77 |
is in doc/, etc. |