mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
notes
This commit is contained in:
@@ -745,6 +745,7 @@ public class PGraphicsJava2D extends PGraphics /*PGraphics2D*/ {
|
||||
g2.setRenderingHint(RenderingHints.KEY_ANTIALIASING,
|
||||
RenderingHints.VALUE_ANTIALIAS_ON);
|
||||
g2.setRenderingHint(RenderingHints.KEY_INTERPOLATION,
|
||||
// RenderingHints.VALUE_INTERPOLATION_BILINEAR);
|
||||
RenderingHints.VALUE_INTERPOLATION_BICUBIC);
|
||||
}
|
||||
|
||||
|
||||
@@ -1,11 +1,22 @@
|
||||
0167 pde (1.0.5?)
|
||||
|
||||
_ fix tab key and focus issue in the editor
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=1267
|
||||
|
||||
_ duplicate entries for sketchbook in the file menu
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=1260
|
||||
|
||||
_ Support for smooth text in the PDE editor
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=1266
|
||||
|
||||
_ add code for setting the l&f from the prefs file for linux
|
||||
|
||||
_ NPE when double-clicking PDE on Mac OS X
|
||||
_ is thread sync the problem? rebuild menus being called 2x?
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=1251
|
||||
_ blank sketch opened even if another opened by double-click
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=1261
|
||||
|
||||
_ problem with startup on vista 64
|
||||
_ try this with windows 7 64-bit (install on laptop?)
|
||||
_ http://dev.processing.org/bugs/show_bug.cgi?id=1246
|
||||
|
||||
Reference in New Issue
Block a user