Code

smooth panning: suppress painting for so long as scrolling events come one after...
authorbuliabyak <buliabyak@users.sourceforge.net>
Mon, 19 Feb 2007 07:08:11 +0000 (07:08 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Mon, 19 Feb 2007 07:08:11 +0000 (07:08 +0000)
commit239713ac04fd1ba7d98a4aacbc20f0e010e29cba
treeb524a53204f4543b6d2940a190791670e41ea7a6
parent7817ea2eb53b7ddc2da532ca7c4559a46e21c0cf
smooth panning: suppress painting for so long as scrolling events come one after the other; add comments on tiles array; make tile size a define; simplify work with tiles in paint(); remove redundant redraw requests in sp_canvas_scroll_to as it gets requested by expose event anyway
src/display/sp-canvas.cpp