Commit Graph

2840 Commits

Author SHA1 Message Date
Scott Murray
17184df4af Fixes processing/processing-docs#104 by hiding PFont and PGraphics constructors from reference 2014-08-17 10:38:14 -07:00
Scott Murray
f12e0a7605 Addresses processing/processing-docs#104 and fixes processing/processing-docs#110 by hiding unusable PImage, PShape, and loadShape() constructors 2014-08-16 20:18:06 -07:00
Ben Fry
7d11ece606 add trim() method to XML (removes #text nodes) 2014-08-12 10:15:05 -04:00
Ben Fry
f2174cda9c Merge pull request #2772 from JakubValtar/preproc-constructorCast-fix
Fixes #1936 - Preproc constructor cast fix
2014-08-12 09:25:32 -04:00
Jason Sigal
b89dbc46d0 fix tiny typo in Table writeHTML()
just noticed a tiny typo in the writeHTML method of saveTable()
2014-08-10 22:13:00 -04:00
Jakub Valtar
fcd3ff99cb Corrected constructor cast method name
Changed `float[] parseByte(byte[])` to `float[] parseFloat(byte[])`
2014-08-11 01:56:16 +02:00
AmnonOwed
48f5a88303 Replace related item with commonly used nfs reference 2014-08-09 21:38:09 +02:00
AmnonOwed
d8248c5fc9 Fix nfc() related items 2014-08-09 21:26:54 +02:00
codeanticode
624139acca pack() after maximizing, takes care of #2562 2014-08-07 16:11:10 -04:00
Gal Sasson
6695215a7d PShape of type GEOMETRY is treated the same as PATH when drawing. 2014-08-07 14:37:42 -04:00
Gal Sasson
a05f036919 cleanup and sanity checks 2014-08-07 14:37:28 -04:00
Gal Sasson
844106150a initial PShape implementation for JAVA2D 2014-08-07 14:37:07 -04:00
codeanticode
d7cef16d09 don't call enable(target)/disable(target) 2014-08-07 11:26:27 -04:00
codeanticode
efc1fb9592 skip smooth setting if the platform doesn't have at least a MAX_SAMPLES
constant
2014-08-06 15:46:48 -04:00
Ben Fry
64d48ce5e7 todo notes and safer failure when language key missing 2014-08-05 14:07:58 -04:00
Scott Murray
bd757140fc Added several related references to PFont and text(), per processing/processing-docs#29 2014-08-04 17:53:43 -07:00
Scott Murray
b2a4d59076 Added several related references for textSize(), per processing/processing-docs#29 2014-08-04 17:36:41 -07:00
Scott Murray
0427c342cc Updated related references for frameCount and frameRate, per processing/processing-docs#29 2014-08-04 17:29:21 -07:00
codeanticode
1f7c59d26c Merge pull request #2649 from JakubValtar/shape-fix
Corrected a typo in Tessellator#addQuadraticVertex()
2014-08-04 15:45:14 -04:00
codeanticode
12d7496c90 very early support for Retina in the OpenGL renderers 2014-08-03 10:12:25 -04:00
Ben Fry
8405fdcc4f more NaN check business 2014-08-02 07:38:34 -04:00
Ben Fry
e7c3f3f2c2 fix AIOOBE when sorting all NaN FloatList or FloatDict 2014-08-02 07:08:50 -04:00
Ben Fry
ada4423aa9 deal with some warnings and other notes 2014-07-31 21:18:46 -04:00
Ben Fry
90358c22ca and that 2014-07-31 14:31:47 -04:00
Ben Fry
083bdbfe0b cleaning up after i18n patch 2014-07-31 14:30:16 -04:00
Ben Fry
b0698edd12 Merge pull request #2084 from voidplus/i18n
Internationalization (i18n)
2014-07-31 14:23:09 -04:00
Ben Fry
d653de9ae7 Merge pull request #2680 from kazimuth/exitless
Allow python mode sketches to continue running after "Stop" button is pressed.
2014-07-31 14:13:49 -04:00
James Gilles
3fafd0f04b Use PApplet.exit() instead of System.exit(0) for present mode stop button 2014-07-31 13:06:25 -04:00
Ben Fry
5c6d799574 starting the next revision 2014-07-31 12:11:18 -04:00
codeanticode
2acea6287c set alpha channel to opaque after blitting the multisampled FBO, which
fixes #2679
2014-07-31 10:46:57 -04:00
Darius Morawiec
c8f7ed45ab merged p5 3.0a1 2014-07-31 15:17:43 +02:00
Ben Fry
5d0e2e0f32 culling the list 2014-07-30 23:32:04 -04:00
Ben Fry
aec46f25cf better fix for 2208 2014-07-30 22:07:44 -04:00
Ben Fry
828cef7fd1 add special case for image() with degenerate PGraphics (fixes #2208) 2014-07-30 22:03:51 -04:00
Ben Fry
b7756bcb1f bounds check with setVertex(PVector) (fixes #2556) 2014-07-30 21:43:55 -04:00
Ben Fry
bff235dcb9 throw exception if Server constructor fails 2014-07-30 21:37:12 -04:00
Ben Fry
2943469482 add print method to the Dict and List classes 2014-07-30 21:22:10 -04:00
Ben Fry
76dedb1d5b move NaN values to the end of the list when sorting 2014-07-30 20:42:40 -04:00
Ben Fry
20e3f0d3c3 clarifications 2014-07-30 18:45:42 -04:00
Ben Fry
e279fa2e47 build cleanups to die when files not present, remove duplicate fonts 2014-07-30 16:20:52 -04:00
Ben Fry
ad6430b988 clean up prefs, remove old 32/64-bit stuff from OS X 2014-07-30 15:52:53 -04:00
Ben Fry
8d532f8569 switch to OS X native full screen (fixes #2641) and remove native code for hiding menubar 2014-07-30 15:29:08 -04:00
Ben Fry
b92dec0148 todo notes and minor tweak 2014-07-30 12:46:41 -04:00
Ben Fry
0f60cb926c Merge pull request #2324 from AmnonOwed/Fix2228-PImageResizeTransparantBug
Fix #2228 - PImageResizeTransparantBug (Alternative Solution)
2014-07-30 12:44:45 -04:00
Ben Fry
c5b2bda620 Merge pull request #2672 from aengelke/string-list-insert-fix
Fix insert bug in StringList
2014-07-30 12:39:34 -04:00
Ben Fry
cb2629c37b Merge pull request #2343 from jordanorelli/master
fixes #2341 - inconsistent bounds checks
2014-07-30 12:36:00 -04:00
Alexis Engelke
ca0a0580c3 Fix processing/processing#2548 2014-07-30 17:51:58 +02:00
Ben Fry
d07e5a367b add note about what was added to Table 2014-07-30 10:07:43 -04:00
Ben Fry
a0bc02db16 return null on getString() for NaN values 2014-07-30 09:38:19 -04:00
Ben Fry
cf4e7a7c46 add copy() method to Table 2014-07-30 09:15:02 -04:00