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
Manindra Moharana
3c79c5f2c7
Tab outline stuff
2014-07-15 07:34:00 +05:30
Manindra Moharana
78c8cee520
Tab outline, SO's little bro
2014-07-15 07:28:08 +05:30
Manindra Moharana
dd000f7989
nope, dont need you
2014-07-15 06:34:55 +05:30
Manindra Moharana
eeee483e7a
Removed Window menu from Sketch menu
2014-07-15 06:31:06 +05:30
Manindra Moharana
ceebc14984
avoid NPE while running Tweak
2014-07-15 06:12:33 +05:30
Manindra Moharana
b38f5b6c12
Sketch menu update, added Tweak
2014-07-15 06:08:27 +05:30
Jakub Valtar
72b95f6711
fixes #2619
...
After a call to get()/set(), pixels array has been treated as up-to-date
even though user has been drawing. Because of this, loadPixels() was not
updating pixels array with changes.
2014-07-15 00:38:54 +02:00
Manindra Moharana
afd66fb818
updated todo
2014-07-15 00:01:19 +05:30
Manindra Moharana
f593b59bf0
commented out debug messages
2014-07-14 23:49:38 +05:30
Manindra Moharana
2ea3d589d5
updated todo
2014-07-14 23:40:56 +05:30
Manindra Moharana
9fc005d794
refactoring can now be undone with one undo
2014-07-14 23:40:18 +05:30
Manindra Moharana
aaedc5448e
trimmed CC
2014-07-14 23:35:13 +05:30
Manindra Moharana
31e835d7a7
updated todo
2014-07-14 23:28:37 +05:30
Manindra Moharana
2592a1d1af
slight improvements to toggle comment feature
2014-07-14 23:19:27 +05:30
Manindra Moharana
76a68bfcb6
updated todo
2014-07-14 22:29:45 +05:30
Manindra Moharana
0a8a8c1003
Merge pull request #2610 from joshgiesbrecht/master
...
fix windows build - typo in launch4j config
2014-07-14 21:35:56 +05:30
Manindra Moharana
bbcade3783
cc trigger bug fix
2014-07-14 06:14:57 +05:30
Jakub Valtar
6df349b68e
new Arc implementation for OpenGL renderers
2014-07-13 22:33:37 +02:00