summaryrefslogtreecommitdiff
path: root/src/report.cc
Commit message (Expand)AuthorAgeFilesLines
* Added support for metadata and tagging, and made regexs a first-class type.John Wiegley2009-02-011-0/+2
* Moved the pre-commands to their own file, and created new "args" command.John Wiegley2009-02-011-110/+6
* Moved the args_to_predicate function to predicate.cc.John Wiegley2009-02-011-122/+2
* Moved chain_xact_handlers into its own file, chain.h and chain.cc.John Wiegley2009-02-011-189/+6
* When outputting a calculated value expression with "parse", show XML too.John Wiegley2009-02-011-1/+5
* Restored the --pager option.John Wiegley2009-02-011-0/+2
* Inspired by Omari Norman, I've rewritten main.cc so it's easy to approach.John Wiegley2009-01-311-36/+0
* Added some missing break statements.John Wiegley2009-01-311-0/+2
* Pre-commands (like "parse") now correctly recognized.John Wiegley2009-01-311-27/+27
* Created a new stream.h file for dealing with output streaming.John Wiegley2009-01-301-10/+173
* Added support for Unicode text in Ledger files, thanks to 'utfcpp', which canJohn Wiegley2009-01-231-0/+2
* Correctly handle "bare parentheses" in the command regexps.John Wiegley2009-01-231-6/+13
* Redid the way command-line arguments are processed. Before, Ledger used - andJohn Wiegley2009-01-221-77/+92
* Added support for "anonymizing" any report with --anon.John Wiegley2009-01-201-0/+8
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1
* Added back several cost reporting options.John Wiegley2009-01-191-0/+29
* Pass in the total_expr directly to changed_value_xacts.John Wiegley2009-01-191-1/+2
* Added back the -V (market value) option.John Wiegley2009-01-191-0/+32
* Added the concept of a "display_total", used for showing the values in theJohn Wiegley2009-01-191-0/+10
* Changed a plain equality into a strcmp.John Wiegley2008-09-181-1/+6
* Move handling of all commands to the value expression subsystem, rather thanJohn Wiegley2008-09-181-6/+178
* Restored --cleared, --pending, --uncleared, -X and -Y.John Wiegley2008-09-161-8/+27
* Restored --format, --date-format (-y), and --input-date-format options.John Wiegley2008-09-141-4/+17
* Added back a lot of hacktastic logic from 2.6.1 that made the "bal" commandJohn Wiegley2008-08-141-91/+2
* Re-enabled many more options, among them -n.John Wiegley2008-08-141-1/+42
* Restored the -p, -b and -e reporting options.John Wiegley2008-08-141-5/+84
* Enabled the --tail and --head options.John Wiegley2008-08-131-7/+12
* The register report is now mostly displaying multi-line balances correctly.John Wiegley2008-08-101-0/+20
* The balance report is working again.John Wiegley2008-08-101-2/+2
* Basic balance reports are working again!John Wiegley2008-08-101-2/+1
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+432