Commit Graph

10727 Commits

Author SHA1 Message Date
Ben Fry 097ddfca54 avoid NPE for sketches w/o size() (fixes #3585) 2015-08-12 14:43:43 -04:00
Ben Fry 2ffa92470f remove warnings 2015-08-12 14:39:03 -04:00
codeanticode d4f6856d85 new arg in drawTexture() allows to set pixel factor, which sometimes
needs to be 1 even in HDPI
2015-08-12 08:47:44 -04:00
Ben Fry 7ae9b1f58d Merge pull request #3583 from gohai/arm-3.0-for-ben7
Second bunch of arm patches (v5)
2015-08-11 19:36:40 -04:00
gohai 25a4f406ff Sketch export for armv6hf (v2)
Includes a lot of improvements suggested by Ben.
2015-08-12 01:09:01 +02:00
gohai a339138e3e Give the arm dest target its own filename 2015-08-12 01:09:01 +02:00
gohai fb999dba06 Fix double space in UnsatisfiedLinkError message 2015-08-12 01:09:01 +02:00
gohai bd41cb5f6c Reduce the maximum number of lights to 2 for vc4 (v2)
This is to work around register allocation failures in the new mesa vc4 driver. Eric wants to implement a pre-register-allocation scheduling pass, which might help, but for the time being reduce the maximum number of lights to 2, which is what lights() needs.
2015-08-12 01:09:01 +02:00
Xerxes Rånby 0b099e2de7 Hack around some calls that caused runtime exceptions when using Broadcom's VC IV driver
Note: VC IV is the old, binary driver. Still it'd be interesting to see how well this can be made to work with some recent JOGL work. Initial patch by xranby, conditionals by gohai.
2015-08-12 01:09:00 +02:00
gohai 965e383b5d Request GL2ES2 instead of GL2ES1 on ARM
Based on discussion with xranby & discussed with Andres. Current Processing needs shader support so select GLES2 over GLES1. This shouldn't matter for any desktop GPU since we're using a GL there any anyway.
2015-08-12 01:08:36 +02:00
Ben Fry 9fd6481a45 starting the next release 2015-08-11 16:52:12 -04:00
Ben Fry 51299100ac write release notes processing-0241-3.0b3 2015-08-11 16:19:13 -04:00
Ben Fry 48bbb3d133 wrapping up the beta 3 release 2015-08-11 16:10:44 -04:00
Ben Fry 926ce0a49a implement focused, focusGained(), focusLost() in OpenGL (fixes #3564) 2015-08-11 14:40:52 -04:00
Ben Fry 0bb26f0e0d break out the infinity and NaN cases to simplify the error message 2015-08-11 12:12:49 -04:00
Ben Fry 9433ba2a7b print warning with bad map(), also add nf(float) (#3314) 2015-08-11 12:06:36 -04:00
Ben Fry 4c8dcccf4d holy refactoring! examples and sketchbook frame code in more sensible modules 2015-08-11 11:42:52 -04:00
Ben Fry 8eafb0e514 change naming of examples window and categories (#3573) 2015-08-11 11:10:37 -04:00
Ben Fry 49213ef6c3 include name of sketch in "save changes" dialog (fixes #3418) 2015-08-11 10:55:08 -04:00
Ben Fry f7957268e0 update our own libraries to use .properties files (fixes #3574) 2015-08-11 10:30:49 -04:00
Ben Fry f496709a87 update our own libraries to use .properties files (fixes #3574) 2015-08-11 10:30:37 -04:00
Ben Fry ae01eac3b2 show pretty name for libraries (fixes #3574) 2015-08-11 10:20:14 -04:00
codeanticode 98a3da31bc wrong arguments in ortho() call 2015-08-11 08:34:33 -04:00
codeanticode 234f494b03 fixes wrong calculation of pixel buffer 2015-08-11 07:48:59 -04:00
Ben Fry 468fb25fd2 Merge pull request #3571 from joelmoniz/bugfix-debugnewline
Breakpoints don't 'jump' after hitting Enter on blank line
2015-08-10 15:45:03 -04:00
Joel Moniz 4bc796e1fa Breakpoints don't 'jump' after hitting Enter on blank line 2015-08-11 00:44:27 +05:30
Ben Fry 1271583619 Use ctrl-pageup/down on Linux for prev/next tab (fixes #3416) 2015-08-09 23:04:18 -04:00
Ben Fry 953ac446cc move foundation libraries to core instead of contrib (fixes #3524) 2015-08-09 22:39:43 -04:00
Ben Fry 91a9a3cc6f prevent examples from showing in the sketchbook window 2015-08-09 21:24:27 -04:00
Ben Fry 9ce73d77ac additional scrubbing 2015-08-09 20:48:42 -04:00
Ben Fry 6000b11cf9 additional type corrections 2015-08-09 20:47:19 -04:00
Ben Fry 8b0d9949b4 Don't toggle breakpoints when the debugger isn't enabled (fixes #3306) 2015-08-09 20:42:18 -04:00
Ben Fry cca48147d7 some cleaning, plus refurb tweak mode code 2015-08-09 20:39:46 -04:00
Ben Fry e7867a3a38 don't show breakpoints when debugger is off (fixes #3093) 2015-08-09 18:05:24 -04:00
Ben Fry 2fc916c341 don't show breakpoints when debugger is off (fixes #3093) 2015-08-09 18:05:12 -04:00
Ben Fry ee58ba38ad starting beta 3 2015-08-09 16:50:40 -04:00
Ben Fry 58a5935682 Update README.md 2015-08-09 16:35:16 -04:00
Ben Fry 40d4a616c5 Update README.md 2015-08-09 16:34:54 -04:00
Ben Fry c4f0347a52 more notes about beta 2 processing-0240-3.0b2 2015-08-09 13:06:50 -04:00
Ben Fry 2a55dcf81b Merge pull request #3563 from galsasson/master
tweakmode: place tweak init function right after the size function
2015-08-09 12:48:22 -04:00
Ben Fry d0d9acdf3e Show contributed examples in the Examples window (fixes #3420) 2015-08-09 12:39:42 -04:00
Gal Sasson 3d37a7a28c tweakmode: place tweak init function right after the size function 2015-08-09 11:20:56 -04:00
Ben Fry c9dc9a72c3 prepare release notes for beta 2 2015-08-09 08:14:08 -04:00
codeanticode c8cb359da9 updated korean translation 2015-08-09 07:54:10 -04:00
Ben Fry f2e12efa39 write text files with \r\n on Windows (fixes #3455) 2015-08-08 15:12:14 -04:00
Ben Fry 9b217d1f9e Merge pull request #3553 from JakubValtar/bugfix-pshape-setvertex
Fix null pointer exception in setVertex
2015-08-08 15:00:27 -04:00
Ben Fry b7d5f987ad add workaround for setTitle() resetting cursor() (fixes #3472) 2015-08-08 14:54:17 -04:00
Jakub Valtar dea4b450bd Fix null pointer exception in setVertex 2015-08-08 14:49:48 -04:00
Ben Fry e23c23363a throw an error when using methods that require sketchPath outside setup() (#3433) 2015-08-08 14:41:22 -04:00
Ben Fry f9c91d678c make error status open browser when url is present (fixes #3471) 2015-08-08 13:19:19 -04:00