Hello Jean-Marc, > Yes, resetting all the changes that are there for now.
In this commit: http://git.lyx.org/?p=gsoc.git;a=commitdiff;h=72ae4610ffabf6b8c974b3af3b8d19c39de9e6c6 I tried to resolve the differences compared to origin/master. Now the statistics are as follows. BufferView.cpp | 68 +++++++++++++++++++++++++++++++++++++++++- Cursor.cpp | 57 +++++++++++++++++++++++++++++++++-- Cursor.h | 24 ++++++++++++++ CursorSlice.h | 2 + TextMetrics.cpp | 20 ++++++++++-- frontends/qt4/GuiWorkArea.cpp | 7 ++++ 6 files changed, 172 insertions(+), 6 deletions(-) Then I hope to deal with the master. I will send you a log and will ask for review. Regarding the disabling half-back solution in table scrolling, do not we also have to remove the variable 'scx_' from InsetTabular.cpp and InsetTabular.h? I think we have to as it seems like this mutable variable is introduced for that purpose. Thank you Hashini