Commit Graph

12687 Commits

Author SHA1 Message Date
Jakub Valtar ab8daaed29 Add FX to ignorable imports
To get rid of missing library messages
2017-07-20 19:34:10 +02:00
Jakub Valtar 7dc3062db1 Add JavaFX runtime to error checker class path
In case somebody needs to work with native FX windows or events, here
they are, ready to be imported (like AWT stuff).
2017-07-20 19:26:15 +02:00
Ben Fry e85f10f65b finishing the shell item latest 2017-07-11 15:21:38 -04:00
Ben Fry cd4a71f19b Merge pull request #5082 from gohai/shell
Build out shell a bit more
2017-07-11 14:52:40 -04:00
Ben Fry 36ecdf8a28 recent updates for bug reports 2017-07-11 11:15:37 -04:00
Ben Fry 96939df60d Merge pull request #5169 from scollovati/master
Italian Translation - PDE_it.properties
2017-07-11 11:14:35 -04:00
Stefano Collovati e939d9d67b final ITA translation 2017-07-10 19:26:16 +02:00
Stefano Collovati 792e9808b8 Translated everithing exept Movie Maker 2017-07-10 19:09:03 +02:00
Stefano Collovati f9545b758d translation until line 515 2017-07-10 19:04:14 +02:00
Ben Fry 4b26da92cd starting the next release 2017-06-23 19:01:42 -04:00
Ben Fry 8e0c370c4f working on 3.3.5 release processing-0262-3.3.5 2017-06-23 17:06:07 -04:00
Ben Fry 13381ddf2a Merge pull request #5141 from JakubValtar/fix-display-arg
Fix "Could not parse -1 for --dsiplay" error
2017-06-19 20:11:28 -04:00
Jakub Valtar 5e6a147896 Fix "Could not parse -1 for --dsiplay" error
When runDisplay was set to -1 no display detection happened. Fixed it so
that editor display is used.

Regression introduced in d960fd1cba

Fixes #5118
2017-06-20 01:24:05 +02:00
Ben Fry e0ad02cab4 Merge pull request #5138 from GKFX/bugfix-opengltextwidth
Add defaultFontOrDeath to OpenGL textWidth.
2017-06-19 18:30:49 -04:00
George Bateman 404e23a9a8 Add defaultFontOrDeath to OpenGL textWidth. 2017-06-17 09:50:25 +01:00
Stefano Collovati 64bfbf9ec6 translation until line 473 2017-06-16 22:35:15 +02:00
Ben Fry 1974a49790 rename console lines pref to avoid name collision (fixes #5110) 2017-06-15 12:10:11 -04:00
Stefano Collovati 15b99217b5 translation until line 473 2017-06-13 21:57:41 +02:00
Stefano Collovati 235fb0a3ea translation until line 455 2017-06-12 22:16:24 +02:00
Ben Fry 18a64d1b30 default to using native file selector on all platforms (#5122) 2017-06-12 15:44:11 -04:00
Ben Fry 1872211d12 misc todo notes 2017-06-12 15:40:04 -04:00
Stefano Collovati 0f89707d62 translation until 390 and beyond 2017-06-11 15:43:05 +02:00
Stefano Collovati fa374e9b38 translation until 390 2017-06-11 15:32:13 +02:00
Ben Fry 4a9c9e9217 starting the next release 2017-06-03 11:07:16 -04:00
Ben Fry 48b5247ec7 finishing release notes for 3.3.4 processing-0261-3.3.4 2017-06-03 10:08:13 -04:00
Ben Fry 99083756a6 who who who left the taaaaabs out 2017-06-03 09:56:16 -04:00
Ben Fry f09832dd80 working on release notes and preparing 3.3.4 2017-06-03 09:55:32 -04:00
Ben Fry a577d152ca incorporate slight edits to Linux install scripts from the Arduino guys 2017-06-03 09:55:17 -04:00
Ben Fry 46037001f5 Merge pull request #5106 from abierto-cc/master
add install / uninstall scripts for linux a-la-Arduino + correct mime types for IDE
2017-06-03 09:47:45 -04:00
dcuartielles 2eabb3640a modified linux part of ant to add install files 2017-06-02 19:19:37 +02:00
Carlos Rodriguez de1229926b add install.sh uninstall.sh desktop.template processing-processing.xml appdata.xml 2017-06-02 18:42:08 +02:00
Ben Fry d1bf8b3936 handle edge case for set(2D vector) on a 3D vector (fixes #5092) 2017-06-01 09:55:37 -04:00
Stefano Collovati f0e8a65749 translation until line 333 2017-05-26 11:48:09 +02:00
gohai 911c3abdd8 Make shell pretend to be an interactive shell 2017-05-22 19:38:04 +02:00
gohai dd2efcc4d6 Build out shell a bit more 2017-05-22 17:38:27 +02:00
Stefano Collovati 9b8de43cbb fixed error
Made an error in previous translation. Solved.
2017-05-21 19:03:53 +02:00
Ben Fry eb6d719a16 Merge pull request #5077 from GKFX/feature-warnlongsuffix
Prompt the user to give the L suffix on numbers
2017-05-20 12:02:39 -04:00
George Bateman e3c822c1d2 Prompt the user to give the L suffix on numbers
Fixes #4878
2017-05-20 12:33:22 +01:00
Ben Fry 1f6b4d342f note about the change detector fix from Jakub 2017-05-19 15:48:24 -04:00
Ben Fry f32f6698ec Merge pull request #5075 from JakubValtar/change-detector-amendments
Change Detector amendments
2017-05-19 15:45:45 -04:00
Jakub Valtar 17b9a6480d PPS: fall back to sketchcode.program if sketchcode.document is null 2017-05-19 17:34:49 +02:00
Jakub Valtar 9c2352fa03 Notify Editor from Change Detector to run error check 2017-05-19 17:33:40 +02:00
Jakub Valtar 382d23f97e Remove old code from change detector 2017-05-19 17:01:59 +02:00
Jakub Valtar a26c155b43 Run change detector on EDT 2017-05-19 13:49:28 +02:00
Ben Fry 92d1d39dbb recent todo items 2017-05-19 07:37:46 -04:00
Ben Fry dbc4e7b9e7 minor re-org 2017-05-19 07:37:33 -04:00
Ben Fry 6f5720cfe2 Merge pull request #5021 from GKFX/feature-safechangedetect2
Make the change detector not reload the sketch
2017-05-19 07:36:27 -04:00
Stefano Collovati b3b2b77bcc ita translation until line 314 2017-05-18 23:05:39 +02:00
Stefano Collovati bed539a407 translation until line 232 2017-05-15 23:18:21 +02:00
Stefano Collovati 0d3324a367 translation until line 193 - Sketchbook Location (Frame) 2017-05-11 22:07:28 +02:00