Commit Graph

  • a1ebd0f7df Merge pull request #4341 from Akarshit/bugfix-blendMode Ben Fry 2016-04-18 17:46:31 -04:00
  • f77a71d862 note Jakub fixes and merges Ben Fry 2016-04-18 12:16:24 -04:00
  • 5ab85286e3 Merge pull request #4412 from JakubValtar/bugfix-loadimage Ben Fry 2016-04-18 12:13:13 -04:00
  • 1ca7e2f27c Merge pull request #4411 from JakubValtar/bugfix-fx Ben Fry 2016-04-18 12:11:41 -04:00
  • f24a164478 Merge pull request #4410 from JakubValtar/bugfix-tabs Ben Fry 2016-04-18 12:10:14 -04:00
  • 396b5846d6 ECS + ASTGen: delete unused code Jakub Valtar 2016-04-18 00:46:28 +02:00
  • d73dc886f8 ASTGen: fix find usage Jakub Valtar 2016-04-18 00:15:42 +02:00
  • 1e539dc870 Make TextAreaPainter load tab size from Preferences Jakub Valtar 2016-04-17 16:08:24 +02:00
  • ddf5231d67 Remove accidental import Jakub Valtar 2016-04-17 15:04:37 +02:00
  • 179c6052b0 Make sure PImage.parent is set in loadImage() Jakub Valtar 2016-04-17 15:02:13 +02:00
  • eec809091e FX: make sure dispose() is called on exit Jakub Valtar 2016-04-17 14:59:15 +02:00
  • b5e09b474a FX: window icons Jakub Valtar 2016-04-17 14:36:01 +02:00
  • 9739c6202c FX: cursors Jakub Valtar 2016-04-17 14:35:46 +02:00
  • 1cd8bd7b07 Fix drawing lines with tabs Jakub Valtar 2016-04-17 12:58:38 +02:00
  • 47d6dbcecd ASTGen: fix debug tree labels & highlighting Jakub Valtar 2016-04-17 00:36:19 +02:00
  • efdeb84dae ECS + ASTGen: fix minor mapping inaccuracies Jakub Valtar 2016-04-17 00:32:28 +02:00
  • 270cf8c7d0 ECS: fix problem highlighting Jakub Valtar 2016-04-16 23:03:45 +02:00
  • 55e955b9fb ECS + ASTGen: big offset fix Jakub Valtar 2016-04-16 22:55:21 +02:00
  • 68264f228d ECS: generate AST with bindings Jakub Valtar 2016-04-16 12:42:28 +02:00
  • 56a2582aea ECS: preserve class path array Jakub Valtar 2016-04-16 12:41:21 +02:00
  • 1a255f8025 ASTGen: use compilation unit from preprocessed sketch Jakub Valtar 2016-04-14 20:07:04 +02:00
  • 1f78c75db0 ASTGen: use classpath from preprocessed sketch Jakub Valtar 2016-04-14 20:02:28 +02:00
  • 955299bbb4 ASTGen: enhanced class lookup Jakub Valtar 2016-04-14 20:00:04 +02:00
  • e127659bc5 Ignore memory options when exporting for ARM gohai 2016-04-14 14:38:36 +02:00
  • 205b73bf89 flushes after drawing the source texture, fixes #4404 codeanticode 2016-04-13 16:49:24 -04:00
  • 9c5579b233 several fixes, cleanups, and speed improvements to dictionary classes Ben Fry 2016-04-11 17:03:59 -04:00
  • d811fff2c9 Fix bracket matching bugs. George Bateman 2016-04-11 16:46:17 +01:00
  • 061c97fe95 ECS: better comment and string scrubbing Jakub Valtar 2016-04-11 17:22:12 +02:00
  • dba261695d ECS: code check improvements Jakub Valtar 2016-04-11 03:54:12 +02:00
  • 0857e1fe76 ECS: SourceMapping cleanup Jakub Valtar 2016-04-11 03:53:44 +02:00
  • 70b5e4824f ECS: remove ASTNodeWrapper and old offset mapping Jakub Valtar 2016-04-11 03:12:28 +02:00
  • ec68e7cb71 ECS: Better import suggestions Jakub Valtar 2016-04-04 22:23:52 +02:00
  • 1dab577fa8 ECS: move import suggestion code to ECS Jakub Valtar 2016-03-29 13:35:04 +02:00
  • 66c901d5c7 ECS: import suggestions Jakub Valtar 2016-03-27 23:28:50 +02:00
  • 3b6b0c1647 ECS: Improve package resolution Jakub Valtar 2016-03-27 22:01:12 +02:00
  • 2a27edabf1 ECS: prevent NPE when missing a library Jakub Valtar 2016-03-27 21:46:50 +02:00
  • 761a9aba86 ECS: get rid of broken overlap check Jakub Valtar 2016-03-27 21:44:33 +02:00
  • 2da307c04f ECS: clean unused comparators Jakub Valtar 2016-03-26 14:55:42 +01:00
  • 02d9dcef45 ECS: fix error mapping Jakub Valtar 2016-03-26 14:55:34 +01:00
  • cc6752c262 ECS: Group all related info into result object Jakub Valtar 2016-03-26 12:53:36 +01:00
  • ac7c95a290 ECS: Fix applied check in SourceMapping Jakub Valtar 2016-03-26 12:50:34 +01:00
  • 017e0fbae0 ECS: fix typo Jakub Valtar 2016-03-26 10:08:11 +01:00
  • eea5e29202 ECS: Scrub string literals too Jakub Valtar 2016-03-25 23:56:02 +01:00
  • 3ff7370841 ECS: New preprocessing pipeline (breaking) Jakub Valtar 2016-03-25 23:28:47 +01:00
  • ce7d93d711 Minor changes to PdePreprocessor Jakub Valtar 2016-03-25 23:24:28 +01:00
  • a6511af39d ASTGen: better handling of AST update Jakub Valtar 2016-03-20 11:57:42 +01:00
  • 91fa5630fb ECS: make mode local Jakub Valtar 2016-03-20 11:56:22 +01:00
  • 20cfb5d533 ASTGen: shuffle things around Jakub Valtar 2016-03-11 16:38:59 +01:00
  • 2ef0a45d97 ASTGen: get rid of unused import suggestion code Jakub Valtar 2016-03-11 15:36:07 +01:00
  • 8232c2db00 ASTGen: move GUI code to one place Jakub Valtar 2016-03-11 15:33:32 +01:00
  • 2ec83bd2f7 ASTGen: Rename gui components Jakub Valtar 2016-03-11 14:57:18 +01:00
  • 8a45a76b71 ASTGen: move debug code aside Jakub Valtar 2016-03-11 14:45:51 +01:00
  • 5f2e6b2b1b usual notes and updates Ben Fry 2016-04-06 21:39:12 -07:00
  • 7566b7581f Merge pull request #4390 from JakubValtar/cleanup Ben Fry 2016-04-06 21:26:45 -07:00
  • 80fe29e4a5 Merge pull request #4387 from JakubValtar/update-jdt Ben Fry 2016-04-06 21:25:42 -07:00
  • 1de209ccb0 Merge pull request #4389 from JakubValtar/jre-min-version Ben Fry 2016-04-06 21:23:37 -07:00
  • d0e7303e5c Merge pull request #4388 from JakubValtar/java8-part2 Ben Fry 2016-04-06 21:22:27 -07:00
  • ed7fcc7794 fixes font corruption issues, #4392 codeanticode 2016-04-04 23:48:35 -04:00
  • 0f95ab91da Add note to Editor constructor Jakub Valtar 2016-03-18 12:52:20 +01:00
  • 52c58af7e8 Minor JavaEditor cleanup Jakub Valtar 2016-03-11 19:55:14 +01:00
  • 1aa98c59d8 Remove Line & Gutter Color support Jakub Valtar 2016-03-11 13:40:51 +01:00
  • c21ffbefde Minor clean up of JavaTextArea Jakub Valtar 2016-03-11 13:29:37 +01:00
  • 6d2f4e9804 Clean up the listener madness in JavaTextArea Jakub Valtar 2016-03-11 12:40:23 +01:00
  • b9309f47e3 Remove some ASTGenerator dependencies Jakub Valtar 2016-03-11 11:28:45 +01:00
  • 719a4457ce Remove useless SwingWorkers Jakub Valtar 2016-03-11 00:18:39 +01:00
  • 8be49dc5d0 Remove dependencies on Error Checker Service Jakub Valtar 2016-04-04 22:31:11 +02:00
  • 0d9d2d22d5 IO: Add an example that shows how to use a digital pin and a capacitor to measure resistive sensors gohai 2016-04-04 21:01:20 +02:00
  • d50a571879 Update min version Jakub Valtar 2016-04-04 20:58:21 +02:00
  • 15cd2fab0b Update app to Java 8 - leftovers Jakub Valtar 2016-04-04 20:51:06 +02:00
  • 8cae611554 Update JDT to 4.5.2 Jakub Valtar 2016-04-04 20:12:38 +02:00
  • 347d2d8cec Merge pull request #4383 from JakubValtar/java8 Ben Fry 2016-04-04 07:03:49 -04:00
  • 29f797bb79 IO: Add an 8-channel ADC example using the MCP3008 gohai 2016-04-03 17:32:30 +02:00
  • 50be2983e2 IO: Add an OLED display example gohai 2016-04-03 16:11:39 +02:00
  • f74c4e7a28 IO: Add a byte-variant of I2C.write and SPI.write gohai 2016-04-03 16:08:33 +02:00
  • dd8698427c Update app to Java 8 Jakub Valtar 2016-04-02 23:17:25 +02:00
  • 2f4a52a814 Add two Raspberry Pi related fixes to JOGL gohai 2016-02-10 21:06:42 +01:00
  • d0939a6552 enables stroke even when the color is same as before, fixes #4377 codeanticode 2016-03-30 16:59:56 -04:00
  • b46ae310bc update Java build for latest release Ben Fry 2016-03-26 18:35:02 -04:00
  • c3b35773cd Use HTML to print George Bateman 2016-03-23 18:33:36 +00:00
  • 9438c225be Properly detect NPOT extension in GLES2 codeanticode 2016-03-15 10:31:48 -04:00
  • 18554a12cf fixed a processing-java command encoding problem for Windows Command Prompt satoshiokita 2016-03-07 08:06:27 +09:00
  • 8dee3adbdd todo notes based on going through notifications Ben Fry 2016-03-06 16:05:54 -05:00
  • 86500c918d Merge pull request #4309 from kfeuz/deb_build Ben Fry 2016-03-06 16:00:24 -05:00
  • 28269de479 note about merged bug fix Ben Fry 2016-03-06 13:59:49 -05:00
  • 2fa905c49f Merge branch 'master' of github.com:processing/processing Ben Fry 2016-03-06 13:51:36 -05:00
  • c8fc1fb72f Merge pull request #4325 from qiubit/bugfix-errorPoints-v2 Ben Fry 2016-03-06 13:49:26 -05:00
  • 8761cd9b65 Merge branch 'master' of github.com:processing/processing Ben Fry 2016-03-06 13:48:32 -05:00
  • f2e49ea16a fix minor bug found while doing Android Wear porting Ben Fry 2016-03-06 13:48:26 -05:00
  • b62d4fc80f fix:load fallback font for CJK. satoshiokita 2016-03-05 13:13:45 +09:00
  • d4d86d4ac1 add createPreprocessor() to JavaEditor, so it can be overriden in the editor of other modes codeanticode 2016-03-03 01:04:39 -05:00
  • 1bcce8b052 changed the w value to identify directional lights, so it conforms with CG textbooks codeanticode 2016-02-29 17:27:56 -05:00
  • ef915171c6 Minor spelling fixes, register the language in Processing Rostyslav Zatserkovnyi 2016-02-29 20:56:36 +02:00
  • 2f64b7c1fe Added initial Ukrainian localization Rostyslav Zatserkovnyi 2016-02-29 20:53:49 +02:00
  • a38b4e89fb Reapplied blendMode Akarshit Wal 2016-02-29 21:34:17 +05:30
  • 411c031a68 Changed the access modifier of put() and putOnce() Akarshit Wal 2016-02-28 21:28:50 +05:30
  • e5e565ebe4 Changed the access modifier of get() Akarshit Wal 2016-02-28 17:09:41 +05:30
  • a9b7c07331 Adding missing docs and keywords for TableRow. Suhaib Khan 2016-02-27 21:51:32 +05:30
  • 749a4f287a Use normal ArrayList instead of synchronizedList for errorPoints Pawel Golinski 2016-02-24 13:55:30 +01:00
  • 68aa116c0b Move updateErrorPoints background work to UI thread Pawel Golinski 2016-02-23 14:55:38 +01:00
  • b3da867769 Merge pull request #4304 from GABBAR1947/master Casey Reas 2016-02-22 06:34:04 -08:00