summaryrefslogtreecommitdiffstats
path: root/src/parse.rs
AgeCommit message (Expand)Author
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-12Make raw command line args available on config structDan Davison
2019-07-12Decorate commit line with a boxDan Davison
2019-07-12Support heavy line weight boxesDan Davison
2019-07-12Refactor: box drawing moduleDan Davison
2019-07-12Decorate hunk code fragment with a boxDan Davison
2019-07-12Output start line number (new) for hunksDan Davison
2019-07-12Don't label file as "modified"; that's nearly always trueDan Davison
2019-07-11Pass output stream writer to delta functionDan Davison
2019-07-11Add unit tests for git diff parsing moduleDan Davison
2019-07-11Prettify hunk metadata lineDan Davison
2019-07-10Use heavy box line for file sectionDan Davison
2019-07-10Document unicode characterDan Davison
2019-07-10Fix file change description textDan Davison
2019-07-10Add --no-structural-changes argumentDan Davison
2019-07-10Replace diff metadata with horizontal lineDan Davison
2019-07-10Only apply background color when desiredDan Davison
2019-07-09Honor --width argumentDan Davison
2019-07-09Remove -/+ markers in first columnDan Davison
2019-07-09Switch from Color to Style for specifying background styleDan Davison
2019-07-08Superimpose stylesDan Davison
2019-07-08Fix type of buffered line style sectionsDan Davison
2019-07-08Process background style sections with linesDan Davison
2019-07-08Separate painting and emittingDan Davison
2019-07-08Don't join linesDan Davison
2019-07-08Store background style sections for removed and added linesDan Davison
2019-07-08Fix state machine documentationDan Davison
2019-07-08Fix bug: revert to previous state machine loop implementationDan Davison
2019-07-08Clean upDan Davison
2019-07-08Simplify state transition loopDan Davison
2019-07-08Impl function for enumDan Davison
2019-07-08Clean upDan Davison
2019-07-08Create bat directory for bat-derived codeDan Davison
2019-07-08Rename and unify filesDan Davison
2019-06-27Rename moduleDan Davison
2019-06-26Factor out parse moduleDan Davison