|
| 1 | +0257 (3.3) |
| 2 | +X check for already-exported folders before trying to remove them |
| 3 | +X was spewing 'file not found' errors into the console |
| 4 | +X PDE and sketches are 2x smaller on high-res Windows machines |
| 5 | +X https://github.com/processing/processing/issues/2411 |
| 6 | +o System.setProperty("sun.java2d.dpiaware", "false"); |
| 7 | +X though that seems broken in Java 8: http://superuser.com/a/1007783 |
| 8 | +X until we fix it.. |
| 9 | +o call this from JNA? https://msdn.microsoft.com/en-us/library/windows/desktop/dn302122(v=vs.85).aspx |
| 10 | +o or modify the manifest/app? https://msdn.microsoft.com/en-us/library/windows/desktop/dn469266%28v=vs.85%29.aspx |
| 11 | +o hidpi scaling via font changes? |
| 12 | +o http://stackoverflow.com/a/34152675 |
| 13 | +X hi-dpi support on Linux |
| 14 | +X https://github.com/processing/processing/issues/4183 |
| 15 | + |
| 16 | +cleaning |
| 17 | +X Contribution Manager does not show all libraries until filter cleared |
| 18 | +X https://github.com/processing/processing/issues/4840 |
| 19 | +X fixed in 3.2.4 |
| 20 | + |
| 21 | +unconfirmed |
| 22 | +X visual artifacts on Windows 10 when using menus |
| 23 | +_ https://github.com/processing/processing/issues/4700 |
| 24 | +X Broken characters in the Welcome Page and the Contribution Manager |
| 25 | +_ https://github.com/processing/processing/issues/4747 |
| 26 | +X looks like a failure to load the Source Sans font |
| 27 | +X what happens if font loading fails? |
| 28 | +X are there conflicts between version in lib and OS? |
| 29 | +o are we still installing fonts into ext? |
| 30 | +o fixed by rolling back to 8u92, broken since 8u102 in 3.1.2 |
| 31 | +X NVIDIA driver problems (and means to check) |
| 32 | +_ https://github.com/processing/processing/issues/4853 |
| 33 | +X blank window on startup where the "Welcome" screen should be |
| 34 | +X this may be fixed (removed invokeLater() on startup), unconfirmed |
| 35 | +_ https://github.com/processing/processing/issues/3933 |
| 36 | + |
| 37 | + |
1 | 38 | 0256 (3.2.4) |
2 | 39 | X only require reference.zip (and internet connection) when building dist |
3 | 40 | X set text style properly for Contribution Manager error message |
|
0 commit comments