Commits


make tog's blame view data structure non-global


make tog's log view data structure non-global


make tog's diff view data structure non-global


fix leaks in tog's queue_commits()


free the correct commit id in 'tog blame'


fix leaks in queue_commits()


fix display of selected commit id in tog log view header


simplify selection of first entry to display in log view


tog's blame_thread needs to hold mutex while closing repo


allow entering log view from tree view


make draw_commits() fetch more commits if necessary


ncurses does not return ERR with errno == EINTR; don't expect it


fix tog crash with window resize and scrolling


allow filtering history by path in tog log


fix memory leaks in tog display code


make tog blame thread close its repo when done


in tog blame, set corret pointer to NULL after object close


don't leak objects in tog blame view


allow blaming parents of commits in tog blame view


make backspace scroll up an entire page in tog diff view


disable enter key scroll in tog diff view


make backspace scroll up in blame view and document space key


don't page-down scroll beyond EOF in tog blame view


don't sroll beyond end of file in tog blame view


tweak tog blame progress indicator