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
|
79ac3d2869
|
Replaced getWheelRotation() with getRotation()
|
2013-08-14 11:36:17 -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
|
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 |
|
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
|
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 |
|
Ben Fry
|
c68a7f712f
|
change how insets are handled on resize
|
2013-07-29 14:01:14 -04:00 |
|
Ben Fry
|
7522ddd22f
|
add retina switch for PApplet to set useActive with OS X and 7u40
|
2013-07-28 12:20:35 -04:00 |
|
Ben Fry
|
ed0c37e95e
|
fix for Linux inset problems
|
2013-06-21 14:31:35 -04: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 |
|
Daniel Shiffman
|
ae6db19334
|
fixing #1863 printprojection error
|
2013-06-09 21:13:54 -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 |
|
Ben Fry
|
7005c0bf88
|
Merge branch 'master' of github.com:processing/processing
|
2013-06-03 15:00:05 -04:00 |
|
Ben Fry
|
b635f8a2cf
|
modify XML.toString() to use indent(-1) instead of indent(2)
|
2013-06-03 14:59:48 -04:00 |
|
codeanticode
|
dd298b67cd
|
Added requestFocusInWindow to NEWT as well
|
2013-06-03 14:58:24 -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 |
|
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 |
|
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 |
|