Commit Graph

8488 Commits

Author SHA1 Message Date
Ben Fry 4bf6256c57 mark version 2014-07-25 21:17:29 -04:00
Ben Fry ec07e271b9 write release notes 2014-07-25 19:11:57 -04:00
Ben Fry 50b6fb14e3 Merge branch 'master' of github.com:processing/processing 2014-07-25 18:57:40 -04:00
Ben Fry a7566fd7a5 cleaning up the todo lists 2014-07-25 18:57:34 -04:00
Ben Fry bc8047228b Merge pull request #2570 from tyfkda/remove-writer
Remove writer
2014-07-25 18:50:24 -04:00
Ben Fry e2f565b825 clean up indents and formatting 2014-07-25 18:19:04 -04:00
Ben Fry e99c5e8006 Merge branch 'master' of github.com:processing/processing 2014-07-25 18:17:17 -04:00
Ben Fry 626a8838f4 Merge pull request #2584 from kfeuz/Issue2534
Fixes Issue #2534 by setting the Application name for Linux
2014-07-25 18:14:21 -04:00
Ben Fry f30b245dfd Merge branch 'master' of github.com:processing/processing 2014-07-25 18:11:12 -04:00
Ben Fry f8144565fc fix for serial library exports on Windows 2014-07-25 18:07:32 -04:00
Ben Fry 7ade757b20 Merge pull request #2568 from joelmoniz/presentBckColor
Added Present's background color as an option to the Preferences window.
2014-07-25 17:33:15 -04:00
Ben Fry 57ae79b312 Merge pull request #2598 from joelmoniz/correctContribColor
Line coloring is now proper for filtered contributions (both when comboBox and filterFields are used for filtering)
2014-07-25 17:32:53 -04:00
Ben Fry d93f25d9e7 Merge pull request #2636 from joelmoniz/updateOnStartup
Update Manager now shows on startup (resolves #2557)
2014-07-25 17:28:23 -04:00
Ben Fry 81e5e34adc Merge pull request #2608 from joelmoniz/fixContribProp
Properties file no longer overwritten with contributions.txt values unless something in the properties is amiss
2014-07-25 17:12:32 -04:00
Ben Fry 6bbaedd170 Merge pull request #2645 from JakubValtar/blend-fix
Fixes blending operations in Java2D
2014-07-25 16:45:49 -04:00
Ben Fry a9a4d48ba9 more bug fixes 2014-07-25 10:21:08 -04:00
Ben Fry f0b0f9abd9 use 7u65 for OS X builds 2014-07-24 13:59:45 -04:00
Jakub Valtar db98fa474c Filling in missing alpha for blending operations
Fixes  #2012, fixes #2275. It's the same problem as #2030 - Java won't
set the high bits when RGB, returns 0 for alpha in
BlendingContext#compose(Raster, Raster, WritableRaster)
2014-07-23 03:02:23 +02:00
Ben Fry e80798c19c Merge branch 'master' of github.com:processing/processing 2014-07-22 17:30:38 -04:00
Ben Fry 8873944ef9 add setRow() and fixes for Table(Iterable) performance 2014-07-22 17:30:35 -04:00
codeanticode 90f84a3b94 should fix #2630 2014-07-22 17:28:05 -04:00
codeanticode 79b287fdb0 Merge pull request #2638 from JakubValtar/filter-fix
fixes #2619 - filter() not applying to images produced by saveframe() consistently
2014-07-22 17:04:08 -04:00
codeanticode 132ae9da13 Merge pull request #2644 from JakubValtar/lighting-fix
Fixes dual-side lighting
2014-07-22 16:21:48 -04:00
Ben Fry 5cf458e539 actually fix the category bug, and remove debug lines. ahem. 2014-07-22 16:21:00 -04:00
Ben Fry c3f0e62b1c table bug fixes and additions 2014-07-22 16:03:28 -04:00
Ben Fry 6c4d4d7578 misc notes 2014-07-22 16:02:58 -04:00
codeanticode 6cc396152f testing some functions/methods in PShapeOpenGL in advance of upcoming
refactoring
2014-07-22 15:55:54 -04:00
Jakub Valtar e93ffbbfb3 corrected expected front face orientation CCW -> CW 2014-07-22 18:31:57 +02:00
Jakub Valtar 8853ef40a9 Changed setgetPixels to arePixelsUpToDate
Changed the name to better reflect the purpose of the variable.
2014-07-22 16:46:03 +02:00
Jakub Valtar b2899c63ce Moved pixels invalidation to endShape
Moved to account for a possibility that user uses get(), set() or
loadPixels() inside of beginShape()/endShape() block.
2014-07-22 16:40:09 +02:00
wirsing 09bac0b1a0 updated doc pdf, made interfaces non-public + added noise interface 2014-07-21 19:42:14 -07:00
wirsing c52911db73 Fixed FFT Bug 2014-07-17 20:03:35 -07:00
wirsing fbf8dbeca9 updated todo.txt 2014-07-17 15:30:51 -07:00
wirsing be62826a0e AudioInput works now 2014-07-17 15:29:13 -07:00
wirsing cde6050277 effects can be passed to analyzers. started on making inputs modulatable 2014-07-16 11:49:07 -07:00
Manindra Moharana 00ee473b14 tab outline width bugfix 2014-07-16 00:10:41 +05:30
Manindra Moharana d80afc4ffa tab outline height estimation 2014-07-15 23:27:38 +05:30
Manindra Moharana d022e77f18 correct mouse click behavior in lists 2014-07-15 18:51:55 +05:30
Manindra Moharana 9caf096564 refactoring, moving things around 2014-07-15 18:38:14 +05:30
Manindra Moharana 6feb76dfb9 tab outline min height bugfix 2014-07-15 13:48:15 +05:30
Manindra Moharana 9f54668905 sketch outline popup location changed 2014-07-15 13:29:44 +05:30
Manindra Moharana c74193d48a tab outline popup location changed 2014-07-15 13:25:42 +05:30
Manindra Moharana 037487fb4f tab outline now with a label 2014-07-15 11:54:09 +05:30
Manindra Moharana 2149db2204 better tab outline width 2014-07-15 11:42:35 +05:30
Manindra Moharana 0e43695fe6 Disabling debug messages.... 2014-07-15 11:29:18 +05:30
Manindra Moharana f8ed842e5a Disabling debug messages... 2014-07-15 11:25:21 +05:30
Manindra Moharana 98ad9ffd04 Disabling debug messages.. 2014-07-15 11:14:11 +05:30
Manindra Moharana fd8fd59135 Disabling debug messages 2014-07-15 11:12:21 +05:30
Manindra Moharana cad78e9b4a Error messages updated 2014-07-15 11:07:45 +05:30
Manindra Moharana 233c2a4c47 Tab outline shortcut update 2014-07-15 07:52:55 +05:30