codeanticode
8fbd467f5d
reset light count in lights()
2013-08-25 13:02:09 -04:00
Ben Fry
424894e9e2
preparing release
2013-08-23 09:43:36 -04:00
Ben Fry
41d403889c
fix options parsing to handle spaces in the names
2013-08-21 12:28:02 -04:00
codeanticode
b0222c2d5e
fixes #2003
2013-08-21 11:55:02 -04:00
codeanticode
28e2501a11
added MAX_POINT_ACCURACY constant to cap number of segments used when
...
drawing an ellipse
2013-08-20 18:41:35 -04:00
codeanticode
91dd20162a
increasing ROUND_JOIN_THRESHOLD in LineStroker to allow for line
...
segments with points closer to each other (see #1927 )
2013-08-20 17:49:31 -04:00
codeanticode
5a3d15da5d
divide width and height by 2f to properly take into account resolutions
...
that are not divisible by 2
2013-08-20 16:44:49 -04:00
codeanticode
d1be1455eb
added implementations of textAscent(), textDescent(), and
...
textWidthImpl() so the text rendering in P2D/P3D matches JAVA2D output
2013-08-20 16:11:47 -04:00
codeanticode
b20e667256
set viewport in PGL.drawTexture(), fixes #1869
2013-08-20 11:42:30 -04:00
Ben Fry
2b7eef70b8
Merge pull request #2027 from hamoid/master
...
Add missing double quotes to readlink call. Opening paths with spaces no...
2013-08-19 15:15:26 -07:00
codeanticode
3ab4e273d5
removed the glFinish hack to handle #1714 , as it seems that JOGL 2.0.2
...
solved the issue.
2013-08-19 16:22:48 -04:00
codeanticode
b850b53427
revised color conversion methods
2013-08-19 15:46:15 -04:00
Abe Pazos
00449a6fba
Add missing double quotes to readlink call. Opening paths with spaces now works.
...
I was trying to make it possible to double click on .pde files on Ubuntu 13.04 following http://forum.processing.org/topic/ubuntu-12-10-launch-pde-files-from-nautilus
I noticed that files found in paths that include spaces would not open. I fixed it by adding double quotes to a readlink call at the end of the Processing launcher script. Other similar calls to readlink in the same file already included double quotes.
2013-08-17 22:12:24 +02:00
codeanticode
bc273ea3ae
Merge pull request #2023 from boubpopsyteam/patch-3
...
Update Video.java to fix native gl to java argb conversion
2013-08-16 16:11:45 -07:00
codeanticode
02c7beaa5a
makes sure that blending is enabled and set to the last mode specified
...
by the user, should take care of issue #2021
2013-08-16 17:36:04 -04:00
boubpopsyteam
6869475650
Update Video.java
...
Fix RGBA to ARGB losing alpha as explained in #2021
2013-08-16 13:03:59 +02:00
Ben Fry
9fa50abd8c
starting the next release
2013-08-14 21:35:07 -04:00
Ben Fry
e62f220f15
removing experimental mode
processing-0220-2.0.2
2013-08-14 20:21:26 -04:00
Ben Fry
e1af8c3886
Merge branch 'master' of https://github.com/processing/processing
2013-06-21 14:31:42 -04:00
Ben Fry
04e7cd6d41
add warnings to javadoc about api issues
2013-08-14 14:33:03 -04:00
Ben Fry
1ccec1da71
finishing up the release notes
2013-08-14 14:26:25 -04:00
codeanticode
8a1d1175ff
fixes issue #1994
2013-08-14 14:11:19 -04:00
codeanticode
2bd18fbef1
added call to canvas.setFocusTraversalKeysEnabled() in initSurface() to
...
make sure that the TAB key is detected (issue #1967 )
2013-08-14 12:52:05 -04:00
codeanticode
34a7c881dd
KeyEvent.TYPE is back
2013-08-14 11:48:10 -04:00
codeanticode
4f8ff3c590
updated to JOGL 2.0.2
2013-08-14 11:36:51 -04:00
codeanticode
79ac3d2869
Replaced getWheelRotation() with getRotation()
2013-08-14 11:36:17 -04:00
Ben Fry
a9d544823e
Merge pull request #2015 from gwcahill/repair_unit_tests
...
Updated the unit tests for ParserTests and the expected input and output...
2013-08-14 03:58:51 -07:00
Ben Fry
2f7e717633
start working on release notes for 2.0.2
2013-08-13 22:42:51 -04:00
Ben Fry
fa07dc1dbc
add constructor for Table to deal with iterator ( #1956 )
2013-08-13 22:21:19 -04:00
Ben Fry
55b7719367
adding dictionary option for table loading
2013-08-13 21:51:35 -04:00
Ben Fry
d7fde748a0
aborted attempt to add split() to StringList
2013-08-13 21:51:12 -04:00
Ben Fry
8147eaa911
todo notes and organizing
2013-08-13 11:12:35 -04:00
Ben Fry
fd21bb3378
fix JSON handling of null and optional items
2013-08-12 17:46:35 -04:00
Ben Fry
99eef5107b
add getContent(defaultValue) to XML
2013-08-12 17:22:06 -04:00
Ben Fry
61b34b4f9b
add join() method to Int/Float/StringList
2013-08-12 08:57:28 -04:00
Ben Fry
5f7a63aad3
add auto-resize to IntList.increment()
2013-08-08 14:48:32 -04:00
Grant Cahill
2dd6a9c1a0
Updated the unit tests for ParserTests and the expected input and output for the respective tests to match the current state of Processing.
2013-08-08 06:56:49 -07:00
Ben Fry
f26803fe7a
last notes before wrapping up for a bit
2013-08-07 20:24:56 -04:00
Ben Fry
aaaf28428d
remove debug line
2013-08-07 19:38:54 -04:00
Ben Fry
c638d7c81b
add sum() to IntList and FloatList ( #1893 )
2013-08-07 19:07:09 -04:00
Ben Fry
13be69a8fa
retain blendMode() between frames ( #1962 )
2013-08-07 18:58:51 -04:00
Ben Fry
5be48673c1
add proxy server support ( #1476 )
2013-08-07 16:41:22 -04:00
Ben Fry
da01663c68
incorporate #1945 to handle #1942
2013-08-07 16:23:31 -04:00
Ben Fry
cadce01a25
Merge pull request #1925 from datguy/issue1909
...
Update examples when a library is added or removed
2013-08-07 13:09:29 -07:00
Ben Fry
0bca425db3
fix issues with mode/lib/tool manager, require restart msg, also #1782
2013-08-07 16:06:55 -04:00
Ben Fry
55e99d68f3
whups, missing one of the cases here... the most common
2013-08-06 16:13:56 -04:00
Ben Fry
a4b4914458
todo notes and raspberry pi warning ( #2010 )
2013-08-06 16:01:45 -04:00
Ben Fry
d28ecd79ee
fix up getPercentages() -> getPercent()... also add sort() to Table
2013-08-02 09:40:20 -04:00
Casey Reas
52e4a675b0
Merge pull request #2000 from boubpopsyteam/patch-2
...
Update Transparency.pde
2013-07-31 08:53:17 -07:00
boubpopsyteam
4eb9da9704
Update Transparency.pde
...
Half of 255 is not 126.
Used 127 which is IMHO the commonly accepted half.
2013-07-30 21:19:33 -04:00