Commit Graph

1990 Commits

Author SHA1 Message Date
alignedleft
188e0a8019 Removed a @see reference from PVector.lerp() as it wasn't being parsed by the ref generator script correctly 2012-12-13 21:16:22 +00:00
benfry
6e0b51db21 cleaning up JSON a bit, remove bad import 2012-12-13 17:28:52 +00:00
benfry
4194da736c fix for header rows 2012-12-13 17:09:53 +00:00
alignedleft
ecafcab8a2 Clarified reference for PVector.lerp() 2012-12-12 21:43:45 +00:00
codeanticode
a23205d958 direct buffers for pixel and texture operations, added GL thread check 2012-12-12 17:42:27 +00:00
Casey Reas
289f46ff61 Simple reference updates 2012-12-12 04:01:33 +00:00
alignedleft
2e92b0eabc Added reference pages for new PVector methods 2012-12-11 23:16:20 +00:00
codeanticode
1ee38fc7f0 added buffer swap in Display() to solve the garbage problem 2012-12-11 23:07:40 +00:00
benfry
2a07a1f79b fix table loading quirk with extensions 2012-12-11 22:53:11 +00:00
codeanticode
7855bc65de copy projmodelview fixes to android 2012-12-11 22:37:05 +00:00
alignedleft
e3aff605a8 Added XML.parse() as related to loadXML() 2012-12-11 19:37:37 +00:00
alignedleft
ae2d132a24 Added reference documentation for XML.parse() per issue 1379 2012-12-11 19:32:16 +00:00
codeanticode
1a285e9f2f removed checkOrthoProjection. Properly update projmodelview upon changes in projection matrix 2012-12-11 16:40:25 +00:00
benfry
2e9b3cd747 and some culling 2012-12-11 01:12:16 +00:00
benfry
d33c152ee1 renaming again 2012-12-11 01:09:02 +00:00
benfry
eff1581334 more scrubbing 2012-12-11 01:07:37 +00:00
benfry
97c21e8fc1 more cleaning 2012-12-11 00:18:42 +00:00
benfry
61c58d9ec4 renaming and starting to make the mess 2012-12-10 23:40:29 +00:00
benfry
edab71ce46 uh-oh 2012-12-10 23:12:13 +00:00
codeanticode
4c4fd98425 sync with java mode 2012-12-10 22:07:37 +00:00
benfry
30a6a4b408 starting to move syntax coloring out of theme.txt and back into Preferences 2012-12-10 17:22:48 +00:00
benfry
0fcbb66fa2 fix theme on Android, and todo notes 2012-12-09 23:51:13 +00:00
alignedleft
4c49e6e097 Added @see related links to all PShape fields and methods 2012-12-09 23:15:12 +00:00
Casey Reas
cf68f4ed28 New code colors for testing 2b8 2012-12-09 21:49:22 +00:00
codeanticode
a26e64c515 completed transition to direct buffers 2012-12-09 21:04:29 +00:00
benfry
982db8e89d closing up Table work, moving functions a bit, hide unapproved 2012-12-09 21:02:53 +00:00
benfry
0949ce213f major work on Table to finalize API 2012-12-09 20:51:52 +00:00
benfry
e237a67ac1 working on new Table class setup 2012-12-09 18:59:02 +00:00
codeanticode
144eaa14cb continue working with direct buffers 2012-12-09 17:59:38 +00:00
codeanticode
3a165aa27d More direct buffer changes 2012-12-09 17:23:30 +00:00
codeanticode
412397b845 Moving to direct buffers in GL renderer 2012-12-09 16:34:42 +00:00
benfry
8d644163f9 misc todo items 2012-12-08 19:36:19 +00:00
benfry
4c58d39b79 clear() method auto-added to PApplet 2012-12-08 12:48:40 +00:00
benfry
f9f909a07e add clear() to replace background(0, 0, 0, 0) 2012-12-08 03:06:09 +00:00
benfry
456b6b01b5 looking into Windows 8 MovieMaker issue 2012-12-08 02:33:52 +00:00
benfry
a964809796 starting the next release 2012-12-07 23:17:38 +00:00
codeanticode
b7e34bbf6e removed andres todo list 2012-12-07 19:46:49 +00:00
benfry
6c472fae2d finalizing 2.0b7 2012-12-07 18:39:35 +00:00
Casey Reas
e08b7e7804 Mods for v215 reference 2012-12-07 03:11:23 +00:00
benfry
07ea461c13 change heading2D() to heading() 2012-12-06 22:01:27 +00:00
benfry
8a1bbecefd change hint to DISABLE_OPTIMIZED_STROKE (issue #1302) 2012-12-06 17:48:26 +00:00
codeanticode
a396c86d73 minor name changes to make it same as PGL on Android 2012-12-05 23:09:05 +00:00
benfry
ddc8435589 todo items for recent changes 2012-12-05 00:56:54 +00:00
benfry
37b58e8ec5 fix double error report about textMode(SCREEN) 2012-12-02 14:02:30 +00:00
benfry
f2ed3bd63e disable Quartz rendering on OS X to fix compositing problem 2012-12-02 13:22:24 +00:00
benfry
6b53054d01 fix com.sun classes (issue #1424) and background() with blendMode() 2012-12-01 21:40:21 +00:00
codeanticode
f49e889773 using processing Y-axis orientation for ortho() and frustum(), centering ortho() at top left corner. 2012-11-30 02:41:23 +00:00
codeanticode
525b16a6a2 added shift in ortho() so the default 2D projection is ortho(0, width, height, 0,...), as with glOrtho() 2012-11-30 02:05:41 +00:00
codeanticode
0095867c1c Fixes axis-orientation inconsistency in ortho() and fustrum() (issue #1240) 2012-11-30 01:34:26 +00:00
benfry
0feb505d68 set quality level higher when exporting JPEG images (issue #58) 2012-11-29 12:40:02 +00:00