OSDN Git Service

move layer: initial implementation
authorAndrew Chadwick <andrewc-git@piffle.org>
Wed, 16 Nov 2011 19:07:02 +0000 (19:07 +0000)
committerAndrew Chadwick <andrewc-git@piffle.org>
Fri, 9 Dec 2011 18:22:44 +0000 (18:22 +0000)
commit3fc07f037c0e0ed8a7986f794b9928d6c35bfd67
tree37ed862644a91cece97e45d359933251c015c841
parent8595b7a877197779a37fd72da14ca085d73b3efe
move layer: initial implementation

Tiles are sliced up in Python code during moves.

Abstract out all the drag functions as distinct classes with a
start/update/stop interface and a common object lifecycle. This lets
more complex drag objects be stateful.
gui/document.py
gui/dragfunc.py [new file with mode: 0644]
gui/drawwindow.py
gui/preferenceswindow.py
gui/tileddrawwidget.py
lib/document.py
lib/layer.py
lib/tiledsurface.py