Commit Graph

11316 Commits

Author SHA1 Message Date
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 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
Ben Fry 25905e61cb can't keep changing the editor here 2015-09-22 18:12:35 -04:00
Ben Fry ea9505d76f Merge branch 'master' of github.com:processing/processing 2015-09-22 18:04:55 -04:00
Ben Fry 2d463f67aa clean up method naming/parameters/overrides 2015-09-22 18:04:50 -04:00
Ben Fry f1cb38f203 saw exception with concurrent modification 2015-09-22 18:04:22 -04:00
Ben Fry 51b14320c2 new gui/tabs working 2015-09-22 17:50:10 -04:00
Ben Fry 88d4a18e38 add contrib manager background color (not gradient) 2015-09-22 15:32:31 -04:00
Ben Fry 6ef565f7c3 deeper into the contrib manager rabbit hole 2015-09-22 15:31:50 -04:00
codeanticode 0a9e5063ac invert mouse wheel count 2015-09-22 14:28:58 -05:00
Ben Fry 57453ce9f8 I just... 2015-09-22 14:41:42 -04:00
REAS 12b9430b61 Reference for parseJSONArray() and parseJSONObject() in PApplet 2015-09-22 11:27:15 -07:00
Ben Fry 7770ad31f9 Merge branch 'master' of github.com:processing/processing 2015-09-22 14:24:08 -04:00
REAS 3bb326da9d Add parseJSONArray() and parseJSONObject() to keywords.txt 2015-09-22 11:19:23 -07:00
REAS a643eab2ef Add parseJSONArray() and parseJSONObject() to Reference 2015-09-22 11:02:03 -07:00
Ben Fry ca3f9657ef renaming classes for clarity 2015-09-22 12:49:14 -04:00