| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | Fix ledger-post-regex so that it would recognize integer amounts | Craig Earls | 2014-09-10 | 1 | -1/+1 |
* | | | | Merge commit '6323fe52b7621c21f5e2af7fd9bce344a37a4ea1' | Craig Earls | 2014-09-10 | 1 | -1/+1 |
|\| | | |
|
| * | | | fix regression test | Johann Klähn | 2014-09-10 | 1 | -1/+1 |
* | | | | Minor refactoring and code cleanup | Craig Earls | 2014-09-10 | 4 | -62/+30 |
* | | | | Added some missing faces for xact amounts. | Craig Earls | 2014-09-10 | 1 | -0/+10 |
|/ / / |
|
* | | | Merge branch 'new-fontification-scheme' | Craig Earls | 2014-09-08 | 6 | -55/+401 |
|\ \ \ |
|
| * | | | New fortification is working. | Craig Earls | 2014-09-08 | 3 | -91/+27 |
| * | | | Seems to be working. I wasn't ensuring I caught all the xacts in a region sp... | Craig Earls | 2014-09-08 | 1 | -13/+11 |
| * | | | Solved the fight between jit-lock. But for some reason it isn't calling it f... | Craig Earls | 2014-09-05 | 2 | -4/+5 |
| * | | | jit-lock is now calling ledger-fontify-buffer-part, but font-lock-fontify-reg... | Craig Earls | 2014-09-05 | 3 | -55/+89 |
| * | | | 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 b... | Craig Earls | 2014-09-04 | 2 | -4/+30 |
| * | | | | 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 |
| * | | | | | | Set up fontification independent of font-lock. | Craig Earls | 2014-08-24 | 6 | -27/+323 |
* | | | | | | | Merge pull request #320 from morninj/master | Steve Purcell | 2014-09-08 | 1 | -1/+1 |
|\ \ \ \ \ \ \
| |_|_|_|/ / /
|/| | | | | | |
|
| * | | | | | | "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 |
|\ \ \ \ \ |
|
| * | | | | | ignore dylib files | Joe Gallo | 2014-08-28 | 1 | -0/+1 |
| * | | | | | #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 |
* | | | | | Revert "fix "type 'char' cannot be used prior to '::'"" | John Wiegley | 2014-08-27 | 1 | -1/+1 |
| |/ / /
|/| | | |
|
* | | | | Merge pull request #318 from joegallo/master | John Wiegley | 2014-08-26 | 5 | -5/+5 |
|\ \ \ \ |
|
| * | | | | 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 |
|/ / / |
|
* | | | Merge pull request #316 from tripun/code_coverage | John Wiegley | 2014-08-12 | 1 | -2/+494 |
|\| | |
|
| * | | Revert "add unit test printing for balance_t" until issue is fixed. | tripun | 2014-08-11 | 1 | -31/+0 |
| * | | 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 |