Commit Graph

989 Commits

Author SHA1 Message Date
codeanticode
139d44c4b4 reworked the pixels operations 2012-11-24 22:46:45 +00:00
codeanticode
8d97301dcb more surface-handling cleanup 2012-11-24 18:29:48 +00:00
codeanticode
7fd9ca848e some cleanup 2012-11-24 17:16:28 +00:00
codeanticode
844807bb05 don't draw the back texture onto the front texture when background is used 2012-11-24 17:12:13 +00:00
codeanticode
850e9778d1 getting front buffer to work in offscreen surfaces 2012-11-24 17:00:44 +00:00
benfry
b94c381780 cleaning todo list, add note to TouchEvent class 2012-11-24 15:37:25 +00:00
codeanticode
60ad38c811 added new arc modes to P2D/P2D, closes issue #1406 2012-11-24 02:07:57 +00:00
codeanticode
2021cd7338 removed obsolete hints 2012-11-23 22:09:32 +00:00
codeanticode
d58d71f969 start clean-up of surface handling (onscreen and offscreen) 2012-11-23 21:14:54 +00:00
benfry
9e85ecaff4 fix right-click for OS X 2012-11-23 18:41:06 +00:00
benfry
03ec075933 major work to clean up event handling 2012-11-23 17:38:41 +00:00
codeanticode
49f99c5022 don't need to call removeListeners() in NEWT 2012-11-22 14:45:16 +00:00
benfry
e8cf271de6 implement arc drawing modes (issue #711) 2012-11-22 12:57:05 +00:00
codeanticode
65f8e12c97 sets the ambient color in PShapeOpenGL when setting fill for the first time, fixes issue 1342 2012-11-21 01:21:18 +00:00
benfry
95a76fa4f3 implementation of blendMode() 2012-11-20 23:26:42 +00:00
benfry
0ed08d9cb9 implement clipping in the default renderer 2012-11-20 22:43:36 +00:00
codeanticode
54e2ff13fe support for anisotropic filtering 2012-11-20 22:05:21 +00:00
Casey Reas
f594ff3746 Reference edits for 2.0, text corrections 2012-11-20 21:40:43 +00:00
codeanticode
fadec581ce set curveVertexCount to zero in beginShape() 2012-11-20 20:43:24 +00:00
benfry
63849bc01f wrong type parameter 2012-11-20 19:31:53 +00:00
benfry
a18b641741 clean up blendMode() error/warning handling 2012-11-20 19:28:30 +00:00
codeanticode
69460f7b1f start NEWT's animator at the end, otherwise it might call display() before all the variables are set 2012-11-20 16:36:23 +00:00
Casey Reas
7a957cf8d1 Reference changes for 2.0 related to shaders 2012-11-20 04:35:49 +00:00
codeanticode
e0a50b8d90 invert mouse value 2012-11-20 00:06:36 +00:00
codeanticode
12ac541ea8 BaseShader class is parent for all shader types in PGraphicsOpenGL 2012-11-19 23:50:51 +00:00
codeanticode
c501b6e065 front buffer works again with JOGL's FBO-layer implementation 2012-11-19 21:24:26 +00:00
codeanticode
e02e3392c0 don't enable mipmapping if texture is the color buffer of a PGraphics 2012-11-19 16:54:11 +00:00
Casey Reas
11ca3752fe Reference update for PShader and util functions. More coming... 2012-11-19 06:25:57 +00:00
codeanticode
530b34d80d put requested depth, stencil and alpha bits in static variables 2012-11-19 02:03:19 +00:00
Casey Reas
9cdb0f2e89 Updates to the PShape reference for 2 2012-11-17 17:23:31 +00:00
Casey Reas
e971eb6318 Updates to the PShape reference for 2 2012-11-17 07:43:44 +00:00
Casey Reas
c3c52602f0 Changes to PShape.java for documentation 2012-11-17 03:13:26 +00:00
codeanticode
3fcb2b2f21 removed unused variable from line shader 2012-11-15 19:10:19 +00:00
benfry
b415db23e1 rewriting event queue setup, changing default imports, general havoc 2012-11-13 17:26:06 +00:00
benfry
4b33f00ecd some fixes for mouse button problems (issue 1350, issue 1373) 2012-11-13 13:12:50 +00:00
benfry
06427279bf working on mouse event handling 2012-11-13 12:59:10 +00:00
benfry
e1804402cb change variable names per request from Casey 2012-11-13 00:01:08 +00:00
codeanticode
10f418e610 implemented event handling with newt 2012-11-12 16:39:23 +00:00
codeanticode
2dc87d514b check for awt event 2012-11-12 16:39:01 +00:00
benfry
e6bf6b3de8 start moving event handling for Andres 2012-11-12 16:19:58 +00:00
benfry
6e6fc2bfcc more table changes based on recent API discussions 2012-11-12 15:15:50 +00:00
benfry
7f50239485 move to getRows() for Table, also add parseInto() method 2012-11-11 20:09:31 +00:00
codeanticode
8a38bc06b0 jogl update, attempt #2. using NEWT by default, stencil buffer disabled for the time being. 2012-11-11 19:36:15 +00:00
alignedleft
835ce653cf Removed getLocalName() from reference 2012-11-08 00:48:35 +00:00
benfry
3e360ccc5f starting the next release 2012-11-02 13:18:24 +00:00
benfry
a3f75fe07c fix how icons are found when a package is used (issue #1346) 2012-11-02 12:21:46 +00:00
codeanticode
596e7d47d7 Backtracking jogl update, as it introduced several deadlocks 2012-11-01 16:53:01 +00:00
codeanticode
9be09c160c fixed initialization for NEWT 2012-11-01 00:41:09 +00:00
codeanticode
76a22470ec added swapColorBuffers() to FrameBuffer, some cleanup 2012-10-31 16:33:35 +00:00
codeanticode
d0e06a3a60 take into account non-multisampled FBO situation 2012-10-31 00:50:23 +00:00