Menu

Code Commit Log


Commit Date  
[r429] by kramerd

Modified the class to implement the new redraw(....) and redrawOverlay(....) methods from the newly modified RepaintListener interface.

2010-02-08 09:31:51 Tree
[r428] by kramerd

Modified the class to implement the new redraw(....) methods from the newly modified RepaintListener interface.

2010-02-08 09:30:51 Tree
[r427] by kramerd

Modified to use the method doRedraw() renamed from the doRepaint() method.

2010-02-08 09:29:41 Tree
[r426] by kramerd

Modified the class to implement the new redraw(....) and redrawOverlay(....) methods from the newly modified RepaintListener interface.

2010-02-08 09:28:18 Tree
[r425] by kramerd

Modified the class to implement the new redraw(....) and redrawOverlay(....) methods from the newly modified RepaintListener interface.

2010-02-08 09:27:32 Tree
[r424] by kramerd

Renamed the repaint(....) methods to redraw(....) and added two redrawOverlay(....) methods.

2010-02-08 09:25:05 Tree
[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
Older >