Commit Briefs



925e6f230e Stefan Sperling

allow scrolling tog diff view with enter/backspace


cd0acaa77f Stefan Sperling

allow switching from log view to diff view in tog


4ed7e80c99 Stefan Sperling

mark many functions and structs static in got.c and tog.c


cbb6b58a61 Stefan Sperling

remove view_id stuff from tog; it's unused


d6baf17a28 Stefan Sperling

remove pointless comment


fed328ccfa Stefan Sperling

merge log_view and diff_view structs


5c5136c581 Stefan Sperling

remove unused main window/panel in tog


511a516b74 Stefan Sperling

move got_opentmp* functions to public API; used from tog


11528a8298 Stefan Sperling

move common diff helpers from got and tog into lib/diff.c


26ed57b23d Stefan Sperling

implement 'tog diff' in a basic way


e50ee4f171 Stefan Sperling

always scroll down by a full page during page-down scroll



dfc1d24086 Stefan Sperling

improve selection behaviour for page-up/down scrolling



4a7f787531 Stefan Sperling

implement page-down scroll in tog log view


48531068d9 Stefan Sperling

implement page-up scrolling in tog log view


aa07592866 Stefan Sperling

add a tog helper function for scrolling down N lines


07b55e752e Stefan Sperling

add a tog helper function for scrolling up N lines


6f99ebb8a8 Stefan Sperling

don't fetch commits redundantly when scrolling down in tog


1f475ad8eb Stefan Sperling

hide terminal cursor in tog


8ec9698d57 Stefan Sperling

tweak conditional; no functional change


d91e25cb53 Stefan Sperling

implement upwards scrolling in tog log view