Commits


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


knf


use local pointer variable to access diff view state


use local pointer variables to access log view state


de-anonymize type-specific tog view state strucures


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


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


rename tog's show_view to view_show


rename tog's close_view to view_close


rename tog's open_view to view_open


keep track of view types in tog


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


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


introduce a helper function to show tog views


replace panel after changing a view's window size


wrap overlong lines in tog.c


propagate tog window resize events across all active views


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


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


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


handle errors from view_resize() in tog


support window resizing in tog blame view


support window resizing in tog diff view


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


store correct window dimensions for full-screen views