|
1 | | -0225 core |
2 | | -X bug with StringDict(Reader) that wasn't setting the indices hashmap |
3 | | -X check this with other versions of this class |
4 | | -X call revalidate() via reflection |
5 | | -X text looks lousy compared to the Apple JVM |
6 | | -X mess with rendering hints? (notes in PGraphicsJava2D) |
7 | | -X improvements made, but still not amazing.. just at level of Windows/Linux |
8 | | -X PGraphics.colorCalcARGB(int, float) doesn't cap alpha |
9 | | -X https://github.com/processing/processing/issues/2439 |
10 | | -X run window border color changed in 2.1 |
11 | | -X https://github.com/processing/processing/issues/2297 |
12 | | -X simple NPE issue that needs workaround |
13 | | -X https://github.com/processing/processing/issues/2354 |
14 | | - |
15 | | -fixed in 2.1 |
16 | | -X draw() called again before finishing on OS X (retina issue) |
17 | | -X https://github.com/processing/processing/issues/1709 |
18 | | -X get() not always setting alpha channel when used with point() |
19 | | -X https://github.com/processing/processing/issues/1756 |
20 | | -A support for geometry and tessellation shaders (on desktop) |
21 | | -A https://github.com/processing/processing/issues/2252 |
22 | | - |
23 | | -andres |
24 | | -X copy() under OPENGL uses upside-down coordinates for cropping |
25 | | -X https://github.com/processing/processing/issues/2345 |
26 | | -X video on windows causes exception |
27 | | -X https://github.com/processing/processing/issues/2327 |
28 | | -X Shape Font Rendering was broken with the OpenGL Renderer |
29 | | -X https://github.com/processing/processing/issues/2375 |
30 | | -A depth buffer shouldn't be cleared when depth mask is disabled |
31 | | -A https://github.com/processing/processing/issues/2296 |
32 | | -A set pixels transparent by default in P2D/P3D |
33 | | -A https://github.com/processing/processing/issues/2207 |
34 | | -A unwind depth sorting because it was breaking DXF export |
35 | | -A https://github.com/processing/processing/issues/2404 |
36 | | -A Sketch hangs if sketchRenderer() returns an OpenGL renderer |
37 | | -A https://github.com/processing/processing/issues/2363 |
38 | | -A "buffer" uniform triggers shader compilation error |
39 | | -A https://github.com/processing/processing/issues/2325 |
40 | | -A buffer has been renamed to ppixels for shaders |
41 | | -A noLoop clears screen on Windows 8 |
42 | | -A https://github.com/processing/processing/issues/2416 |
43 | | -A fix pixels[] array for video capture |
44 | | -A https://github.com/processing/processing/issues/2424 |
| 1 | +0226 core |
| 2 | + |
45 | 3 |
|
46 | 4 | _ XML.getChildren() throwing NPE when getInt() called on non-existent var |
47 | 5 | _ https://github.com/processing/processing/issues/2367 |
|
0 commit comments