Commit Graph

11330 Commits

Author SHA1 Message Date
Ben Fry 94bf1d8cf9 Merge branch 'master' of github.com:processing/processing 2015-09-26 11:14:05 -04:00
Ben Fry b4e1ceab01 Merge pull request #3879 from JakubValtar/suggestions-npe
Small error checker and suggestions fixes
2015-09-26 11:12:47 -04:00
Ben Fry 9176621b7b change "will" to "must" for clarity (fixes #3878) 2015-09-26 11:10:28 -04:00
Jakub Valtar 5ab6cd5fc4 Prevent AIOOBE in error table
If the error checker updates the table between the click and invocation
of the click event listener, selection will be cleared and click index
will be -1. Checking if the index is valid before using it.
2015-09-26 10:11:11 -04:00
Jakub Valtar 15d14375ca Set selection mode for error table 2015-09-26 10:08:52 -04:00
Jakub Valtar d083dcd0e4 Make error checker play nice when switching tabs 2015-09-26 10:03:20 -04:00
Jakub Valtar 695c930a1e Always null check result of extractTypeInfo() 2015-09-26 08:34:12 -04:00
codeanticode 3eace673a9 save/restore first frame in PGL 2015-09-26 02:05:11 -03:00
codeanticode fd40e11180 Merge pull request #3874 from JakubValtar/opengl-cache-dependencies
Remove circular dependence
2015-09-25 20:38:13 -03:00
Jakub Valtar 35854e05c7 Remove circular dependence 2015-09-25 17:48:49 -04:00
Ben Fry 66954c7a8b Merge pull request #3871 from JakubValtar/fix-error-checker-comments
Error checker/suggestions fixes
2015-09-25 15:27:19 -04:00
Ben Fry 31f0108c81 Merge pull request #3869 from JakubValtar/fix-papplet-preprocessing
Ignore Async Image Saver methods in Preprocessor
2015-09-25 15:06:59 -04:00
Jakub Valtar f613adaf7c Remove codePointAt calls from suggestions 2015-09-25 14:41:08 -04:00
Jakub Valtar ace6720123 Catch exception in error checker 2015-09-25 14:37:08 -04:00
codeanticode 97511c5375 revert to strong reference to PGraphicsOpenGL in PGL 2015-09-25 11:52:48 -05:00
Jakub Valtar 6b765c22b8 Ignore Async Image Saver methods in Preprocessor 2015-09-25 12:34:14 -04:00
codeanticode 1ff8b01ffe Merge pull request #3864 from JakubValtar/opengl-mem-leak
Keep only references to primary PGL
2015-09-25 11:07:58 -03:00
Ben Fry 74de38c49e Merge pull request #3863 from JakubValtar/async-saveframe
Async saveFrame
2015-09-25 09:51:38 -04:00
Jakub Valtar 1e29277573 Keep only references to primary PGL 2015-09-25 01:28:56 -04:00
Jakub Valtar b93c880aff Async pixel transfers - use pixelWidth instead of width 2015-09-25 00:11:17 -04:00
Jakub Valtar f087fd320c Async pixel reader 2015-09-24 23:51:58 -04:00
Jakub Valtar a07b08c5c8 Async image saver 2015-09-24 23:41:00 -04:00
Jakub Valtar 171bf658d8 Add disable async saving hint 2015-09-24 23:24:49 -04:00
Jakub Valtar 4d13e18f5e Correct hint documentation 2015-09-24 23:20:45 -04:00
Jakub Valtar ed82ed6b40 Fix PGraphicsOpenGL.surface field not getting initialized 2015-09-24 23:10:37 -04:00
Jakub Valtar b085347485 Add some GL3ES3 functions to PGL 2015-09-24 23:10:13 -04:00
codeanticode f379d4dd2f use weak references to PGraphicsOpenGL instances in resource classes
(framebuffers, texture, etc), should take care of #3858
2015-09-24 16:51:44 -05:00
Ben Fry 4755283b3e fixed breakpoints, move other notes 2015-09-24 07:27:04 -04:00
Ben Fry d595484047 note about the save as bug 2015-09-24 06:02:23 -04:00
Ben Fry 920edb034a bring back "done" message (fixes #3861) 2015-09-24 06:01:57 -04:00
Ben Fry 48d013becf implement breakpoint diamond and step arrow (fixes #3307) 2015-09-24 05:51:14 -04:00
Ben Fry 209ea9000a clean up error/warning handling, differentiate errors/warnings in list (fixes #3406) 2015-09-24 05:11:04 -04:00
Ben Fry 4ea4d58b56 starting the next release 2015-09-24 04:21:33 -04:00
Ben Fry 4d2ac0a444 starting the next release 2015-09-24 04:21:20 -04:00
Jakub Valtar 9c8c1ae577 Fix GL version getter for ES 2015-09-23 16:07:44 -04:00
Jakub Valtar f5946e3783 Switch animator to fixed-rate scheduling 2015-09-23 16:06:08 -04:00
Ben Fry 206baa86b0 "what could possibly go wrong?" says Jakub (finishing 3.0 beta 7) processing-0245-3.0b7 2015-09-22 20:57:52 -04:00
Ben Fry cc9af84a68 Merge pull request #3856 from JakubValtar/fix-completion
Error checker refactoring
2015-09-22 20:54:18 -04:00
Jakub Valtar 5e574a963b Error checker refactoring 2015-09-22 20:52:52 -04:00
Ben Fry c0ca5ccef9 finish release notes 2015-09-22 20:08:32 -04:00
Ben Fry cd3705dd4e starting release notes 2015-09-22 19:59:23 -04:00
Ben Fry 70b3c09a44 giving up on these for beta 7 2015-09-22 19:43:48 -04:00
Ben Fry a38fd26b8a fix initial focus and note earlier fixes in todo.txt 2015-09-22 19:34:53 -04:00
Ben Fry 424a8e4c9e fixing the table headers 2015-09-22 19:30:18 -04:00
Ben Fry e65ab4a54d remove debug item 2015-09-22 19:17:45 -04:00
Ben Fry 2c02fc6661 better location for update accessors and controllers 2015-09-22 19:15:39 -04:00
Ben Fry 5f401d4fa1 fix button placement in the CM 2015-09-22 19:03:35 -04:00
Ben Fry a017144d1a more repeatable version of the name handling 2015-09-22 18:58:53 -04:00
Ben Fry d81ff0808f deal with section heads and other quirky ugliness 2015-09-22 18:56:13 -04:00
Ben Fry 2c5da8d339 get rid of aqua background during load 2015-09-22 18:19:30 -04:00