@@ -30,14 +30,26 @@ X https://github.com/processing/processing/pull/2659
3030X done with an approximation, if re-saving this will destroy data (docs)
3131X fix typo in StringList.insert()
3232X https://github.com/processing/processing/pull/2672
33+ X StingList.insert() error (should be an easy fix)
34+ X https://github.com/processing/processing/issues/2548
3335
36+ earlier
37+ X default font fixes (merged for 2.2.1 or earlier)
38+ X https://github.com/processing/processing/issues/2331
39+ X https://github.com/processing/processing/pull/2338
3440
35- applet removal
41+
42+ applet/component
3643_ remove Applet as base class
3744_ performance issues on OS X (might be threading due to Applet)
3845_ https://github.com/processing/processing/issues/2423
3946_ play with improvements to full screen here
4047_ new full screen sometimes causes sketch to temporarily be in the wrong spot
48+ _ add option to have full screen span across screens
49+ _ display=all in cmd line
50+ _ sketchDisplay() -> 0 for all, or 1, 2, 3...
51+ _ clean up requestFocus() stuff
52+ _ make sure it works with retina/canvas/strategy as well
4153
4254
4355processing.data
@@ -66,8 +78,6 @@ _ maybe once we make the PVector change
6678high
6779_ Closing opengl sketch from the PDE doesn't stop java process on windows
6880_ https://github.com/processing/processing/issues/2335
69- _ StingList.insert() error (should be an easy fix)
70- _ https://github.com/processing/processing/issues/2548
7181_ dataPath() not working when app is not run from app dir on Linux
7282_ https://github.com/processing/processing/issues/2195
7383_ "Buffers have not been created" error for sketches w/o draw()
@@ -85,23 +95,13 @@ _ internally, we probably have to call set() if it's a 1 pixel point
8595_ but that's going to be a mess.. need to first check the CTM
8696_ tint() not working in PDF (regression between 2.0.3 and 2.1)
8797_ https://github.com/processing/processing/issues/2428
88- _ default font fixes
89- _ https://github.com/processing/processing/issues/2331
90- _ https://github.com/processing/processing/pull/2338
9198_ Sort out blending differences with P2D/P3D
9299_ might be that compatible images not setting alpha mode correctly
93100_ image = gc.createCompatibleVolatileImage(source.width, source.height, Transparency.TRANSLUCENT);
94101_ https://github.com/processing/processing/issues/1844
95- _ add option to have full screen span across screens
96- _ display=all in cmd line
97- _ sketchDisplay() -> 0 for all, or 1, 2, 3...
98- _ clean up requestFocus() stuff
99- _ make sure it works with retina/canvas/strategy as well
100102_ finish PFont.getShape() implementation
101103_ needs to have a way to set width/height properly
102104_ draw(s) doesn't work on the returned PShape
103- _ TGA files writing strangely
104- _ https://github.com/processing/processing/issues/2096
105105
106106
107107hidpi
@@ -366,6 +366,9 @@ _ https://github.com/processing/processing/issues/1727
366366
367367CORE / PImage
368368
369+ _ TGA files writing strangely
370+ _ https://github.com/processing/processing/issues/2096
371+
369372_ don't grab pixels of java2d images unless asked
370373_ this is the difference between a lot of loadPixels() and not
371374_ so important to have it in before beta if that's the change
0 commit comments