1- PROCESSING 3.0a2 (REV 0229) - ?? August 2014
1+ PROCESSING 3.0a2 (REV 0229) - 31 July 2014
22
3-
4- [ fixes ]
5-
6- + The Examples weren't included in 3.0a1. Oops.
7- https://github.com/processing/processing/issues/2652
3+ The 3.0 train gains steam and continues to hurtle down the track.
84
95
106[ changes ]
@@ -24,6 +20,136 @@ PROCESSING 3.0a2 (REV 0229) - ?? August 2014
2420 platform application export, that could cause sadness. To use the video
2521 library, use the "Add Library..." menu and select it from the list.
2622
23+ + Added a new preference for the 3.0 sketchbook location, so that a separate
24+ sketchbook (and with it, different Modes, Tools, and Libraries) can be
25+ used with Processing 3.0 versus older versions of 2.x.
26+
27+ + Remove default menu bar hack for OS X
28+ http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8022667
29+
30+ + Move to native OS X full screen (supported in 10.7 and later)
31+ https://github.com/processing/processing/issues/2641
32+ This allows us to remove native code for hiding the menu bar.
33+ But it may introduce more quirks, we'll have to test it out.
34+
35+
36+ [ fixes ]
37+
38+ + The Examples weren't included in 3.0a1. Oops.
39+ https://github.com/processing/processing/issues/2652
40+
41+ + Fix "No such file or directory" error when exporting on Mac OS X.
42+ This bug actually meant that OS X apps weren't signed
43+ https://github.com/processing/processing/issues/2614
44+
45+ + Prevent opening sketches multiple times
46+ https://github.com/processing/processing/issues/2506
47+
48+ + Disable Mac OS X export button on other platforms
49+ https://github.com/processing/processing/issues/2642
50+
51+ + Removed duplicate 'fonts' folder in the download
52+
53+ + Removed welcome message from the sound library
54+
55+ + Get the 'modified' indicator working on OS X document windows again
56+ https://github.com/processing/processing/issues/2194
57+
58+ + Do bounds check on setVertex(PVector)
59+ https://github.com/processing/processing/issues/2556
60+
61+ + Using createGraphics() w/o begin/endDraw(), don't attempt drawing w/ image()
62+ https://github.com/processing/processing/issues/2208
63+
64+
65+ [ the data classes ]
66+
67+ + Add copy() method to Table
68+
69+ + Return null from getString() with float and double values that are NaN.
70+ Fixes how saveTable() works (writes blank entries instead of NaN).
71+
72+ + get(5) with an empty Int/Float/StringList was returning 0
73+ https://github.com/processing/processing/pull/2343
74+
75+ + FloatDict and FloatList should always put NaN values at the end on sort.
76+
77+ + Add print() method to the various data types.
78+
79+
80+ [ summer of code ]
81+
82+ + URL opening problem fixed by use of getCanonicalPath() on Windows
83+ https://github.com/processing/processing/issues/2656
84+
85+ + If Server constructor fails, throw an exception
86+ https://github.com/processing/processing/issues/2604
87+
88+ + Clear status messages in the Contribution Manager
89+ https://github.com/processing/processing/pull/2667
90+ https://github.com/processing/processing/issues/2599
91+
92+ + Add a progress bar for slow "Save As" (and "Add File") operations
93+ http://code.google.com/p/processing/issues/detail?id=31
94+ https://github.com/processing/processing/issues/70
95+ https://github.com/processing/processing/pull/2370
96+
97+ + NullPointerException in addBreakpointComments() when saving sketch
98+ https://github.com/processing/processing/issues/2675
99+
100+ + Run button was staying highlighted permanently
101+ https://github.com/processing/processing/issues/2676
102+
103+ + Dialog box for new tab/rename tab/sketch
104+ https://github.com/processing/processing/issues/2431
105+
106+ X Fixed issue where the browser wasn't opening the reference properly
107+ https://github.com/processing/processing/pull/2657
108+
109+
110+ [ you request, we pull ]
111+
112+ + Insert tabs properly when prefs set for tabs mode
113+ https://github.com/processing/processing/pull/2607
114+
115+ + Improve the appearance when using the Nimbus LAF
116+ https://github.com/processing/processing/pull/2671
117+
118+ + Implement A and a (elliptical arcs)
119+ https://github.com/processing/processing/issues/169
120+ http://code.google.com/p/processing/issues/detail?id=130
121+ https://github.com/processing/processing/pull/2659
122+
123+ + Fix typo in StringList.insert()
124+ https://github.com/processing/processing/pull/2672
125+ https://github.com/processing/processing/issues/2548
126+
127+ + PImage resize() causes images to not draw
128+ https://github.com/processing/processing/issues/2228
129+ https://github.com/processing/processing/pull/2324
130+
131+
132+ [ fixed in earlier releases ]
133+
134+ + maxHeapSize typo in the build scripts
135+ https://github.com/processing/processing/issues/2603
136+
137+ + for() loop with nothing inside parens crashes Auto Format
138+ https://github.com/processing/processing/issues/2141
139+
140+ + Chinese text is overlapped in Processing 2.1 editor
141+ https://github.com/processing/processing/issues/2173
142+
143+ + Implement Windows menu in the PDE
144+ https://github.com/processing/processing/issues/584
145+
146+ + Default font fixes (merged for 2.2.1 or earlier)
147+ https://github.com/processing/processing/issues/2331
148+ https://github.com/processing/processing/pull/2338
149+
150+ + image resize() takes oddly long time
151+ https://github.com/processing/processing/issues/5
152+
27153
28154. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
29155
0 commit comments