Commits


tweak tog blame current line display and fix page-down scrolling


show commit id in blame view header


tweak header line in tog tree view


use a separate repository structure for blame thread


show selected commit's hash in tog log view


remove hash from tog log view


refactor tog blame diff display code; no functional change


don't crash in tog blame -> diff if commit has no parent


tweak tog blame display


clean up allocations after showing diff from blame view


allow switching from blame view to diff view in tog


implement line selection in tog blame view


show day of commit in tog log view


nicer blame progress display in tog


show a header line in tog's blame view


implement cleaner cancellation of tog's blame view


allow quitting tog blame view while blame is in progress


fix a crash and a memory leak in tog


implement incremental blame display for tog


in tog, fix width calculation of lines with tabs


fix page-up scroll to '..' entries in 'tog tree'


fix blank line and limit accounting in draw_tree_entries()


show current parent directory path in 'tog tree' view


fix memory leak in blame_tree_entry()


make blame_tree_entry() construct parent's path in correct order