Ben Fry
0ae0399e4f
Merge branch 'master' of github.com:processing/processing
2015-04-23 23:41:26 -04:00
Ben Fry
a19c770807
back in business, but still not nuts about current performance/complexity
2015-04-23 23:41:23 -04:00
Ben Fry
9ec9f651f6
update the Java version in the export dialog
2015-04-23 21:46:54 -04:00
Ben Fry
71e7de8234
allow build to proceed without internet access
2015-04-23 21:45:41 -04:00
Ben Fry
680d3b5004
Merge pull request #3205 from GKFX/svg
...
Improvements to SVG. Fixes #2992 .
2015-04-23 21:42:46 -04:00
Ben Fry
f63a0c7501
Merge pull request #3207 from GKFX/patch-1
...
PApplet.java: disable a doc comment
2015-04-23 16:52:52 -04:00
George Bateman
9753745ee4
PApplet.java: disable a doc comment
...
It's coming up in the wrong place on the Javadoc because its method is commented out.
2015-04-23 19:45:03 +01:00
George Bateman
517e3d3806
Improvements to SVG. Fixes #2992 .
...
Proper support for percentages, partial support for viewbox, support
for more named colors, allow gradients to specify color-stops using
style or direct attributes on <stop>, nicer error message on loading an
HTML document as SVG (since I assume it can happen to novices
downloading SVGs from the web).
2015-04-22 17:50:56 +01:00
Ben Fry
ee38708a03
prevent @SuppressWarnings from being re-added
2015-04-21 07:48:12 -07:00
Ben Fry
46f8ebe107
close out the enums issue
2015-04-20 23:10:00 -07:00
Ben Fry
f49f7104bd
trying... to... simplify.
2015-04-20 22:44:54 -07:00
Ben Fry
48b3bdf0a9
adding clarifications
2015-04-20 16:43:24 -07:00
Ben Fry
cb4151f00d
mark cache methods, update comments
2015-04-20 16:43:08 -07:00
Ben Fry
b27d4ecd5d
set absolute path, remove cache methods
2015-04-20 16:42:38 -07:00
Ben Fry
547221b3da
clean up comments and warnings
2015-04-20 16:40:20 -07:00
Ben Fry
54c4902aa1
update Java version
2015-04-20 16:39:29 -07:00
Ben Fry
9f1bef58bb
tacking the other direction on offscreen
2015-04-19 14:21:15 -04:00
Ben Fry
e6c68399da
cleanups, notes, whitespace auto-fixes
2015-04-18 15:44:28 -04:00
Ben Fry
8489107f7a
automatically insert SuppressWarnings statements after ANTLR makes a mess
2015-04-18 15:30:28 -04:00
Ben Fry
ceffcfdfa3
@akarshit is on fire
2015-04-17 17:33:28 -04:00
Ben Fry
5fa516404c
Merge pull request #3190 from Akarshit/enhan-findReplace
...
Find/Replace dialog uses GroupLayout
2015-04-17 17:23:53 -04:00
Ben Fry
05b87e1362
Merge pull request #3191 from Akarshit/enhan-prefWindoe
...
Initial Stage for Preference Window with GroupLayout
2015-04-17 17:19:55 -04:00
Ben Fry
0b0a999d5e
Merge pull request #3196 from Akarshit/bugfix-newLineCursor
...
Now the cursor moves when the line is changed after a long line
2015-04-17 14:20:50 -04:00
Ben Fry
05ec0ebc40
fixing up #3197 , other notes
2015-04-17 14:19:16 -04:00
Ben Fry
fc5bb196e0
Merge pull request #3197 from mtsio/master
...
improve internationalization and localization in greek
2015-04-17 14:13:11 -04:00
mtsio
0ca72d4cc6
improve internationalization and localization in greek
2015-04-17 05:06:54 +03:00
Akarshit
42214d3a81
Update JEditTextArea.java
2015-04-15 22:45:34 +05:30
Akarshit Wal
80cae7e65a
Now the cursor moves when the line is changed after a long line
2015-04-15 22:28:59 +05:30
Ben Fry
59d32321fd
cleaning up and formatting
2015-04-14 19:40:31 -04:00
Akarshit Wal
ac4e126adc
Initial Stage for Preference Window with GroupLayout
2015-04-14 19:37:12 +05:30
Ben Fry
c64b39b2b5
Merge pull request #3189 from mtsio/master
...
internationalization of editor error messages and greek translations
2015-04-13 16:32:07 -04:00
Akarshit Wal
53e2ba1d88
Find/Replace dialog uses GroupLayout
2015-04-13 22:23:24 +05:30
mtsio
c4f30e2728
added missing translations and editor error messages
2015-04-12 21:20:40 +03:00
mtsio
02a650b395
internationalization of error messages
2015-04-12 21:18:16 +03:00
Manindra Moharana
aa2641af22
fixed NPE in CompletionPanel
2015-04-12 02:12:10 -07:00
Ben Fry
8e1f185fe7
turn that off, too many errors
2015-04-09 15:30:13 -04:00
Ben Fry
3a3c87f334
need this error message
2015-04-09 15:25:29 -04:00
Ben Fry
1bab67cd48
oops, not that one
2015-04-09 15:10:31 -04:00
Ben Fry
66780420f0
change default Linux LAF
2015-04-09 15:03:51 -04:00
Ben Fry
73ad90dfdf
change how new prefs are loaded and platform-specific handling
2015-04-09 15:00:03 -04:00
Ben Fry
091d716d03
remove unused imports
2015-04-09 14:59:45 -04:00
Ben Fry
09db309a6d
cleanups and formatting
2015-04-09 13:54:22 -04:00
Ben Fry
a9d7addb8c
add recent pulls
2015-04-08 05:57:28 -04:00
Ben Fry
1cdb087104
Merge pull request #3185 from federicobond/improve-es-localization
...
Improve spanish localization
2015-04-08 05:26:50 -04:00
Ben Fry
409dff6968
Merge pull request #3186 from federicobond/fix-colorchooser-cursor
...
Fix ColorChooser cursor
2015-04-08 05:25:55 -04:00
Federico Bond
a37ca485b8
Fix ColorChooser cursor
2015-04-08 02:48:49 -03:00
Federico Bond
96709c0a4b
Improve spanish localization
2015-04-08 02:44:57 -03:00
Ben Fry
c2ef422f1c
Merge pull request #3177 from Plastix/examples-refactor
...
Refactor examples manager window: Fixes #3133
2015-04-07 18:49:48 -04:00
Plastix
18946f7a9d
Refactor examples manager window: Fixes #3133
2015-04-07 17:51:37 -04:00
Ben Fry
8a18c69801
trying to go straight on the EDT, see notes in core/README
2015-04-06 11:41:59 -04:00