Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Solved the fight between jit-lock. But for some reason it isn't calling it ↵ | Craig Earls | 2014-09-05 | 2 | -4/+5 | |
| | | | | | | | | for all regions in the buffer. | |||||
| * | jit-lock is now calling ledger-fontify-buffer-part, but ↵ | Craig Earls | 2014-09-05 | 3 | -55/+89 | |
| | | | | | | | | font-lock-fontify-region is still being called and fighting with it. | |||||
| * | Merge branch 'master' into new-fontification-scheme | Craig Earls | 2014-09-05 | 1 | -2/+3 | |
| |\ | ||||||
| * | | meh. Still chugging along. | Craig Earls | 2014-09-05 | 2 | -9/+11 | |
| | | | ||||||
| * | | improved xact iteration so fontify-whole-buffer doesn't miss xact separated ↵ | Craig Earls | 2014-09-04 | 2 | -4/+30 | |
| | | | | | | | | | | | | by more than a single empty line | |||||
| * | | not much progress here. | Craig Earls | 2014-09-04 | 1 | -1/+2 | |
| | | | ||||||
| * | | Merge branch 'master' into new-fontification-scheme | Craig Earls | 2014-08-29 | 6 | -0/+22 | |
| |\ \ | ||||||
| * | | | no message | Craig Earls | 2014-08-26 | 2 | -34/+51 | |
| | | | | ||||||
| * | | | Not working well, try something else on new-fontification-scheme-2 | Craig Earls | 2014-08-26 | 3 | -8/+26 | |
| | | | | ||||||
| * | | | Merge branch 'master' into new-fontification-scheme | Craig Earls | 2014-08-26 | 6 | -7/+7 | |
| |\ \ \ | ||||||
| * | | | | fontifying xact starts and postings. | Craig Earls | 2014-08-24 | 2 | -19/+36 | |
| | | | | | | | | | | | | | | | | | | | | initial testing looks better than previous font-lock methods. Need run time and performance testing. | |||||
| * | | | | Set up fontification independent of font-lock. | Craig Earls | 2014-08-24 | 6 | -27/+323 | |
| | | | | | | | | | | | | | | | | | | | | Basic functionality in place. need to test further and expand detail fortification. | |||||
* | | | | | Merge pull request #320 from morninj/master | Steve Purcell | 2014-09-08 | 1 | -1/+1 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | "mispelled" was misspelled | |||||
| * | | | | "mispelled" was misspelled | Joseph Mornin | 2014-09-08 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | / | Fix bough 1075, ledger-mode report do not refresh using key commands | Craig Earls | 2014-09-05 | 1 | -2/+3 | |
| |_|/ |/| | | ||||||
* | | | Merge pull request #319 from joegallo/master | John Wiegley | 2014-08-28 | 6 | -0/+22 | |
|\ \ \ | | | | | | | | | Compilation errors with boost 1.56 (a second try) | |||||
| * | | | ignore dylib files | Joe Gallo | 2014-08-28 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | which makes the build gitignore clean on my mac | |||||
| * | | | #if guards for boost 1.56 compatibility | Joe Gallo | 2014-08-28 | 5 | -0/+21 | |
|/ / / | ||||||
* | | | Revert "fix "no viable conversion from ... to 'bool'"" | John Wiegley | 2014-08-27 | 4 | -4/+4 | |
| | | | | | | | | | | | | This reverts commit df9ae3ab9b37fde803f26c6bc4eaadfd67fc1d07. | |||||
* | | | Revert "fix "type 'char' cannot be used prior to '::'"" | John Wiegley | 2014-08-27 | 1 | -1/+1 | |
| |/ |/| | | | | | This reverts commit 38557ee63273dcdef22b136c5f424802c7ff6e03. | |||||
* | | Merge pull request #318 from joegallo/master | John Wiegley | 2014-08-26 | 5 | -5/+5 | |
|\ \ | | | | | | | Compilation errors with boost 1.56 | |||||
| * | | fix "type 'char' cannot be used prior to '::'" | Joe Gallo | 2014-08-26 | 1 | -1/+1 | |
| | | | ||||||
| * | | fix "no viable conversion from ... to 'bool'" | Joe Gallo | 2014-08-26 | 4 | -4/+4 | |
|/ / | ||||||
* / | fix rare bug in balance report output if the budgeted amount happens to be zero. | Craig Earls | 2014-08-24 | 1 | -2/+2 | |
|/ | | | | See emails in group from John Rakestraw circa November 2011 | |||||
* | Merge pull request #316 from tripun/code_coverage | John Wiegley | 2014-08-12 | 1 | -2/+494 | |
|\ | | | | | expand unit tests in t_balance.cc | |||||
| * | Revert "add unit test printing for balance_t" until issue is fixed. | tripun | 2014-08-11 | 1 | -31/+0 | |
| | | | | | | | | | | | | Getting different output on system than travis-ci. This reverts commit 272e3cb3799937dcd3c379de56b299a3cbde52ca. | |||||
| * | add unit test printing for balance_t | tripun | 2014-08-11 | 1 | -0/+31 | |
| | | ||||||
| * | add unit test of Zero for balance_t | tripun | 2014-08-11 | 1 | -0/+26 | |
| | | ||||||
| * | add unit test Truth for balance_t | tripun | 2014-08-11 | 1 | -0/+20 | |
| | | ||||||
| * | add unit test Round for balance_t | tripun | 2014-08-11 | 1 | -0/+50 | |
| | | ||||||
| * | add unit test Floor for balance_t | tripun | 2014-08-11 | 1 | -0/+43 | |
| | | ||||||
| * | add unit test Ceiling for balance_t | tripun | 2014-08-11 | 1 | -0/+43 | |
| | | ||||||
| * | add unit test Absolute for balance_t | tripun | 2014-08-11 | 1 | -0/+25 | |
| | | ||||||
| * | add unit test negation for balance_t | tripun | 2014-08-11 | 1 | -0/+35 | |
| | | ||||||
| * | add unit test for balance division | tripun | 2014-08-11 | 1 | -0/+45 | |
| | | ||||||
| * | add test for multiplication | tripun | 2014-08-11 | 1 | -0/+45 | |
| | | ||||||
| * | edited subraction test | tripun | 2014-08-11 | 1 | -1/+1 | |
| | | ||||||
| * | add Equality unit test for balance | tripun | 2014-08-11 | 1 | -2/+65 | |
| | | ||||||
| * | added boost subtraction unit test | tripun | 2014-08-11 | 1 | -0/+39 | |
| | | ||||||
| * | added balance addition unit test | tripun | 2014-08-11 | 1 | -4/+42 | |
| | | ||||||
| * | add balance Test constructors | tripun | 2014-08-11 | 1 | -2/+22 | |
| | | ||||||
* | | Add --actual-dates tests | tripun | 2014-08-12 | 1 | -0/+18 | |
| | | ||||||
* | | Add test for primary-date option | tripun | 2014-08-12 | 1 | -0/+81 | |
|/ | ||||||
* | Merge pull request #315 from tripun/options_tests | Martin Michlmayr | 2014-08-10 | 1 | -0/+49 | |
|\ | | | | | add test for --equity | |||||
| * | removing test with reg --lot-prices --equity until issue is fixed | tripun | 2014-08-10 | 1 | -13/+0 | |
| | | ||||||
| * | add test for --equity | tripun | 2014-08-10 | 1 | -0/+62 | |
|/ | ||||||
* | Rename test since the equity command is being tested, not the option | Martin Michlmayr | 2014-08-10 | 1 | -0/+0 | |
| | ||||||
* | Define payees to get rid of trailing whitespace | Martin Michlmayr | 2014-08-10 | 1 | -10/+10 | |
| | ||||||
* | Fix minor whitespace issues | Martin Michlmayr | 2014-08-10 | 3 | -7/+7 | |
| | ||||||
* | fixed --rich-data test | tripun | 2014-08-10 | 1 | -6/+6 | |
| |