rschroll / crosswords

Crossword client for Ubuntu
http://rschroll.github.io/crosswords
GNU General Public License v3.0
10 stars 6 forks source link

Make grid zoomable and panable #2

Closed rschroll closed 10 years ago

rschroll commented 10 years ago

The grid should be zoomable and panable, like Google Maps. With a mouse, click and drag should pan, while the mouse wheel should zoom. On a touch device, touch and drag should pan, while pinch should zoom. A simple click or touch should still just select a cell.

I'm not sure if the SDK already provides an element for this. If so, it will impact the solution to #1.