Commit Graph

5842 Commits

Author SHA1 Message Date
codeanticode bc1055792a Fixed Framingham and Frames examples in Video, added ImageMask in OpenGL/Shaders 2012-08-16 17:52:27 +00:00
codeanticode b00dedca58 added resetShader() w/out argument 2012-08-16 03:31:23 +00:00
codeanticode 185481bbb0 more todo 2012-08-16 03:28:31 +00:00
codeanticode 26e6038f61 Updated capture examples 2012-08-15 22:18:15 +00:00
codeanticode a406170c1e Removed pipeline.getState() call from start(), it hangs capture on windows 2012-08-15 22:17:43 +00:00
codeanticode 7bba3e11a6 use play/pause/getState combination in listResolutions() to avoid hangs in OSX and/or Windows. Updated todo notes 2012-08-15 21:46:35 +00:00
codeanticode 2e77214547 added new Capture constructor that takes the output of list() as argument, additional validity checks (available devices, supported resolutions, etc) 2012-08-15 21:11:18 +00:00
codeanticode 42ee90895e Renamed Video.setPath() to Video.setGStreamerPath(), fixed logic in Capture.addResFromStructure() 2012-08-15 18:35:35 +00:00
codeanticode 683166a783 Reworking list() functionality in Capture class 2012-08-15 17:04:55 +00:00
codeanticode b52b193a43 Cleaned-up Video interface 2012-08-15 05:16:28 +00:00
codeanticode a2801bdd60 jump to multiple of framerate 2012-08-15 04:54:24 +00:00
codeanticode 59265902cf Updated OpenGL examples 2012-08-15 04:40:03 +00:00
codeanticode 15749d072c Updated Movie examples 2012-08-15 04:34:41 +00:00
codeanticode 426af4f5ea Cleaned-up Movie class API 2012-08-15 04:33:47 +00:00
codeanticode 661c80d16b removed old cruft 2012-08-15 04:33:20 +00:00
codeanticode 7e7f741976 added texture wrapping to the API 2012-08-14 21:17:27 +00:00
codeanticode 6f2c17b188 throws exceptions if required extensions are not available 2012-08-14 18:25:39 +00:00
codeanticode dd8045298f PGL update in android 2012-08-14 17:39:33 +00:00
codeanticode 58e5207584 removed gl prefix to the opengl functions in PGL, renamed beginGL/endGL to beginPGL/endPGL 2012-08-10 21:03:51 +00:00
fjenett be67978850 upping Processing.js to 1.4.1 2012-08-10 06:20:58 +00:00
codeanticode 592b4a0653 small fix when setting sampling uniform 2012-08-08 23:23:53 +00:00
codeanticode 7cff2660c4 PShader.set(string, PImage) to bind textures to sampler uniforms 2012-08-08 21:53:42 +00:00
codeanticode 3b89440974 Updated todo list 2012-08-08 21:47:29 +00:00
codeanticode 801a8f0579 recalculate mipmaps in Texture.setNative() 2012-08-08 18:10:43 +00:00
codeanticode ac9cf6cf30 Added todo notes 2012-08-08 15:58:40 +00:00
codeanticode fa1dcabf69 Fix issue 1166 2012-08-07 21:49:32 +00:00
benfry 4bf692c0c8 remove/hide several video functions that were not approved 2012-08-06 13:41:01 +00:00
benfry beee92719a fix showReference() regression (issue #1164) 2012-08-06 04:30:36 +00:00
benfry 1f64ba4817 starting revision 0208 (beta 1?) 2012-08-05 15:08:40 +00:00
benfry 0d4009b749 add a note for OS X code signing errors 2012-08-05 14:47:03 +00:00
benfry 1d67724450 mark release as 2.0a8 2012-08-05 14:41:23 +00:00
benfry 8c5b1fc44e wrapping up alpha 8 2012-08-05 14:40:01 +00:00
benfry 905b86ba05 last tab thing on OS X is ok 2012-08-05 14:39:25 +00:00
benfry e85b1c7496 throw an exception when /var/lock does not exist.. otherwise too subtle 2012-08-05 14:37:33 +00:00
benfry c6b8b17f9a more todo notes, move andres todo over to core 2012-08-05 14:23:43 +00:00
benfry dcda3e33d8 re-enable smooth() as the default for the default renderer (issue #1157) 2012-08-05 14:00:37 +00:00
benfry 9e742a0805 lots of todo list cleanup, remove dev.processing.org references 2012-08-05 13:51:09 +00:00
benfry 56ca991bd7 support native code in Android libraries (issue #1117) 2012-08-05 13:45:15 +00:00
benfry 5d50d67115 do not delete when untitled anyway 2012-08-05 02:10:49 +00:00
benfry 88c1e71e94 wrap up delete last issue 2012-08-05 02:09:35 +00:00
benfry 61b97412d1 that there is good codin' 2012-08-05 02:07:11 +00:00
benfry 15b6499bc1 try to prevent folks from deleting last tab in the last sketch 2012-08-05 02:01:52 +00:00
benfry 434951ccd1 lots of cleanup in the todo files 2012-08-05 01:30:17 +00:00
benfry b3d0f13d69 starting find/replace across tabs, empty sketchbook indicator, add recent menu to toolbar 2012-08-05 00:24:45 +00:00
benfry cf815c564b lots of todo work 2012-08-04 20:52:21 +00:00
benfry 6e1dbecaab change to toggling click count on tree for expansion 2012-08-04 20:02:51 +00:00
benfry 02b4e738f5 fix problem with bufferUntil() not properly handling values over 127 (issue #1079) 2012-08-04 19:57:29 +00:00
benfry c5db8dbb16 add 64-bit version of OS X serial, also add warning about lock files 2012-08-04 19:30:44 +00:00
benfry a362dd7e2b these files should not be executable 2012-08-04 13:44:39 +00:00
fjenett 99be4df137 JavaScript mode examples updated for Processing 1.4.0 2012-08-03 18:39:49 +00:00