Commit Graph

2303 Commits

Author SHA1 Message Date
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
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
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
Amnon Owed
7582b286a1 Fix for issue processing/processing#1994 2013-07-26 20:25:41 +02:00
Amnon Owed
2ce80c3f67 Adding set(boolean) methods + fix w in set(int) method 2013-07-26 12:57:14 +02:00
Ben Fry
ae7e689c40 fix for window/sketch placement issue with insets 2013-07-25 17:17:58 -04:00
Ben Fry
0f92ad1c94 add methods to sum up the values in a dict, and return percentages for each 2013-07-24 10:53:21 -04:00
Ben Fry
3fc5a78825 ignore Insets, not needed with JFrame like the are with awt.Frame 2013-07-24 10:52:54 -04:00
Ben Fry
1dd5151383 more notes regarding #1955 2013-07-19 14:46:28 -07:00
Ben Fry
133444416f hopefully fix Present mode (#1955), plus minor build tweaks 2013-07-19 17:40:17 -04:00
REAS
10f3899ac6 Reference fix for IntList 2013-07-19 08:22:28 -07:00
Ben Fry
65b05aed71 fixes for getSubset() (#1979) 2013-07-18 15:27:48 -07:00
codeanticode
48d654153f make the drawTexture() functions in PGL public, remove them from
PGraphicsOpenGL
2013-07-13 19:29:56 +00:00
codeanticode
d5d352861b adding back the drawTexture() functions, and making getTexture() public
again so that the syphon library works
2013-07-13 18:55:25 +00: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
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
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
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
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
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