Commit Graph

3463 Commits

Author SHA1 Message Date
Jakub Valtar fcd2e10fa7 Fix ClassCastException in GLResourceVertexBuffer equals 2015-07-29 16:32:43 -04:00
Ben Fry 8fe5820409 Merge pull request #3507 from JakubValtar/sorter-update
Sorter update
2015-07-27 15:27:12 -05:00
Jakub Valtar f3bfa17531 Sorter: draw call grouping 2015-07-27 15:21:39 -04:00
Ben Fry eb1566faae add notes from going through bug reports 2015-07-27 11:10:36 -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
Ben Fry ebbbd61dba add icons to the tabs on the footer 2015-07-17 11:29:53 -04:00
Ben Fry c69881a89d Merge pull request #3477 from JakubValtar/sorter-fix
Sorter: Fix out of bounds exceptions
2015-07-17 10:19:26 -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 ceb51cf4c4 rolling over for the next release 2015-07-16 17:15:04 -04:00
Ben Fry 6879404a41 writing release notes. my hands hurt. 2015-07-16 15:27:03 -04:00
Ben Fry 9c499c8dbb notes from github 2015-07-16 12:35:43 -04:00
Ben Fry d633b23148 activate the welcome screens 2015-07-16 12:31:14 -04:00
Ben Fry dde3bcb4ab more error checking around package changes in 3.0 2015-07-14 12:10:23 -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
Ben Fry f04b908812 making some notes 2015-06-25 10:36:20 -04:00
REAS c9830c1f8e Merge branch 'master' of https://github.com/processing/processing 2015-06-24 12:06:04 -07:00
REAS 983bcc2145 Reference updates to PApplet 2015-06-24 12:05:58 -07:00
codeanticode 48e136bb79 implementing new gl resource disposal method based on WeakReferences 2015-06-23 16:49:14 -04:00
Ben Fry 9d2df88fca documenting who's who 2015-06-21 23:56:35 -04:00
Ben Fry 44404f4062 excising nearly all AWT from PGraphics 2015-06-21 23:55:10 -04:00
Ben Fry e2e1b9477b clean up error message, repair dumb mistake (fixes #3417) 2015-06-21 23:36:57 -04:00
Ben Fry 9f1eeb11d1 going full factory with this f*ker 2015-06-21 23:09:49 -04:00
Ben Fry bf05f41bb9 break PShape into AWT and non-AWT code 2015-06-21 22:58:41 -04:00
Ben Fry ef9d4c4d2f more package movement for the separate renderers 2015-06-21 22:24:49 -04:00
Ben Fry 44c05ee2e3 split out the javafx stuff, clean up misuse of fields 2015-06-21 22:12:39 -04:00
Ben Fry 3d60c3b707 update documentation for 3.0 2015-06-21 22:05:58 -04:00
Ben Fry cddbc2904a use Map in appropriate places, use Dict classes in others 2015-06-21 21:57:14 -04:00
Ben Fry 0d835eafbe add useful getNative() methods for PGraphics fellers 2015-06-21 21:56:51 -04:00
Ben Fry 036446a2b0 deal with some threading issues, remove init() 2015-06-21 21:23:05 -04:00
Ben Fry d1dd820c12 move setVisible() location 2015-06-21 16:06:40 -04:00
Ben Fry 861deb43d7 remove reference to FX so ARM can compile w/o it 2015-06-21 16:02:43 -04:00
Ben Fry 94cb96d43d get present mode working again, change up full screen definition 2015-06-21 15:39:05 -04:00
codeanticode 95fc88f575 removed use of return 2015-06-21 14:56:50 -04:00
Ben Fry 3f0e49c1dd trying with Frame instead of JFrame 2015-06-21 14:17:29 -04:00
Ben Fry 51097fac40 Merge branch 'master' of github.com:processing/processing 2015-06-21 13:52:19 -04:00
Ben Fry befd753dfd set default density for backwards compat (fixes #3413) 2015-06-21 13:52:15 -04:00