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
Ben Fry
d3e8eaa546
cleanup and force load of mono font ( #4639 )
2016-08-28 14:40:48 -04:00
Ben Fry
5f4a7df7cf
simplify by using StringList
2016-08-28 14:40:26 -04:00
Ben Fry
02e1b5835d
rolling over for the next release (late)
2016-08-28 14:30:08 -04:00
Ben Fry
2426ec8d36
Merge branch 'master' of github.com:processing/processing
2016-08-28 14:26:43 -04:00
Ben Fry
ead50aee6c
a little font cleaning
2016-08-28 14:26:40 -04:00
Ben Fry
b8a106f96d
Merge pull request #4639 from gohai/jvm-fonts-all-os
...
Simplify font situation to make it possible to use vanilla JRE trees
2016-08-28 14:26:08 -04:00
gohai
76043ac0dc
IO: Tweaks to SoftwareServo JavaDoc
2016-08-28 17:50:40 +02:00
gohai
ad28491c25
IO: Add PHONY target to Makefile
2016-08-28 17:50:40 +02:00
gohai
37992c8683
Use fonts in lib/fonts instead of the JVM location for all OS
2016-08-28 16:31:15 +02:00
Ben Fry
7a80b16237
testing out a lookup function
2016-08-27 11:01:16 -04:00
gohai
0e614bdd1a
Decouple Editor fonts from JVM
...
This makes it easier to run Processing with a custom or globally installed copy of the the VM, where before Processing wouldn't start because of missing fonts (font sadness).
This proposal would add a second copy of the fonts to the Linux tar-ball, and fall back to this one as a last resort. I have only tested registerFont() on Linux, where it seems to be working (Font in TextAreaPainter.updateAppearance does not fall back to monospaced).
On OS X this does not seem to work currently (UnsatisfiedLinkError: sun.font.FreetypeFontScaler.initIDs).
2016-08-27 15:37:24 +02:00
Ben Fry
a09aa5a88f
wrapping up and release notes
processing-0253-3.2.1
2016-08-19 17:49:20 -04:00
Ben Fry
f74b10b281
wrapping up the todo notes
2016-08-19 17:43:34 -04:00
Ben Fry
e651d9108e
hm, not a great option for failure here
2016-08-19 17:22:22 -04:00
Ben Fry
90b93abb8d
Linux deleting too slowly, see if this fixes
2016-08-19 17:21:18 -04:00
Ben Fry
f8e0491517
this was just doubling this stuff up, oops
2016-08-19 17:11:11 -04:00
Ben Fry
eba6ed14e6
fix "Embed Java" for 32-bit Linux export
2016-08-19 17:08:01 -04:00
Ben Fry
2e9357839c
Merge branch 'master' of github.com:processing/processing
2016-08-19 16:42:35 -04:00
Ben Fry
a1e774b874
disable ext.dirs on Linux export and set jna.nosys as well
2016-08-19 16:42:30 -04:00
Ben Fry
534ca5d86f
fixes for java.ext.dirs on Windows (more for #4623 )
2016-08-19 15:39:02 -04:00
Ben Fry
ed38bd453f
oh, Java...
2016-08-19 14:21:42 -04:00
Ben Fry
3f0ed67d8c
OS X does not like quotes here
2016-08-19 14:11:22 -04:00