| Commit | Date | |
|---|---|---|
|
[r423]
by
kramerd
Renamed the repaint() and doRepaint() methods to the redraw() and doRedraw() methods, and added the redrawOverlay() and doRedrawOverlay() methods. These method names were changed to distinguish between redrawing the overlay and clearing the backbuffer and redrawing the entire screen. |
2010-02-08 09:23:46 | Tree |
|
[r422]
by
kramerd
Now if the settings window is at least 90% the size of the screen it will be resized to 75% of the screen so that the user can more easily access settings. |
2010-02-08 05:50:56 | Tree |
|
[r421]
by
kramerd
Added the methods repaint(long tm), repaint(Rectangle r), repaint(int x, int y, int width, int height), and repaint(long tm, int x, int y, int width, int height). These methods call either the clear() or clear(int x, int y, int with, int height) methods and then call the appropriate super.repaint(....) method. This fixes a bug where undoing/redoing would not update the screen. This bug was caused because the correct region of the screen was not cleared before being repainted. |
2009-12-21 01:12:03 | Tree |
|
[r420]
by
kramerd
Added the clear(x,y,width,height) method which can clear any region of the screen. Also, this method sets 'isImageValid' to 'false' instead of the repaint() method. |
2009-12-21 00:38:20 | Tree |
| 2009-12-21 00:35:24 | Tree | |
|
[r418]
by
kramerd
Modified the constructor so that each tab in the tabbed pane is in a JScrollPane. Also, if the window is larger than the screen's size, it is resized to make it fit the screen. |
2009-10-11 03:59:16 | Tree |
|
[r417]
by
kramerd
Commented out the coalesceEvents(....) method so that mouse events are coalesced by Java. This greatly writing on systems such as Always Innovating's Touch Book where the mouse may be "jittery". |
2009-10-11 03:29:23 | Tree |
|
[r416]
by
kramerd
Modified the constructCursor() method so that when the best cursor size is obtained from the system, a width (or height) of 1 is used if the system reports a value of 0. |
2009-10-11 00:51:05 | Tree |
| 2009-09-26 05:16:53 | Tree | |
|
[r414]
by
kramerd
Commented out the code to display knots since this debug feature is rarely used and simply checking if knots should be displayed could decrease performance. |
2009-08-29 08:41:02 | Tree |