Commit Graph

11727 Commits

Author SHA1 Message Date
Jakub Valtar
91fa5630fb ECS: make mode local 2016-04-08 09:39:13 +02:00
Jakub Valtar
20cfb5d533 ASTGen: shuffle things around 2016-04-08 09:39:13 +02:00
Jakub Valtar
2ef0a45d97 ASTGen: get rid of unused import suggestion code 2016-04-08 09:39:13 +02:00
Jakub Valtar
8232c2db00 ASTGen: move GUI code to one place 2016-04-08 09:39:13 +02:00
Jakub Valtar
2ec83bd2f7 ASTGen: Rename gui components 2016-04-08 09:39:13 +02:00
Jakub Valtar
8a45a76b71 ASTGen: move debug code aside 2016-04-08 09:39:13 +02:00
Ben Fry
5f2e6b2b1b usual notes and updates 2016-04-06 21:39:12 -07:00
Ben Fry
7566b7581f Merge pull request #4390 from JakubValtar/cleanup
JavaMode cleanup
2016-04-06 21:26:45 -07:00
Ben Fry
80fe29e4a5 Merge pull request #4387 from JakubValtar/update-jdt
Update JDT to 4.5.2
2016-04-06 21:25:42 -07:00
Ben Fry
1de209ccb0 Merge pull request #4389 from JakubValtar/jre-min-version
Update min JRE version
2016-04-06 21:23:37 -07:00
Ben Fry
d0e7303e5c Merge pull request #4388 from JakubValtar/java8-part2
Update app to Java 8 - leftovers
2016-04-06 21:22:27 -07:00
codeanticode
ed7fcc7794 fixes font corruption issues, #4392 2016-04-04 23:48:35 -04:00
Jakub Valtar
0f95ab91da Add note to Editor constructor 2016-04-04 22:41:36 +02:00
Jakub Valtar
52c58af7e8 Minor JavaEditor cleanup 2016-04-04 22:31:39 +02:00
Jakub Valtar
1aa98c59d8 Remove Line & Gutter Color support 2016-04-04 22:31:38 +02:00
Jakub Valtar
c21ffbefde Minor clean up of JavaTextArea 2016-04-04 22:31:37 +02:00
Jakub Valtar
6d2f4e9804 Clean up the listener madness in JavaTextArea 2016-04-04 22:31:36 +02:00
Jakub Valtar
b9309f47e3 Remove some ASTGenerator dependencies 2016-04-04 22:31:35 +02:00
Jakub Valtar
719a4457ce Remove useless SwingWorkers
-listeners already run on EDT
2016-04-04 22:31:34 +02:00
Jakub Valtar
8be49dc5d0 Remove dependencies on Error Checker Service 2016-04-04 22:31:11 +02:00
Jakub Valtar
d50a571879 Update min version
...so we can get rid of the workaround for JDK bug
2016-04-04 20:58:21 +02:00
Jakub Valtar
15cd2fab0b Update app to Java 8 - leftovers 2016-04-04 20:51:06 +02:00
Jakub Valtar
8cae611554 Update JDT to 4.5.2 2016-04-04 20:12:38 +02:00
Ben Fry
347d2d8cec Merge pull request #4383 from JakubValtar/java8
Update app to Java 8
2016-04-04 07:03:49 -04:00
Jakub Valtar
dd8698427c Update app to Java 8 2016-04-02 23:17:25 +02:00
codeanticode
d0939a6552 enables stroke even when the color is same as before, fixes #4377 2016-03-30 16:59:56 -04:00
Ben Fry
b46ae310bc update Java build for latest release 2016-03-26 18:35:02 -04:00
codeanticode
9438c225be Properly detect NPOT extension in GLES2 2016-03-15 10:31:48 -04:00
Ben Fry
8dee3adbdd todo notes based on going through notifications 2016-03-06 16:05:54 -05:00
Ben Fry
86500c918d Merge pull request #4309 from kfeuz/deb_build
Fixes non-arm linux deb build process
2016-03-06 16:00:24 -05:00
Ben Fry
28269de479 note about merged bug fix 2016-03-06 13:59:49 -05:00
Ben Fry
2fa905c49f Merge branch 'master' of github.com:processing/processing 2016-03-06 13:51:36 -05:00
Ben Fry
c8fc1fb72f Merge pull request #4325 from qiubit/bugfix-errorPoints-v2
Move updateErrorPoints background work to UI thread
2016-03-06 13:49:26 -05:00
Ben Fry
8761cd9b65 Merge branch 'master' of github.com:processing/processing 2016-03-06 13:48:32 -05:00
Ben Fry
f2e49ea16a fix minor bug found while doing Android Wear porting 2016-03-06 13:48:26 -05:00
codeanticode
d4d86d4ac1 add createPreprocessor() to JavaEditor, so it can be overriden in the
editor of other modes
2016-03-03 01:04:39 -05:00
codeanticode
1bcce8b052 changed the w value to identify directional lights, so it conforms with
CG textbooks
2016-02-29 17:27:56 -05:00
Pawel Golinski
749a4f287a Use normal ArrayList instead of synchronizedList for errorPoints 2016-02-24 13:55:30 +01:00
Pawel Golinski
68aa116c0b Move updateErrorPoints background work to UI thread 2016-02-23 14:55:38 +01:00
Casey Reas
b3da867769 Merge pull request #4304 from GABBAR1947/master
missing parameter in fullScreen() documentation #385
2016-02-22 06:34:04 -08:00
kfeuz
03e7b503e0 Fixes non-arm linux deb build process 2016-02-16 23:17:51 -07:00
GABBAR1947
b63837c3e3 missing parameter in fullScreen() documentation #385 2016-02-17 10:26:34 +05:30
Manindra Moharana
d3a0e98fd3 fixed bug in parsing imports with auto completion 2016-02-15 01:55:57 -08:00
Manindra Moharana
b6f067484c Fixed possible NPE in import suggestions 2016-02-15 01:55:28 -08:00
Ben Fry
6d9a9f314f Merge pull request #4300 from gohai/arm-updates
Grab bag of smaller, mainly ARM-related updates
2016-02-14 09:23:08 -05:00
Ben Fry
e682792c7d starting revision 0249 2016-02-14 09:22:24 -05:00
gohai
433b5be64d Add a symlink to processing-java to deb target
Processing-java is extremely handy, especially on Linux.
2016-02-14 12:56:59 +01:00
gohai
5ee7f7b26c ARM: Add support to deb target 2016-02-14 12:56:51 +01:00
gohai
07a9fd463e Change comment in .desktop file
This string is used by Gnome 3 and potentially others, change it to something more exciting (and capitalized).
2016-02-14 12:17:35 +01:00
gohai
102f55b29d IO: Add comments pointing to wiring diagrams 2016-02-14 11:37:30 +01:00