Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (parse_elements): The format codes %b and %e can be used to display | John Wiegley | 2008-04-13 | 1 | -0/+12 |
| | | | | | the beginning and ending line numbers of an entry. (format): Output beginning and ending line for BEG_LINE and END_LINE types. | ||||
* | (format): [1178223] Don't truncate to max_width in the case of | John Wiegley | 2008-04-13 | 1 | -1/+4 |
| | | | | outputting balances. | ||||
* | Moved `format_xml_entries' to xml.cc. | John Wiegley | 2008-04-13 | 1 | -208/+0 |
| | |||||
* | (truncated): Added "style" argument, so that at least Python users can | John Wiegley | 2008-04-13 | 1 | -22/+86 |
| | | | | | | | choose which output style they want (truncation at beginning, middle or end of the string). (export_format): Expose following handlers to Python: FormatTransactions, FormatEntries, FormatXmlEntries, FormatAccount, FormatEquity. | ||||
* | (truncated): Simplified this method, and added schemes for truncating | John Wiegley | 2008-04-13 | 1 | -28/+63 |
| | | | | | | | | at the beginning and middle of a string (neither of which seems better than truncating at the front). (output_xml_string): Change xml_string to output_xml_string, for simplicity's sake. Also, < and > are now output as < and >. (format_last_entry): Use output_xml_string for the account name as well as the code, payee and note. | ||||
* | (format_equity::flush): If the equity balance uses multiple | John Wiegley | 2008-04-13 | 1 | -4/+44 |
| | | | | | commodities, then multiple "Equity" lines need to be printed, one for each. (format_equity::operator()): Same, but for individual accounts. | ||||
* | Changes to support building with gcc 2.95. | John Wiegley | 2008-04-13 | 1 | -0/+1 |
| | |||||
* | (format_transactions::operator): Corrected a bad memory access. | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | (parse_elements): Added %S, %B and %E elements, for printing the | John Wiegley | 2008-04-13 | 1 | -1/+28 |
| | | | | source path, beginning and ending positions of an entry. | ||||
* | (format_last_entry): Output tr:cost as an amount, not as an amount | John Wiegley | 2008-04-13 | 1 | -2/+5 |
| | | | | string. | ||||
* | (format): Pay attention to the max_width setting for each formatting | John Wiegley | 2008-04-13 | 1 | -1/+8 |
| | | | | | element. This means that "%.20N" can no longer exceed 20 characters of width. | ||||
* | updated to 2.02 | John Wiegley | 2008-04-13 | 1 | -2/+1 |
| | |||||
* | updated to version 2.0 | John Wiegley | 2008-04-13 | 1 | -0/+842 |
| | |||||
* | changes | John Wiegley | 2008-04-13 | 1 | -606/+0 |
| | |||||
* | made several of the buffers used non-static | John Wiegley | 2004-09-26 | 1 | -1/+1 |
| | |||||
* | added pysample.dat, which provides a more realistic example of using Python | John Wiegley | 2004-09-25 | 1 | -2/+14 |
| | |||||
* | added a custom transaction formatter, format_entries, used by "print" | John Wiegley | 2004-09-24 | 1 | -5/+37 |
| | |||||
* | fixed an obscure "print" bug | John Wiegley | 2004-09-24 | 1 | -11/+8 |
| | |||||
* | shored up error checking of value expressions | John Wiegley | 2004-09-23 | 1 | -4/+11 |
| | |||||
* | passing --enable-python to configure is now required for python support | John Wiegley | 2004-09-20 | 1 | -7/+7 |
| | |||||
* | the "bal" command mostly works now in main.py; added a finalize_entry hook | John Wiegley | 2004-09-20 | 1 | -6/+88 |
| | |||||
* | changed the management of "xdata" in walk.h | John Wiegley | 2004-09-17 | 1 | -3/+6 |
| | |||||
* | further python integration improvements | John Wiegley | 2004-09-14 | 1 | -1/+10 |
| | |||||
* | added support for ValueExpr objects to python. | John Wiegley | 2004-09-10 | 1 | -3/+8 |
| | |||||
* | added python support for Format() objects. see main.py | John Wiegley | 2004-09-10 | 1 | -8/+14 |
| | |||||
* | Python fixes; starting adding support for using item_handlers in python | John Wiegley | 2004-09-08 | 1 | -0/+20 |
| | |||||
* | the amount/balance/value logic is now a library, completely separate from ledger | John Wiegley | 2004-08-29 | 1 | -17/+14 |
| | |||||
* | cleanup; fully switched to autoconf -- use scripts/acprep | John Wiegley | 2004-08-24 | 1 | -15/+24 |
| | |||||
* | a little cleanup; reversed the meaning of -z and -p (to be more mnemonic) | John Wiegley | 2004-08-23 | 1 | -3/+4 |
| | |||||
* | slight cleanup | John Wiegley | 2004-08-23 | 1 | -2/+1 |
| | |||||
* | simplified some code | John Wiegley | 2004-08-22 | 1 | -11/+11 |
| | |||||
* | escape codes in format strings; can now redefine individual report formats | John Wiegley | 2004-08-22 | 1 | -1/+15 |
| | |||||
* | a little more reorganizing, but only fractionally faster. diminishing returns! | John Wiegley | 2004-08-22 | 1 | -11/+11 |
| | |||||
* | use value_t instead of balance_pair_t; gains for 10% binary, 2% textual | John Wiegley | 2004-08-21 | 1 | -3/+8 |
| | |||||
* | fixes so that ledger will build optimized | John Wiegley | 2004-08-21 | 1 | -1/+1 |
| | |||||
* | only compute the cost when it differs from the amount | John Wiegley | 2004-08-21 | 1 | -2/+2 |
| | |||||
* | support arbitrary precision after the decimal point; increase speed 0-10% | John Wiegley | 2004-08-21 | 1 | -5/+3 |
| | |||||
* | use std::auto_ptr wherever a thrown exception might otherwise leak memory | John Wiegley | 2004-08-19 | 1 | -6/+9 |
| | |||||
* | fix to textual parsing, and a bit of reconstruction in main.cc | John Wiegley | 2004-08-19 | 1 | -77/+78 |
| | |||||
* | added --help docs, and fixed some problems with balance reproting | John Wiegley | 2004-08-18 | 1 | -12/+19 |
| | |||||
* | more time interval support: last month, last feb, next year, etc. | John Wiegley | 2004-08-18 | 1 | -1/+1 |
| | |||||
* | further performance tweaks | John Wiegley | 2004-08-17 | 1 | -20/+38 |
| | |||||
* | several significant speed improvements (removed excessive copying of strings) | John Wiegley | 2004-08-17 | 1 | -27/+32 |
| | |||||
* | if NO_CLEANUP is defined in the Makefile (now default), no cleanup is done | John Wiegley | 2004-08-17 | 1 | -0/+5 |
| | |||||
* | fix to amount printing | John Wiegley | 2004-08-14 | 1 | -4/+4 |
| | |||||
* | added support for interval reporting; changed some option flags | John Wiegley | 2004-08-12 | 1 | -4/+5 |
| | |||||
* | many more formatting changes | John Wiegley | 2004-08-11 | 1 | -3/+3 |
| | |||||
* | more cleanup | John Wiegley | 2004-08-11 | 1 | -0/+1 |
| | |||||
* | added several kinds of transaction filters | John Wiegley | 2004-08-11 | 1 | -93/+0 |
| |