|
| 1 | +PROCESSING 3.0a9 (REV 0236) - 19 May 2015 |
| 2 | + |
| 3 | +More work as we head toward beta. Mostly improvements to the GUI |
| 4 | +and fixes for many bugs. So close to beta I can practically smell it. |
| 5 | + |
| 6 | + |
| 7 | +[ changes ] |
| 8 | + |
| 9 | ++ Implement more of the bottom half of the editor window GUI |
| 10 | + |
| 11 | ++ Show screen dimensions in the Preferences window for display selector |
| 12 | + |
| 13 | ++ Change how the variables/debug window works. Automatically |
| 14 | + show the window when debugging, hide when not. |
| 15 | + https://github.com/processing/processing/issues/3298 |
| 16 | + https://github.com/processing/processing/issues/3091 |
| 17 | + |
| 18 | ++ Enabling and disabling the debugger toggles the Step/Continue |
| 19 | + buttons in the toolbar |
| 20 | + |
| 21 | ++ Remove techie options from the Debug menu |
| 22 | + https://github.com/processing/processing/issues/3267 |
| 23 | + |
| 24 | ++ Add more visual states to the toolbar buttons |
| 25 | + |
| 26 | ++ Lots of internal cleaning |
| 27 | + |
| 28 | + |
| 29 | +[ bug fixes ] |
| 30 | + |
| 31 | ++ Implement Cmd-Q handler on Mac OS X to shut down sketches properly |
| 32 | + https://github.com/processing/processing/issues/3301 |
| 33 | + |
| 34 | ++ Changing "background color when Presenting" causes Exception |
| 35 | + https://github.com/processing/processing/issues/3299 |
| 36 | + |
| 37 | ++ displayWidth and displayHeight not set properly on startup |
| 38 | + https://github.com/processing/processing/issues/3295 |
| 39 | + |
| 40 | + |
| 41 | +[ andres vs. opengl, episode 7 ] |
| 42 | + |
| 43 | ++ Offscreen rendering broken in OpenGL renderers |
| 44 | + https://github.com/processing/processing/issues/3292 |
| 45 | + https://github.com/processing/processing/issues/3259 |
| 46 | + |
| 47 | ++ Initial location of OpenGL window hides the title bar |
| 48 | + https://github.com/processing/processing/issues/2981 |
| 49 | + |
| 50 | ++ OpenGL sketches do not terminate, have to be killed |
| 51 | + https://github.com/processing/processing/issues/2982 |
| 52 | + |
| 53 | ++ Quitting P3D sketch throws an error |
| 54 | + https://github.com/processing/processing/issues/3293 |
| 55 | + |
| 56 | + |
| 57 | +[ fixed in 3.0a8, confirmed later ] |
| 58 | + |
| 59 | ++ "Step" not working properly |
| 60 | + https://github.com/processing/processing/issues/3266 |
| 61 | + |
| 62 | ++ Cmd-click behavior on function/variable is firing when cmd-click not pressed |
| 63 | + https://github.com/processing/processing/issues/3242 |
| 64 | + |
| 65 | ++ Full screen window on second monitor without using present mode |
| 66 | + https://github.com/processing/processing/issues/3271 |
| 67 | + |
| 68 | + |
| 69 | +. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . |
| 70 | + |
| 71 | + |
1 | 72 | PROCESSING 3.0a8 (REV 0235) - 17 May 2015 |
2 | 73 |
|
3 | 74 | Stabilizing the mess from 3.0a6 and 3.0a7. Read the release notes for |
|
0 commit comments