Commit Graph

12193 Commits

Author SHA1 Message Date
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 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
Ben Fry 6f32fd47e2 new bug with TRIANGLE_STRIP and PShape 2016-09-25 22:40:42 -04:00
Ben Fry 126a732478 incorporate PR 2016-09-20 15:24:58 -04:00
Ben Fry 1b8fa3c95e Merge branch 'master' of github.com:processing/processing 2016-09-20 15:24:45 -04:00
Ben Fry 459e480f71 Merge pull request #4672 from tpltnt/shebang-fix
more flexible interpreter path
2016-09-20 15:19:06 -04:00
Ben Fry d8537b351c more generic, cleaning up dirs 2016-09-20 15:15:23 -04:00
Ben Fry 8423aa145f Merge branch 'master' of github.com:processing/processing 2016-09-20 15:09:51 -04:00
Ben Fry d06c39f1a8 make this more portable 2016-09-20 15:09:42 -04:00
codeanticode 6c84fad07b Merge pull request #4660 from jshrake/issue-4659
Call glGetProgramiv to retrieve program log length
2016-09-20 09:29:30 -04:00
tpltnt 5998faaff9 more flexible interpreter path 2016-09-20 15:26:07 +02:00
Ben Fry 52300a660d notes about status bar change w/ urls 2016-09-13 03:45:23 -04:00
Ben Fry 0c2cd29ac1 Merge pull request #4661 from guoyunhe/master
Chinese translation
2016-09-12 16:59:33 -04:00
Guo Yunhe 0dc059414b Translate Chinese 2016-09-11 20:37:05 +03:00
Guo Yunhe a7c2778282 Translate Chinese 2016-09-11 20:32:25 +03:00
jshrake 1418f9ff4d Call glGetProgramiv to retrieve program log length
Calling glGetShaderiv to retrieve the program log length produces a
GL_INVALID_OPERATION error and length < 0, preventing the return of the
actual info log. This fix replaces the call to glGetShaderiv with
glGetProgramiv.

Closes #4659
2016-09-10 21:31:21 -07:00
Ben Fry 61d820596c cleaning unused lines 2016-09-10 22:33:44 -04:00
Ben Fry 62db91c60d limit rollovers on EditorStatus to the text portion 2016-09-10 22:22:57 -04:00
Ben Fry d78e828ef9 make Find in Reference default to built-in PApplet methods (fixes #4224) 2016-09-08 12:09:49 -04:00
Ben Fry 3226fa63ca notes 2016-09-08 03:46:50 -04:00
Ben Fry 62dc47c4c4 Merge pull request #4641 from gohai/jvm-fonts-all-os
Cleanup createFont
2016-09-04 08:28:35 -04:00
Ben Fry 5634ca28e7 add getRenderer() to SurfaceInfo (fixes #4441) 2016-09-02 12:10:59 -04:00
Ben Fry 4b6f16fac0 fix quoting problem in IntDict.toJSON() 2016-08-30 09:29:47 -04:00
codeanticode decf462b1b keep current user-provided FBO 2016-08-30 02:20:24 -04:00
gohai 5024259e89 Cleanup createFont 2016-08-28 20:56:35 +02:00
Ben Fry 4dbf84c2dc about those fonts... 2016-08-28 14:53:01 -04:00
Ben Fry 96cdd5f832 unused imports and commented code 2016-08-28 14:43:22 -04:00
Ben Fry 48856673d8 updates from gohai 2016-08-28 14:42:18 -04:00
Ben Fry a4cc9069cf Merge pull request #4640 from gohai/arm-updates
Trivial updates for ARM
2016-08-28 14:41:11 -04:00