Ben Fry
503cebc56a
working on Java 7u40 build for OS X
2013-07-12 23:46:14 -04:00
Ben Fry
3542b6c79c
todo fixes/notes
2013-07-11 08:45:39 -04:00
Ben Fry
3d2ce83425
fix for .app packages in open dialogs in exported apps ( #1959 )
2013-07-11 08:43:44 -04:00
Daniel Shiffman
7b98e0818d
removing some stray code in table example
2013-07-10 21:45:08 -04:00
Ben Fry
ada5c49a86
todo notes and fix layout of patch
2013-07-09 08:50:22 -04:00
Ben Fry
602d1b4ed3
Merge pull request #1950 from whackashoe/buildhowto
...
updated build howto to point to correct address on github
2013-07-09 05:35:11 -07:00
Ben Fry
31acc4dae3
Merge pull request #1918 from hamzaissa/master
...
Fix for syntax highlighting issues with slashes and spaces (#1681 ).
2013-07-09 05:02:13 -07:00
REAS
86c68ca4b3
Fixed example for Threads
2013-07-08 20:18:13 -07:00
Casey Reas
1f3a5180d7
Merge pull request #1957 from datguy/FixManyPagesPDFExample
...
remove extra beginRecord() from ManyPages PDF example
2013-07-08 20:04:51 -07:00
datguy
a8966dd5ed
remove extra beginRecord() from ManyPages PDF example
2013-07-08 20:12:51 -04:00
codeanticode
4c943edb97
removed some debug messages
2013-07-08 09:54:09 -04:00
codeanticode
137d86b835
note for the keytyped event in NEWT
2013-07-08 09:49:43 -04:00
codeanticode
1643fb107b
Merge branch 'master' of https://github.com/processing/processing.git
2013-07-08 09:46:11 -04:00
Jett
7fd81fe269
updated build howto to point to correct address on github
2013-07-07 04:54:59 -05:00
codeanticode
7346300b13
Merge branch 'master' of https://codeanticode@github.com/processing/processing.git
2013-07-03 10:31:08 -04:00
Ben Fry
ecbf2e6c79
test push
2013-07-02 15:58:58 -04:00
codeanticode
c03d415cc0
updated to JOGL RC12
2013-07-02 11:56:39 -04:00
codeanticode
155d00a4ad
reimplemented pixel access in video library when using P2D/P3D
2013-07-02 11:27:33 -04:00
Ben Fry
36ddf7ebcb
fix missing semicolon
2013-07-01 21:02:12 -04:00
Ben Fry
800c7f3687
Merge branch 'master' of github.com:processing/processing
2013-07-01 10:23:14 -04:00
Ben Fry
22223904a3
fix "less less" typo ( #1928 )
2013-07-01 10:23:09 -04:00
Ben Fry
4ded765408
Merge pull request #1930 from dhruv13J/master
...
IntList and FloatList insert()
2013-07-01 07:16:46 -07:00
Ben Fry
2523eaf4da
change download location for contribs listing
2013-07-01 10:14:17 -04:00
Dhruv Jawali
2ad8797198
Fixes issue #1929 , with insert method in IntList and FloatList.
2013-06-30 21:46:41 +02:00
REAS
2b0b1a1e0a
Changes for PShape reference
2013-06-28 10:47:17 -07:00
Ben Fry
3d256d8574
basic implementation of getShape() for PFont
2013-06-27 16:41:22 -04:00
Daniel Shiffman
2b198c2b86
#207 typos in exmaple description
2013-06-26 07:07:01 -04:00
utente
c085118aac
#1681
...
Syntax highlighting with / bug low
file :PdeKeywords.java
function:markTokensImpl(...)
Explanation:
During the scanning of the line to check if the Token belongs to
Processing Syntax ,When my current character is "/" , we check if the
next character(if any) is "*" or "/" , and we do then an increment of
the scanning index , so in this case , and if the next character in an
alphabet we don’t have a problem , but if it is " " (a space) , the loss
of this character will make the lastKeyword scan index incorrect , so
we get this problem of highlighting . To solve it, we check before
incrementing the index, if the next character is " ", so we don’t
increment.
Result and Test:
The example mouseX/ mouseY highlight the two PDE keyword and
the fix http://processing.org/bugs/bugzilla/609.html
//*
println("1");
/*/
println("2");
//*/
still working .So i think this fix works
2013-06-25 12:13:36 +02:00
codeanticode
101450ba07
Merge pull request #1913 from markluffel/patch-1
...
Update blur.glsl
2013-06-23 18:43:16 -07:00
codeanticode
559d9a3b97
beginPixelsOp/endPixelsOp are probably not needed when reading a depth
...
or stencil buffer in PGL.readPixels()
2013-06-23 21:33:47 -04:00
markluffel
e8e35e532e
Update blur.glsl
...
made the blur spatially uniform (seemed to be a typo)
2013-06-22 21:10:47 -03:00
Ben Fry
05d6b280ef
starting the next release
2013-06-21 15:35:44 -04:00
Ben Fry
0f1f70590a
fix date in revisions, add todo items
2013-06-21 15:19:49 -04:00
Ben Fry
3ec691e883
added option to remove the background image at the top of the window per Casey's request
processing-0219-2.0.1
2013-06-20 21:14:27 -04:00
REAS
8383086713
New reference and keywords for 2.0.1
2013-06-20 16:05:07 -05:00
Ben Fry
c238e9970f
updating the todo list and starting release notes
2013-06-20 10:55:35 -04:00
Ben Fry
2a8fabba38
fix line ending problem with args.txt for Windows when exporting from others ( #1890 )
2013-06-20 10:51:40 -04:00
Ben Fry
09a0de25d0
Merge pull request #1847 from joshgiesbrecht/master
...
fixing bugs #707 and #1781
2013-06-20 07:34:07 -07:00
Ben Fry
17cb02d385
fix getVertex() on PShape when no Z-coord available ( #1596 )
2013-06-20 09:30:42 -04:00
REAS
6b50a281f0
Adjust the name of the PImage object variable for reference
2013-06-17 22:13:51 -05:00
Scott Murray
77624572f3
Added related links to reference for IntList, FloatList, StringList
2013-06-15 11:26:36 -04:00
Ben Fry
6306bc4818
report row where table goes bad while parsing
2013-06-14 16:40:10 -04:00
josh giesbrecht
786e40f347
fixing bug #1781 (installing modes/tools on Win)
...
changes a rename/move to a copy and delete
pulls the delete step out one level so that we can unload the temp
'newContrib' first, since having it loaded was locking the files from
being renamed/removed on Windows (somewhat erratically).
A bit slower than before but should work a heck of a lot more
often for Windows users.
2013-06-10 20:37:51 -07:00
Daniel Shiffman
ae6db19334
fixing #1863 printprojection error
2013-06-09 21:13:54 -04:00
Ben Fry
5ecda07d84
starting the next release
2013-06-03 18:46:42 -04:00
Ben Fry
29c4c990b9
emergency change for font not working properly across platforms
processing-0218-2.0
2013-06-03 17:19:57 -04:00
Ben Fry
f5b170cc70
move video capture examples back to default renderer due to GL bug
2013-06-03 16:20:18 -04:00
Ben Fry
74d6b3732e
fix up the main todo list
2013-06-03 15:47:46 -04:00
Ben Fry
84564fb545
Merge branch 'master' of github.com:processing/processing
2013-06-03 15:45:02 -04:00
Ben Fry
24e0ef10b4
add warnings about unofficial API
2013-06-03 15:44:56 -04:00