Commit Briefs

31cedeafaf Stefan Sperling

add path filtering support to commit graph




f6861a8122 Stefan Sperling

display file paths in diffs instead of blob SHA1s


3c1f04f18c Stefan Sperling

fix infinite loop when tog displays wide characters


ad242220ad Stefan Sperling

implement fork+exec (and by the way, fix the build...)


786292d9aa Stefan Sperling

fix tog focus indication with backspace key


a3404814eb Stefan Sperling

add visual indication of view focus in tog


7e1e2c148a Stefan Sperling

detect errors from tog's view_close() in view_loop()




61804a0ece Stefan Sperling

fix double-free in tog's draw_file



317b96e783 Stefan Sperling

remove redundant update_panels() calls in tog


f8405c929e Stefan Sperling

fix tog use-after-free via stale view->parent pointer


1a57306ade Stefan Sperling

draw vertical borders between tog parent and child views


bcbd79e2db Stefan Sperling

link tog log view and child diff views together


4d8c22150d Stefan Sperling

missing 'static'


dd04dd3fa2 Stefan Sperling

make tog use vertical split-screen if there's enough room


268ae8f548 Stefan Sperling

add a todo comment


31607d6c74 Stefan Sperling

allow backspace to cycle views backwards in tog


e4197bf9f2 Stefan Sperling

allow quitting all open tog views at once with Q


48fcc5120f Stefan Sperling

allow switching between open tog views with TAB



1bfa490b48 Stefan Sperling

move init code from show_log_view to open_log_view