summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add CTestTestfile.cmakeCharles Merriam2014-04-031-0/+1
* More developer termsCharles Merriam2014-04-021-9/+29
* Started DEVELOP.md with a glossaryCharles Merriam2014-04-011-0/+16
* Two more terms.Charles Merriam2014-04-011-0/+13
* Two more Ledger termsCharles Merriam2014-03-311-0/+16
* Word wrap; alphabetical order.Charles Merriam2014-03-301-11/+94
* More Glossary TermsCharles Merriam2014-03-301-0/+1
* Add more terms to glossaryCharles Merriam2014-03-291-1/+15
* Added GlossaryCharles Merriam2014-03-281-0/+14
* Small typos..Charles Merriam2014-03-271-5/+6
* Remove doc/READMECharles Merriam2014-03-271-72/+0
* Update README.md; more introduction and documentation linkCharles Merriam2014-03-271-0/+9
* Update README.md; add google group link.Charles Merriam2014-03-261-1/+2
* Update README to reference README.mdCharles Merriam2014-03-261-10/+18
* Merge pull request #200 from errge/masterCraig Earls2013-07-151-5/+6
|\
| * Change ledger-next-amount to be case-sensitiveGergely Risko2013-07-121-5/+6
* | Merge pull request #202 from bkuhn/contrib-non-profit-audit-fraud-and-totalsJohn Wiegley2013-07-141-7/+7
|\ \
| * | Some of the totals rounded via -V cause rounding more than one penny.Bradley M. Kuhn2013-07-141-4/+4
| * | Add Fraud Receivable to Accrued accounts.Bradley M. Kuhn2013-07-141-3/+3
|/ /
* | Merge pull request #201 from bkuhn/contrib-non-profit-audit-use-accountsJohn Wiegley2013-07-122-4/+2
|\ \ | |/ |/|
| * Use "ledger accounts" command rather than the '-F "%150A\n" reg' report solut...Bradley M. Kuhn2013-07-122-4/+2
|/
* Merge pull request #199 from bkuhn/begin-date-wrong-general-ledger-reportCraig Earls2013-07-101-1/+1
|\
| * The $formattedBeginDate should derive from $beginDate, not $endDate (duh!)Bradley M. Kuhn2013-07-101-1/+1
|/
* Merge pull request #198 from errge/masterCraig Earls2013-07-091-1/+1
|\
| * Fix comment stringGergely Risko2013-07-091-1/+1
|/
* Add ledger-mode-should-check-version to disable startup checks.Craig Earls2013-07-031-3/+10
* Finished changing name to ledger-*Craig Earls2013-07-0218-152/+152
* Remove leg-new and made leg-mode the entry point.Craig Earls2013-07-022-91/+52
* Adjust subtraction to scale operands up, thereby avoiding the silly long resultsCraig Earls2013-07-021-2/+8
* Ensure target balance is actually parseable as a numberCraig Earls2013-07-011-16/+17
* Added buffer cleanup and tweaked the reconcile quit routines.Craig Earls2013-06-272-6/+4
* Merge pull request #197 from vanicat/t/small-info-correctionCraig Earls2013-06-261-1/+1
|\
| * @itemx shoud be after an @itemRĂ©mi Vanicat2013-06-261-1/+1
|/
* Disable three tests preventing Jenkins from succeedingJohn Wiegley2013-06-193-0/+0
* Merge pull request #195 from code-affinity/msvc-11.0John Wiegley2013-06-179-14/+215
|\
| * Additional changes required for MSVC to compile ledger.Tim Crews2013-06-163-9/+9
| * Corrected filename for strptime.ccTim Crews2013-06-151-0/+0
| * Source changes needed for Microsoft Visual C++ compatibility.Tim Crews2013-06-146-5/+206
|/
* Revert "Fix tests when running under Jenkins"John Wiegley2013-06-081-1/+1
* Fix tests when running under JenkinsJohn Wiegley2013-06-081-1/+1
* Add buffer cleanup function.Craig Earls2013-06-061-0/+15
* Dramatic improvements to account completion speeds.Craig Earls2013-06-054-248/+236
* Implemented different sorting function on the reconcile buffer.Craig Earls2013-06-031-5/+27
* Fix Bug 966 Auto Indent conflicts with undo. Removed the auto-indent functi...Craig Earls2013-06-032-16/+7
* Fix bug 967, Windows rearranging after reconcile save.Craig Earls2013-06-031-2/+5
* Merge pull request #194 from thdox/documentation_removed_from_ledger3Craig Earls2013-06-031-34/+50
|\
| * Copy information from doc/NEWS to doc/ledger3.texi.thdox2013-06-031-34/+50
|/
* Completion improvementsCraig Earls2013-06-032-8/+8
* Fix bug 969, payee completing only works with plain alpha charsCraig Earls2013-06-021-1/+1
* Merge pull request #191 from thdox/doc_diff_from_previousJohn Wiegley2013-06-022-4/+31
|\