Commit Graph

8885 Commits

Author SHA1 Message Date
Ben Fry 02a20022ee Merge pull request #1866 from mckennapsean/master
enable optional --output flag for processing-java
2014-08-12 09:33:01 -04:00
Ben Fry 8e290f22f4 Merge pull request #2769 from federicobond/update-es-language
Update Spanish language strings
2014-08-12 09:30:28 -04:00
Ben Fry e035023d76 Merge pull request #2770 from federicobond/update-contributions
Update contributions.* strings to contrib
2014-08-12 09:27:49 -04:00
Ben Fry f2174cda9c Merge pull request #2772 from JakubValtar/preproc-constructorCast-fix
Fixes #1936 - Preproc constructor cast fix
2014-08-12 09:25:32 -04:00
Ben Fry 72c4b0b6c7 Merge pull request #2774 from JakubValtar/preproc-enum
Preproc enum
2014-08-12 09:22:17 -04:00
Manindra Moharana f4f7dfc06f temporary testing output 2014-08-12 17:34:27 +05:30
Manindra Moharana 4da8a5e304 temporary testing output 2014-08-12 17:18:36 +05:30
Manindra Moharana e4683b4b3e set error check delay to 500 ms, #2677 2014-08-12 11:36:35 +05:30
codeanticode d9811350af updates to korean translation 2014-08-11 21:57:34 -04:00
wirsing 279cc0fb44 fixed FFT Crash with FFT Sizes smaller than Audio Buffer Size 2014-08-11 15:43:53 -07:00
Manindra Moharana 82f882c4c6 select 1st option in import suggest. 2014-08-11 21:17:34 +05:30
Manindra Moharana 7674038472 Add preference option for import suggest. #2766 2014-08-11 21:13:23 +05:30
Manindra Moharana 6da4450403 Add ignore option to import suggest. Fixes #2766 2014-08-11 20:59:26 +05:30
Manindra Moharana 63e71d6f67 Changed ECS delay to 1.1 secs 2014-08-11 20:37:40 +05:30
Manindra Moharana 63f03b0e7d Fixes #2757 once and for all 2014-08-11 20:08:53 +05:30
Daniel Shiffman c095815be1 Merge pull request #2773 from therewasaguy/Table
fix tiny typo in Table writeHTML()
2014-08-11 09:09:35 -04:00
Jakub Valtar 5720692c75 Preprocessor Enum implementation
Fixes #1390.
2014-08-11 13:28:45 +02:00
Jakub Valtar f465d1a91e Preprocessor Enum test 2014-08-11 13:27:51 +02:00
Jason Sigal b89dbc46d0 fix tiny typo in Table writeHTML()
just noticed a tiny typo in the writeHTML method of saveTable()
2014-08-10 22:13:00 -04:00
Jakub Valtar fcd3ff99cb Corrected constructor cast method name
Changed `float[] parseByte(byte[])` to `float[] parseFloat(byte[])`
2014-08-11 01:56:16 +02:00
Jakub Valtar 8cd54e52ab Fixes #1936 - nested constructor casts
Fixes #1936. Tokens can be null when Recognizer uses "guess" mode, which
was not accounted for.
2014-08-11 01:53:52 +02:00
Jakub Valtar c6cf054890 Test for bug #1936 - nested constructor casts 2014-08-11 01:49:22 +02:00
Sean McKenna b6aa978be2 Merge remote-tracking branch 'remotes/upstream/master' 2014-08-10 15:05:29 -04:00
Federico Bond cd387595b6 Update contributions.* strings to contrib 2014-08-10 06:12:43 -03:00
Federico Bond 02e5e6986e Update Spanish language strings 2014-08-10 05:34:54 -03:00
Casey Reas 1106b043d0 Merge pull request #2768 from AmnonOwed/FixNfcRelatedItems
Fix nfc() related items
2014-08-09 13:37:51 -07:00
AmnonOwed 48f5a88303 Replace related item with commonly used nfs reference 2014-08-09 21:38:09 +02:00
AmnonOwed d8248c5fc9 Fix nfc() related items 2014-08-09 21:26:54 +02:00
Manindra Moharana 8ef7507bbd Better caret positioning in CC 2014-08-09 11:17:53 +05:30
Manindra Moharana 51a671ae4f More rules related to #2755 2014-08-09 10:45:48 +05:30
Manindra Moharana bf8c55357d Merge pull request #2762 from aengelke/patch-1
Style completion panel on Windows
2014-08-09 10:18:25 +05:30
Manindra Moharana 143fd9b2fe Merge pull request #2763 from AmnonOwed/FixCodeCompletionBoxDisplayWin8
Prevent unnecessary scroll bars in code completion popup
2014-08-09 10:16:56 +05:30
AmnonOwed cad9c79272 Fix unneeded vertical scroll bar 2014-08-08 19:00:20 +02:00
AmnonOwed 2d7b3cea2d Fix unneeded horizontal scroll bar 2014-08-08 18:46:16 +02:00
aengelke 14b8d9029e Style completion panel on windows 2014-08-08 18:00:47 +02:00
Manindra Moharana d6d912a173 Final touches to improve CC, #2758 2014-08-08 14:53:47 +05:30
Manindra Moharana cd563b9f9e cleanup sysout, and some refactoring 2014-08-08 14:26:09 +05:30
Manindra Moharana b7790dc526 Make CC popup width dynamic 2014-08-08 14:23:42 +05:30
Manindra Moharana 9bda181894 a minor tweak 2014-08-08 13:01:15 +05:30
Manindra Moharana 992bd94510 Further work on #2755 2014-08-08 12:39:02 +05:30
Manindra Moharana ee206f85dd Possible solution for #2677 2014-08-08 12:08:22 +05:30
codeanticode 624139acca pack() after maximizing, takes care of #2562 2014-08-07 16:11:10 -04:00
codeanticode 463b91244a Merge pull request #2756 from galsasson/pshape-java2d
PShape for JAVA2D
2014-08-07 15:59:26 -04:00
Gal Sasson 6695215a7d PShape of type GEOMETRY is treated the same as PATH when drawing. 2014-08-07 14:37:42 -04:00
Gal Sasson a05f036919 cleanup and sanity checks 2014-08-07 14:37:28 -04:00
Gal Sasson 844106150a initial PShape implementation for JAVA2D 2014-08-07 14:37:07 -04:00
codeanticode f43310be4c Merge branch 'master' of https://github.com/processing/processing.git 2014-08-07 11:26:41 -04:00
codeanticode d7cef16d09 don't call enable(target)/disable(target) 2014-08-07 11:26:27 -04:00
Daniel Shiffman f30256c3ea fixing a bug introduced by #2754 2014-08-07 09:51:45 -04:00
Ben Fry 7057e56e64 Merge pull request #2754 from federicobond/fix-title
Remove unused title in ContributionManagerDialog
2014-08-07 09:23:18 -04:00