]> git.lyx.org Git - features.git/commit
Give PageDown/Up scrolling a sane behaviour. Does not work with selection yet...
authorAbdelrazak Younes <younes@lyx.org>
Sat, 15 Sep 2007 12:28:41 +0000 (12:28 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sat, 15 Sep 2007 12:28:41 +0000 (12:28 +0000)
commit8d52aa563813f53eeca109c76252d3a258214017
treefcc134a4be9b509faeb67b49d4658f6e2e8a4251
parent2499fdf7f51bdd68100069e6f415945938945498
Give PageDown/Up scrolling a sane behaviour. Does not work with selection yet...

* BufferView:
- new scroll(), scrollDown() and scrollUp() method for pixel scrolling.
- new LFUN_SCREEN_UP/DOWN handling.

* TextMetrics: new helper and access methods.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20283 a592a061-630c-0410-9148-cb99ea01b6c8
src/BufferView.cpp
src/BufferView.h
src/Text3.cpp
src/TextMetrics.cpp
src/TextMetrics.h
src/mathed/InsetMathNest.cpp