Commit Graph

11958 Commits

Author SHA1 Message Date
Jakub Valtar e48c35733e Give helpful message when createFont() called before setup()
Fixes #4486
2016-05-23 16:39:38 +02:00
Ben Fry 173221771e Merge pull request #4491 from JakubValtar/error-check-toggle
Return of the error check toggle
2016-05-19 15:45:45 -04:00
Jakub Valtar b9c449c115 Return of the error check toggle
Show Warnings now gets greyed out if check is not enabled
2016-05-19 19:09:55 +02:00
Ben Fry b094175c69 note about patch from @gohai 2016-05-17 09:37:56 -04:00
Ben Fry fb4d1f38ef Merge pull request #4480 from gohai/io-fixes
IO: Fix drawing for SPIAnalogDigital examples
2016-05-17 09:17:32 -04:00
gohai 9c86811845 IO: Fix drawing for SPIAnalogDigital examples 2016-05-17 13:57:56 +02:00
Ben Fry 1cec8de1d7 sometimes I write release notes quickly and make mistakes 2016-05-16 18:44:41 -04:00
Ben Fry 82a8fd4381 starting the next release 2016-05-16 18:31:32 -04:00
Ben Fry 097e03441b wrap up 3.1.1, write campy release notes processing-0250-3.1.1 2016-05-16 18:09:38 -04:00
Ben Fry da8b95f723 fixes for ant clean 2016-05-16 17:53:37 -04:00
Ben Fry 3a4811c63d notes on recent merges 2016-05-16 16:54:25 -04:00
Ben Fry 701dc623d0 add a note about the new preference 2016-05-16 16:53:46 -04:00
Ben Fry 0a0ea33705 Merge pull request #4479 from JakubValtar/undo-save-hotfix
Make undo/redo mark all affected tabs as modified
2016-05-16 16:52:26 -04:00
Jakub Valtar cf45848a94 Run compound edit timer task on EDT 2016-05-16 22:48:11 +02:00
Jakub Valtar 0c23a92f3a Make undo/redo mark all affected tabs as modified
Otherwise Save won't save the changes, because it saves only modifies
tabs.
2016-05-16 22:33:53 +02:00
Ben Fry dfafdb3c6d Merge pull request #4472 from JakubValtar/inspect-mode-polishing
Inspect mode polishing
2016-05-13 07:35:45 -04:00
Jakub Valtar 33dc961f1b Add preference to disable ctrl/cmd+mouse1 combo 2016-05-13 13:05:32 +02:00
Jakub Valtar 8142320cda Polish inspect mode interaction
- interaction fixes for button2 click and ctrl/cmd+button1 click
- makes it much less likely to be invoked it by accident
2016-05-13 12:51:36 +02:00
Ben Fry b4e85cbbd3 implement support for encoding= option in loadTable() 2016-05-12 07:41:44 -04:00
Ben Fry ad6c6f910a incorporate version of #4089, fixes #4088 2016-05-12 06:31:48 -04:00
Ben Fry e37265f500 deal with poorly behaving Modes (fixes #4467) 2016-05-12 06:25:15 -04:00
Ben Fry f1482418aa Merge pull request #4465 from JakubValtar/async-save-update
Async save update
2016-05-11 07:57:17 -04:00
codeanticode e7fb3ce4ff custom error message when texture map is missing, fixes #3990 2016-05-11 06:24:09 -04:00
codeanticode c5d41191c2 makes OBJ parsing less strict, fixes #3156 2016-05-11 06:02:17 -04:00
Jakub Valtar 1653a2af3f Async Image Saver: use Files instead of filenames
- solves headaches with path equivalence
2016-05-11 10:50:01 +02:00
Jakub Valtar 688487f3ae Block when loading image which is being saved asynchronously 2016-05-11 10:35:34 +02:00
Ben Fry 7006ed1a6f couple tweaks for Mode debugging 2016-05-10 22:14:52 -04:00
Ben Fry 167220b90a todo notes, plus recent PRs, fix last 3 javadoc errors 2016-05-10 14:24:59 -04:00
Ben Fry df784462d0 Merge pull request #4191 from GKFX/javadocs
Fix error messages from Javadocs
2016-05-10 14:18:07 -04:00
Ben Fry 791953dd74 Merge pull request #4462 from GKFX/no-block-select
Remove partial support for rectangular selections.
2016-05-10 14:14:31 -04:00
George Bateman 5767b086f6 Fix most Javadoc errors, except syntax 2016-05-10 19:13:20 +01:00
Ben Fry bd57613864 Merge pull request #4460 from JakubValtar/hex-literal-fix
PPS: Fix hex literals containing 'e' being suffixed by 'f'
2016-05-10 14:07:04 -04:00
George Bateman e90a45514b Remove partial support for rectangular selections. 2016-05-10 17:15:01 +01:00
Jakub Valtar 0d94baeba6 PPS: Fix color literals containing 'e' being suffixed by 'f' 2016-05-10 11:25:28 +02:00
Ben Fry aee233e3ef Merge pull request #4457 from JakubValtar/comment-key-fix
Make Comment/Uncomment trigger on numpad slash
2016-05-09 20:15:54 -04:00
Jakub Valtar 851d62d487 Make Comment/Uncomment trigger on numpad slash 2016-05-10 00:39:31 +02:00
Ben Fry 1ac1879111 Merge pull request #4313 from DarkPrince304/uncommentFix
Uncomment identation fix #4249
2016-05-09 11:09:34 -04:00
Ben Fry a2bafe2618 Merge pull request #4454 from gohai/arm-fix-jre-regression
Switch back to JRE 8u77 on ARM
2016-05-09 11:06:39 -04:00
Ben Fry 83e867fddf Merge pull request #4310 from joelmoniz/bugfixes-undo
Fix a few undo-related bugs
2016-05-09 11:04:46 -04:00
gohai c9f8078a92 Switch back to JRE 8u77 on ARM
JRE 8u91 or higher cause performance problems with the GL Video library - specifically: SimpleCapture example doesn't show a texture from USB-attached webcam on Raspberry Pi 2, and TwoVideos example doesn't play two videos smoothly.

This was tested with Processing compiled on the Pi (JDK 8u65b17), and processing-glvideo 2d6de36a33fde3573b335e9a95cc3e380466f328.
2016-05-09 15:02:26 +02:00
Ben Fry 01f516fa4e make note of #4452 and #4452 2016-05-09 07:18:46 -04:00
Ben Fry df7f980a4f Merge pull request #4453 from gohai/fix-processing-java
Prevent InvocationTargetException when running processing-java
2016-05-09 07:16:50 -04:00
gohai 87efb4b935 Prevent InvocationTargetException when running processing-java
In this case, base is null.
2016-05-09 09:23:08 +02:00
Ben Fry 0e588a3981 starting the next release 2016-05-08 21:41:25 -04:00
Ben Fry 241ff4045a write release notes processing-0249-3.1 2016-05-08 20:58:29 -04:00
Ben Fry 167b380259 better naming, some notes 2016-05-08 20:33:11 -04:00
Ben Fry ec79cc5d07 notes regarding other commits and contribs 2016-05-08 20:24:12 -04:00
Ben Fry 8fdc0a7345 Merge pull request #4402 from GKFX/brackets
Fix bracket matching bugs.
2016-05-08 20:20:49 -04:00
Ben Fry 71bf7588a6 Merge pull request #4449 from JakubValtar/rename
PDEX: Remove some unnecessary calls from rename
2016-05-08 20:19:57 -04:00
Ben Fry 51b6426e69 Merge pull request #4450 from JakubValtar/fix-first-error-check
PPS: Fix listeners not firing on first preprocessing run
2016-05-08 20:19:02 -04:00