google / depan

DepAn is a direct manipulation tool for visualization, analysis, and refactoring of dependencies in large applications.
http://google.github.io/depan
Apache License 2.0
89 stars 20 forks source link

OpenGL mouse selection fails with too many selections #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
On modest size graphs, it is easy to use the region select to choose many
nodes (mouse click-drag selection).  If the number of selected nodes
exceeds some small number (16?, 32?), the current mouse manager reports too
many selections and no nodes are selected.

OpenGL mouse should support selected all nodes in the graph.

Original issue reported on code.google.com by le...@google.com on 9 Jun 2008 at 7:02

GoogleCodeExporter commented 9 years ago

Original comment by le...@google.com on 9 Jun 2008 at 8:20

GoogleCodeExporter commented 9 years ago
Fixed with r151.  It should now be possible to select all nodes in a ViewEditor 
panel.

Original comment by le...@google.com on 8 Oct 2009 at 3:04

GoogleCodeExporter commented 9 years ago

Original comment by le...@google.com on 8 Oct 2009 at 3:11