summaryrefslogtreecommitdiff
path: root/src/hooks.h
Commit message (Collapse)AuthorAgeFilesLines
* Did away with the "finalizer" abstractionJohn Wiegley2009-11-111-81/+0
| | | | | This was from an earlier time, when it was intended to be used by Python. But it's not needed anymore.
* Automated postings defer amount expression calculationJohn Wiegley2009-11-111-2/+2
| | | | | | | | | | | | | | | | | This allows for value expressions to be used which reference the incoming posting, for example: = Income:Clients: (Liabilities:Taxes:VAT1) (floor(amount) * 1) (Liabilities:Taxes:VAT2) 0.19 2009/07/27 * Invoice Assets:Bank:Checking $1,190.45 Income:Clients:ACME_Inc The automated posting for VAT1 will use the floored amount multiplied by a factor, while the posting for VAT2 multiples the whole amount as before.
* Removed a bunch of empty commentsJohn Wiegley2009-11-081-10/+0
|
* Reduced the #include dependency tree to a minimumJohn Wiegley2009-03-041-1/+0
|
* Fixed some #include ordering issues.John Wiegley2009-02-071-0/+2
|
* Added documentation stubs for all include files and classes.John Wiegley2009-01-311-0/+19
|
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1
|
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+71
is in doc/, etc.