Federico Bond
|
84b2efd8f8
|
Use correct parameter types in FloatList methods
|
2014-10-13 15:16:32 -03:00 |
|
Ben Fry
|
c7a8b523ec
|
misc notes
|
2014-10-06 19:02:08 -04:00 |
|
codeanticode
|
1fec4b2ce0
|
Merge pull request #2867 from federicobond/loadshader-fix
Fix check in loadShader()
|
2014-09-24 09:41:17 -04:00 |
|
Liam Middlebrook
|
2771bf35a2
|
s/unsued/unused/g
|
2014-09-17 20:19:01 -04:00 |
|
Liam Middlebrook
|
bd82c946e9
|
Refined PShader uniform missing message fixes #2593
|
2014-09-17 10:24:57 -04:00 |
|
Federico Bond
|
e2bf6636ff
|
Fix check in loadShader()
|
2014-09-14 21:27:25 -03:00 |
|
Federico Bond
|
ea38345be3
|
Replace instances of Hashtable with HashMap
|
2014-09-13 20:12:34 -03:00 |
|
Federico Bond
|
768c72e4e8
|
Replace instances of StringBuffer with StringBuilder
|
2014-09-13 20:12:23 -03:00 |
|
Ben Fry
|
2529f44fcd
|
starting the next release
|
2014-09-12 18:43:17 -04:00 |
|
Ben Fry
|
5ac328ec6f
|
wrapping up additional fixes and issues
|
2014-09-11 18:30:35 -04:00 |
|
Jakub Valtar
|
7723e1df40
|
fix outlines around scaled fonts (#2845)
|
2014-09-11 19:38:52 +02:00 |
|
codeanticode
|
b3a2a032a8
|
fix edge condition in stroke edge for arcs (#2854)
|
2014-09-11 11:10:21 -04:00 |
|
Ben Fry
|
20aa52d67a
|
turn off file change detection (#2852)
|
2014-09-10 17:35:36 -04:00 |
|
Ben Fry
|
f2cd336df8
|
add workaround for #2841
|
2014-09-10 16:21:02 -04:00 |
|
Federico Bond
|
7c4544a8ef
|
Add static modifier to inner classes that don't access parent
|
2014-08-31 12:51:46 -03:00 |
|
Ben Fry
|
8efee02839
|
Merge pull request #2826 from federicobond/primitive-optimization
Optimize creation of boxed primitives
|
2014-08-28 11:02:02 -04:00 |
|
Ben Fry
|
0ee6dff5cc
|
start revision 0231
|
2014-08-28 11:01:19 -04:00 |
|
Ben Fry
|
81e309c3a4
|
wrap up for release notes, etc
|
2014-08-26 18:55:29 -04:00 |
|
Federico Bond
|
80f64013a4
|
Optimize creation of boxed primitives
|
2014-08-26 19:40:19 -03:00 |
|
Federico Bond
|
7d09cd08a7
|
Remove merge artifact in IntDict javadoc
|
2014-08-25 14:58:42 -03:00 |
|
Ben Fry
|
837bcdc946
|
misc cleaning activities
|
2014-08-22 09:52:59 -04:00 |
|
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 |
|