[PATCH] gitk: Do not mistake unchanged lines with submodule changes

2019-03-23 Thread Gabriele Mazzotta
Unchanged lines are prefixed with a white-space, thus unchanged lines starting with either " <" or " >" are mistaken for submodule changes. Check if a line starts with either " <" or " >" only if we listing the changes of a submodule. Signed-o

Re: [PATCH] gitk: Do not mistake unchanged lines with submodule changes

2018-10-21 Thread Gabriele Mazzotta
On 21/10/18 18:34, Dummy Name wrote: > From: Gabriele Mazzotta > > Unchanged lines are prefixed with a white-space, thus unchanged lines > starting with either " <" or " >" are mistaken for submodule changes. > Check if a line starts with either " &

[PATCH] gitk: Enable mouse horizontal scrolling in diff pane

2014-11-15 Thread Gabriele Mazzotta
Currently it's required to hold Shift and scroll up and down to move horizontally. Listen to Button-6 and Button-7 events too to make horizontal scrolling handier with touchpads and some mice. Signed-off-by: Gabriele Mazzotta --- gitk-git/gitk | 7 +++ 1 file changed, 7 insertions(+)