summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2019-07-24Use Appveyor instead of Travis for Windows buildDan Davison
2019-07-23Merge pull request #9 from dandavison/windowsbuild-squashDan Davison
2019-07-22Update Windows build0.0.5Dan Davison
2019-07-21Use `skip` instead of `next`Dan Davison
2019-07-21Painter struct constructorDan Davison
2019-07-21Don't paint zero-length textDan Davison
2019-07-21Windows buildFred Davison
2019-07-21For a rename, use the new extension to infer languageDan Davison
2019-07-21Bug fix: don't allow line buffers to grow without boundDan Davison
2019-07-21Clean up: change function names, make signatures consistentDan Davison
2019-07-20Use grapheme units for all visible character calculations0.0.4Dan Davison
2019-07-20Use generics instead of trait objects; improve declarationDan Davison
2019-07-20Add more non-ascii testsDan Davison
2019-07-20Parameterize edit inference function over abstract operation tagsDan Davison
2019-07-20Failing test: edit inference: non-asciiDan Davison
2019-07-20Parameterize Edits::appears_genuine methodDan Davison
2019-07-18Bump version, update README and description0.0.3Dan Davison
2019-07-18Add option to show command-line arguments for current colorsDan Davison
2019-07-18Clean up: move tests, change variable nameDan Davison
2019-07-17Create default input for --compare-themesDan Davison
2019-07-17Make edit inference less naiveDan Davison
2019-07-17Strengthen line identification patternsDan Davison
2019-07-17Handle file renameDan Davison
2019-07-16Tweak light theme colorsDan Davison
2019-07-16Tweak light theme colorsDan Davison
2019-07-16Fix string pair edits algorithm0.0.1Dan Davison
2019-07-16Tests fail: Add unit test: editsDan Davison
2019-07-16Rename moduleDan Davison
2019-07-16Unit test: get_diff_style_sectionsDan Davison
2019-07-15Refactor: string_pair moduleDan Davison
2019-07-15Refactor: syntax and diff highlightingDan Davison
2019-07-15Modify bat travis build config for deltaDan Davison
2019-07-15Copy travis CI config from batDan Davison
2019-07-15Parse file metadata section correctlyDan Davison
2019-07-15Bug fix: terminate line with '\n' when passing to highlighterDan Davison
2019-07-14Don't use syntax highlighter when not syntax highlightingDan Davison
2019-07-13Reuse highlighter within hunksDan Davison
2019-07-13Refactor: create config and style modulesDan Davison
2019-07-13Refactor: split fileDan Davison
2019-07-13Refactor: state machine loopDan Davison
2019-07-13Change name of state in state machineDan Davison
2019-07-13Refactor: draw moduleDan Davison
2019-07-13Change name of state in state machineDan Davison
2019-07-13RearrangeDan Davison
2019-07-13Style section argumentsDan Davison
2019-07-12Refactor: Use field init syntaxDan Davison
2019-07-12Make raw command line args available on config structDan Davison
2019-07-12Refactor: use command line arg struct when creating config structDan Davison
2019-07-12Refactor: cli moduleDan Davison
2019-07-12Decorate commit line with a boxDan Davison