Commit Briefs

8ec9698d57 Stefan Sperling

tweak conditional; no functional change


d91e25cb53 Stefan Sperling

implement upwards scrolling in tog log view



d82ad331dd Stefan Sperling

add get_head_commit_id() helper function to tog


5da4c0f8c9 Stefan Sperling

fix upper limit of number of commits in log view


520426b054 Stefan Sperling

fix error handling case in tog(1)


4f1a8200c6 Stefan Sperling

fix potential crash in tog(1)


c4972b9190 Stefan Sperling

implement downwards scrolling for tog(1)



31120ada8e Stefan Sperling

tog(1): handle vertical window resize events properly


d6df9be419 Stefan Sperling

add a quick path for redraw in log view


881b2d3e1b Stefan Sperling

fixed column size for log display


d0f709cb2b Stefan Sperling

in tog_log_view close the root object as soon as possible


0553a4e327 Stefan Sperling

split fetching and drawing of commits into separate steps


ad7de8d907 Stefan Sperling

tog(1): improve "unknown command" error message