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 |
|
Ben Fry
|
c22929e55e
|
cleaning up the todo list for core... sorta
|
2013-06-03 15:44:38 -04:00 |
|
codeanticode
|
4b0f0b2922
|
Some notes
|
2013-06-03 15:31:57 -04:00 |
|
codeanticode
|
1625e1d2be
|
Merge branch 'master' of https://github.com/processing/processing.git
|
2013-06-03 15:07:45 -04:00 |
|
codeanticode
|
5e8f7eae65
|
removed debug printouts
|
2013-06-03 15:07:31 -04:00 |
|
REAS
|
b4d76c6f5b
|
Merge branch 'master' of github.com:processing/processing
|
2013-06-03 12:02:24 -07:00 |
|
Ben Fry
|
7005c0bf88
|
Merge branch 'master' of github.com:processing/processing
|
2013-06-03 15:00:05 -04:00 |
|
Ben Fry
|
b94fa5cce3
|
update release notes for XML change
|
2013-06-03 14:59:56 -04:00 |
|
Ben Fry
|
b635f8a2cf
|
modify XML.toString() to use indent(-1) instead of indent(2)
|
2013-06-03 14:59:48 -04:00 |
|
REAS
|
093efc42bc
|
New reference.zip for 2.0 launch
|
2013-06-03 11:59:09 -07:00 |
|
codeanticode
|
dd298b67cd
|
Added requestFocusInWindow to NEWT as well
|
2013-06-03 14:58:24 -04:00 |
|
Ben Fry
|
7c89eb0a9f
|
Merge branch 'master' of github.com:processing/processing
|
2013-06-03 14:44:32 -04:00 |
|
Ben Fry
|
1cf486de50
|
attempting other focus solutions
|
2013-06-03 14:44:27 -04:00 |
|
Ben Fry
|
9209745631
|
change how indent, returns work with xml formatting
|
2013-06-03 14:44:17 -04:00 |
|
Daniel Shiffman
|
a9d5c78ebb
|
nature of code examples update
|
2013-06-03 14:33:49 -04:00 |
|
Daniel Shiffman
|
dd88eecfe9
|
two quick XML example fixes
|
2013-06-03 14:31:32 -04:00 |
|
Ben Fry
|
5684907cd6
|
Merge branch 'master' of github.com:processing/processing
|
2013-06-03 14:04:57 -04:00 |
|
Ben Fry
|
b1a313eb48
|
fix for XML problems in issue #1796
|
2013-06-03 14:04:54 -04:00 |
|
codeanticode
|
0f35afcb27
|
added requestFocus() to PGraphicsOpenGL, PGL
|
2013-06-03 13:44:22 -04:00 |
|
Daniel Shiffman
|
22b37fa967
|
using remove() properly now in IntList example
|
2013-06-03 13:21:18 -04:00 |
|
REAS
|
a636728bb5
|
Removing advanced constructors from new Data reference
|
2013-06-03 10:00:04 -07:00 |
|
Ben Fry
|
476318fd76
|
adding AIOOBE to removeIndex() in Dict classes
|
2013-06-03 12:01:42 -04:00 |
|
Ben Fry
|
3e6a9a8830
|
add AIOOBE when trying to remove() outside the array
|
2013-06-03 12:00:17 -04:00 |
|
codeanticode
|
ae8b59d7b8
|
update tessellation for path shapes as well
|
2013-06-03 11:43:02 -04:00 |
|
Ben Fry
|
9d4da2fa3f
|
another focus tweak
|
2013-06-03 11:36:22 -04:00 |
|
Ben Fry
|
57d0ac36fb
|
Merge branch 'master' of github.com:processing/processing
|
2013-06-03 11:30:32 -04:00 |
|
Ben Fry
|
cafa58b287
|
attempt to deal with focus issues
|
2013-06-03 11:30:25 -04:00 |
|
codeanticode
|
f3491cbc2c
|
address regression reported in #1846
|
2013-06-03 11:23:04 -04:00 |
|
codeanticode
|
fad875b3d1
|
use correct definition of mx1, my1, mx2, my2
|
2013-06-03 11:08:11 -04:00 |
|
Ben Fry
|
3205f22801
|
fix for binary table problem, addl release notes
|
2013-06-03 10:43:50 -04:00 |
|
Ben Fry
|
6e6368036a
|
fix incorrect mx2/my2 calculations in PImage
|
2013-06-03 10:29:59 -04:00 |
|
Ben Fry
|
27eef8685e
|
changing mx2/my2 back
|
2013-06-03 10:22:53 -04:00 |
|
Ben Fry
|
5e5c88e4c3
|
more fixes for the data classes
|
2013-06-03 10:19:31 -04: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 |
|