mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
d263b47a56
Includes ability to scroll horizontally by dragging. Board init API changes to specify board width and max height instead of cell dimensions, so now board owns task of picking cell size. If the number of cells does not evenly divide into a board dimension then the extra pixels are distributed among some columns/rows in a way that still allows bitblit-based scroll implementations (though horizontal scrolling at this point always does an invalAll()). Not yet tested with overlapping tray. And still need to allow rows to be taller than cols are wide if platform code has given the space. Stream format changes with this checkin. |
||
---|---|---|
.. | ||
android | ||
common | ||
dawg | ||
linux | ||
relay | ||
tests | ||
wince | ||
.gitignore | ||
Makefile |