summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Do not treat balance assignments with 0 diff as a null postingDaraul Harris2020-12-051-1/+5
* Fix regression in sorted_amountsMartin Michlmayr2020-10-301-1/+2
* Implement cryptographic access to files using GPGMEMichael Raitza2020-10-306-4/+378
* Add support for `$XDG_CONFIG_HOME`Cédric Barreteau2020-08-281-5/+16
* Fix whitespace/tabsEmin Martinian2020-08-131-6/+6
* Make it so that the include directive sorts when using wildcards.Emin Martinian2020-08-131-4/+12
* Treat --depth like --collapse in registerRahix2020-07-211-1/+1
* collapse_posts: Use the existing accounts instead of tempsRahix2020-07-212-4/+12
* collapse_posts: Fix some postings getting lost when collapsingRahix2020-07-211-1/+1
* collapse_posts: Fix segfault when depth is too bigRahix2020-07-211-1/+1
* collapse_posts: Use --depth as the collapse_depthRahix2020-07-211-2/+8
* collapse_posts: Add a collapse_depth attributeRahix2020-07-212-6/+7
* first try for implementing --depth for registerjohannes@debussy2020-07-212-14/+32
* Use PAGER when environment variable is setMartin Michlmayr2020-06-181-10/+15
* Fix typos in commentsMartin Michlmayr2020-05-2110-11/+11
* Fix compilation warningMartin Michlmayr2020-05-181-1/+1
* Revert "Compare price annotations using their textual rendering"Martin Michlmayr2020-05-181-3/+1
* Revert "Change --invert to invert displayed amounts and totals, not amounts"Martin Michlmayr2020-05-181-2/+1
* Fix some typosMartin Michlmayr2020-05-161-1/+1
* Fix: library path issueHenrik Pingel2020-05-131-0/+1
* Revert "Correction to the way parens are parsed in query expressions"John Wiegley2020-05-072-47/+9
* Improve conditional for exclusive optionsMartin Michlmayr2020-05-071-1/+1
* Ensure that apply directives have an argumentMartin Michlmayr2020-04-271-0/+2
* Fix buffer overflow when evaluating pricing dateSarah Jamie Lewis2020-04-271-0/+4
* Increase the error display text limitJohn Wiegley2020-04-261-1/+1
* Add two (for the moment undocumented) functions:John Wiegley2020-04-232-0/+25
* fix: Fix #543 by tracking an account's real balanceDaraul2020-04-054-7/+23
* Make explicit option a no-opCandyAngel2020-04-033-20/+3
* use built-in cmake precompiled header support when availableAndy Clayton2020-04-021-1/+11
* Look up annotated amounts within balances by their displayed nameJohn Wiegley2020-03-272-2/+35
* Compare price annotations using their textual renderingJohn Wiegley2020-03-271-1/+3
* Add an assertion to src/xact.ccJohn Wiegley2020-03-271-0/+2
* Simple whitespace fixJohn Wiegley2020-03-271-1/+1
* py3: ensure python output is not lostAndy Clayton2020-03-261-0/+5
* py3: fix builtin ledger module for python commandAndy Clayton2020-03-261-13/+10
* fix python3 command (argv) wchar_t conversionAndy Clayton2020-03-261-4/+6
* Specify namespace of uintmax_takater2020-03-033-6/+6
* fix #1850: segfault when using ledger printTobias Pankrath2020-01-081-1/+1
* Add --averaged-lot-pricesJohn Wiegley2019-12-064-0/+81
* Port to python3Dimitri John Ledkov2019-12-058-17/+63
* Modernize CMake using backported FindPython module.Dimitri John Ledkov2019-12-051-14/+5
* Format annotations using format that can be parsedOleg Bulatov2019-11-272-1/+3
* Correction to the way parens are parsed in query expressionsJohn Wiegley2019-09-172-9/+47
* Remove know-ification of elements due to post stateCandyAngel2019-08-271-20/+0
* Switch from using utf8::is_bom to utf8::starts_with_bomJohn Wiegley2019-08-181-1/+3
* option: fix typo in error messageChristian Dietrich2019-08-011-1/+1
* Remove an unneeded commentJohn Wiegley2019-07-051-9/+0
* Change --invert to invert displayed amounts and totals, not amountsJohn Wiegley2019-07-051-1/+2
* Add support for '%F' date format specifierMichael Budde2019-04-021-7/+7
* Remove dead codeMichael Budde2019-04-021-9/+0