Ben Fry
|
7dbbfff4df
|
fix date line
|
2013-05-17 15:10:22 -04:00 |
|
Ben Fry
|
a0631eab03
|
writing release notes
|
2013-05-17 10:26:09 -04:00 |
|
Ben Fry
|
6ee8844949
|
add error message for bad libraries
|
2013-05-17 09:42:31 -04:00 |
|
Scott Murray
|
6a1892c53b
|
Removed web ref for PVector div() and mult()
|
2013-05-16 13:33:40 -07:00 |
|
Ben Fry
|
1c60434d7f
|
note about what id is
|
2013-05-15 18:23:07 -04:00 |
|
Ben Fry
|
41b5926996
|
fix for null values in removeValues()
|
2013-05-15 18:22:56 -04:00 |
|
Daniel Shiffman
|
93fd9649ce
|
removing div() and mult() by vectors #1544
|
2013-05-14 18:55:09 -04:00 |
|
Ben Fry
|
9ba6ddc265
|
add warning notes to two classes
|
2013-05-14 11:58:31 -04:00 |
|
Ben Fry
|
cc2ef1a10e
|
todo notes and fix for copy() method in Dict classes
|
2013-05-14 11:07:17 -04:00 |
|
Ben Fry
|
987474faf6
|
mult() instead of mul()
|
2013-05-10 15:46:01 -04:00 |
|
Daniel Shiffman
|
d0f6159681
|
fixing problem where PVector.angleBetween() returns NaN
|
2013-05-10 11:44:05 -04:00 |
|
codeanticode
|
61357b4f91
|
Merge branch 'master' of https://github.com/processing/processing.git
|
2013-05-07 12:07:30 -04:00 |
|
codeanticode
|
ce7e4a36d0
|
Fixes fps cap (issue #1742)
|
2013-05-07 12:07:12 -04:00 |
|
REAS
|
104de77a1c
|
Buttons at 2x for Experimental Mode
|
2013-05-06 22:02:19 -07:00 |
|
REAS
|
36cc9fc658
|
New 1x images for modes, fix for Experimental menu buttons
Signed-off-by: REAS <reas@reas.com>
|
2013-05-06 21:59:41 -07:00 |
|
Ben Fry
|
9cdb81654e
|
new mode images and sizes from Casey
|
2013-05-06 15:43:14 -04:00 |
|
codeanticode
|
ad7ac2f656
|
Merge branch 'master' of https://github.com/processing/processing.git
|
2013-05-06 12:43:22 -04:00 |
|
codeanticode
|
b3561b1dbb
|
calling glFinish() only if the current framerate falls below 50% of the
target
|
2013-05-06 12:42:58 -04:00 |
|
Ben Fry
|
f048f2949f
|
attempting to update the JavaDoc again
|
2013-05-06 12:35:47 -04:00 |
|
REAS
|
c301f9e62b
|
New JavaDoc test
|
2013-05-06 08:55:30 -07:00 |
|
Ben Fry
|
ea2bcabcb0
|
updating the javadoc
|
2013-05-06 09:42:00 -04:00 |
|
codeanticode
|
a535ed855c
|
Using glFinish() instead of glFlush() at PGL.endDraw()
|
2013-05-04 23:43:39 -04:00 |
|
codeanticode
|
1af0cc5c31
|
Fix issue #1737
|
2013-05-04 19:57:05 -04:00 |
|
codeanticode
|
86e7a74e02
|
removed bpp printout
|
2013-05-04 19:37:41 -04:00 |
|
codeanticode
|
c7cba487e0
|
queries highest bpp in LWJGL
|
2013-05-04 19:17:06 -04:00 |
|
andres
|
4700330a1f
|
tweaking GLSL and FBO checks
|
2013-05-04 19:00:38 -04:00 |
|
codeanticode
|
4ca816d9d0
|
Updated JOGL to 2.0-b982 build
|
2013-05-04 17:30:57 -04:00 |
|
codeanticode
|
e54ccfd193
|
Updated to LWJGL 2.9.0, removed unused some files
|
2013-05-04 15:22:30 -04:00 |
|
codeanticode
|
8a514e355d
|
Commented out GL debugging messages
|
2013-05-04 12:24:41 -04:00 |
|
Ben Fry
|
84ff67e40e
|
moving things around, disable setting dpi by default
|
2013-05-04 11:40:23 -04:00 |
|
Ben Fry
|
61e0716492
|
fix for #1730, also change how update/loadPixels are called in Java2D
|
2013-05-04 11:33:10 -04:00 |
|
Ben Fry
|
22a4ec2838
|
print stack traces of uncaught internal errors
|
2013-05-04 11:28:44 -04:00 |
|
Ben Fry
|
44954f0eca
|
looking into possibility of i18n/l10n of the PDE
|
2013-05-04 10:08:59 -04:00 |
|
Ben Fry
|
4504b8b277
|
add means for setting image resolution when saving
|
2013-05-04 10:08:36 -04:00 |
|
Ben Fry
|
006ea4d340
|
more JSON fixes for API consistency w/ the rest of processing.data.*
|
2013-05-02 15:55:30 -04:00 |
|
Ben Fry
|
46d728ffa0
|
Merge pull request #1750 from esorf/master
Should be able to set/append a String to a JSONArray.
|
2013-05-02 12:51:03 -07:00 |
|
Frank Leon Rose
|
5988df03fb
|
Added setString(int, String) and append(String) to JSONArray
String is one of the core datatypes JSONArray supports.
|
2013-05-02 12:15:17 -04:00 |
|
Daniel Shiffman
|
b45a25b82f
|
minor change to thread example
|
2013-05-02 12:03:04 -04:00 |
|
Ben Fry
|
1d2ff85a52
|
Merge branch 'master' of github.com:processing/processing
|
2013-05-01 17:11:58 -04:00 |
|
Ben Fry
|
bc5d47c6d1
|
so much for the retina about screen
|
2013-05-01 17:11:51 -04:00 |
|
REAS
|
5413cd5e2f
|
Updated set of Experimental Mode menu buttons
|
2013-05-01 13:40:35 -07:00 |
|
Ben Fry
|
d351521d5b
|
attempting multi-scale TIFF for splash on OS X
|
2013-05-01 15:50:43 -04:00 |
|
REAS
|
d50efbb8b7
|
New loading screens
|
2013-05-01 12:01:30 -07:00 |
|
Ben Fry
|
10c4960bd9
|
Merge branch 'master' of github.com:processing/processing
|
2013-05-01 14:55:01 -04:00 |
|
Ben Fry
|
f8d25375cc
|
bug fixing on Dict and List classes, add Iterable constructor
|
2013-05-01 14:54:54 -04:00 |
|
REAS
|
f28a7bf0cf
|
New icons for Experimental Mode
|
2013-05-01 10:37:43 -07:00 |
|
Ben Fry
|
2bc1cce04d
|
if i were awesome, i would know how to revert the commit. but i'm not, and i don't.
|
2013-05-01 01:42:37 -04:00 |
|
Ben Fry
|
64b1af7bef
|
this time w/o fake retina versions
|
2013-05-01 01:30:35 -04:00 |
|
Ben Fry
|
091e0a3fa9
|
updates for retina icon
|
2013-05-01 01:25:22 -04:00 |
|
Ben Fry
|
cd48fb3b72
|
last notes for mouse wheel
|
2013-04-30 23:06:21 -04:00 |
|