110230 pde (3.0a3)
22
3+ earlier
4+ X repo cleanup
5+ X remove non-web stuff from web
6+ X remove non-android stuff from android
7+ X remove web and android from the main repo
8+
39pulls
410X Add polling to detect file system changes
511X https://github.com/processing/processing/issues/1939
@@ -9,18 +15,24 @@ X https://github.com/processing/processing/issues/632
915X https://github.com/processing/processing/pull/2084
1016X http://code.google.com/p/processing/issues/detail?id=593
1117_ need to make sure the .properties files are read properly as UTF-8
18+ X Indent breaks when hitting enter before spaces
19+ X https://github.com/processing/processing/issues/2004
20+ X https://github.com/processing/processing/pull/2690
21+ X support for Japanese
22+ X https://github.com/processing/processing/pull/2688
1223
1324
1425pending
1526_ look at the sound library https://github.com/wirsing/ProcessingSound
1627_ sound is not yet supported on Windows
17- _ glw? lwjgl? retina jogl?
1828_ make reference build process part of dist
1929_ https://github.com/processing/processing-docs/issues/85
2030_ separate ant target, but only require them for dist
2131_ as separate targets, folks can build explicitly if they'd like
2232_ processing-docs/java_generate/ReferenceGenerator/processingrefBuild.sh
2333_ remove reference.zip from main repo
34+ _ clean out the repo
35+ _ https://github.com/processing/processing/issues/1898
2436
2537
2638gsoc/help me
@@ -59,12 +71,6 @@ _ display "1" is not correct in 2.1.2
5971_ https://github.com/processing/processing/issues/2502
6072_ re/move things from Google Code downloads
6173_ https://code.google.com/p/support/wiki/DownloadsFAQ
62- _ clean out the repo
63- _ https://github.com/processing/processing/issues/1898
64- _ requires re-forking, so still a ton of work
65- _ remove non-web stuff from web
66- _ remove non-android stuff from android
67- _ remove web and android from the main repo
6874_ add font fixes to the rest of the API
6975_ https://github.com/processing/processing/commit/eaff673d173b2d27f276cf5c59e3abf6c0fab86b
7076_ g2.setRenderingHint(RenderingHints.KEY_FRACTIONALMETRICS,
@@ -96,9 +102,6 @@ _ add documentation for how to run mode development from Eclipse
96102_ implementation/changes from JDF
97103_ modes are being loaded multiple times, which can cause trouble
98104_ add minimum version required (or max version?) to libraries/modes/etc
99- _ no high-res display support for the PDE
100- _ PDE and sketches are 2x smaller on high-res Windows 8 machines
101- _ https://github.com/processing/processing/issues/2411
102105
103106
104107. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
@@ -802,6 +805,8 @@ _ avoid some confusion for when describing the libraries folder to users
802805
803806DIST / Windows
804807
808+ _ PDE and sketches are 2x smaller on high-res Windows 8 machines
809+ _ https://github.com/processing/processing/issues/2411
805810_ processing-java output as UTF-8 makes Windows unhappy
806811_ https://github.com/processing/processing/issues/1633
807812_ does launching p5 from inside the .zip folder cause it to quit immediately?
0 commit comments