CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke <rabbit78> 06/06/14 16:11:58
Modified files: javax/swing : RepaintManager.java . : ChangeLog Log message: 2006-06-14 Roman Kennke <[EMAIL PROTECTED]> * javax/swing/RepaintManager.java (MERGE_REGIONS): New constant flag. (commitBuffer): Exclude the merging of regions by default. This was causing painting artifacts in some applications, especially when different areas of the GUI are updated synchronously. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/RepaintManager.java?cvsroot=classpath&r1=1.38&r2=1.39 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.7814&r2=1.7815 Patches: Index: ChangeLog =================================================================== RCS file: /cvsroot/classpath/classpath/ChangeLog,v retrieving revision 1.7814 retrieving revision 1.7815 diff -u -b -r1.7814 -r1.7815 --- ChangeLog 14 Jun 2006 14:56:15 -0000 1.7814 +++ ChangeLog 14 Jun 2006 16:11:57 -0000 1.7815 @@ -1,5 +1,13 @@ 2006-06-14 Roman Kennke <[EMAIL PROTECTED]> + * javax/swing/RepaintManager.java + (MERGE_REGIONS): New constant flag. + (commitBuffer): Exclude the merging of regions by default. This + was causing painting artifacts in some applications, especially + when different areas of the GUI are updated synchronously. + +2006-06-14 Roman Kennke <[EMAIL PROTECTED]> + * examples/gnu/classpath/examples/awt/AicasGraphicsBenchmark.java: New file. This is a benchmark for AWT 1.1 style graphics operations. * examples/gnu/classpath/examples/awt/palme.gif: New file.