Commit Graph

3438 Commits

Author SHA1 Message Date
Ben Fry
efaeb287db Merge pull request #4343 from rzats/feature-ukrainianLocalization
Added Ukrainian localization
2016-05-08 14:45:09 -04:00
Ben Fry
46c6ead243 rewrite the empty sketchbook PR for performance 2016-05-08 13:45:40 -04:00
Ben Fry
68e0a7093f todo notes, cleaning up the empty sketchbook PR 2016-05-08 13:38:14 -04:00
Ben Fry
07c00d638f Merge pull request #4311 from PARAG00991/emptysbmessage
Empty sketchbook message when sketchbook is empty
2016-05-08 13:30:48 -04:00
Jakub Valtar
6ad196a80a Remove error checker toggle from preferences 2016-05-07 00:48:06 +02:00
Jakub Valtar
0ca3181cfa Merge remote-tracking branch 'upstream/master' into javamode-refactoring 2016-05-06 22:40:01 +02:00
Jakub Valtar
8bc5fd2427 PDEX + PPS: make rename and undo work together 2016-05-06 19:38:54 +02:00
Jakub Valtar
8885c38b68 ECS: make library lookup thread safe 2016-05-03 12:16:58 +02:00
Jakub Valtar
694436c724 ECS: rebuild class paths only when needed 2016-05-03 12:14:32 +02:00
Ben Fry
0d36aeedeb Merge pull request #4426 from JakubValtar/bugfix-paths
Fix file path decoding
2016-05-01 08:43:52 -04:00
Jakub Valtar
59b4fb2b7f Notify ECS that sketch changed on adding/removing tab 2016-04-30 17:08:37 +02:00
Ben Fry
9afb080684 remove unused variables to prevent warnings 2016-04-27 10:19:35 -04:00
Jakub Valtar
ee6b1d2f10 Fix Libraries adding jars twice to class path 2016-04-25 22:17:14 +02: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
Jakub Valtar
8a5297b33c ASTGen: remove lastClickedWord 2016-04-22 10:51:26 +02: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
1cd8bd7b07 Fix drawing lines with tabs
Fixes #3975
2016-04-17 12:58:38 +02:00
Jakub Valtar
0f95ab91da Add note to Editor constructor 2016-04-04 22:41:36 +02:00
Jakub Valtar
dd8698427c Update app to Java 8 2016-04-02 23:17:25 +02:00
Rostyslav Zatserkovnyi
ef915171c6 Minor spelling fixes, register the language in Processing 2016-02-29 20:56:36 +02:00
parag00991
4e85e7bae3 Empty sketchbook message when sketchbook is empty 2016-02-17 19:21:54 +05:30
Ben Fry
e682792c7d starting revision 0249 2016-02-14 09:22:24 -05:00
Ben Fry
aa946f1d77 Merge pull request #4154 from iamutkarshtiwari/feature-visualFeedbackOfUpdateProgress
Contribution-Manager: No visual feedback of update progress #4105
2016-02-13 20:28:38 -05:00
Ben Fry
360bb568d7 Merge pull request #4293 from satoshiokita/FIX-InputMethodCJKSupport
Fixed InputMethod Chiese/Japanese/Korean support.
2016-02-13 20:11:02 -05:00
Ben Fry
1bbf413083 Merge pull request #4096 from iamutkarshtiwari/bugfix-IconInsteadOfX
Icon instead of an "X" for the "could not connect" message #3706 #4055
2016-02-13 20:07:43 -05:00
Ben Fry
9df2019f55 Merge pull request #4204 from jdf/master
Fix crashing bugs that happen when the user's name has non-ASCII characters on Windows.
2016-02-13 19:45:11 -05:00
Ben Fry
5ba9311be9 Merge pull request #4145 from myrjola/quotationfix
Small fix to processing-java generation
2016-02-13 17:43:08 -05:00
Ben Fry
11ffe19a20 Merge pull request #4073 from crazymaster/lang
Add Turkish to the list of languages
2016-02-13 10:49:59 -05:00
Ben Fry
0c025a65bd Merge pull request #4113 from JakubValtar/various-fixes
Various editor fixes
2016-02-13 10:40:29 -05:00
Ben Fry
cb57ea9555 Merge pull request #4278 from iamutkarshtiwari/bugfix-colorSelectorIcon
'Background Color when Presenting' not visible on Preferences window
2016-02-13 09:51:33 -05:00
Ben Fry
f61f26cc26 clean up formatting/readability 2016-02-13 08:39:22 -05:00
satoshiokita
36aa590bb6 add to fiexed the composed text is shown doubly.
change to cjk support from japanese only

remove code depend on textManager.
clean comment outed old code.

rewirte getTextLocation method to simple logic
2016-02-13 10:22:09 +09:00
Utkarsh Tiwari
634b8453e8 'Background Color when Presenting' not visible on Preferences window 2016-02-09 23:56:18 +05:30
Akarshit Wal
6bed69f3b7 Checked if the string to replace contains the string searched 2016-02-05 02:32:35 +05:30
Jonathan Feinberg
cba0e4558e Fix a bug that makes Processing fail during startup when the user's home
directory has non-ASCII characters.
2015-12-15 22:58:44 -05:00
Jonathan Feinberg
b46de4c372 Make it possible to run PDE in Eclipse on Windows, or on any platform
where the path may have URL-encoded characters in it.
2015-12-15 22:03:59 -05:00
Utkarsh Tiwari
7835b3ca34 contribution-manager: No visual feedback of update/install progress #4105 2015-11-17 22:11:25 +05:30
Utkarsh Tiwari
07bef8b703 contribution-manager: No visual feedback of update progress #4105 2015-11-17 17:31:25 +05:30
Martin Yrjölä
0324905a3f Small fix to processing-java generation
Related to #3996.

Now it doesn't give an error when there is quotation in the command line
args.

Related comments:
https://github.com/processing/processing/issues/3996#issuecomment-154859783
https://github.com/processing/processing/issues/3996#issuecomment-155404233
2015-11-14 10:58:37 +11:00
Jakub Valtar
925306d95f Reindex brackets if there is invalid offset
Fixes #1940
2015-11-09 13:56:28 +01:00
Jakub Valtar
84d922ee50 Prevent out of bounds exception in xToOffset 2015-11-07 10:45:21 +01:00
Jakub Valtar
75e05c6e7c Prevent out of bounds exception when matching bracket 2015-11-06 23:21:02 +01:00
Utkarsh Tiwari
f8262e4ec7 icon placed in correct location 2015-11-02 22:52:00 +05:30
JEphron
1c1f99e5f7 add OSX native fullscreen 2015-10-29 15:54:30 -04:00
crazymaster
66bc5a4565 Update list of languages 2015-10-27 18:26:13 +09:00
Ben Fry
a359b775eb starting the next release 2015-10-23 17:30:05 -04:00
Ben Fry
4bb85b75b4 deal with NaN in stage.getWidth/Height() during FX2D window placement 2015-10-23 16:41:00 -04:00
Ben Fry
2ae62196ba more small screen fixes from #3992 2015-10-23 15:30:44 -04:00
Ben Fry
927e2c0d5f Merge pull request #4043 from JakubValtar/fix-text-area-aioobe
Fix occasional exception while editing text
2015-10-22 11:31:49 -04:00