Commit Graph

12222 Commits

Author SHA1 Message Date
Ben Fry
6652fa7b2d what is this method? 2016-11-03 11:25:23 -04:00
Ben Fry
16db1ea0e6 ensure that update.id is set before checking for contrib updates 2016-11-03 11:16:32 -04:00
Ben Fry
e694a0c21f cleanups 2016-11-03 10:38:23 -04:00
Ben Fry
64e1bfef36 clean up this maze of pretty version handling 2016-11-03 10:36:52 -04:00
Ben Fry
1fe0dd5f75 make the problem clearer 2016-11-03 10:11:20 -04:00
Ben Fry
b14eb9d389 Use the version number if they've left the prettyVersion field blank 2016-11-03 10:10:04 -04:00
codeanticode
35e4381cfb check point and line attributes at the end, so that defines can override
autodetection
2016-11-03 10:15:41 -03:00
codeanticode
50a0943d60 some cosmetic changes 2016-11-02 20:57:51 -03:00
codeanticode
92d663efb0 use alternative regex in point and line shader autodetect, fixes #4725 2016-11-02 20:52:03 -03:00
Ben Fry
25cb1eff35 starting the next release 2016-10-30 17:43:05 -04:00
Ben Fry
206cfd4291 writing release notes processing-0254-3.2.2 2016-10-30 16:35:08 -04:00
Ben Fry
67e9d13148 clean up toString() and implement toJSON() consistently 2016-10-30 16:12:40 -04:00
Ben Fry
a44c05c41f notes about fixes from Andres 2016-10-30 15:45:57 -04:00
codeanticode
35b9e99a40 removed redundant sphere stroke edges 2016-10-30 10:56:52 -03:00
codeanticode
52d4880d88 do not call handleDraw() after the sketch is finished 2016-10-30 10:23:16 -03:00
Ben Fry
d596697dee deal with pedantic code analyzer (fixes #4670) 2016-10-29 11:12:39 -04:00
Ben Fry
b2f7fddaa5 more notes and get()/put() stuff with JSON 2016-10-29 11:07:59 -04:00
Ben Fry
e847d62813 Merge pull request #4336 from Akarshit/bugifx-accessModifier
Changed the access modifier of get()
2016-10-29 11:06:12 -04:00
Ben Fry
9452068b66 go back to textMode(MODEL) is native font not available for textMode(SHAPE) fixes #4680 2016-10-29 10:51:38 -04:00
Ben Fry
1da78654e3 add notes about getRowMap() 2016-10-29 10:38:04 -04:00
Ben Fry
012c43a81c move some lines 2016-10-29 10:17:25 -04:00
Ben Fry
3a21ba998f update launch4j to 3.9, fixes #4682 2016-10-29 10:16:19 -04:00
Ben Fry
a668742396 fix formatting per our guidelines 2016-10-29 10:04:14 -04:00
Ben Fry
f12f0ba86a handle extensions list properly (fixes #4615) 2016-10-29 10:02:21 -04:00
Ben Fry
ce4cb26e5d cleaning up/testing #4712 2016-10-29 09:58:43 -04:00
Ben Fry
463221674a Merge branch 'master' of github.com:processing/processing 2016-10-29 09:53:45 -04:00
Ben Fry
63066ebb73 Merge pull request #4712 from rzats/bugfix-4696
CM: Fix null versions in the contribution manager (#4696)
2016-10-29 09:52:37 -04:00
Ben Fry
5d5b4571bf Merge pull request #4710 from jordirosa-p5/bugfix-spanishTranslationOpenSketchFolder
The previous translation would actually stand for "Open sketches folder", as if this…
2016-10-29 09:45:45 -04:00
Ben Fry
394413e147 more todo notes 2016-10-29 09:45:15 -04:00
Ben Fry
5b17de88d5 deal with url rollover bugs in the status bar (fixes #4695) 2016-10-29 09:38:44 -04:00
Ben Fry
e9860ea497 make note about 8u111 2016-10-29 09:38:00 -04:00
Scott Murray
6d392a7c9d Added related reference to point() 2016-10-28 14:45:43 -07:00
Scott Murray
945f46235f Added related reference to point() 2016-10-28 14:41:42 -07:00
Ben Fry
27d63065cd deal with version number weirdness from Oracle 2016-10-26 14:00:52 -04:00
Rostyslav Zatserkovnyi
7813e16252 Fix null versions in the contribution manager 2016-10-23 17:59:36 +03:00
jordirosa
3f5e152cab The translation would actually say "Open sketches folder", as if this menu option opened the generic folder where all the sketches are stored by default. But what it actually does is opening the folder of the sketch we are working on. That's why I think this translation is incorrect, and the correct one would be "Mostrar carpeta del sketch". 2016-10-21 14:14:35 +02:00
Ben Fry
766722dd57 todo notes and switch to 8u112 2016-10-18 22:47:47 -04:00
codeanticode
189d98a1f2 handle contours 2016-10-14 00:06:22 -04:00
codeanticode
7552988a4b implements PShape PDF recording in P2D, fixes #4647 2016-10-13 16:36:40 -04:00
codeanticode
ab6443486a put clearDepthStencil() in the right spot 2016-10-12 17:43:27 -04:00
codeanticode
45062aff5e added resolution uniform 2016-10-12 16:29:00 -04:00
codeanticode
8ad3c11f93 extra logic to make sure that the depth buffer is always clear at the
beginning of a new frame
2016-10-12 16:25:54 -04:00
codeanticode
a1dcc32044 coalesce glClear calls, fixes #4694 2016-10-12 15:38:34 -04:00
Ben Fry
853478a740 Merge pull request #4697 from federicobond/es-translation
Update spanish translation
2016-10-12 12:04:28 -04:00
Federico Bond
ded6f0abbf Update spanish translation 2016-10-08 22:07:30 -03:00
codeanticode
303a4e9667 remove second dispose() call 2016-10-07 05:37:29 -04:00
codeanticode
0b132279f8 separate current from default camera properties, fixes #4609 2016-10-06 23:10:23 -04:00
codeanticode
40fd7f9e9c pre-apply PShape transformation, fixes #4662 2016-10-06 00:07:54 -04:00
codeanticode
ba23ac851c fix edge closing in quad strips, fixes #4656 2016-10-05 22:18:51 -04:00
Ben Fry
cedf101ccc avoid crash when closing an app window (fixes #4690) 2016-10-04 13:53:48 -04:00