Commit Briefs

b3665f435b Stefan Sperling

rename tog's open_view to view_open


d6b05b5be7 Stefan Sperling

keep track of view types in tog


69069811fa Stefan Sperling

move tog blame's repo-path parameter to -r option


a39318fdf6 Stefan Sperling

knf


1ff8e57324 Stefan Sperling

document 'got blame'


66bea07796 Stefan Sperling

move got blame's repo-path parameter to -r option



4639d50089 Stefan Sperling

continue the git-repository(5) man page; still incomplete


5e5560e104 Stefan Sperling

rename got-repository(5) man page to git-repository(5)


0d0963125c Stefan Sperling

fix copypasto in tog man page


c3ba6f369e Stefan Sperling

don't show the root path in tog log view header


cdf1ee82f4 Stefan Sperling

introduce a helper function to show tog views


77a567dda2 Stefan Sperling

replace panel after changing a view's window size


c70c5802a1 Stefan Sperling

wrap overlong lines in tog.c


6d0fee91bc Stefan Sperling

propagate tog window resize events across all active views


5221c383be Stefan Sperling

make tog's show_tree_view() accept a pre-defined view


e1cd8fed16 Stefan Sperling

make tog's show_blame_view() accept a pre-defined view


04cc582a80 Stefan Sperling

make tog's show_log_view() accept a pre-defined view


a41d200779 Stefan Sperling

handle errors from view_resize() in tog


7e5c1fe191 Stefan Sperling

support window resizing in tog blame view


82357c0a07 Stefan Sperling

support window resizing in tog diff view


f7d12f7eb0 Stefan Sperling

use tog view's nlines and ncols instead of LINES and COLS


207b902917 Stefan Sperling

store correct window dimensions for full-screen views


97ddc14653 Stefan Sperling

store window dimensions in tog view data structure


842167bf7e Stefan Sperling

make open_view() window size configurable