view nobuild/thoughts.txt @ 115:d7330cc52622

Added instructions to duplicates.d on the smallest changes required to trigger/untrigger the memory blowout. Interestingly the blowout only occurs when compiled with -m32, not -m64.
author David Bryant <bagnose@gmail.com>
date Sat, 16 Apr 2011 19:48:33 +0930
parents dcd641209671
children
line wrap: on
line source


Maybe make each layer handle events, otherwise, how will the selection layer
clear the selection if you click outside of it, for example?

The current scheme of continuing to send events to a tool/handler when it
accepts the button press is inadequate. The tool/handler needs to be able
to make explicit grabs independent of button state.

Selection manager needs to find out about diagram-elements being removed

How about pressing the delete key when item(s) are selected? This needs
to be handled by the something that understands the selection...