Commit Briefs


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


84717ec7d4 Stefan Sperling

add got_locale_is_utf8()


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


87aa0e9809 Stefan Sperling

update tog man page


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


e942472989 Stefan Sperling

move struct tog_blame into blame view state



ad80ab7bbc Stefan Sperling

split tog's tree view into open/show/close functions


7cbe629dd7 Stefan Sperling

split tog's blame view into open/show/close functions


4fc679cace Stefan Sperling

knf


c90732a0e1 Stefan Sperling

use local pointer variable to access diff view state


4d7951a5f0 Stefan Sperling

use local pointer variables to access log view state


b01e7d3b67 Stefan Sperling

de-anonymize type-specific tog view state strucures