| Commit | Date | |
|---|---|---|
|
[r447]
by
kramerd
Disabled autoscrolling, modified the scrollbar policies to only show scrollbars when needed, added mouse listeners and mouse motion listeners to the JScrollPane (which was necessary for implementing dragging the current view), and modified the mouseWheelMoved(....) method to scroll only if absolutely needed. |
2010-03-21 07:18:23 | Tree |
|
[r446]
by
kramerd
Added a JToggleButton to the toolbar to activate/deactivate moving the current view with a hand tool. |
2010-03-21 07:12:22 | Tree |
|
[r445]
by
kramerd
Now if a button other than 'BUTTON1' (instead of specifically 'BUTTON3') is being held down by the stylus, the opposite of the current action will be applied instead of the current action. |
2010-03-21 07:08:59 | Tree |
|
[r444]
by
kramerd
Now if a button other than 'BUTTON1' (instead of specifically 'BUTTON3') is being held down by the stylus, strokes will be erased instead of drawn. Also, the icon for erasing strokes has been changed to the new eraser icon. |
2010-03-21 07:07:35 | Tree |
| 2010-03-21 07:03:11 | Tree | |
| 2010-03-21 07:01:49 | Tree | |
| 2010-03-21 07:01:15 | Tree | |
| 2010-03-21 06:55:48 | Tree | |
|
[r439]
by
kramerd
This class implements the ability to render to a Swing Graphics2D object and records if, in fact, the Graphics2D has been used to draw anything. This class is used by the SwingDrawingBoard class to ensure that the backbuffer image, used by that class, has been actually modified before re-rendering the image. |
2010-02-25 18:07:12 | Tree |
|
[r438]
by
kramerd
Removed the drawImage(....) and imageUpdate(....) methods as they are not needed at this time. |
2010-02-25 18:02:52 | Tree |