gohai
aa2ccf0bb8
ARM Installer script: Change URL
2015-11-09 16:56:46 +01:00
Ben Fry
f7fb49003b
Merge pull request #4110 from gohai/arm-install-script
...
Add installation script for ARM
2015-11-09 09:23:55 -06:00
Casey Reas
02c77928d7
Merge pull request #4118 from JakubValtar/fix-webref
...
Prevent nowebref from coming back
2015-11-08 20:29:45 -08:00
gohai
ed09ae2972
Call desktop-file-install to register the .desktop file with the window manager
2015-11-08 22:41:11 +01:00
Jakub Valtar
b27de95a59
Prevent nowebref from coming back
...
Change in 0295379ffb was getting
overwritten from PGraphics when ant building.
2015-11-08 19:46:35 +01:00
gohai
c831dc3c28
ARM Installer script: No error if directory exists
2015-11-07 18:26:21 +01:00
gohai
3fb39d401f
Add installation script for ARM
2015-11-07 14:47:06 +01:00
REAS
0295379ffb
Remove rotate(angle, x, y, z) from reference
2015-11-06 13:33:04 -08:00
codeanticode
4fcd4ccb0b
use glClearDepth instead of glClearDepthf for compatibility with
...
hardware that does not support OpenGL 4.1
2015-11-05 14:42:38 -05:00
Ben Fry
f120c461b0
and a note about that note
2015-11-05 10:06:40 -05:00
Ben Fry
9756ee1089
avoid another "Zero length string passed to TextLayout constructor" error, other notes
2015-11-05 10:05:51 -05:00
codeanticode
14e050c8d2
working on an implementation of of setIcon() for the OpenGL renderer
2015-10-31 19:39:41 -04:00
Ben Fry
a289e28000
Merge pull request #4078 from JEphron/master
...
Add OSX native fullscreen
2015-10-30 10:03:28 -04:00
JEphron
1c1f99e5f7
add OSX native fullscreen
2015-10-29 15:54:30 -04:00
codeanticode
e4ed6a0184
use stop button color
2015-10-25 14:16:35 -04:00
codeanticode
8c05b63c20
use smaller close button
2015-10-25 13:39:45 -04:00
codeanticode
62ad09557e
hide stop button in present mode according to export options
2015-10-25 12:29:42 -04:00
Ben Fry
a359b775eb
starting the next release
2015-10-23 17:30:05 -04:00
Ben Fry
67881d57fe
release notes for 3.0.1
processing-0247-3.0.1
2015-10-23 17:05:25 -04:00
Ben Fry
4bb85b75b4
deal with NaN in stage.getWidth/Height() during FX2D window placement
2015-10-23 16:41:00 -04:00
Ben Fry
f8b7cb1075
preparing releae
2015-10-23 15:58:54 -04:00
Ben Fry
1ffe4b3bbb
remove unused imports
2015-10-23 15:57:16 -04:00
Ben Fry
2ae62196ba
more small screen fixes from #3992
2015-10-23 15:30:44 -04:00
Ben Fry
8e55cec4dc
notes while preparing release
2015-10-23 15:27:45 -04:00
Ben Fry
5acbcee17e
simplify screen placement when screen is too small ( #3913 )
2015-10-23 15:27:29 -04:00
Ben Fry
47307254a0
Merge pull request #3971 from crazymaster/translation
...
Update Japanese translation
2015-10-23 15:17:09 -04:00
Ben Fry
6054adf784
Merge pull request #4052 from JakubValtar/fix-glsl-preproc
...
Improve shader preprocessor with regex-fu
2015-10-23 15:14:26 -04:00
Jakub Valtar
c56f5736c2
Do not replace texture function
2015-10-23 20:20:10 +02:00
Jakub Valtar
02ceda83de
Improve shader preprocessor with regex-fu
...
Fixes #3961
Fixes #3968
2015-10-23 20:07:37 +02:00
Ben Fry
d66e50da95
avoid NPE, fix sketch path, other notes from Github
2015-10-23 10:47:34 -04:00
codeanticode
475c606485
removed deprecated, commented-out resource finalization code
2015-10-22 21:58:42 -04:00
codeanticode
415e896b08
deleteDefaultShaders() does nothing
2015-10-22 21:43:59 -04:00
codeanticode
129cbac2c2
delete the surfaces only when disposing an offscreen graphics
2015-10-22 21:36:27 -04:00
codeanticode
1138ff5a7b
swapBuffers() call in PGraphicsOpenGL.dispose() is not needed.
2015-10-22 20:37:55 -04:00
Ben Fry
f411433eeb
Merge pull request #4045 from JakubValtar/fix-preproc-crash
...
Prevent preprocessor from crashing when setup() has no body
2015-10-22 11:32:41 -04:00
Ben Fry
927e2c0d5f
Merge pull request #4043 from JakubValtar/fix-text-area-aioobe
...
Fix occasional exception while editing text
2015-10-22 11:31:49 -04:00
Ben Fry
c447feb381
Merge pull request #4042 from JakubValtar/error-checker-update
...
Error checker update
2015-10-22 11:29:57 -04:00
Ben Fry
0740297bdd
Merge pull request #4044 from JakubValtar/fix-mem-leak
...
Fix memory leak in Recent
2015-10-22 11:23:33 -04:00
Jakub Valtar
c62968da8e
ANTLR does not support diamonds, ignore
2015-10-22 16:24:50 +02:00
Jakub Valtar
eddd963ca1
Fix exception in preprocessor
...
Trying to run sketch with setup() without a body would crash the
preprocessor. Now it gives correct error message.
2015-10-22 16:19:50 +02:00
Jakub Valtar
4f9bb7ab23
Fix memory leak in Recent
...
Recent menu was keeping Editors in memory
2015-10-22 16:09:50 +02:00
Jakub Valtar
a460e5220b
Fix AIOOBE
2015-10-22 16:07:50 +02:00
Jakub Valtar
055125f89a
Make warnings actually useful for beginners
2015-10-22 15:46:27 +02:00
Jakub Valtar
56a8e505ab
Remove aggressive manual garbage collection
2015-10-22 15:10:38 +02:00
Jakub Valtar
dc528ada43
Styling
2015-10-22 14:39:05 +02:00
Jakub Valtar
715273a15b
Unify compiler options, set level to Java 7
...
Does not guarantee support for all Java 7 features (only some), but
warns about lambdas not being available. Lambdas are not supported,
because they make ANTLR angry.
Fixes #4034
2015-10-22 12:45:54 +02:00
Jakub Valtar
d7f0bcf2e8
Compilation Checker cleanup
2015-10-22 12:37:37 +02:00
Jakub Valtar
3e2ea14925
Remove unused error logging
2015-10-22 12:25:22 +02:00
REAS
5706bd93b3
Remove Javadoc from main repo
2015-10-21 14:44:45 -07:00
codeanticode
e644e13851
use pixelWidth/Height to initialize backing texture
2015-10-21 09:10:04 -04:00