Commit Graph

1479 Commits

Author SHA1 Message Date
Ben Fry 07def439d7 fixing this up a bit 2015-08-14 12:40:19 -04:00
Ben Fry c76db01b12 implement passing of command line options (#2552) 2015-08-14 09:19:53 -04:00
Ben Fry d4f22189bc remove warnings 2015-08-14 06:54:27 -04:00
Manindra Moharana dd425e09bf making sure to close the buffered reader 2015-08-14 00:14:52 -07:00
Manindra Moharana 68de54bbc6 implemented code completion defaults #2951 2015-08-14 00:07:56 -07:00
Manindra Moharana 25380f9a55 fixes broken completion planel 2015-08-13 22:32:52 -07:00
Ben Fry 8f8d426cb1 cleaning up for Java Mode 2015-08-13 22:28:18 -04:00
Ben Fry d683313e64 they're all icons 2015-08-13 21:10:44 -04:00
Ben Fry 89a3514c39 these don't make sense in Mode 2015-08-13 21:09:09 -04:00
Ben Fry 8789cf763e fix up Java Mode for changes to Base 2015-08-13 20:09:11 -04:00
Ben Fry 1052d6643f clean up internal sketch loading, breaks api but fixes #3586 and avoids other complications 2015-08-13 11:54:18 -04:00
Ben Fry 3867ac9bbd use a different launch4j version without gcc dependency (fixes #3575) 2015-08-12 16:17:31 -04:00
Ben Fry 097ddfca54 avoid NPE for sketches w/o size() (fixes #3585) 2015-08-12 14:43:43 -04:00
Ben Fry 2ffa92470f remove warnings 2015-08-12 14:39:03 -04:00
Ben Fry 7ae9b1f58d Merge pull request #3583 from gohai/arm-3.0-for-ben7
Second bunch of arm patches (v5)
2015-08-11 19:36:40 -04:00
gohai 25a4f406ff Sketch export for armv6hf (v2)
Includes a lot of improvements suggested by Ben.
2015-08-12 01:09:01 +02:00
gohai fb999dba06 Fix double space in UnsatisfiedLinkError message 2015-08-12 01:09:01 +02:00
Ben Fry f496709a87 update our own libraries to use .properties files (fixes #3574) 2015-08-11 10:30:37 -04:00
Joel Moniz 4bc796e1fa Breakpoints don't 'jump' after hitting Enter on blank line 2015-08-11 00:44:27 +05:30
Ben Fry 8b0d9949b4 Don't toggle breakpoints when the debugger isn't enabled (fixes #3306) 2015-08-09 20:42:18 -04:00
Ben Fry cca48147d7 some cleaning, plus refurb tweak mode code 2015-08-09 20:39:46 -04:00
Ben Fry 2fc916c341 don't show breakpoints when debugger is off (fixes #3093) 2015-08-09 18:05:12 -04:00
Gal Sasson 3d37a7a28c tweakmode: place tweak init function right after the size function 2015-08-09 11:20:56 -04:00
Ben Fry e173a67b57 add core to imports so that GL2 and processing.core doesn't screw up the ErrorCheckerService 2015-08-08 12:03:41 -04:00
Ben Fry 4abfd9bdaa prevent Export with examples and untitled/unsaved sketches 2015-08-08 10:56:37 -04:00
Ben Fry c1843c1f05 disable Export button when no platforms selected, save export prefs 2015-08-08 10:46:56 -04:00
Ben Fry 5596055947 a few gui cleanups 2015-08-06 16:10:48 -04:00
Ben Fry bd76c294cb update to launch4j 3.8 2015-08-06 12:37:46 -04:00
Ben Fry 20b5ffa344 Q: Who likes to break the build? A: Who doesn't. 2015-08-05 12:05:35 -04:00
Ben Fry 5fd17acde6 deal with the empty sketch case 2015-08-05 08:40:18 -04:00
Ben Fry 98a5650fc3 change up how extra statements from size() are handled (fixes #3531) 2015-08-05 08:33:34 -04:00
Jakub Valtar 30ad88a458 Remove size() from setup() when copying to settings()
Related: #3412 #3483
2015-07-29 17:39:10 -04:00
Ben Fry ebbbd61dba add icons to the tabs on the footer 2015-07-17 11:29:53 -04:00
Ben Fry f007bf9f8e move utility functions out of Base and into Util 2015-07-16 14:47:13 -04:00
Ben Fry d633b23148 activate the welcome screens 2015-07-16 12:31:14 -04:00
Ben Fry edff04495a remove unused import 2015-07-14 09:07:17 -04:00
Casey Reas 16cf0fa1dd Merge pull request #3461 from tiwawan/master
Added a comment in LargePage
2015-07-13 08:56:18 -07:00
tiwawan 62dd1bc8e1 Added a comment in LargePage 2015-07-11 14:24:14 +09:00
Manindra Moharana 977ecc17e9 Fixes #3434 2015-07-05 21:28:05 -07:00
Ben Fry aa690ff926 split welcome, add menu option for debug 2015-07-03 11:57:44 -04:00
Ben Fry 7da7186cf9 tabs to spaces, some (but not all) formatting fixed 2015-07-03 11:17:14 -04:00
Ben Fry 7b3f68860c remove debug message 2015-07-03 11:05:35 -04:00
Ben Fry a59c476978 get tweak mode working again, remove debug msg, remove unneeded access levels (fixes #3435) 2015-07-03 11:02:48 -04:00
Ben Fry eaad5bfaa0 Merge pull request #3451 from GKFX/processing-java-platform
Fix #2760: allow exports to other platforms again.
2015-07-03 10:20:39 -04:00
George Bateman c27454c762 Fix #2760: allow exports to other platforms again.
Just a reversal of c600540.
2015-07-02 19:08:01 +01:00
Ben Fry 826cd9a6de make public because of the superclass change 2015-06-26 11:29:55 -04:00
Ben Fry 0398780e7a break up the overly large processing.app pkg and get some distance between ui and non-ui code 2015-06-26 09:56:57 -04:00
Ben Fry c0c7e212e3 inspecting possibility of ui package, other scrubbing 2015-06-26 09:33:36 -04:00
Ben Fry 7beb98ae03 more parsing code for quoted strings, fixes #3394 2015-06-26 09:32:56 -04:00
Ben Fry a052600d48 make pixelDensity(displayDensity()) work properly, fixes #3436 2015-06-26 08:47:00 -04:00