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
josh giesbrecht
4d8b79b43b
Merge branch 'master' of https://github.com/joshgiesbrecht/processing
2013-06-02 22:32:37 -07:00
josh giesbrecht
6ffd89dcf2
re-adding caretUndoStack.push() and caretRedoStack.clear() calls to fix
...
bug #707
2013-06-02 22:21:37 -07:00
codeanticode
693004e798
never skip execution of listener's display(), it affects focus (?)
2013-06-03 00:52:01 -04:00
REAS
44cbc3131d
New keywords and reference.zip for 2.0 release
2013-06-02 21:20:17 -07:00
REAS
df58cb6590
Merge branch 'master' of github.com:processing/processing
2013-06-02 21:06:30 -07:00
REAS
0b1aa8a621
New examples from Andres for ortho()
2013-06-02 21:06:07 -07:00
Daniel Shiffman
774ab3894d
added comments and cleaned up IntListLottery example
2013-06-02 22:46:40 -04:00
codeanticode
14e4d3a484
corrected PImage.setModified() so mx2 and my2 are width-1 and height-1,
...
respectively.
2013-06-02 19:43:23 -04:00
Scott Murray
833d772110
Moved loadJSON methods from Output section to Input in reference
2013-06-02 14:14:10 -07:00
Ben Fry
3408fe3564
update release notes with fixes from Andres
2013-06-02 16:52:46 -04:00
Ben Fry
d8b9f9ce5b
remove LWJGL from the download
2013-06-02 16:24:18 -04:00
Ben Fry
df76053ba8
Merge branch 'master' of github.com:processing/processing
2013-06-02 16:08:23 -04:00
Ben Fry
0212fee69e
more todo and revision notes
2013-06-02 16:08:20 -04:00
codeanticode
e25eb50c89
half of the target fps to use glFinish() seems better
2013-06-02 15:38:57 -04:00
Ben Fry
97d1d9aa00
bat launcher for testing
2013-06-02 15:19:01 -04:00
codeanticode
d089ccbfd7
removed debug printlns
2013-06-02 15:17:16 -04:00
Ben Fry
57d4302213
cleaning up theme file
2013-06-02 15:16:05 -04:00
Ben Fry
2ad04201a5
Merge branch 'master' of github.com:processing/processing
2013-06-02 15:13:19 -04:00
Ben Fry
34e8d74802
font tweaks to the theme
2013-06-02 15:13:13 -04:00
codeanticode
d5085d3254
better detection of number of samples
2013-06-02 15:03:06 -04:00
Ben Fry
f8fbb8b6ba
fix extra tab space
2013-06-02 14:39:16 -04:00
Ben Fry
03f6ca49f8
add reference to pull request and outside input
2013-06-02 14:35:50 -04:00
Ben Fry
f419f3f714
write release notes
2013-06-02 14:21:14 -04:00
Ben Fry
9d66db05d2
fix setModified() so that OpenGL updates properly ( #1786 )
2013-06-02 14:09:55 -04:00
andres
fefaaf4f62
working on a fix for issue #1648
2013-06-02 13:55:09 -04:00
Scott Murray
33eeee5685
Finished added all related reference links for Table methods
2013-06-02 10:06:33 -07:00
Scott Murray
19ca261016
Added related reference links to JSONArray methods
2013-06-02 09:41:24 -07:00
Scott Murray
4063f3c1c7
Added related reference links to JSONObject methods
2013-06-02 09:30:07 -07:00
Scott Murray
266f145053
Merge branch 'master' of github.com:processing/processing
2013-06-02 09:16:51 -07:00
Scott Murray
4a45173928
Added reference for JSONArray.append()
2013-06-02 09:13:51 -07:00
codeanticode
58cb546ace
Replaced old Landscape example with Elevated from shadertoy
2013-06-02 11:53:16 -04:00
Scott Murray
015a2a2d9a
Merge branch 'master' of github.com:processing/processing
2013-06-02 08:27:24 -07:00
Scott Murray
3b9a12665a
Added reference for all JSONArray get and set methods
2013-06-02 08:26:58 -07:00
codeanticode
1bb36b1db1
some code cleanup of the recent changes
2013-06-02 11:18:10 -04:00
Scott Murray
2b781353bb
Added initial reference for JSONArray set and get methods
2013-06-02 07:17:09 -07:00
codeanticode
362def018e
Merge branch 'master' of https://github.com/processing/processing.git
2013-06-02 08:06:03 -04:00
codeanticode
f9741dd1e2
renamed front tex flag
2013-06-02 03:33:03 -04:00
codeanticode
66d040df15
create separate front and back textures only when calling to
...
syncBackTexture and the front texture is being used.
2013-06-02 03:32:12 -04:00
codeanticode
b4720178aa
simplified font/back texture wrap logic
2013-06-02 02:59:43 -04:00
codeanticode
53b83da595
Renamed bind/unbind BackTexture to FrontTexture
2013-06-02 02:38:40 -04:00
codeanticode
f18cffa09c
Added version of PGL.initSurface() that allows to set requested caps and
...
shared context
2013-06-02 01:37:42 -04:00
Scott Murray
c79fd2bed5
Added reference for JSONArray.setJSONObject()
2013-06-01 21:25:24 -07:00
Scott Murray
d030b9709c
Starting to add JSONArray.setJSONArray() reference
2013-06-01 21:11:45 -07:00
Scott Murray
c03e61ff5b
Added reference for JSONArray methods getJSONArray() and getJSONObject()
2013-06-01 21:09:06 -07:00
REAS
9d7026c2bf
Arrows for GUI, new keywords and reference
2013-06-01 20:23:23 -07:00
Daniel Shiffman
0339b77d71
small fixes to lottery example
2013-06-01 22:34:37 -04:00
Daniel Shiffman
9c4437f33a
new IntList example
2013-06-01 22:28:43 -04:00
Scott Murray
5c7c627a2b
Added reference for JSONArray methods size() and remove()
2013-06-01 17:53:11 -07:00
Scott Murray
6496f33760
Added reference for JSONObject methods setInt(), setFloat(), setString(), and setBoolean()
2013-06-01 17:23:02 -07:00