Ben Fry
|
b7d5f987ad
|
add workaround for setTitle() resetting cursor() (fixes #3472)
|
2015-08-08 14:54:17 -04:00 |
|
Ben Fry
|
e23c23363a
|
throw an error when using methods that require sketchPath outside setup() (#3433)
|
2015-08-08 14:41:22 -04:00 |
|
codeanticode
|
154b379b6c
|
making sure everything is flushed when calling lights()
|
2015-08-07 10:43:31 -04:00 |
|
codeanticode
|
31a4dbbf37
|
flush geometry before disabling/enabling lighting
|
2015-08-07 10:41:36 -04:00 |
|
Ben Fry
|
81c0732f22
|
change how size(displayWidth, displayHeight) works (fixes #3545)
|
2015-08-07 10:06:08 -04:00 |
|
Ben Fry
|
9e32b707b9
|
remove some unused portions
|
2015-08-07 09:52:57 -04:00 |
|
Ben Fry
|
3121424be5
|
writing release notes, switch to BUFFER_READING instead of DEPTH_READING
|
2015-08-06 17:18:18 -04:00 |
|
codeanticode
|
1ab9bdeb48
|
any lighting change triggers flush
|
2015-08-05 16:01:41 -04:00 |
|
codeanticode
|
ec54716c19
|
use dot literal to split device id string
|
2015-08-05 11:15:46 -04:00 |
|
codeanticode
|
e3ab81723e
|
use different device parsing method on Linux
|
2015-08-05 10:52:25 -04:00 |
|
codeanticode
|
5315c6c869
|
Merge pull request #3528 from JakubValtar/bugfix-pshape-setvertex
Fix setVertex for PATH PShapeOpenGL
|
2015-08-04 10:30:41 -04:00 |
|
codeanticode
|
4e07422358
|
Merge pull request #3527 from JakubValtar/feature-depth-read
Feature: depth reading
|
2015-08-04 10:29:26 -04:00 |
|
Jakub Valtar
|
0975b3c753
|
PGL: fix depth reading for off-screen buffers
|
2015-08-03 19:17:13 -04:00 |
|
Jakub Valtar
|
43acb69c49
|
Fix setVertex for PATH PShapeOpenGL
|
2015-08-03 18:00:08 -04:00 |
|
Scott Murray
|
b55a8ed5cb
|
Minor text change to beginRecord() reference, per processing/processing-docs#274
|
2015-08-03 11:03:38 -07:00 |
|
Jakub Valtar
|
e15c7ebce1
|
PGL: update comment
|
2015-08-03 12:10:23 -04:00 |
|
Jakub Valtar
|
c9418545e9
|
PGL: enable depth reading from multisampled buffers
|
2015-08-03 11:57:13 -04:00 |
|
Jakub Valtar
|
765e377511
|
PGL: rename multi color buffer
|
2015-08-03 11:47:26 -04:00 |
|
Jakub Valtar
|
ef060165a9
|
PGL: Separate multisampled buffers
|
2015-08-03 11:46:35 -04:00 |
|
Jakub Valtar
|
0e2eda5512
|
PGL: Move depth buffer creation to a function
|
2015-08-03 11:36:38 -04:00 |
|
Jakub Valtar
|
1012b359d6
|
PGL: add missing stencil buffer rewind
|
2015-08-03 11:32:40 -04:00 |
|
codeanticode
|
cb9e591703
|
re-enabled save-surface-to-pixels hack
|
2015-07-31 14:55:58 -04:00 |
|
Ben Fry
|
5295a4a5d7
|
Merge pull request #3516 from JakubValtar/bugfix-createshape
Remove mode parameters from createShape(), fixes parameter collision issues
|
2015-07-31 11:59:01 -04:00 |
|
Ben Fry
|
971f692e65
|
deal with createInputRaw() casting issue (#3514)
|
2015-07-31 11:50:08 -04:00 |
|
Ben Fry
|
9c2763d691
|
make size protected again (fixes #3519)
|
2015-07-31 11:46:49 -04:00 |
|
Jakub Valtar
|
937942b5ef
|
Fix PShape ellipses
|
2015-07-29 17:14:48 -04:00 |
|
Jakub Valtar
|
771d24c566
|
Fix PShape rects
|
2015-07-29 17:12:18 -04:00 |
|
Jakub Valtar
|
6a9493ebda
|
Fix PShape arcs
|
2015-07-29 17:11:53 -04:00 |
|
Jakub Valtar
|
6c327dab65
|
PShape gets rect/ellipse mode from parent
|
2015-07-29 17:11:19 -04:00 |
|
Jakub Valtar
|
fcd2e10fa7
|
Fix ClassCastException in GLResourceVertexBuffer equals
|
2015-07-29 16:32:43 -04:00 |
|
Daniel Shiffman
|
ecae4472d3
|
simplifying PVector heading(), fixes #3511
|
2015-07-28 16:06:39 +01:00 |
|
Jakub Valtar
|
f3bfa17531
|
Sorter: draw call grouping
|
2015-07-27 15:21:39 -04:00 |
|
Jakub Valtar
|
702255e277
|
Sorter: getting up to speed
|
2015-07-25 15:06:19 -04:00 |
|
Jakub Valtar
|
d4f2392edc
|
Move collecting vertex attributes into a function
|
2015-07-21 14:20:50 -04:00 |
|
Jakub Valtar
|
8d942ad8b1
|
Fix curves (properly this time)
|
2015-07-21 10:39:06 -04:00 |
|
codeanticode
|
ac98a4a8e4
|
Merge pull request #3496 from JakubValtar/bugfix-curve-tightness
Remove duplicate curve vertex
|
2015-07-20 16:43:04 -04:00 |
|
Jakub Valtar
|
aeb8f54230
|
Remove duplicate curve vertex
Fixes #2937
|
2015-07-20 16:35:04 -04:00 |
|
Jakub Valtar
|
fc23d16e1e
|
JOGL window size is now set properly
Fixes #3223
|
2015-07-20 12:52:53 -04:00 |
|
Ben Fry
|
7c81171b38
|
add means of getting surface from outside a subclass
|
2015-07-20 08:05:53 -04:00 |
|
Jakub Valtar
|
bb9b82a42e
|
Sorter: Fix out of bounds exceptions
Fixes #3476
1) Arrays were not resized
2) There was a wrong index when rotating right
|
2015-07-17 10:13:10 -04:00 |
|
Ben Fry
|
d633b23148
|
activate the welcome screens
|
2015-07-16 12:31:14 -04:00 |
|
Ben Fry
|
5e82cbe636
|
support additional image types from ImageIO.read(), check alpha on unknown images (fixes #3442), other notes
|
2015-07-14 11:51:48 -04:00 |
|
codeanticode
|
e2d859411d
|
addition attrib*() methods in PApplet
|
2015-07-13 15:55:17 -04:00 |
|
codeanticode
|
54a3c55590
|
finished implementing attrib API
|
2015-07-13 01:30:29 -04:00 |
|
Ben Fry
|
ce8dda9330
|
change how icons are set on frames, notes from github
|
2015-07-03 10:46:15 -04:00 |
|
Ben Fry
|
fbfaab084e
|
implement setIconImage() for PSurfaceAWT
|
2015-06-28 20:42:46 -04:00 |
|
Ben Fry
|
b255bd0925
|
add callbacks for subclassing init process, use class name not full package for title
|
2015-06-28 15:03:47 -04:00 |
|
Ben Fry
|
c7dc777154
|
change how font metrics are pulled to fix text width issues
|
2015-06-28 08:51:20 -04:00 |
|
Ben Fry
|
c8d009ec45
|
thought we might need this, but no
|
2015-06-27 15:06:54 -04:00 |
|
Ben Fry
|
a052600d48
|
make pixelDensity(displayDensity()) work properly, fixes #3436
|
2015-06-26 08:47:00 -04:00 |
|