Commit Graph

11743 Commits

Author SHA1 Message Date
codeanticode f870930ed6 null buffer check 2016-05-04 21:53:09 -04:00
codeanticode 38dc5d31f0 save previous texture in tessellator only if tex cache in non-null 2016-05-04 10:50:05 -04:00
Ben Fry a00567888e notes re: recent merge 2016-05-01 09:10:08 -04:00
Ben Fry 0d36aeedeb Merge pull request #4426 from JakubValtar/bugfix-paths
Fix file path decoding
2016-05-01 08:43:52 -04:00
Ben Fry 9afb080684 remove unused variables to prevent warnings 2016-04-27 10:19:35 -04:00
Ben Fry 957f744d65 update Java version, other notes from bug reports 2016-04-24 20:20:02 -04:00
Jakub Valtar e2fe0bf40c Fix file path decoding
URLDecoder was being used for path decoding, even though it can't handle
RFC2396 encoding. This resulted in plus characters being removed and
possibly other weirdness.

See https://docs.oracle.com/javase/8/docs/api/java/net/URL.html
"The recommended way to manage the encoding and decoding of URLs is to
use URI, and to convert between these two classes using toURI() and
URI.toURL(). The URLEncoder and URLDecoder classes can also be used, but
only for HTML form encoding, which is not the same as the encoding
scheme defined in RFC2396."

Fixes #4417
2016-04-25 01:15:43 +02:00
Ben Fry a1ebd0f7df Merge pull request #4341 from Akarshit/bugfix-blendMode
Reapplied blendMode setting.
2016-04-18 17:46:31 -04:00
Ben Fry f77a71d862 note Jakub fixes and merges 2016-04-18 12:16:24 -04:00
Ben Fry 5ab85286e3 Merge pull request #4412 from JakubValtar/bugfix-loadimage
Make sure PImage.parent is set in loadImage()
2016-04-18 12:13:13 -04:00
Ben Fry 1ca7e2f27c Merge pull request #4411 from JakubValtar/bugfix-fx
cursors, window icons, and dispose() for JavaFX
2016-04-18 12:11:41 -04:00
Ben Fry f24a164478 Merge pull request #4410 from JakubValtar/bugfix-tabs
Fix drawing lines with tabs
2016-04-18 12:10:14 -04:00
Jakub Valtar 1e539dc870 Make TextAreaPainter load tab size from Preferences 2016-04-17 16:08:24 +02:00
Jakub Valtar ddf5231d67 Remove accidental import 2016-04-17 15:04:37 +02:00
Jakub Valtar 179c6052b0 Make sure PImage.parent is set in loadImage() 2016-04-17 15:02:13 +02:00
Jakub Valtar eec809091e FX: make sure dispose() is called on exit 2016-04-17 14:59:15 +02:00
Jakub Valtar b5e09b474a FX: window icons 2016-04-17 14:36:01 +02:00
Jakub Valtar 9739c6202c FX: cursors
Fixes #4405
2016-04-17 14:35:46 +02:00
Jakub Valtar 1cd8bd7b07 Fix drawing lines with tabs
Fixes #3975
2016-04-17 12:58:38 +02:00
codeanticode 205b73bf89 flushes after drawing the source texture, fixes #4404 2016-04-13 16:49:24 -04:00
Ben Fry 9c5579b233 several fixes, cleanups, and speed improvements to dictionary classes 2016-04-11 17:03:59 -04: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